#title Asus UL Series Notebooks ||<>|| Welcome to the Asus UL Series ("Un``Limited") home page. This page aims to help setting up and using Ubuntu on Asus UL Series notebooks. The Asus UL Series refers to a wide range of notebooks models and variants designed for mobility and strong battery life, with 12.1, 13.3, 14 or 15.6 inch screens. Except for instructions dedicated to a given model, ''Asus UL'' will be used to refer to any of the existing UL Series notebook (U/UL/UX - 20/30/50/80). <
> = Asus UL Launchpad Team = Many thanks go to the [[https://launchpad.net/~asus-ul30 | Asus U/UL Launchpad Team]] and all its members, where a lot of information has been gathered and checked. Asus UL Ubuntu users are encouraged to join the team mailing-list for latest live informations and discussions. <
> <> = Ubuntu Compatibility Overview = These are common results applicable to the Asus UL Series notebooks. More information for some specific models may be found in [[#Models | dedicated pages]]. ||'''Feature'''||'''Ubuntu 10.04 (Lucid Lynx)'''||'''Ubuntu 9.10 (Karmic Koala)'''|| ||Setup||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Display (Intel)||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Display (NVidia)||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Sound||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Network / Ethernet||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Network / Wireless||<:> {{attachment:check_small.png}}||<:> {{attachment:warning_small.png}} ''(Unstable, slow)'' [[#Wireless | fix]]|| ||Card Reader||<:> {{attachment:check_small.png}}||<:> {{attachment:check_small.png}}|| ||Webcam (with Cheese)||<:> {{attachment:check_small.png}}||<:> {{attachment:warning_small.png}} ''(Flipped upside-down)''|| ||Keyboard Hotkeys||<:> {{attachment:warning_small.png}} ''(Notably screen backlight)'' [[#Hotkeys | fix]]||<:> {{attachment:warning_small.png}} ''(Notably screen backlight)'' [[#Hotkeys | fix]]|| ''Legend'' ||{{attachment:check_small.png}} works||{{attachment:warning_small.png}} works with tweaking||{{attachment:dont_small.png}} does not work||{{attachment:query_small.png}} untested|| <
> '''Other known areas that may require some attention on several models''': * Dual video cards (integrated Intel / NVidia) handling: switching, power consumption * Touchpad (disabling) <
> = Installation = Ubuntu 9.10 (Karmic Koala) and 10.04 (Lucid Lynx) may be installed on Asus UL Series using the graphical installer of [[http://www.ubuntu.com/desktop/get-ubuntu/download | Ubuntu Desktop Edition]]. Many Asus UL models have been tested with the 32 bits and 64 bits flavors. View [[AsusUL/Installation | installation instructions]]. <
> = General Tips = {{attachment:IconsPage/IconNote.png}} The General Tips section applies to many Asus UL models, and is not related to a specific Ubuntu version. <> == Hard Disk parking potential issue == Depending on various computer BIOS and hard disk drive manufacturer, model and firmware, any notebook may be faced to high frequency of hard disk load/unload cycles. This issue may in some cases shorten the hard disk lifetime. It appears particularly on battery power, due to default aggressive power management settings. Such settings cause the hard disk drive heads to be parked too quickly, while the Operating System will read or write to disk on a regular basis. This results in the heads being parked and awaken frequently, while such operations are hardware limited in number. {{attachment:IconsPage/IconNote.png}} This issue is not specifically related to Asus UL Series and Ubuntu, and may be experienced with many other notebooks and Operating Systems (has been reported by users with Fedora, Mac OS X, Windows). As a general rule, desktop computers hard disks are not concerned. It has been observed with following Asus UL Series hardware: * Asus UL30A, Hitachi 320 Go hard disk drive, Ubuntu 9.10 (Karmic Koala) and 10.04 (Lucid Lynx) View the [[AsusUL/HddCycles | Check and Fix instructions]]. ~-Sources: [[https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695 | Bug #59695]] ([[https://wiki.ubuntu.com/DanielHahler/Bug59695 | Explanations]]), [[http://ubuntuforums.org/showthread.php?p=5031046 | Ubuntu Forums]], [[https://ata.wiki.kernel.org/index.php/Known_issues#Drives_which_perform_frequent_head_unloads_under_Linux | Kernel.org]]-~ <> == Screen Backlight Hotkeys == Out of the box, the Fn+F5 and Fn+F6 shortcuts do not work to change the screen backlight, and needs the following fix: 1. Open up a Terminal window (''Accessories > Terminal'') 2. Backup the current GRUB options: {{{ sudo cp /etc/default/grub /etc/default/grub.dist }}} 3. Edit the /etc/default/grub file: {{{ sudo gedit /etc/default/grub }}} modify the line {{{ GRUB_CMDLINE_LINUX="" }}} to {{{ GRUB_CMDLINE_LINUX="acpi_backlight=vendor" }}} 4. Update GRUB's settings: {{{ sudo update-grub }}} 5. Reboot. Screen Backlight Hotkeys should now work. If not, try again with following value at step 3: {{{ GRUB_CMDLINE_LINUX="acpi_backlight=vendor acpi_osi=linux" }}} ''This fix is known to work on several Asus UL models with Ubuntu 9.10 (with recent kernel) and Ubuntu 10.04, but may fail on some.'' == Set Screen Backlight from the Command Line == First check if the "setpci" method works on your Asus UL model: 1. Open up a Terminal window (''Accessories > Terminal'') 2. Run: {{{ sudo setpci -s 00:02.0 F4.B }}} this should read the current backlight setting and display an hexadecimal number 3. Change the screen backlight to another level 4. Again, run: {{{ sudo setpci -s 00:02.0 F4.B }}} 5. If it displays another hexadecimal number, different from step 2, chances are good the setting will work. To change the backlight setting, run the following command:{{{ sudo setpci -s 00:02.0 F4.B=XX }}} where XX must be replaced by the wanted value. Example:{{{ sudo setpci -s 00:02.0 F4.B=29 }}} XX theorical values may range from 0 to ff. On an Asus UL30A, using the backlight Hotkeys, XX varies from "1a" (dimmest) to "ff" (brightest). == Random screen flickering with Intel 4500MHD Graphics Card == Some random flickering may occur in the lower part of the screen with the Intel 4500MHD integrated graphics card and Ubuntu 10.04 (Lucid Lynx) and previous releases. This issue has been reported in [[https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/538648 | Launchpad, Bug #538648]]. Workaround: add "i915.powersave=0" option to the Kernel parameters (see Launchpad post for details). <
> = Ubuntu 9.10 (Karmic Koala) Tips = <> == Wireless == If experiencing poor wireless stability or performance, try to install backports modules: 1. Run ''System > Administration > Software sources'' 2. Enable "Unsupported Updates" (karmic-backports) if needed (will require to reload the packages list) 3. Install [[apt:linux-backports-modules-karmic | linux-backports-modules-karmic]] package 4. Reboot <
> <> = Asus UL Specific Models Notes = == Asus UL30A == View [[AsusUL/AsusUL30A | Asus UL30A]] dedicated page. ---- ~-CategoryLaptop This page supersedes the old [[LaptopTestingTeam/Old/AsusUL30A | Asus UL30A Laptop Testing Page]]-~