You are not logged in.

#1 2008-02-29 19:06:37

fiod
Member
Registered: 2007-04-02
Posts: 205

2.6.24 - which module is loaded [rt2x00 problem]?

Hey,

I recently upgraded to 2.6.24 because I wanted to use the new rt2x00 wifi modules.

But, those modules are really crappy and buggy - so I want to continue using the 2.6.24 kernel,
but switch back to the legacy rt73 wifi module.

I managed to compile and install the rt73 module, and all is working ok.

But for some unknown reason (to me), the rt73usb, rt2x00, etc. are loaded each time I reboot.

I don't know what causes those modules to load, and I don't want them to load anymore.

How can I remove those modules from the booting sequence?
From where are there called?

Tnx
Fiod

Last edited by fiod (2008-02-29 19:16:54)

Offline

#2 2008-03-01 03:26:52

todd_is_not
Member
From: KS, USA
Registered: 2008-02-24
Posts: 5

Re: 2.6.24 - which module is loaded [rt2x00 problem]?

Blacklist any modules that you do not want loaded on boot by adding them to MOD_BLACKLIST in /etc/rc.conf.

Look here: http://wiki.archlinux.org/index.php/Rc.conf. Pay special attention to Hardware, section 3.

HTH


No, I'm not.

Offline

#3 2008-03-01 18:16:59

fiod
Member
Registered: 2007-04-02
Posts: 205

Re: 2.6.24 - which module is loaded [rt2x00 problem]?

tnx for the reply, it works.

Although I still don't understand what makes the modules load in the first place.

Offline

#4 2008-03-02 03:19:26

todd_is_not
Member
From: KS, USA
Registered: 2008-02-24
Posts: 5

Re: 2.6.24 - which module is loaded [rt2x00 problem]?

I believe that the initscripts will try to load all modules that correspond with the identification provided by each piece of hardware. Blacklisting keeps that from happening. That way you can load the legacy modules that you choose. Anyone knowing different or better, please correct me.

HTH


No, I'm not.

Offline

#5 2008-03-03 16:53:24

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: 2.6.24 - which module is loaded [rt2x00 problem]?

fiod wrote:

I recently upgraded to 2.6.24 because I wanted to use the new rt2x00 wifi modules.

But, those modules are really crappy and buggy - so I want to continue using the 2.6.24 kernel,
but switch back to the legacy rt73 wifi module.

I managed to compile and install the rt73 module, and all is working ok.

@Fiod,

That's precisely what I had to do too - compiling the rt73 USB legacy driver downloaded from the rt2x00 site. I use RutilT as the interface and it works well with WPA too.

All other distros I've tried recently suffer from the same problem with loading the unwanted modules automatically when my USB wifi dongle is inserted. But blacklisting in arch works fine: In /etc/rc.conf I need:
MOD_BLACKLIST=(rt73usb rt2500usb)

Offline

Board footer

Powered by FluxBB