With udev if the device gets recogonized as /dev/ttyUSBx you can add a
udev rule to ensure it creates a symlink to /dev/modem, such that your
device remains consistent, all u need is SYMLINK="modem" in the rules
file with the ttyUSBX line.

On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:



Reinier,

 Not complete yet. Found even that i'm missing a script to auto create the
/dev/modem that I had before. wvdial will not use /dev/ttyUSB0 proper it
seems. This has to be in /etc/udev/ for sure. But there are other tricks to
that. I'm a bit rusty with my old days slackware installs on i386 pc's.

 Rob


 -----Original Message-----
 From: Reinier [mailto:[EMAIL PROTECTED]
 Sent: Wed 12/13/2006 6:28 PM
 To: Linux Users Group Uganda
 Cc: Rob Gipman
 Subject: Summary CDMA Modem configuration for MTN on Kubuntu 6.10

 Hi Rob,

 can you confirm that this is the total summary (from about 4 different
posts)

 Is there anyone who has the settings for UTL?

 reinier


 1. Create the folllowing file

     /etc/udev/rules.d/026_ti_usb_3410.rules

 2. Add the following lines to this file

 #TI USB 3410
 SUBSYSTEM=="usb_device", ACTION=="add", \
 SYSFS{idVendor}=="0451", SYSFS{idProduct}=="3410", \
 SYSFS{bNumConfigurations}=="2", \
 SYSFS{bConfigurationValue}=="1", \
 RUN+="/bin/sh -c 'echo 2 >
/sys%p/device/bConfigurationValue'"

 3. Plug in your USB Serial cable and it should create a device node
 as /dev/ttyUSB0

 4. Create the following file:

 /etc/wvdial.conf

 [Dialer Defaults]

 Modem = /dev/modem # <= or /dev/ttyUSB0
 Baud = 230400 # <= important
 Dial Command = ATDT
 Initzl = ATZ
 Phone = #555
 Username = [EMAIL PROTECTED]
 Password = 0312xxxxxx
 Stupid Mode 1
 #New PPPD = yes




_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------






--
AC KISSA
B.Sc Info Tech
RHCE (804005213917312) | LPIC-1 | LPIC-2 (LPI000074540)

To follow the path, look to the master, follow the master, walk with
the master, see through the master, become the master. (zen)
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to