You are not logged in.

#1 2011-09-26 13:30:09

Lockheed
Member
Registered: 2010-03-16
Posts: 1,542

DIsabling hardware components

I am using Arch on a laptop and when on battery, I would like to have an option to turn of particular hardware components, for example PCMCIA slot, WiFi card, Bluetooth, sound card, etc.

I want to achieve the same effect like disabling a device in Device Manager in Windows, so it does not draw any power.

How can I achieve this?

Offline

#2 2011-09-26 17:07:54

biltong
Member
From: South Africa
Registered: 2011-09-01
Posts: 118

Re: DIsabling hardware components

Maybe make a script to unload all the drivers you don't need?

Offline

#3 2011-09-26 17:11:58

Lockheed
Member
Registered: 2010-03-16
Posts: 1,542

Re: DIsabling hardware components

But I am not sure it would disable radio. I found a command for wifi, but need one for other components, too:

sudo iwconfig wlan0 txpower off

Offline

#4 2011-09-26 17:20:48

biltong
Member
From: South Africa
Registered: 2011-09-01
Posts: 118

Re: DIsabling hardware components

If you unload the driver, the radio will be disabled smile

Offline

#5 2011-09-26 17:24:43

Lockheed
Member
Registered: 2010-03-16
Posts: 1,542

Re: DIsabling hardware components

Ok. Can you tell me what are the driver (or should these be modules?) names for pcmcia, express card, dvdrom, bluetooth and firewire?

I think for the sound card it would have be be dedicated disable command, as unloading the driver could cause too much config damage.

Offline

Board footer

Powered by FluxBB