2011/3/24 Mauricio Tavares <raubvo...@gmail.com>

>        So I am trying to install kmod-usb-uhci (or kmod-usb-ohci; I forgot
> which one is the right one for this device) in my dockstar. Since it never
> made to the stable release, I have to use the trunk, which is attitude
> adjustment.
>
> root@kong:~# opkg update
> Downloading
> http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/Packages.gz
> .
> Inflating
> http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/Packages.gz
> .
> Updated list of available packages in /var/opkg-lists/snapshots.
> root@kong:~# opkg install kmod-usb-ohci
> Installing kmod-usb-ohci (2.6.35.11-1) to root...
> Downloading
> http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/kmod-usb-ohci_2.6.35.11-1_kirkwood.ipk
> .
> Collected errors:
>  * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> kmod-usb-ohci:
>  *      kmod-usb-core *
>  * opkg_install_cmd: Cannot install package kmod-usb-ohci.
> root@kong:~# opkg install kmod-usb-uhci
> Installing kmod-usb-uhci (2.6.35.11-1) to root...
> Downloading
> http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/kmod-usb-uhci_2.6.35.11-1_kirkwood.ipk
> .
> Collected errors:
>  * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> kmod-usb-uhci:
>  *      kmod-usb-core *
>  * opkg_install_cmd: Cannot install package kmod-usb-uhci.
> root@kong:~#
>
> Ok, so we instal kmod-usb-core:
>
> root@kong:~# opkg install kmod-usb-core
> Unknown package 'kmod-usb-core'.
> Collected errors:
>  * opkg_install_cmd: Cannot install package kmod-usb-core.
> root@kong:~#
>
> opkg list also tells me it knows nothing about kmod-usb-core. Am I missing
> something here?
>

CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y

It's already in the kernel.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to