You are not logged in.
Pages: 1
I'm trying to get alsa to work. I have onboard nForce2 sound, and followed their directions for setting it up. I also installed alsa-lib, alsa-driver, and alsa-utils via pacman instead of compiling them myself. When I do:
#modprobe snd-intel8x0
I get:
Modprobe: Can't locate module snd-intel8x0
What did I do wrong?? Could it be because I'm using a 2.4.23 kernel??
Offline
alsa-driver is compiled for a 2.4.22 kernel still, I believe. We haven't upgraded to 2.4.23... it came out yesterday you know.
You can verify this by typing
pacman -Ql alsa-driver
You'll probably want to recompile using abs.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Alright. Thanks.
Offline
Pages: 1