Page 1 of 1

Where to find kmod-usb-hid package?

Posted: Mon Feb 23, 2015 5:51 am
by aarobc
I've compiled openwrt with kmod-usb-hid support as indicated here: http://h-wrt.com/en/doc/kb
but I run into a few problems.

First, the repositories generated are all broken in opkg.conf. I replaced them with the one from nobilepepper as found here: viewtopic.php?f=2&t=262&start=10

that provided a few working packages but the one I need is still absent. Is this something I'm going to need to find and compile?

Thanks for the help, I'm really loving this platform.

Re: Where to find kmod-usb-hid package?

Posted: Mon Feb 23, 2015 12:45 pm
by Vonger
I compiled asnd installed that package without any problem. Maybe get the new openwrt trunk and compile full source again will fix such problem?

Re: Where to find kmod-usb-hid package?

Posted: Mon Feb 23, 2015 1:58 pm
by noblepepper
I don't remember why I didn't include kmod-usb-hid in the repositories I put together, but you are quite correct it is not there.

What do you mean by
the repositories generated are all broken in opkg.conf
? What does your opkg.conf look like?

You may want to look at opkg update doesn't work.

If you want to use a package you built you need to transfer it to the vocore and then reference it by the full pathname.

In debian I:
Code: Select all
scp bin/ramips/packages/base/kmod-usb-hid_3.18.7-1_ramips_24kec.ipk root@192.168.x.xxx:/root

Then on the vocore I:
Code: Select all
opkg install /root/kmod-usb-hid_3.18.7-1_ramips_24kec.ipk

Re: Where to find kmod-usb-hid package?

Posted: Wed Feb 25, 2015 2:02 am
by aarobc
The listed repos weren't resolving. I replaced them with the ones that you listed and it installed and worked great, much appreciated.