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 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Rep:
Another problem with ALSA
Hi everyone.
I have a snd-intel8x0 on my laptop, I'm running Slack 10 with 2.4.26 and yesterday I tried to upgrade the alsa packages. Currently I don't have sound, when I run alsamixer I get "No mixer elems found", also I tried running alsamixer -c 1 and I got alsamixer: function snd_ctl_open failed for hw:1: No such device, on hotplug part of the boot process I hear some noise like probing the sound. When I installed my slack I never heared it until I upgraded ALSA. Here are the steps that I did:
Code:
1.- Downloaded: alsa-driver-1.06, alsa-lib-1.0.6, alsa-utils-1.0.6.
2.- on Driver folder:
./configure --with-sequencer=yes --with-oss=yes
make
make install
3.- I ran ./snddevices (as root)
4.- Builded alsa-lib and alsa-utils.
5.- Finally I put the following in my /etc/modules.conf file
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
6.- I put this in /etc/rc.d/rc.local
# This loads the ALSA mixer settings
/usr/sbin/alsactl restore
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,209
Rep:
Have you run alsaconf? It looks like you may need to do that, and let the configuration tool write your modules.conf, and you don't want alsactrl restore to run until you've configured the card, run the mixer to set things the way you want, and run alsactl store to save the settings.
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,209
Rep:
Try adding this module to /etc/hotplug/blacklist.
snd-intel8x0m
Notice the m at the end of it, the sound card doubles as a modem. Unfortunately it's a winmodem, so it's likely not ot work or at least cause problems.
Once you've done that reboot, and see where your at as far as sound goes.
good luck.
Location: Danville, VA Approx. N 36°36.434' W 79°24.342' Accur. 100' or so.
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,209
Rep:
Glad you're sorted, your welcome.
Quote:
One more question, in the future what problem do you think that will cause this snd-intel8x0m?
That module is for the modem side of the card. If anything in the future, I suspect that this problem will be solved and the module will not need to be blacklisted, as well as having the modem side work.
good luck.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.