Kareeser
November 29th, 2008, 05:50 PM
Before I begin: The Dell 700m is not a model Dell officially supports Ubuntu on... at least, I don't think so.
Anyhow, Ubuntu installed great on the machine. Everything was installed correctly and appropriate drivers were found. Everything worked out of the box... even the SD Card reader. Sweet. Windows couldn't find four drivers. *thumbs up*
Only problem was the WiFi LED, which doesn't turn on when the wireless radio is on. One supposes the Dell drivers take care of that on windows... probably.
According to: http://linux.dell.com/wiki/index.php/Ubuntu_8.04
I should install the linux-backports module... so I did:
uname -r //To find the kernel release
sudo apt-get install linux-backports-module-2.6.27-9-generic
...
sudo init 6
System restarted, LED light still wouldn't function. Except now, even though wireless networks could be detected, I couldn't connect to mine (WPA Protected). Weird.
So,
sudo apt-get remove linux-backports-module-2.6.27-9-generic
sudo init 6
All fixed. However, why didn't it work properly? I think I may have installed the backports module incorrectly, since I remember reading somewhere that I shouldn't install the "linux-backports-module-2.6.27-9-generic" package directly... hrm.
And... any help about the LED? :)
Anyhow, Ubuntu installed great on the machine. Everything was installed correctly and appropriate drivers were found. Everything worked out of the box... even the SD Card reader. Sweet. Windows couldn't find four drivers. *thumbs up*
Only problem was the WiFi LED, which doesn't turn on when the wireless radio is on. One supposes the Dell drivers take care of that on windows... probably.
According to: http://linux.dell.com/wiki/index.php/Ubuntu_8.04
I should install the linux-backports module... so I did:
uname -r //To find the kernel release
sudo apt-get install linux-backports-module-2.6.27-9-generic
...
sudo init 6
System restarted, LED light still wouldn't function. Except now, even though wireless networks could be detected, I couldn't connect to mine (WPA Protected). Weird.
So,
sudo apt-get remove linux-backports-module-2.6.27-9-generic
sudo init 6
All fixed. However, why didn't it work properly? I think I may have installed the backports module incorrectly, since I remember reading somewhere that I shouldn't install the "linux-backports-module-2.6.27-9-generic" package directly... hrm.
And... any help about the LED? :)