Installing Ubuntu 7.04 on Laptop Acer Aspire

Hari ini mau menuliskan pengalaman install Ubuntu 7.04 Feisty fawn di laptop acer aspire seri 3684NWXMi.
Sebenarnya sudah lama mau menliskan ke blog ini tetapi berhubung kesibukan kerja dan juga kerjaan di luar dan ditunjang ketidakadaan koneksi maka hal ini jadi terlupakan.

So, sekarang ini saya coba me-recall kembali ingatan beberapa bulan yang lalu untuk dituangkan disini.
Berikut spesifikasi Acer Aspire 364NWXMi

Intel Celeron M Processor 440 (1.86Ghz, 533 Mhz FSB, 1MB L2 cache)
- 14.1″ WXGA CrystalBrite LCD
- Mobile Intel 940 GML Express Chipset
- 80GB HDD
- DVD-Super Multi Double Layer (support DVD+R Double LayerDVD+-RW)
- 512MB DDR2
- 802.11b/g wireless LAN

Instalasi berjalan mulus tanpa hambatan tetapi ada beberapa hardware tidak dapat bekerja secara langsung seperti;
- modem
- wireless LAN
- Webcam

Berikut hasil lspci

prast@limbangan:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast Ethernet Controller (rev 14)
03:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)

terlihat khan di atas kalo WLAN aherosnya gak bisa bekerja. Demikian juga webcam-nya dimana di acer aspire saya ini pake merk SU YIN -made in china?-

prast@limbangan:~$ lsusb
Bus 005 Device 002: ID 064e:a100 Suyin Corp.
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 15d9:0a37
Bus 001 Device 001: ID 0000:0000

Tapi jangan khawatir, ternyata ke-2 device tersebut diatas dapat berjalan dengan baik di linux ubuntu 7.04

Chipset ini tampil di acer aspire 3684NWXMi

03:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)

Berikut prosedurnya. Buka terminal dan copy/paste langkah dibawah:

1. Download ndiswrapper (v1.47) source code dan AR5007EG Windows drivers:

wget http://blakecmartin.googlepages.com/atheros-ar5007eg-installer-0.1b.tar.gz

2. Extract ke folder (saya extract ke /usr/ocal/src)

sudo tar xvf atheros-ar5007eg-installer-0.1b.tar.gz -C /usr/local/src

3. pastikan kernel headers terpasang. Copy dan paste perntah berikut

sudo aptitude update && sudo aptitude install linux-headers-`uname -r` build-essential

4. Blacklist ath_pci kernel module

echo “blacklist ath_pci” | sudo tee -a /etc/modprobe.d/blacklist

5. Compile ndiswrapper:

cd /usr/local/src/atheros-ar5007eg-installer-0.1b/ndiswrapper-1.47/
sudo make uninstall
make
sudo make install

6. Install the Windows drivers (using ndiswrapper):

cd /usr/local/src/ atheros-ar5007eg-installer-0.1b/ar5007eg/
sudo ndiswrapper -i net5211.inf

7. Pastikan ndiswrapper selalu ter-load saat Linux start-up:

sudo modprobe ndiswrapper
echo “ndiswrapper” | sudo tee -a /etc/modules

8. Restart komputer

sudo init 6

9. Buka terminal, ketik

iwconfig

Jika terdapat hasilnya maka WLAN tersebut diprobe sebagai ‘wlan0′
Tinggal konfigurasi seperti biasa.

Sedangkan untuk webcam dapat dilakukan dengan ekiga dan pstikan parameter berikut terkonfigurasi di ekiga;
masuk ke ekiga, klik tab EDIT-PREFERENCES-Video Dvices dan pastikan nilainya sbb;

- Video Plugin: V4L2
- Input device: AcerOrbiCam
- Format: PAL
- Channel: 0

Sedangkan untuk modem belum dioprek :)