Setting up a new computer, 8 core 16 gig ram asus motherboard, running Ubuntu 10.04...
Problems with motherboard devices
Network( Atheros AR8151)
Atheros Gigabit chipset was not working, net to install new driver:
Downloaded patched driver and followed instructions here:
http://ubuntuforums.org/showpost.php?p=11586563&postcount=40
(I need to post this file somewhere in case the Ubuntu forum loses it)
Works like a charm
Graphics:
New generation Radeon, repository drivers dont cut it, but instructions here:
Work perfectly.
Problems with motherboard devices
Network( Atheros AR8151)
Atheros Gigabit chipset was not working, net to install new driver:
Downloaded patched driver and followed instructions here:
http://ubuntuforums.org/showpost.php?p=11586563&postcount=40
(I need to post this file somewhere in case the Ubuntu forum loses it)
- Copy the driver to a convenient location
- Open terminal
- Type: sudo tar -xzvf /[driver location]/AR81Family-linux-v1.0.1.14.zip
- Type: sudo make install
- Type: sudo modprobe atl1e
Works like a charm
Graphics:
New generation Radeon, repository drivers dont cut it, but instructions here:
- wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-3-x86.x86_64.run
- chmod +x amd-driver-installer-12-3-x86.x86_64.runsudo sh amd-driver-installer-12-3-x86.x86_64.run --buildpkg Ubuntu/lucid
- sudo dpkg -i fglrx*.deb
- sudo aticonfig --initial -f
Work perfectly.
Comments
Post a Comment