Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old March 24th, 2007   #1
Hase
Just Give Me the Beans!
 
Hase's Avatar
 
Join Date: Oct 2006
Location: St. Louis Metro
Beans: 51
Ubuntu 9.10 Karmic Koala
Post Acer Aspire 3680 - Edgy Install Guide

Acer Aspire 3680-2022
Intel® Celeron® M Processor 430
512MB PC4200 DDR2 RAM
Combo 8x DVD-ROM; 24x24x24 CD-RW
80GB 4,200RPM Ultra ATA Hard Drive
14.1" WXGA CrystalBrite, 1280 x 800 at 24-bit
Intel® Graphics Media Accelerator 950 Video Chipset
Acer InviLink 802.11b/g Wi-Fi CERTIFIED Wireless Network

Ubuntu 6.10 Edgy Eft

Wireless - Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
I was pleasantly surprised to find that such a cheap system would be sporting an Atheros wireless chipset and that it worked perfectly after install. Additionally, I was even more pleased to see that it was an 802.11a/b/g chipset, not just b/g as advertised. I have also noticed that the WiFi switch on the front of the machine does actually work despite the fact that the light does not come on or go off. If anyone has a fix for that, please let me know. I was pleased to find wpa_supplicant installed by default in Edgy. This meant all I had to do to get it working was create /etc/wpa_supplicant.conf and re-write /etc/network/interfaces. Examples to follow. My configuration uses the interface file to defer to the settings in wpa_supplicant.conf, which in my opinion offers far more and more powerful options to automate login with WPA, WEP and unprotected networks. Ask if you have any config questions.

/etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1

network={
	ssid="home_network"
	psk=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	key_mgmt=WPA-PSK
	proto=WPA
	priority=5
}

network={
	ssid="friends_network"
	key_mgmt=NONE
	wep_key0=XXXXXXXXXXXXXXXXXXXXXXXXXXX
	wep_tx_keyidx=0
	priority=4
}

network={
	ssid=""
	key_mgmt=NONE
	priority=2
}
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback

auto ath0
iface ath0 inet dhcp
pre-up wpa_supplicant -Bw -Dmadwifi -iath0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
Video - Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
Default drivers work perfectly, except for resolution. See next.

Display - 14.1" WXGA 1280 x 800 at 24-bit
The default install left the display a little weird so I apt-got (apt-getted?) “915resolution”. I then configured it to use the appropriate resolution at the correct color depth. I've seen where others have had to do other stuff to get it to stick after reboot but I haven't needed to. The following two commands worked all by themselves.

Code:
sudo apt-get install 915resolution
sudo 915resolution 3c 1280 800 24
Sound - Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
The sound was muted by default. You have to activate the “surround” slider (From the volume control GUI, edit > preferences > check “Surround”), un-mute it and adjust it. Sound! (Though still not as loud as I'd like, it is acceptably audible.) Initially I tried new drivers as suggested in the forthcoming link, then tried the "surround" unmute. AlexTheMad helped isolate the fix as only needing the "surround" unmuted. (Thanks for the help, AlexTheMad!)
https://help.ubuntu.com/community/HdaIntelSoundHowto
A kernel and header update broke my audio. The following instructions reinstalled the appropriate drivers and got me noisy again.
Drivers
Library
Utils

Code:
sudo apt-get install build-essential ncurses-dev
sudo apt-get install linux-headers-`uname -r`
Code:
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp /whereveryouputthedownloads/* .
sudo tar xjf alsa-driver-1.0.14rc3.tar.bz2
sudo tar xjf alsa-lib-1.0.14rc3.tar.bz2
sudo tar xjf alsa-utils-1.0.14rc2.tar.bz2
Code:
cd alsa-driver-1.0.14rc3
sudo ./configure --with-cards=hda-intel
sudo make
sudo make install
Code:
cd ../alsa-lib-1.0.14rc3
sudo ./configure
sudo make
sudo make install
Code:
cd ../alsa-utils-1.0.14rc2
sudo ./configure
sudo make
sudo make install

Multimedia
In order to get Totem to play all my favorite Divx .avi files, as well as getting them to show up as thumbnail frames from the video, I followed the instructions here (Restricted Formats) and then here (Windows Codecs). If your movies still don't become thumbnails, clear out "/home/[username]/.thumbnails/fail/gnome-thumbnail-factory/". When Gnome tries and can't make a thumbnail, it notes it there and never tries again. Emptying that directory will make it retry all the failed files.

Code:
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gxine libxine-main1 libxine-extracodecs ogle ogle-gui
Code:
wget -c http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.0_i386.deb
sudo dpkg -i w32codecs_20061022-0.0_i386.deb
Flash
Code:
sudo apt-get install flashplugin-nonfree
ACPI
Works straight out of the box (Thanks Mugster!). I thought I'd see if the Acer ACPI package added functionality or improved anything and it does not appear to do anything other than waste your time installing it.

Last edited by Hase; April 27th, 2007 at 12:21 AM.. Reason: Changes to ACPI section
Hase is offline   Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:02 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry