Page 1 of 1

Help, Cannot install kmod-rtl8187

Posted: Tue Aug 06, 2013 6:45 pm
by CryptLabs
Hello,

I'm trying to install the driver so i can use my ALFA wifi usb adaptor with Gargoyle version 1.5.10 on Buffalo WZR-HP-G450H.

i tried to download the driver but i get the following error:

Code: Select all

ERROR: Dependency kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) of package kmod-rtl8187 is installed,
		but has incompatible version 3.3.8-1-418b0c9a3d2b0325109c4c9dd8680699 and is marked as 'hold'
i never faced this problem before when i had OpenWrt.

please help.

Thanks

Re: Help, Cannot install kmod-rtl8187

Posted: Tue Aug 06, 2013 8:43 pm
by BashfulBladder
This seems to be a duplicate of this issue:
https://github.com/ericpaulbishop/gargoyle/issues/170

This is from gpkg (Gargoyle's replacement for opkg). You might try to

Code: Select all

opkg install opkg
& try again.

Re: Help, Cannot install kmod-rtl8187

Posted: Fri Aug 09, 2013 1:17 am
by CryptLabs
Thanks for your reply, i have tried and downloaded the package you suggested and now the error changed to :

Code: Select all

Installing kmod-rtl8187 (3.3.8+2012-09-07-3) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-rtl8187_3.3.8+2012-09-07-3_ar71xx.ipk.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-rtl8187:
 * 	kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) * 	kernel (= 3.3.8-1-d6597ebf6203328d3519ea3c3371a493) * 
 * opkg_install_cmd: Cannot install package kmod-rtl8187.
root@Gargoyle:~# 

by the way, how can i make my gui look like this :
https://github.com/BashfulBladder/gargoyle-plugins/wiki

where can i get the survey plugin and the menu ?

Regards