Opened 4 years ago

Closed 18 months ago

#1097 closed (wontfix)

WRT300N V1.1 USB 2.0

Reported by: crazysoft Owned by: somebody
Keywords: WRT300N V1.1 USB2.0 Cc:

Description

I added a usb on WRT300N ,BCM4785/4705 Can use the USB2.0,but the DD-wrt Can't support this i run this script before mount: #!/bin/sh ( num=0 # Making sure devices are found then stop after 15 tries while [ $num -lt 15 ]; do

if [ -e /dev/scsi/host0/bus0/target0/lun0/part1 ]; then

echo "USB Device connected with USB 2.0 abilities" num=15

else

#rmmod sd_mod #rmmod usb-storage #rmmod scsi_mod rmmod ehci-hcd #rmmod usbcore sleep 2 #insmod /jffs/lib/modules/2.4.30/usbcore.o insmod /lib/modules/2.4.36/ehci-hcd.o #insmod /jffs/lib/modules/2.4.36/scsi_mod.o #insmod /jffs/lib/modules/2.4.30/usb-storage.o #insmod /jffs/lib/modules/2.4.30/sd_mod.o echo "Tried $num times, will exit after 15 is reached" let num=num+1 sleep 2

fi

done ) > /tmp/usb.log 2>&1 but only can return this: ehci_hcd 00:02.1: remove state 1 usb.c: USB disconnect on device 00:02.1-0 address 1 usb.c: USB bus 2 deregistered hub.c: new USB device 00:02.0-1, assigned address 2 scsi0 : SCSI emulation for USB Mass Storage devices

Vendor: Netac Model: OnlyDisk? Rev: PMAP Type: Direct-Access ANSI SCSI revision: 02

Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 SCSI device sda: 7827456 512-byte hdwr sectors (4008 MB) sda: Write Protect is off Partition check: /dev/scsi/host0/bus0/target0/lun0: p1 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 2 ehci_hcd 00:02.1: PCI device 14e4:471a ehci_hcd 00:02.1: irq 3, pci mem b8002800 usb.c: new USB bus registered, assigned bus number 2 ehci_hcd 00:02.1: illegal capability! ehci_hcd 00:02.1: USB 0.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4 hub.c: USB hub found hub.c: 2 ports detected usb.c: USB disconnect on device 00:02.0-1 address 2 hub.c: new USB device 00:02.1-1, assigned address 2 usb.c: USB device not accepting new address=2 (error=-71) hub.c: new USB device 00:02.1-1, assigned address 3 usb.c: USB device not accepting new address=3 (error=-71)

Change History (2)

comment:1 Changed 3 years ago by anonymous

  • milestone v24 final deleted

Milestone v24 final deleted

comment:2 Changed 18 months ago by LOM

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.