OpenWrt Forum Archive

Topic: USB Mod on WR2000RPT V2?

The content of this topic has been archived on 23 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello!
I bought this "wifi repeater" 2 years ago. I would like to mod it to use USB flash drives (in order to "extend" the memory).
This repeater is very very similar to WNR2000(v3?), and it has the "AR7241" CPU (I will upload some photos later).
I did the "hardware" part, soldering the USB connector to CPU like other usb mods (something like this: http://img69.imageshack.us/img69/6154/usb740nv4png.jpg)
I checked all voltages with a multimeter, and 5v is ok! (I used a 7805 regulator from 12v source), so I think I need some software tricks to make it recognizable.
I successfully flashed it with an OpenWRT pre-built image for the WNR2000v3, and it works!
My question is: How can I add the USB support to this router? I configured my linux machine to build an OpenWRT image.
P.S: can I use an SD card to extend the memory? I would like to install Luci but the SPI flash memory is only 4MB...

Thanks in advance,

Alessio.

(Last edited by alex.d93 on 4 Apr 2015, 05:04)

I did it! here is the bootlog:

root@OpenWrt:/# dmesg | grep USB
[    6.030000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.050000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
[    6.090000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
[    6.090000] hub 1-0:1.0: USB hub found
[    6.100000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.120000] uhci_hcd: USB Universal Host Controller Interface driver
[    6.420000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    7.220000] usb-storage 1-1:1.0: USB Mass Storage device detected
[   10.230000] scsi 0:0:0:0: Direct-Access     UFD      USB Flash Drive  1100 PQ: 0 ANSI: 4
root@OpenWrt:/# dmesg | grep SCSI
[    6.020000] SCSI subsystem initialized
[   10.280000] sd 0:0:0:0: [sda] Attached SCSI removable disk

How can I use this flash drive to extend the memory?

The discussion might have continued from here.