From Fedora Project Wiki

(Created page with 'Wireless driver Download the latest realtek driver (I used rtl8192se_linux_2.6.0019.1207.2010.tar.gz) from the following link: http://www.realtek.com.tw/downloads Install inst...')
 
(mark as old)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
Wireless driver
{{old}}
Most things work out of the box with Fedora 14.  However,
a few things don't, and require some tweaking.  I expect that these fixes will
work with other ASUS laptops too.


Download the latest realtek driver (I used rtl8192se_linux_2.6.0019.1207.2010.tar.gz) from the following link:
==Wireless driver==
 
Download the latest Realtek 8192se driver (I used rtl8192se_linux_2.6.0019.1207.2010.tar.gz) from the following link:


http://www.realtek.com.tw/downloads
http://www.realtek.com.tw/downloads
Line 7: Line 12:
Install instructions are provided in the fie.
Install instructions are provided in the fie.


Suspend / resume
==Suspend / resume==


Suspend/resume doesn't work out of the box.  You need to install a script
Suspend/resume doesn't work out of the box.  You need to install a script
https://bugzilla.redhat.com/attachment.cgi?id=492164
https://bugzilla.redhat.com/attachment.cgi?id=492164


Put this script in /etc/pm/sleep.d/20_custom-ehci_hcd and make sure it is
Put this script in <code>/etc/pm/sleep.d/20_custom-ehci_hcd</code> and make sure it is
executable and owned by root.
executable and owned by root.


Suspend to disk still doesn't work: it suspends just fine, but kernel panics on
Suspend to disk still doesn't work, however, even with this.  You need another fix, which is to create
rebootSuspend to memory is OK.
a file <code>/etc/pm/config.d/hci.cfg</code> with the following content:
 
<code>SUSPEND_MODULES="xhci_hcd sdhci_pci sdhci"</code>
 
==Video driver==
 
The U31jg has two video interfaces, an NVIDIA GeForce GT 415M and the integrated
Mobile Intel 915.  Fedora will drive either of these: if you want to use the Intel
915, which may save power, add this line to your kernel command in <code>/boot/grub/grub.conf/</code>:
 
<code>rdblacklist=nouveau</code>
 
==HDMI output==
 
I've had a lot of trouble getting X reliably to recognize a projector attached to
the HDMI outputHowever, it's not reliable with Windows either, so this may be
a hardware problem.

Latest revision as of 22:31, 19 September 2015

Important.png
Old page
This page has been marked as "old", and likely contains content that is irrelevant or incorrect. If you can, please update this page. This page will be deleted if action is not taken.

Most things work out of the box with Fedora 14. However, a few things don't, and require some tweaking. I expect that these fixes will work with other ASUS laptops too.

Wireless driver

Download the latest Realtek 8192se driver (I used rtl8192se_linux_2.6.0019.1207.2010.tar.gz) from the following link:

http://www.realtek.com.tw/downloads

Install instructions are provided in the fie.

Suspend / resume

Suspend/resume doesn't work out of the box. You need to install a script https://bugzilla.redhat.com/attachment.cgi?id=492164

Put this script in /etc/pm/sleep.d/20_custom-ehci_hcd and make sure it is executable and owned by root.

Suspend to disk still doesn't work, however, even with this. You need another fix, which is to create a file /etc/pm/config.d/hci.cfg with the following content:

SUSPEND_MODULES="xhci_hcd sdhci_pci sdhci"

Video driver

The U31jg has two video interfaces, an NVIDIA GeForce GT 415M and the integrated Mobile Intel 915. Fedora will drive either of these: if you want to use the Intel 915, which may save power, add this line to your kernel command in /boot/grub/grub.conf/:

rdblacklist=nouveau

HDMI output

I've had a lot of trouble getting X reliably to recognize a projector attached to the HDMI output. However, it's not reliable with Windows either, so this may be a hardware problem.