A few comments.

Even after following both Peter's instructions earlier and Rob's instructions
I was still getting no ttyUSB0 interface on my SuSE 10.1 on a dell lattitude
D620. This is what I've done to get it working.

I was getting an error related to choosing configuration #1 something like
error -3 ( i didn't save the error and lost the log after rebooting)
I fixed this by removing the line that reads:
SYSFS{bNumConfigurations}=="2", since my dmesg was clearly showing that it
 had detected a 1 port adapter converter and not a 2 port adapter converter.

I was also getting the following error:

ti_usb_3410_5052: probe of 4-2:1.0 failed with error -5 and sometimes
ti_usb_3410_5052: probe of 3-2:1.0 failed with error -5
Using SUBSYSTEM="usb" as in Peter's earlier example rather than
SUBSYSTEM="usb_device" as in Rob's post fixed the problem.

How However I came across something interesting, adding the SYMLINK+="modem"
on my line in the rules file, caused that  "ti_usb_3410_5052: probe of
 4-2:1.0 failed with error -5" error to return and on removing that
 particular line the error would go away. So I settled for having my config
 using /dev/ttyUSB0 as the modem device and it works just as well as using
 /dev/modem.

So my config file /etc/udev/rules.d/26_ti_usb_3410.rules looks like this:

#TI USB 3410
SUBSYSTEM=="usb", ACTION=="add", \
SYSFS{idVendor}=="0451", \
SYSFS{idProduct}=="3410", \
SYSFS{bConfigurationValue}=="1", \
RUN+="/etc/udev/scripts/ti_usb_3410_5052.hotplug %p", \

The script provided by Rob is identical to the one Peter provided and is in
the source code for the ti_usb driver which is the one referenced above in
the RUN+ bit.

This enabled me to get the ttyUSB0 device and from there things were a
 breeze. This is what I have in my /etc/sysconfig/network/ifcfg-modem0
BOOTPROTO='none'
DIALCOMMAND='ATDT'
DIALPREFIX=''
DIALPREFIXREGEX=''
INIT1='ATZ'
INIT2='AT Q0 V1 E0'
INIT3=''
INIT8='ATM1'
INIT9=''
MODEM_DEVICE='/dev/ttyUSB0'
NAME='Modem'
PPPD_OPTIONS=''
PROVIDER='provider1'
SPEED='230400'
STARTMODE='manual'
UNIQUE=''
USERCONTROL='yes'

and in my /etc/sysconfig/network/providers/provider1

ASKPASSWORD='no'
AUTODNS='yes'
DEFAULTROUTE='yes'
DEMAND='no'
DSLSUPPORTED='no'
IDLETIME='300'
IPADDR=''
ISDNSUPPORTED='no'
MODEMSUPPORTED='yes'
MODIFYDNS='yes'
MODIFYIP='yes'
PASSWORD='031xxxxxx'
PHONE='#555'
PROVIDER='CDMA'
REMOTE_IPADDR=''
STUPIDMODE='yes'
USERNAME='[EMAIL PROTECTED]'

-------------------------------------------------------

-- 
---
"What you don't recognize, you do not celebrate. 
What you do not celebrate, you do not reward.
What you do not reward exits your life."

The Law of Recognition- Mike Murdock
_______________________________________________
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