OK, my new Sager 5720 features the above soundcard which, in various flavors, has stymied people from across the linux distro spectrum. Google gives me 1001 answers (from "add myself to the 'audio' group" to grab the drivers from realtek), but most of them seem to imply that using kernel 2.6.12 or higher (I'm at .13) or ALSA 1.08 or higher (I'm at 1.09) takes care of this.
However, I'm still soundless.
I reinstalled the ALSA drivers and running the various tools gives lame results.
Earlier, it was loading snd-hda-intel as the driver (everything looked fine), but I was still getting these errors.
Before I start giving loads of lspci output, etc., has anyone seen this problem? Any suggestions?
Thanks!
However, I'm still soundless.
I reinstalled the ALSA drivers and running the various tools gives lame results.
Code:
> alsamixer alsamixer: function snd_ctl_open failed for default: No such file or directory
Code:
> system-config-soundcard
Traceback (most recent call last):
File "/usr/share/system-config-soundcard/system-config-soundcard.py", line 46, in ?
app = soundcard.childWindow()
File "/usr/share/system-config-soundcard/soundcard.py", line 64, in __init__
self.cardList = self.soundcardBackend.probeCards()
File "/usr/share/system-config-soundcard/soundcardBackend.py", line 111, in probeCards
driverList = read_driver_list()
File "/usr/share/system-config-soundcard/soundcardBackend.py", line 48, in read_driver_list
fd = open('/proc/asound/modules', 'r')
IOError: [Errno 2] No such file or directory: '/proc/asound/modules'
Earlier, it was loading snd-hda-intel as the driver (everything looked fine), but I was still getting these errors.
Before I start giving loads of lspci output, etc., has anyone seen this problem? Any suggestions?
Thanks!





. I remember it taking some work on my part to get it working. You'll want to make sure you're not loading the alsa-driver module on top of a kernel thats already configured with alsa built-in. Here is a guide that explains how to do this (and other stuff to consider) for Gentoo:
ANy ideas on this and I might consider the switch