After a clean install of Ubuntu 12.04 on my Dell Inspiron n5010 Laptop, I can't install the ATI drivers! How I can fix this? Because my laptop gets very hot & is too slow! the battery runs immediately! :( Gretts!
Asked
Active
Viewed 7,069 times
2 Answers
1
From: Dell Upgrade to 13.04 & 13.10 No wifi, graphic card driver and bluetooth Problem?
Wifi/Graphics Driver Fix
I used the commands:
sudo apt-get remove bcmwl-kernel-source
sudo apt-get install bcmwl-kernel-source
This worked to re-install the wifi drivers and now my wifi is working.
I was thinking maybe this will work for the graphics driver for ATI/AMD cards.
So I tried to re-install the graphics drivers and it worked.
Command for graphics fix was:
sudo apt-get remove fglrx
sudo apt-get install fglrx
As you can see, now all seems to be working.
Zanna
- 69,223
- 56
- 216
- 327
Mattlinux1
- 690
- 2
- 7
- 23
-1
Dell Inspirion N-5050
Ddownload two .deb packages: dkms and bcmwl-kernel-source.
Install it! It is works!
Edit: the easiest way to install these packages is using apt. Open a terminal (Alt + Ctrl + T) and type:
sudo apt-get install dkms bcmwl-kernel-source
Luís de Sousa
- 13,018
- 25
- 77
- 128
-
Either you download the .deb file and install it with "sudo dpkg -i
" **or** you just issue the "apt-get"-command which will try to download it by itself and install it. – MadMike Jan 10 '14 at 16:25
