You are not logged in.

#1 2008-02-23 19:33:04

kiguru
Member
Registered: 2007-11-27
Posts: 31

serial to usb wcdma modem udev rule problem with =>2.6.22 kernel

hey guys i have some udev rule problem with 2.6.24 kernel. i have serial to usb wcdma modem.the rule file i found on internet worked fine with ubuntu 7.04 2.6.20 kernel and arch 2.6.23(with some glitches "if i unplug and then plug it,i have to restart my computer to detect it again") but on 2.6.24 it is not detected at all even all modules are loaded.can any one help as i have never played with udev rule?
rule file

#TI USB 3410

SUBSYSTEM=="usb" ACTION=="add" 
ATTR{idVendor}=="0451",ATTR{idProduct}=="3410" \

ATTR{bNumConfigurations}=="2" \

ATTR{bConfigurationValue}=="2" \

ATTR{bConfigurationValue}="2"

and
dmesg log with 2.6.22(remember unplug problem)

usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for TI USB 3410 1 port adapter
drivers/usb/serial/usb-serial.c: USB Serial support registered for TI USB 5052 2 port adapter
ti_usb_3410_5052 1-1:1.0: TI USB 3410 1 port adapter converter detected
usb 1-1: reset full speed USB device using uhci_hcd and address 2
usb 1-1: device firmware changed
usb 1-1: USB disconnect, address 2
ti_usb_3410_5052: probe of 1-1:1.0 failed with error -5
usb 1-1: new full speed USB device using uhci_hcd and address 3
usb 1-1: configuration #1 chosen from 2 choices
ti_usb_3410_5052 1-1:1.0: TI USB 3410 1 port adapter converter detected
ti_usb_3410_5052: probe of 1-1:1.0 failed with error -5
usbcore: registered new interface driver ti_usb_3410_5052
drivers/usb/serial/ti_usb_3410_5052.c: TI USB 3410/5052 Serial Driver v0.9
ti_usb_3410_5052 1-1:2.0: TI USB 3410 1 port adapter converter detected
usb 1-1: TI USB 3410 1 port adapter converter now attached to ttyUSB0
ti_usb_3410_5052_1 ttyUSB0: TI USB 3410 1 port adapter converter now disconnected from ttyUSB0
ti_usb_3410_5052 1-1:2.0: device disconnected
ti_usb_3410_5052 1-1:2.0: TI USB 3410 1 port adapter converter detected
usb 1-1: TI USB 3410 1 port adapter converter now attached to ttyUSB0
PPP BSD Compression module registered
PPP Deflate Compression module registered

and after i unplug and plug it

usb 1-1: new full speed USB device using uhci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
ti_usb_3410_5052 1-1:1.0: TI USB 3410 1 port adapter converter detected
usb 1-1: reset full speed USB device using uhci_hcd and address 4
usb 1-1: device firmware changed
ti_usb_3410_5052: probe of 1-1:1.0 failed with error -5
usb 1-1: USB disconnect, address 4

Offline

Board footer

Powered by FluxBB