Quote:
Originally Posted by nevf On O2, we sell the E220 and E170. Would I be right to say that your solution will work across them all? |
Well, I don't know. The Three DataModem I use is a
ZTE MF622.
The tricky part is always to get the hardware recognized by the kernel.
Once you have the device file /dev/ttyUSB0 the rest is plain sailing.
In the start script the following line is responsible for making the device known to the kernel:
modprobe usbserial vendor=0x19d2 product=0x0001
Obviously the vendor and product info has to be changed for different modems.
Can anyone using the E220 and E170 please provide this info? (The command
lsusb -v should give you some hints)