How do I configure usb_modeswitch on Ubuntu 10.04?
When the device is pluged in lsusb gives:
oshirowanen@laptop:~$ lsusb
Bus 001 Device 004: ID 19d2:0103 ONDA Communication S.p.A.
When I eject the device manually to get it to be recognised as a modem, lsusb gives:
oshirowanen@laptop:~$ lsusb
Bus 001 Device 003: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636
So then I searched for 19d2 and got:
oshirowanen@laptop:~$ sudo updatedb && locate 19d2
/etc/usb_modeswitch.d/19d2:0053
/etc/usb_modeswitch.d/19d2:2000
/etc/usb_modeswitch.d/19d2:2000:uPr=USB_ZTE
/etc/usb_modeswitch.d/19d2:2000:uPr=ZTE_CDMA
/etc/usb_modeswitch.d/19d2:fff5
/etc/usb_modeswitch.d/19d2:fff6
So it seems there is no usb_modeswitch.conf file in ubuntu 10.04, instead I get these files in /etc/usb_modeswitch.d
Do I need to use one of these 19d2 files, if so, which one and how?
