Hide Forgot
Description of problem: I used modem Flyer U12 on Fedora 15 and usb_modeswitch switched the device as a modem correctly, and usbserial added /dev/ttyUSB*. When I installed Fedora 16, usb_modeswith continued to switch the device correctly but the modem didn`t appear in /dev/. I think trere is a problem with usbserial. Additional info: [root@foxbook Foxcool]# cat /etc/modprobe.d/flyer.conf options usbserial vendor=0x1с9e product=0x9605 dmesg | grep usb [ 692.156273] usb 1-2: USB disconnect, device number 8 [ 693.143045] usb 1-2: new high speed USB device number 10 using ehci_hcd [ 693.271293] usb 1-2: New USB device found, idVendor=1c9e, idProduct=9605 [ 693.271302] usb 1-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 693.271309] usb 1-2: Product: Modem Configuration [ 693.271314] usb 1-2: Manufacturer: USB Modem [ 693.271319] usb 1-2: SerialNumber: 1234567890ABCDEF [ 693.286657] scsi8 : usb-storage 1-2:1.4
usbserial is built into the kernel now, not as a module. You'll need to specify those options on the kernel command line.
(In reply to comment #1) > usbserial is built into the kernel now, not as a module. You'll need to > specify those options on the kernel command line. Like this: usbserial.vendor=0x1c9e usbserial.product=0x9605