Your browser does not handle frames!

Linux on Asus A6Q00VA-Q021H

Introduction

Hello all. In this page you can found some (useful ???) information about what works and what doens't work on my Asus A6Q00VA laptop using Knoppix 3.9 Hd installation. Initially I had to use Knoppix because other distros (like Slackware or SuSE) don't allowed me to run X. After the develop of distros allowed me to pass to Debian-based distros like KUbuntu.

Knoppix 3.9 (2.6.11)

Kubuntu 6.06 (2.6.15-26-686)

Kubuntu 7.04 (2.6.20-16-generic)

Knoppix

Installation

Installation didn't give me any problem. Before making the HD installation I've tried Knoppix Live to see if there were problems and after I've used the command sudo knoppix-installer and then choosing the hd install. After install I suggest to change the grub loading timeout (default is 5 sec.) editing the file /boot/grub/menu.lst .

sound

Here's the first thing that don't work (yet). Afaik the soundcard on board is a Realtek-Intel card so it should work using the intel snd6 kenel module. I've tried make it work using alsaconf but when it tries to load module the audio system crashes. For this reason I can't listen to anything under Linux.

X11

One of the reasons that lead me to choose this laptop was the graphic card on board (ATI Mobility Radeon X700 PCI Express). However at that time I didn't know what's going to happen with this card because it's difficult for Xfree or Xorg to abilitate the 3D acceleration and the screen resolution higher than 1024x768. Initially I've tried to install the ATI fglrx driver but (I don't know why) it doesn't work.

ACPI

ACPI support work very well. I've enabled the speedstep support using the KDE ACPI control panel and it works fine.

webcam

Webcam doesn't work. I didn't found the vendor name even if under win it says that is a Bison Cam (????).
Here's my lsusb output:

Bus 005 Device 004: ID 0402:5602 ALi Corp.

Here's a link to a page that talk about Linux driver project on this device (thanks to xenon).

PCMCIA

PCMCIA should work but I haven't tested it yet.

card reader

Card reader doesn't work.

Wan

Wireless card work properly. I've installed (manually before and using apt-get then) the ipw2200 kernel module. To configure it I've used netcardconfig. To use it instead Kwifimanager.


KUbuntu 6.06

Installation

Installation didn't give me any problem. Before making the HD installation I've tried the live version to see if there were problems and after I've used the standard installation procedure. After install I suggest to change the grub loading timeout (default is 5 sec.) editing the file /boot/grub/menu.lst .

sound

The sound card works properly. I'm able to conficure the card mixer using the command alsamixer. However the headphone works if they are plugged in the (SPDIF maybe) and not in the normal place as under MS Win,

X11

One of the reasons that lead me to choose this laptop was the graphic card on board (ATI Mobility Radeon X700 PCI Express). However at that time I didn't know what's going to happen with this card because it's difficult for Xfree or Xorg to abilitate the 3D acceleration and the screen resolution higher than 1024x768. When I've tried to run Kubuntu in live mode I can't get X working and after the install the situation didn't change. However I've modified xorg.conf until the video works properly. Here's the part of xorg.conf I've modified,

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "ati"
BusID "PCI:3:0:0"
Option "CTR2Position" "clone"
Option "monitor layout" "LVDS, AUTO"
EndSection


With this settings the video works perfectly with a resolution of 1024x768. However I didn't try to install fglrx drivers to enable Open GL.

3D acceleration

In order to abilitate the 3D acceleration I've followed this guide (link). Unfortunately the guide is in italian but the commands are cross language ;-). After enabling the 3D acceleration the system is (obviously) faster and I was able to use 1280x800 video resolution. Unfortunately I've modified the xorg.conf and now I'm able to use 1024x768 video resolution. However I'm working to solve this problem.

ACPI

ACPI support work very well. I've enabled the speedstep support using the KDE ACPI control panel and it works fine. Even the ibernate and suspend functions are available. In addition I've installed the cpufreq_userspace module and powernowd daemon.

webcam

Webcam doesn't work. I didn't found the vendor name even if under win it says that is a Bison Cam (????).
Here's my lsusb output:

Bus 005 Device 004: ID 0402:5602 ALi Corp.

Here's a link to a page that talk about Linux driver project on this device (thanks to xenon).

PCMCIA

PCMCIA should work but I haven't tested it yet.

card reader

Card reader doesn't work. However the output of lspci gives:

0000:01:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
0000:01:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)

Wan

Wireless card work properly. I didn't need to install anything to make it works. Even the bluetooth work even if I didn't tested it.


Other

The only "special" buttons that work initially were the brightness up and down and the LCD on/off button (they work by default). To use the volume controls I had to write two bash scripts and put them under the directories /etc/acpi and /etc/acpi/events. The instruction on how to write these scripts could be found at these webpages: (link1 (in italian)) (link2)

Thanks to Jhonny Mnemonic again I was able to configurate the touchpad too. Initially the touchpad work fine but some special features were disabled like the touch-scroll function. In addition to abilitate touchpad swich on/off I need to install the synaptic drivers that could be found at this link. After driver installation (It is necessary to modify the xorg.conf file) I didn't need anything more because the script named asus-touchpad.sh comes with distribution. I'm working on a way to display a warning window when the touchpad is switched on/off using zenity (for more info go to zenity homepage). However I'm working on it.

KUbuntu 7.04

Installation

I've made an upgrade from Kubuntu 6.10 to 7.04. Upgrade didn't give me (almost) any problem all the upgradable package have been upgraded.

sound

The sound card works properly. I'm able to conficure the card mixer using the command alsamixer. However the headphone works if they are plugged in the (SPDIF maybe) and not in the normal place as under MS Win, Nevertheless I'm not able to use the mic because even using kmix and krec I'm not able to record anything (pheraps is due to conflict with webcam mic?).

X11

As for the previous case I've modified xorg.conf until the video works properly. Here's the part of xorg.conf I've modified,

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility X700 (RV410 PCIE)"
Driver "ati"
BusID "PCI:3:0:0"
Option "CTR2Position" "clone"
Option "monitor layout" "LVDS, AUTO"
EndSection

3D acceleration

3D acceleration is not working because after the installation and configuration of ati-fglrx drivers the screen became black and I cannot see anything.

ACPI

ACPI support work very well. I've enabled the speedstep support using the KDE ACPI control panel and it works fine. Even the ibernate and suspend functions are available. In addition I've installed the cpufreq_userspace module and powernowd daemon.

webcam

Same situation as for KUbuntu 6.06

PCMCIA

PCMCIA should work but I haven't tested it yet.

card reader

Card reader works perfectly. I've tested with my camera SD memory and I'm able to use it as a normal disk.

Wan

Wireless card work properly. I didn't need to install anything to make it works. Even the bluetooth work even if I didn't tested it.

Other

See the previous case for informations



(copyleft) [2005,+inf] Alessio Cardillo - Permission is granted to copy and distribute only articles and/or documentations (linked or not linked to this site) wrote under the terms of GNU Free Documentation License, Version 1.1.