View Single Post

  #3 (permalink)  
Old 26-08-2008, 06:59 AM
ralph ralph is offline
Frontpage User
 
Join Date: Feb 2007
Location: Co. Kerry
Posts: 2
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
ralph will become famous soon enough
Default

Quote:
Originally Posted by nevf View Post
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)

Last edited by ralph; 26-08-2008 at 07:06 AM.
Reply With Quote