SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Slackware 10 (moving from RHEL 3 WS)
Posts: 27
Rep:
Alsa & snd-intel8x0 error
I'm currently running Slackware 10 on a Asus Terminator DDR system (Athlon processor & SiS chipset). I recently re-installed Slack 10 and used swaret to update & upgrade the system. But on reboot, the X server kept falling over (back to a command prompt). After installing Dropline gnome, this overcame the Xserver issue. But, the Alsa system isn't running. The error that I am getting on bootup is a missing module - snd-intel8x0.
Question(s):
1) How do I go back and recreate this module? (this module is from the initial system install)
2) Has anyone else noticed this this problem when upgrading via swaret?
then unpack and configure it with only your audio card :
./configure --prefix=/usr \
--sysconfdir=/etc --with-oss=yes \
--with-sequencer=yes --with-cards=intel8x0
make
removepkg alsa-driver
make install (or checkinstall, up to you)
alsaconf
alsamixer
alsactl store
I was having problems with this as well. I followed the steps and still had no sound. I ran alsaconf again and saw a message it displayed right before exiting and managed to highlight it:
then unpack and configure it with only your audio card :
./configure --prefix=/usr \
--sysconfdir=/etc --with-oss=yes \
--with-sequencer=yes --with-cards=intel8x0
make
removepkg alsa-driver
make install (or checkinstall, up to you)
alsaconf
alsamixer
alsactl store
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.