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.
---------------------------------------

Reply via email to