1
1
I installed a sound card which is not detected by my Linux installation, but it is detected and working when I boot off the Live CD. I have tried to do all kinds of things with Alsa to get it to work and haven't been successful. I'm wondering if Alsa can even help with this problem since I'm not sure if it is responsible for detecting sound card hardware.
the result from the second line is find: `/lib/modules/uname -r': No such file or directory – tony_sid – 2010-08-08T01:11:51.083
Just a hint, are you sure you have typed the correct command syntax? uname -r must be between
and
? As an (not really) alternative, you can see if some sound related modules are loaded with " sudo lsmod |grep snd " – Cagliostro – 2010-08-08T18:34:24.997Gasp..in my previous comment some symbols are gone..please, be sure that you typed correctly (did you do cut&paste?) the "find.." command..specifically the inverse quotes before and after the uname -r – Cagliostro – 2010-08-08T18:37:53.850
You say "No, soundcard (and other) hardware is managed by kernel" as if ALSA's not in the kernel. Hint: it is. The sound drivers in the kernel are ALSA. – maco – 2010-08-14T02:47:48.067