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