Mailinglist Archive: opensuse (1438 mails)
| < Previous | Next > |
Re: [opensuse] Installing Madwifi
- From: Andre den Oudsten <AdenOudsten@xxxxxx>
- Date: Tue, 18 Nov 2008 14:29:49 +0100
- Message-id: <4922C34D.8040207@xxxxxx>
David C. Rankin schreef:
lsmod | grep ath
ath_rate_sample 31232 1
ath_pci 255168 0
wlan 265584 4 wlan_scan_sta, ath_rate_sample, ath_pci
ath_hal 346896 3 ath_rate_sample, ath_pci
and after configuring in Yast it worked!!!
Thank you David, thank you very much, and also the others who contributed with
small remarks.
What have we done in effect more than blacklisting ath5k and mac80211?
André den Oudsten
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Mike McMullin wrote:After blacklisting ath5k and mac80211
On Mon, 2008-11-17 at 12:01 +0100, Thorsten Moorhoff wrote:
Would it not make more sense to remove the ath5k module and relatedI now went trough your steps and after 'Hell --- and reboot' I got this:in /etc/modprobe.d/blacklist
linux-zpoq:/home/andredo # lsmod | grep ath
ath5k 118532 0
mac80211 220568 1 ath5k
add
blacklist ath5k
reboot the system.
greetz
files, than to simply blacklist it? (Which frankly is what I did in
order to get the correct driver to load.)
Yes, I've had him rmmod it a couple of times, but I think the issue is with
the
mac80211 module that doesn't belong there either. Evidently that came from
some
other wireless package and when we get rid of both the mac80211 and the ath5k
modules, I'll bet Andre will be able to load ath_pci.
So Andre,
Also rmmod and blacklist both the ath5k and mac80211 modules. Just
stick the
"blacklist" of both modules at the top of the file /etc/modprobe.d/blacklist
like Mike suggests. It will look like this when you are done:
#
# $Id: blacklist 1568 2007-07-12 13:57:29Z zoz $
#
# Listing a module here prevents modprobe from loading it via modalias (only
# aliases from /lib/modules/*/modules.alias). You may still load it
explicitely.
# We blacklist some modules becaus they may harm on certain devices or they
# prevent other modules from grabbing the device.
#
# Syntax: blacklist <driver name>
# See 'man modprobe'.
blacklist ath5k
blacklist mac80211
...lots more stuff below...
I don't even want to play with modprobing, etc... Just reboot when you have
them blacklisted and then work through the install and test steps again.
Cat is now on the skinning table...
lsmod | grep ath
ath_rate_sample 31232 1
ath_pci 255168 0
wlan 265584 4 wlan_scan_sta, ath_rate_sample, ath_pci
ath_hal 346896 3 ath_rate_sample, ath_pci
and after configuring in Yast it worked!!!
Thank you David, thank you very much, and also the others who contributed with
small remarks.
What have we done in effect more than blacklisting ath5k and mac80211?
André den Oudsten
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |