Page 2 of 2

Re: Fonera 2202 - no usb support

Posted: Mon Jan 23, 2012 6:27 pm
by tipunch
same :cry:

Code: Select all

root@Gargoyle:~# opkg update
Downloading http://downloads.openwrt.org/backfire/10.03.1/atheros/packages/Packages.gz.
Inflating http://downloads.openwrt.org/backfire/10.03.1/atheros/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/packages.
root@Gargoyle:~# opkg install kmod-nls-base
Package kmod-nls-base (2.6.30.10-1) installed in root is up to date.
root@Gargoyle:~# opkg install kmod-scsi-core
Package kmod-scsi-core (2.6.30.10-1) installed in root is up to date.
root@Gargoyle:~# insmod usbcore
insmod: can't insert 'usbcore': unknown symbol in module, or unknown parameter
root@Gargoyle:~# insmod uhci
root@Gargoyle:~# insmod usb-ohci
root@Gargoyle:~# insmod ehci-hcd
insmod: can't insert 'ehci-hcd': unknown symbol in module, or unknown parameter
root@Gargoyle:~#
Many thanks !

Re: Fonera 2202 - no usb support

Posted: Mon Jan 23, 2012 9:57 pm
by mix
"2.6.30.10-1", what is the current kernel version for Kamikaze guys? Looks like these packages need to be recompiled right?

Re: Fonera 2202 - no usb support

Posted: Tue Jan 24, 2012 4:54 am
by hnl_dk
mix wrote:"2.6.30.10-1", what is the current kernel version for Kamikaze guys? Looks like these packages need to be recompiled right?
Good find mix. Lets try to check what version is in his setup.

You can check the kernel version with

Code: Select all

uname -r
From what I can see, it is different, depending on the target you built for.
on my ar71xx, the kernel version is 2.6.32.27

Re: Fonera 2202 - no usb support

Posted: Tue Jan 24, 2012 10:13 am
by tipunch

Code: Select all

root@Gargoyle:~# uname -r
2.6.30.10
root@Gargoyle:~#
Must I install kamikaze (Gargoyle 1.2.5) ?

Re: Fonera 2202 - no usb support

Posted: Tue Jan 24, 2012 4:01 pm
by hnl_dk
tipunch wrote:

Code: Select all

root@Gargoyle:~# uname -r
2.6.30.10
root@Gargoyle:~#
Must I install kamikaze (Gargoyle 1.2.5) ?
You have the right kernel, according to the modules.

I have no idea, if anyone else is having experience with your router (and USB support)

Re: Fonera 2202 - no usb support

Posted: Wed Jan 25, 2012 4:02 pm
by tipunch
Just for information,
I have installed Gargoyle version 1.2.5 (kamikaze) and it works like a charm !!!


Thank you for your support!