LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   problem with OpenWrt + Speedtouch 330 USB (https://www.linuxquestions.org/questions/linux-hardware-18/problem-with-openwrt-speedtouch-330-usb-543797/)

kenjiru 04-06-2007 07:38 AM

problem with OpenWrt + Speedtouch 330 USB
 
Hello,

I've installed OpenWrt on a ASUS WL-500g Premium router. I've just flashed my router with a fresh image of kamikaze (kernel 2.6) compiled from svn. Everything works fine so far. Now I want to use a Speedtouch 330 ADSL modem on USB with the router.

I've compiled the kernel with support for: usb-core, usb-uhci and speedtouch. And uploaded the firmware from my computer:
Code:

akira firmware # ls -alh /lib/firmware/
total 776K
-rw------- 1 root root  935 Apr  5 14:58 speedtch-1.bin
-rw------- 1 root root 758K Apr  5 14:58 speedtch-2.bin

But when I plug the modem, dmesg says something like this:
Code:

usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 8
NET: Registered protocol family 20
usbcore: registered new interface driver speedtch
USB Universal Host Controller Interface driver v3.0
PCI: Enabling device 0000:00:03.0 (0000 -> 0001)
PCI: Fixing up device 0000:00:03.0
uhci_hcd 0000:00:03.0: UHCI Host Controller
uhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:03.0: irq 6, io base 0x00000100
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
PCI: Enabling device 0000:00:03.1 (0000 -> 0001)
PCI: Fixing up device 0000:00:03.1
uhci_hcd 0000:00:03.1: UHCI Host Controller
uhci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:03.1: irq 6, io base 0x00000120
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: reset full speed USB device using uhci_hcd and address 2
speedtch 1-1:1.0: speedtch_find_firmware: no stage 1 firmware found!

My modem is rev. 4. Here is the output from my desktop:
Code:

akira firmware # awk '/4061/ { print $5 }' /proc/bus/usb/devices
4.00

WHat did I do wrong?


All times are GMT -5. The time now is 11:45 AM.