ASUS N82JV

HardwarePCI/USB IDWorking?
TouchpadYes
KeyboardYes
GPU (Intel)Yes
GPU (Nvidia)Yes
Webcam04f2:b1bbYes
EthernetYes
Card ReaderYes
AudioYes
WirelessYes

Audio

The headphone jack will not work, and the speakers will not mute when a headphone is plugged in and the integrated mic will not work either.

In order to fix this, follow these steps.

1. Install ALSA drivers available at Realtek

$ tar xvf LinuxPkg_x.x
$ tar xvf alsa-driver-1.0.xx
$ cd alsa-driver-1.0.xx
$ ./configure --with-cards=hda-intel
$ make
# make install

2. Add options snd-hda-intel index=0 model=auto to /etc/modprobe.d/modprobe.conf.

Open /etc/modprobe.d/sound.conf and add:

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

Touchpad

Type . What you want to see:

However, you will see that the system is misinterpreting the touchpad for a wheel mouse. This is because this laptop (and so many others recently) is using an Elantech Touchpad. In order to fix it, enter this in the command line:

Then, open . A bare minimum configuration requires this text:

Working 10-synaptics.conf

Here is a fully working 10-synaptics.conf with Edge Scrolling, Two Finger Scrolling and with middle mouse click (LTCornerButton and RTCornerButton) on the top corners activated. Circular Scrolling works, but it is deactivated.

Function Keys

Most of them do work. Exceptions are the multimedia player commands (Fn+Up/Down/Right/Left), , and (which should disable the touchpad). It should be possible to have them all working by following Extra keyboard keys.

See also

gollark: The simplest way would be a vote, but that's kind of uncool.
gollark: Implementation detail, I'll work it out later.
gollark: ***MAKE ESOLANG***
gollark: <@319753218592866315> MAKE ESOLANG
gollark: Plus, I could spy on people's sessssionss more effectively.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.