This is a compatibility guide to running Linux with the Asus G51Jx laptop.
This page is just for discussing using Linux on the Asus G51Jx. For a general discussion about this laptop you can visit the Asus G51Jx page on LapWik.
Hibernation has not been successfully tested (by anyone noted here). It failed with Ubuntu Lucid (10.04) when I tried it with an encrypted swap partition, but that is a known issue with encrypted swap.
Sleep (suspend to ram) does not work out of the box with Ubuntu Lucid, but it can be fixed by following the instructions in this thread: G51JX Suspend in Ubuntu 10.04.
Hi, i have an ASUS G51J and since Ubuntu 10.04 my laptop randomly freezes several times per day. Have anyone experienced this and solved this problem?
Thank you very much to all.
Reventlov, Monday 21 of February, 2011 [14:06:05]
Sorry for my English.
http://ompldr.org/vN2hwaw : this is my /etc/acpi folder with events for the backlit keyboard ( Fn-F3/Fn-F4 ) & for the power button of touchpad ( Fn-F9 )
http://pastebin.com/ZPSsy6nx, this is the ”/etc/pm/sleep.d/20_custom-ehci_hcd” file for making pm-utils working, with a patch for powering off the keyboard and restoring his level ( backlit keyboard ). You have to replace XXXXXXX with what you have in /sys/bus/pci/drivers/ehci_hcd/. ( ls /sys/bus/pci/drivers/ehci_hcd/ )
Have it install in low resolution than install “rpmfusion” nvidia drivers
still working on getting the function keys to turn on and off the lighted keyboard
sax, Thursday 19 of August, 2010 [16:33:27]
Hey I have the same issue Tiago. Suspend and Hib don't work.
J, Thursday 29 of July, 2010 [03:12:31]
Just reboot again. worked for me when it came up. and btw email me if you got suspend or hibernate to work.
Tiago, Thursday 22 of July, 2010 [23:51:50]
I have an ASUS G51JX and during the boot of Ubuntu 10.04 64Bits I get the following messages and the PC freezes:
[ 9.077370] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid [ 9.077511] [drm] nouveau 0000:01:00.0: BDB I2C entry invalid [ 9.247513] pciport 0000:00:03.0: PCIE Bus Error: severity=Uncorrected (Non-Fatal), type = =Transaction Layer, id=0018(Requester ID) [ 9.286881] pcieport 0000:00:03.0: device [8086:d138] error status/mask=000040000/00000000 [ 9.286998] pcieport 0000:00:03.0: [14] Completion Timout (First)
Anyone knows how to solve this problem?
allwitchesdance, Monday 27 of September, 2010 [01:55:11]
I hope you already solved this problem on your own, but for future reference, nouveau is an open source replacement for the NVIDIA driver. It is still in early development and last i checked it does not work with 360M. To disable it add nouveau.blackist=true to the kernel command line, and if that does not work, simply remove the module from /lib/modules/.
allwitchesdance
Tiago, Wednesday 14 of September, 2011 [21:34:27]
Thank you
Search
Sister Sites Lination - Blogging site for Linux users LinWik - Linux guides in wiki format
Discussion
Hi, i have an ASUS G51J and since Ubuntu 10.04 my laptop randomly freezes several times per day. Have anyone experienced this and solved this problem?
Thank you very much to all.
Sorry for my English.
http://ompldr.org/vN2hwaw : this is my /etc/acpi folder with events for the backlit keyboard ( Fn-F3/Fn-F4 ) & for the power button of touchpad ( Fn-F9 )
http://pastebin.com/ZPSsy6nx, this is the ”/etc/pm/sleep.d/20_custom-ehci_hcd” file for making pm-utils working, with a patch for powering off the keyboard and restoring his level ( backlit keyboard ).
You have to replace XXXXXXX with what you have in /sys/bus/pci/drivers/ehci_hcd/.
( ls /sys/bus/pci/drivers/ehci_hcd/ )
French version here : http://pastebin.com/12tx0UjC
(archlinux)
Moreover, hibernation work for me with the archlinux'wiki procedure :
https://wiki.archlinux.org/index.php/Pm-utils#Hibernation_.28suspend2disk.29 and https://wiki.archlinux.org/index.php/Pm-utils#Resume_Hook
With fedora 13 most everything works
Have it install in low resolution than install “rpmfusion” nvidia drivers
still working on getting the function keys to turn on and off the lighted keyboard
Hey I have the same issue Tiago. Suspend and Hib don't work.
Just reboot again. worked for me when it came up. and btw email me if you got suspend or hibernate to work.
I have an ASUS G51JX and during the boot of Ubuntu 10.04 64Bits I get the following messages and the PC freezes:
[ 9.077370] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
[ 9.077511] [drm] nouveau 0000:01:00.0: BDB I2C entry invalid
[ 9.247513] pciport 0000:00:03.0: PCIE Bus Error: severity=Uncorrected (Non-Fatal), type = =Transaction Layer, id=0018(Requester ID)
[ 9.286881] pcieport 0000:00:03.0: device [8086:d138] error status/mask=000040000/00000000
[ 9.286998] pcieport 0000:00:03.0: [14] Completion Timout (First)
Anyone knows how to solve this problem?
I hope you already solved this problem on your own, but for future reference, nouveau is an open source replacement for the NVIDIA driver. It is still in early development and last i checked it does not work with 360M. To disable it add nouveau.blackist=true to the kernel command line, and if that does not work, simply remove the module from /lib/modules/.
Thank you