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.
Issue "/sbin/lspci | grep -i audio" and post the output here.
You can also run "diff -r rc.modules rc.modules.bak" to see
what is different in those two files. The first file you list
after diff will be noted with < and the second file with > .
I too had sound problems with 11.0. One thing I noticed with the newer ALSA packages is that running depmod -a tends to reawaken ALSA. Reboot, log in, su to root, type depmod -a, then type alsaconf. Might work, might not.
No Luck!
oot@mypc:~# alsaconf
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
ou can also run "diff -r rc.modules rc.modules.bak" to see
what is different in those two files. The first file you list
after diff will be noted with < and the second file with > .
CONFIG_SOUND_TRIDENT: │
│ │
│ Say Y or M if you have a PCI sound card utilizing the Trident │
│ 4DWave-DX/NX chipset or your mother board chipset has SiS 7018 │
│ or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded │
│ in SiS960 Super South Bridge and SiS540/630 Single Chipset. │
│ The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D, │
│ M1535+ or M1535D+ South Bridge. │
│ │
│ Use lspci -n to find out if your sound card or chipset uses │
│ Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands │
│ for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID │
│ 10B9:5451 stands for ALi5451. │
│ │
│ This driver supports S/PDIF in/out (record/playback) for ALi 5451 │
│ embedded in ALi M1535+ and M1535D+. Note that they aren't all │
│ enabled by default; you can enable them by saying Y to "/proc file │
│ system support" and "Sysctl support", and after the /proc file │
│ system has been mounted, executing the command │
│ │
│ command what is enabled │
│ │
│ echo 0>/proc/ALi5451 pcm out is also set to S/PDIF out. (Default). │
│ │
│ echo 1>/proc/ALi5451 use S/PDIF out to output pcm data. │
│ │
│ echo 2>/proc/ALi5451 use S/PDIF out to output non-pcm data.[/code]
Looking in the kernel modules I see:
[code]mingdao@titus:~$ ls /lib/modules/2.4.33.3/kernel/sound/pci/trident/snd-trident
Therefore, you should issue "modprobe snd-trident" and then issue
"alsamixer" and unmute (use the M key) and turn up the volume, then
ESC to exit the mixer and issue "alsactl store" to save the settings.
Issue all those commands in a terminal as root.
Try doing that again, but this time beofre you "modprobe snd-trident"
please "cd /lib/modules/2.4.33.3/kernel/drivers/sound/"
change directories to where the module is located.
Also, please give us that "lsmod" output.
Last edited by Bruce Hill; 11-05-2006 at 11:52 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.