Difference between revisions of "ASUS N80VN"
m |
m (Someone may disagree -> removed parts) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ASUS]] |
− | Works really good under Arch Linux. | + | {{Stub|...and the following statement seems contraddicted. Poorly written, by the way.}} |
+ | Works really good under Arch Linux. | ||
+ | |||
+ | == Sound card == | ||
− | |||
You must set the right sound card model in modprobe.d in order to make it work correctly with headphones. | You must set the right sound card model in modprobe.d in order to make it work correctly with headphones. | ||
Line 8: | Line 10: | ||
options snd-hda-intel model=g71v | options snd-hda-intel model=g71v | ||
− | |||
− | == | + | No {{ic|model}} or {{ic|position_fix}} needed. Remove any {{ic|options snd-hda-intel}} in {{ic|/etc/modprobe.d/modprobe.conf}} and {{ic|/etc/modprobe.d/sound}} if required. |
− | + | ||
+ | == Fingerprint scanner == | ||
− | |||
Don't bother using the fingerprint scanner right now, because of buggy drivers. | Don't bother using the fingerprint scanner right now, because of buggy drivers. | ||
− | ==Webcam== | + | == Webcam == |
+ | |||
There's a /dev/video0 device present, it gets detected properly. However, when opening the v4l stream in VLC, it seems to be using an incompatible codec (YUY2 or something). | There's a /dev/video0 device present, it gets detected properly. However, when opening the v4l stream in VLC, it seems to be using an incompatible codec (YUY2 or something). | ||
Apparently, from the USB ID of the camera, it's a Syntek USB 2.0 UVC PC Camera ([http://linux-uvc.berlios.de/]) and should be supported. However, I can't make it work. | Apparently, from the USB ID of the camera, it's a Syntek USB 2.0 UVC PC Camera ([http://linux-uvc.berlios.de/]) and should be supported. However, I can't make it work. |
Revision as of 13:29, 29 May 2013
Works really good under Arch Linux.
Sound card
You must set the right sound card model in modprobe.d in order to make it work correctly with headphones.
in /etc/modprobe.d/alsa-base:
options snd-hda-intel model=g71v
No model
or position_fix
needed. Remove any options snd-hda-intel
in /etc/modprobe.d/modprobe.conf
and /etc/modprobe.d/sound
if required.
Fingerprint scanner
Don't bother using the fingerprint scanner right now, because of buggy drivers.
Webcam
There's a /dev/video0 device present, it gets detected properly. However, when opening the v4l stream in VLC, it seems to be using an incompatible codec (YUY2 or something).
Apparently, from the USB ID of the camera, it's a Syntek USB 2.0 UVC PC Camera ([1]) and should be supported. However, I can't make it work.