Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
This is a driver for WLAN cards with a RTL8187L NIC.
Created an attachment (id=75764) [edit] net-wireless/rtl8187/files/rtl8187-1.10.initd The init.d file
Created an attachment (id=75765) [edit] net-wireless/rtl8187/rtl8187-1.10.ebuild The ebuild file.
Created an attachment (id=75957) [edit] net-wireless/rtl8187/files/rtl8187-1.10.initd Some fixes to the moment at which the modules should be loaded.
Created an attachment (id=75958) [edit] net-wireless/rtl8187/rtl8187-1.10.ebuild Minor changes
http://dev.gentoo.org/~genstef/files/overlay/rtl8187-1.10.ebuild Can you please try this ebuild? I made the URL downloadable and removed the fetchrestriction. Removed the superfluous src_compile. I use the linux-mod MODULESD generation functions, I added some docs. I removed the init-script because users can add it to modules.autoload.d.
Created an attachment (id=75993) [edit] net-wireless/rtl8187/rtl8187-1.10.ebuild Adopted ebuild by genstef
Created an attachment (id=75995) [edit] Patch for genstef ebuild I'd tested the ebuild. It works like a charm. Many thanx! Well, I'm adding a patch for remove MY_PN, because r8187 and r${MY_PN} are more consistent, now.
Maybe a hint for adding the following modules into modules.autoload.d/kernel-2.6 could be useful: (For WEP and WPA encryption) ieee80211_crypt-rtl (WEP encryption) ieee80211_crypt_wep-rtl (WPA TKIP encryption) ieee80211_crypt_tkip-rtl (WPA CCMP encryption) ieee80211_crypt_ccmp-rtl (For the r8187 module) ieee80211-rtl (The module itself) r8187
thanks, fixed