Instalasi Ubuntu Linux di Axioo TVS712 banyak sekali "tantangan"nya.
Mulai dari kasus ACPI (untuk Power Management/baterai indicator), Video/VGA driver, dan webcam.
LiveCD Ubuntu sampai versi terakhir, 8.04, masih belum bisa masuk tanpa opsi
noapic acpi=off .
Instalasi Ubuntu 8.04 saya di Axioo terpaksa saya urungkan dulu, dan balik ke versi 7.10. Saya (yang masih pemula) masih bingung, kenapa instalasi Ubuntu 8.04 saya gagal di resolusi 1280x800 (wide screen). Mungkin karena ada opsi tambahan yang saya masukkan saat booting install :
olddetect pnpdetect=off kali.
Saat booting liveCD untuk install menggunakan Ubuntu 7.10, resolusi VGA menyerupai normal, 1024x768. Lumayanlah, tidak segede 800x600 waktu pakai 8.04. Setelah semua update patch selesai, saya pasang driver 2D-VGA SiS yang download dari website Intel. Link-nya saya cari di-google dan UbuntuForum.
Agar tidak mubazir fasilitas hardware dari Axioo, saya cari lagi driver untuk webcam Bison/ALi di TVS712. Driver yang digunakan dari
http://linux-uvc.berlios.de.
Dengan perintah
lsusb, pastikan webcam Bison/ALi yang terpasang.
ID 0402:5606 ALi Corp.- Install subversion lebih dulu.
- Download the Linux UVC sources dengan perintah subversion :
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc
- Compile sesuai perintah di web-nya :
HowTo compile for Ubuntu 6.06 LTS
OpenFacts, the Open Source Knowledge Database
Intro
Compiling the driver modules for Ubuntu is not very complicated. The challenging part is to fulfill the prerequisites like having the kernel-headers etc.
Install needed packages
You need to install a few packages (Please update list if you encounter problems due to missing packages)
Install the follwing packages with apt-get install ... or use Synaptic.
- build-essential
- kernel-headers
- ...(I have a developer machine, so many packages were already present, please update this list)
Compile Linux-UVC
- Enter the check-out Linux-UVC folder
cd trunk - Open the Make file in this directory
sudo nano Makefile - Edit Makefile to change the modules path from
INSTALL_MOD_DIR := usb/media
to
INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo - make
- sudo make install
Setelah itu, restart Ubuntu. Cek webcam dengan aplikasi Ekiga.
Yang masih buat saya bingung, kenapa Mandriva (dari CD Recovery Axioo) bisa jalan dengan baik, terutama Batterai Meter-nya. Kenapa Ubuntu harus jalan noapic acpi=off ? perbedaan di kernel apa ya?