For UTL, wvdial.conf would look something like:
/etc/wvdial.conf
[Dialer Defaults]
Modem = /dev/modem # <= or /dev/ttyUSB0
Baud = 230400 # <= important
Dial Command = ATDT
Initzl = ATZ
Phone = #777
Username = [EMAIL PROTECTED]
Password = password
Stupid Mode 1
#New PPPD = yes
Reinier wrote:
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.
---------------------------------------
--
Kabagambe Kenneth
Huawei Technologies
0772618125
****************************************************************************
***********
This e-mail and its attachments contain confidential information HUAWEI,
which is intended only for the person or entity whose address is listed
above. Any use of the information contained herein in any way (including,
but not limited to, total or partial disclosure, reproduction, or
dissemination) by persons other than the intended ecipient(s) is prohibited.
If you receive this e-mail in error, please notify the sender by phone or
email immediately and delete it!
****************************************************************************
***********
_______________________________________________
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.
---------------------------------------