Linux on ASUS
V6J
Linux Version: Ubuntu
6.06 "Dapper Drake"
Laptop: Asus
V6j Centrino Duo 1,8 Ghz, Ram 1Go
Network:
Curiously, this laptop does not have link and activity leds.
Since the end of may, installing package linux-image-2.6.15-23-686
will provide you native networking (wired and wireless).
Here's my previous notes for working with previous kernels
(not necessary anymore):
For
the ethernet adapter, you will need to install manually a module.
It should take only a few minutes. Link: http://www.realtek.com.tw/downloads/downloads1-3.aspx?keyword=8168
For the wirelless adapter, it takes more times, but works fine: http://ipw3945.sourceforge.net/
From
times to times, after an hibernation, Linux is exchanging the index of
the nework cards (the wifi becomes eth0 and the wired eth1 as oposed as
usualy). To prevent this, you can force the interfaces name by
specifying them along with their mac address in the file /etc/iftab :
eth0 mac 00:15:F2:D1:31:42 arp 1
eth1 mac 00:13:02:0E:EC:19 arp 1
Note for Debian users: to do the same thing, edit the file /etc/udev/rules.d/z25_persistent-net.rules.
Sound:
After updating with the latest kernel (linux-image-2.6)
provided by ubuntu, the sound
works without problem.
ACPI:
Hibernate
works, but
you need to remove wireless module before hibernating (by adding MODULES="ipw3945"
in
/etc/default/acpi-support).
However, it is
recomended not to disconet any usb device or unplug the AC
adptor while suspending the laptop.
Update: The hiberbernation will fail if it cannot unmount your samba
mounted directory, for exemple if your network is down.
Now, both CPU cores are adapting their speed to the sytem activity.
Howerver, it fails to work after an hibernation unless powernowd is
restarted (if you use this daemon for managing your CPU frequency). To
do so, you must add it in /etc/default/acpi-support within
this line: STOP_SERVICES="powernowd
".
Screen:
With the nvidia-glx package, it works perfectly,
including 3D
acceleration.
Keyboard/TouchPad:
The keyboard, including the additionnal buttons (wifi on/off, lock
screen...) works. Touchpad and USB mouse are working without any
problem.
The xorg.conf
file must be modified as below if you want to have the ability to
scroll windows from the touch pad.
DVD
:
In
order to watch DVD movies, you must first set you region code with regionset (from the
same name package).
Does not works :
The
flash card reader does not works, but some people have reported it to
work with the kernel 2.6.17-rc1.
Not tested (yet):
Modem,
bluetooth and ExpressCard.
Windows
refund :
I
am trying to get a refund to the unused copy of windows wich was sold with this
laptop (see http://www2.aful.org/sections/wikis/detaxe/PageAccueil,
in french).
Links
:
https://wiki.ubuntu.com/LaptopTestingTeam/AsusV6J
For configuration of the synaptcis touchpad: http://www.tctwest.net/~mlewis00/XF86Config-4.synaptics
Detailed
page about this laptop (in french): http://miguel.moquillon.free.fr/miguel/articles/asusV6J.html
Infos about upgrade to Edgy
Updates
:
Added
the NoLogo option
in the xorg.conf file,
and a link to Miguel's page.
Various updates on the hibernating status.
The DVD and windows refund sections were added.
Updated
the frequancy scaling part in ACPI section.
Added info on preventing network card form exchanging their names
/etc/X11/xorg.conf file (for french keyboard):
# /etc/X11/xorg.conf (xorg X Window System server
configuration file)
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual
page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath
"/usr/share/X11/fonts/misc"
FontPath
"/usr/share/X11/fonts/cyrillic"
FontPath
"/usr/share/X11/fonts/100dpi/:unscaled"
FontPath
"/usr/share/X11/fonts/75dpi/:unscaled"
FontPath
"/usr/share/X11/fonts/Type1"
FontPath
"/usr/share/X11/fonts/100dpi"
FontPath
"/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "Synaptics"
EndSection
Section "InputDevice"
Identifier "Generic
Keyboard"
Driver
"kbd"
Option
"CoreKeyboard"
Option
"XkbRules" "xorg"
Option
"XkbModel" "pc105"
Option
"XkbLayout" "fr"
Option
"XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol"
"auto-dev"
Option
"LeftEdge" "1700"
Option
"RightEdge" "5300"
Option
"TopEdge"
"1700"
Option
"BottomEdge" "4200"
Option
"FingerLow" "25"
Option
"FingerHigh" "30"
Option
"MaxTapTime" "180"
Option
"MaxTapMove" "220"
Option
"VertScrollDelta" "100"
Option
"MinSpeed" "0.12"
Option
"MaxSpeed" "0.20"
Option
"AccelFactor" "0.0015"
Option "Device"
"/dev/input/event1"
EndSection
Section "InputDevice"
Identifier
"Configured Mouse"
Driver
"mouse"
Option
"Device"
"/dev/input/mice"
Option
"Protocol"
"ExplorerPS/2"
Option
"ZAxisMapping"
"4 5"
Option
"Emulate3Buttons"
"true"
EndSection
Section "Device"
Identifier "NVIDIA
Corporation NVIDIA Default Card"
Driver
"nvidia"
BusID
"PCI:1:0:0"
Option
"NoLogo"
EndSection
Section "Monitor"
Identifier "Generic
Monitor"
Option
"DPMS"
HorizSync
28-70
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default
Screen"
Device
"NVIDIA Corporation NVIDIA Default Card"
Monitor
"Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth
1
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth
4
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth
8
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth
15
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth
16
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth
24
Modes
"1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default
Layout"
Screen
"Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
"CorePointer"
InputDevice
"Touchpad" "AlwaysCore"
EndSection
Section "DRI"
Mode 0666
EndSection
Home