Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98057 - Wrong ebuild-info at the rtl8180-ebuild
Summary: Wrong ebuild-info at the rtl8180-ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-05 14:36 UTC by Thomas Schuetz
Modified: 2005-07-07 13:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schuetz 2005-07-05 14:36:21 UTC
From the authors site: 
----------------------------------------------------------------- 
*IMPORTANT*:  
Note that since v 0.8 you have to insmod ieee80211_crypt.ko and 
ieee80211_crypt_wep.ko before ieee80211.ko ! 
----------------------------------------------------------------- 
 
You should tell the user this order instead of  
----------------------------------------------------------- 
* If you would like to load this module automatically upon boot 
 * please type the following as root: 
 *     # echo "r8180" >> /etc/modules.autoload.d/kernel-2.6 
 *     # echo "ieee80211-r8180" >> /etc/modules.autoload.d/kernel-2.6 
 *     # echo "ieee80211_crypt-r8180" >> /etc/modules.autoload.d/kernel-2.6 
 *     # echo "ieee80211_crypt_wep-r8180" >> /etc/modules.autoload.d/kernel-2.6 
-------------------------------------- 

Reproducible: Always
Steps to Reproduce:
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2005-07-05 15:00:30 UTC
Is the "v0.8"-Notice still true?
Does it work for you if you modprobe in that order?

Anway I would recommend using coldplug for loading modules anyway :)

ans if in autoload, please have only the main modules there, the others will get
pulled in by dependancies.

johnm, can we do anything in the eclass here, or should I just disable the
postinst message?
Comment 2 Thomas Schuetz 2005-07-06 03:03:15 UTC
It doesn't work at all at the moment. I couldn't connect with WEP
and if I connect without encryption there is no ping or something
else possible... I tried to debug this and just saw the hint on the
Website. 
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2005-07-06 05:16:14 UTC
DOes it work when you just load "r8180"?
Comment 4 John Mylchreest (RETIRED) gentoo-dev 2005-07-06 08:18:52 UTC
changing
MODULE_NAMES="r8180(net:) ieee80211-r8180(net:) ieee80211_crypt-r8180(net:)
ieee80211_crypt_wep-r8180(net:)"

to:

MODULE_NAMES="ieee80211_crypt-r8180(net:) ieee80211_crypt_wep-r8180(net:)
r8180(net:) ieee80211-r8180(net:)"

should work fine.
Comment 5 Thomas Schuetz 2005-07-07 03:04:24 UTC
Sounds good. IMHO you could close the bug.
genstef: Don't know, it doesn't work at all. I switched over to ndiswrapper now
and it works good.
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2005-07-07 13:57:30 UTC
fixed, thank you for reporting.