25 Jun 2007 11:23 am
Individual Driver & Application Install How To’s
INSTRUCTIONS: The following scripts are setup in such a way that they can be run independantly from each other, however, certain scripts must be run before others…take note of the dependancies on each.
INITIAL INSTALL & PREP
1. Download the Ubuntu Desktop Live CD from Here: Download ISO Here. Burn the ISO to CD and boot.
2. After booting into the CD X won’t start. Hit Enter to say OK to the error messages and get back to the black screen. You may need to switch to ALT-F4 to get an “ubuntu” user. Do the following, one at a time, to get X working:
Code:
wget http://www.mylittleubuntuguide.com/files/ati
chmod +x ati
./ati
You’ll see X start and you are now running the Live CD in your native resolution!
3. Double click the Install icon and configure your install how you like it.
4. After your system finishes installing it will prompt you before rebooting, ensure you have a network cable connected, and when it boots into the new system you’ll see an error about X. Use your arrows to select NO, hit ENTER and then OK to get to the black login screen. You’ll see an error regarding BCM43xx appearing, ignore it and type as if it wasn’t there. The command line can’t “read” that error so don’t try to backspace over it, etc. Login using your username and password.
SCRIPT 1 - UPDATE SYSTEM (No Dependancies)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/update
sudo chmod +x update
sudo ./update
SCRIPT 2 - INSTALL BUILD TOOLS (OPTIONAL)(Install Script 1 Prior to This)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/build
sudo chmod +x build
sudo ./build
SCRIPT 3 - INSTALL VIDEO DRIVERS (Recommended to Install Script 1 Prior to This)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/video
sudo chmod +x video
sudo ./video
SCRIPT 4 - INSTALL BERYL + XGL (Recommended to Install Script 1 & Required to Install 3 Prior to This)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/beryl
sudo chmod +x beryl
sudo ./beryl
SCRIPT 5 - INSTALL HARDWARE MONITORING (No Dependancies - However Make Sure Sources.list is Open or Run Script 1 Prior)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/hwmonitor
sudo chmod +x hwmonitor
sudo ./hwmonitor
SCRIPT 6 - INSTALL AUTOMATIX2 (No Dependancies…Recommend Script 1 Prior)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/automatix
sudo chmod +x automatix
sudo ./automatix
SCRIPT 7 - INSTALL WIRELESS (Recommended to Install Script 1 Prior to This)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/wifi
sudo chmod +x wifi
sudo ./wifi
SCRIPT 8 - Extras (No Dependancies - However Make Sure Sources.list is Open or Run Script 1 Prior)
Download and run the script. Open a terminal and do each of the following commands.
Code:
wget http://www.mylittleubuntuguide.com/files/extras
sudo chmod +x extras
sudo ./extras
More scripts coming!
Leave a Reply
You must be logged in to post a comment.