Difference between revisions of "Sound"
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 9: | Line 9: | ||
alsamixer -c 0 | alsamixer -c 0 | ||
+ | |||
+ | tstaerk@dell-desktop:~/alsa$ modprobe -l | grep snd-hda | ||
+ | /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko | ||
+ | tstaerk@dell-desktop:~/alsa$ md5sum /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko | ||
+ | bec085930fe6b6e7c448c5ba7d3e50fa /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko | ||
+ | tstaerk@dell-desktop:~/alsa$ ll /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko | ||
+ | bash: ll: command not found | ||
+ | tstaerk@dell-desktop:~/alsa$ ls -l /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko | ||
+ | -rw-r--r-- 1 root root 511592 2009-07-25 01:48 /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko |
Revision as of 15:34, 7 August 2009
See
http://www.linuxjournal.com/article/6735
Soundcard Intel 82801G on Ubuntu 8.10: recording problems
- recording via external microphone very quiet
- recording via internal microphone cannot be heard
alsamixer -c 0
tstaerk@dell-desktop:~/alsa$ modprobe -l | grep snd-hda /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko tstaerk@dell-desktop:~/alsa$ md5sum /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko bec085930fe6b6e7c448c5ba7d3e50fa /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko tstaerk@dell-desktop:~/alsa$ ll /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko bash: ll: command not found tstaerk@dell-desktop:~/alsa$ ls -l /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko -rw-r--r-- 1 root root 511592 2009-07-25 01:48 /lib/modules/2.6.27-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko