Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
|
becki:linux:asus_k50ij_tips [2009-12-28 18:41] becki created |
becki:linux:asus_k50ij_tips [2009-12-29 21:16] (aktuell) becki |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Slack 13.0 on Asus K50IJ == | ====== Slack 13.0 on Asus K50IJ == | ||
| - | Asus K50IJ-SX154L | + | This page is about the peculiarities of installing Slack 13.0 on Asus K50IJ-SX154L. General information about installing Slackware are [[slack_setup_tips|here]] |
| ===== Fix Sound == | ===== Fix Sound == | ||
| + | ==== For the impatient == | ||
| - | http://wiki.ubuntuusers.de/Soundkarten_installieren/HDA | + | Download and install the latest Alsa packages: |
| + | <code bash> | ||
| + | wget ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-unstable-snapshot.tar.gz | ||
| + | tar -xzf alsa-driver-unstable-snapshot.tar.gz | ||
| + | cd alsa-driver-unstable | ||
| + | ./configure --with-cards=hda-intel | ||
| + | make | ||
| + | su | ||
| + | make install | ||
| + | reboot | ||
| + | </code> | ||
| + | Found [[http://wiki.ubuntuusers.de/Baustelle/Asus_X5DIJ#Sound|here]] | ||
| - | root@ludwig:/etc/sbreconfig# head -n 1 /proc/asound/card0/codec* | + | ==== Description == |
| - | Codec: VIA VT1708S | + | |
| - | root@ludwig:/etc/sbreconfig# locate -i alsa-configuration.txt | + | ''lspci -v'' reveals that the loaded kernel module for the audio device is ''snd-hda-intel''. |
| - | /usr/src/linux-2.6.29.6/Documentation/sound/alsa/ALSA-Configuration.txt | + | |
| - | Do you want to modify /etc/modprobe.d/sound (and /etc/modprobe.conf if present)? | + | ''cat /proc/asound/cards'' reveals the chip type and ''head -n 1 /proc/asound/card0/codec*'' shows the exact codec (VIA VT1708S). With these information one normally would try to fine tune the kernel module by the help of the (installed) file /usr/src/linux-2.6.29.6/Documentation/sound/alsa/ALSA-Configuration.txt. [[http://wiki.ubuntuusers.de/Soundkarten_installieren/HDA|Source]]. But this does not work yet with Slack 13.0 |
| - | See Documentation/sound/alsa/HD-Audio.txt for more details about | + | But a web search with the codec reveals [[http://forum.ubuntuusers.de/topic/kein-sound-asus-k50ij|this page]] which links [[http://wiki.ubuntuusers.de/Baustelle/Asus_X5DIJ#Sound|further]] to the Alsa install tip. |
| - | HD-audio driver. | + | |
| - | The list of available models | + | |
| - | is found in HD-Audio-Models.txt | + | |
| - | google: | + | ===== Fix Webcam == |
| - | http://forum.ubuntuusers.de/topic/kein-sound-asus-k50ij/#post-2141391 | + | |
| - | http://wiki.ubuntuusers.de/Baustelle/Asus_X5DIJ#Sound (Auch webcam!) | + | |
| - | + | FIXME see http://wiki.ubuntuusers.de/Baustelle/Asus_X5DIJ | |
| - | + | ||
| - | Checkout: | + | |
| - | http://ubuntuforums.org/showthread.php?t=1208393 | + | |
| - | + | ||
| - | ===== Fix Webcam == | + | |
| ===== Fix WLAN after Suspend to RAM == | ===== Fix WLAN after Suspend to RAM == | ||
| See [[network_tips#wlan_and_suspend_to_ram]] | See [[network_tips#wlan_and_suspend_to_ram]] | ||