Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-04-05 Thread Layne Edwards
I posted the patch. Please test it. Thanks, Layne On Wed, 6 Apr 2011 13:47:25 +0800, HP Teoh wrote: > Keep me in the loop, too. Thanks. :-) > -- > Vincent > > On Wed, Apr 6, 2011 at 5:57 AM, Alexander Gordeev wrote: > >> В Tue, 05 Apr 2011 10:45:29 -0500 >> Layne Edwards пишет: >> >> >

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-04-05 Thread HP Teoh
Keep me in the loop, too. Thanks. :-) -- Vincent On Wed, Apr 6, 2011 at 5:57 AM, Alexander Gordeev wrote: > В Tue, 05 Apr 2011 10:45:29 -0500 > Layne Edwards пишет: > > > > > > > > Hi Alexander, > > > > > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4. I ch

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-04-05 Thread Alexander Gordeev
В Tue, 05 Apr 2011 10:45:29 -0500 Layne Edwards пишет: > > > > Hi Alexander, > > > > The kernel version for target ramips in the latest trunk has updated to > > 2.6.36.4. I changed it back to using 2.6.36.2 and dwc_otg is now back in > > business (except I still have to rmmod and insmod dw

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-04-05 Thread Luis Correia
Hi Layne, On Tue, Apr 5, 2011 at 16:45, Layne Edwards wrote: > Hi Alexander, > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4.  I changed it back to using 2.6.36.2 and dwc_otg is now back in > business (except I still have to rmmod and insmod dwc_otg).  I won

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-04-05 Thread Layne Edwards
> Hi Alexander, > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4. I changed it back to using 2.6.36.2 and dwc_otg is now back in > business (except I still have to rmmod and insmod dwc_otg). I wondered what > has been changed in 2.6.36.4. > > Thanks. >

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-13 Thread HP Teoh
Hi Alexander, Thanks for the pointer. :-) I did as you have suggested and here's the results. It's a good start and I will keep testing. root@OpenWrt:/# rmmod dwc_otg dwc_otg dwc_otg.0: remove, state 1 usb usb1: USB disconnect, address 1 PortPower off dwc_otg dwc_otg.0: USB bus 1 deregistered

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-11 Thread Alexander Gordeev
В Fri, 11 Feb 2011 18:06:06 +0800 HP Teoh пишет: > Hi Alexander, > > Thank you very much for the pointer. I downloaded "ago" version from this > link https://github.com/ago/openwrt. Both USB support and DWC_OTG now show > up in menuconfig as expected. "ago" is me :) > I was able to compile,

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-11 Thread HP Teoh
Hi Luis, usbnet is for Option wireless 3G modules which uses HSO and rfkill drivers. I have also tried the standard 3G USB modems which uses usbserial.ko and option/usb_wwan.ko, I got the same error -32. Thanks. -Vincent On Fri, Feb 11, 2011 at 6:20 PM, Luis Correia wrote: > Hi, > > On Fri, Fe

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-11 Thread Luis Correia
Hi, On Fri, Feb 11, 2011 at 10:06, HP Teoh wrote: > Hi Alexander, > > Thank you very much for the pointer.  I downloaded "ago" version from this > link https://github.com/ago/openwrt.  Both USB support and DWC_OTG now show > up in menuconfig as expected. > > I was able to compile, build, load the

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-11 Thread HP Teoh
Hi Alexander, Thank you very much for the pointer. I downloaded "ago" version from this link https://github.com/ago/openwrt. Both USB support and DWC_OTG now show up in menuconfig as expected. I was able to compile, build, load the firmware, and bring up the rt305x board fine. However, when I

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-10 Thread Alexander Gordeev
В Thu, 10 Feb 2011 11:18:39 +0800 HP Teoh пишет: > Hi Alexander, > > I have applied this usb patch and the dwc_otg patches to my trunk but I > still can't get the USB option to show up in make menuconfig -> Kernel > modules -> USB Support. Please try to checkout openwrt tree to a new directory

Re: [OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-09 Thread HP Teoh
Hi Alexander, I have applied this usb patch and the dwc_otg patches to my trunk but I still can't get the USB option to show up in make menuconfig -> Kernel modules -> USB Support. Thanks. -Hp On Tue, Feb 1, 2011 at 8:08 PM, Alexander Gordeev wrote: > Signed-off-by: Alexander Gordeev > --- >

[OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- target/linux/ramips/files/arch/mips/ralink/Kconfig |3 +++ target/linux/ramips/rt305x/config-2.6.36 |3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/rami