I have cutom made strong Arm SA1100 device(client) runnig linux , connected to host(i686 runnig RH9.0). the host detects it with
vendor=0x49f product=0x505a, only when I configure the kernel in client as
CONFIG_SA1100_USB=y CONFIG_SA1100_USB_NETLINK =y CONFIG_SA1100_USB_CHAR=y
basically What i want is ppp over usb , so what I did while building the kernel (for client) is
CONFIG_SA1100_USB=y
CONFIG_SA1100_USB_NETLINK is not set
CONFIG_SA1100_USB_CHAR=y
Now host is not detecting the device and here is the log of /var/log/messages file
Sep 15 10:10:46 ws168 kernel: usb.c: registered new driver serial
Sep 15 10:10:46 ws168 kernel: usbserial.c: USB Serial support registered for Generic
Sep 15 10:10:46 ws168 kernel: usbserial.c: USB Serial Driver core v1.4
Sep 15 10:10:59 ws168 kernel: usbserial.c: USB Serial support registered for PL-2303
Sep 15 10:10:59 ws168 kernel: pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.9
Sep 15 10:11:09 ws168 kernel: hub.c: new USB device 00:1f.2-1, assigned address 2
Sep 15 10:11:09 ws168 kernel: usb-uhci.c: interrupt, status 2, frame# 1859
Sep 15 10:11:09 ws168 kernel: usb.c: USB device not accepting new address=2 (error=-110)
Sep 15 10:11:09 ws168 kernel: hub.c: new USB device 00:1f.2-1, assigned address 3
Sep 15 10:11:09 ws168 kernel: usb.c: USB device not accepting new address=3 (error=-110)
If any one had luck in this regards , please mail me how do I go about it,
Thanks and regards Nagaraj
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
