Slackware - InstallationThis forum is for the discussion of installation issues with Slackware.
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.
I need a simple step by step on how to enable/install my sound card. I just don't want to do it in GUI coz I really don't feel comfortable doing it that way and I don't trust auto enable/install, plus I want to learn how to do it manually or linux/slackware way hehehe.... please help me do it in the console terminal.
I'm running Slackware 12.0
I do have :
HP desktop
1g processor and an integrated/built-in sound card.
commands and post the output. Install alsamixer. Maybe it will just run OK - that would mean that sound is already enabled. Enabling sound consists nowadays just of loading ALSA modules into kernel. This creates corresponding devices (more exactly, registers device numbers - /dev/ device files aer created by udev from the data that is put in /sys). Then application can access them.
I need a simple step by step on how to enable/install my sound card. I just don't want to do it in GUI coz I really don't feel comfortable doing it that way and I don't trust auto enable/install, plus I want to learn how to do it manually or linux/slackware way hehehe.... please help me do it in the console terminal.
I'm running Slackware 12.0
I do have :
HP desktop
1g processor and an integrated/built-in sound card.
Thanks
Allanitto Newbee
Hi,
If you did a full Slackware 12 install then alsa was installed. The alsa is configured in the kernel. Make sure your sound driver is installed. You can get the system information via the 'lspci -vv' and 'lsmod' from the cli.
From the cli you can do a alsamixer and enable your sound. If not you can do a 'alsaconf' to setup your sound card/system. You will need to do a 'alsamixer' to setup then do a 'alsactl store'. Just reboot and your sound should be there.
You can 'man alsactl', 'man alsamixer' and 'man alsaconf' to get the command information. Man is your friend!
Last edited by onebuck; 10-21-2007 at 09:22 AM.
Reason: addition/correction
actually alsaconf almost did everything but before I ran it I did make sure first that the module is there. So I ran the procedure that you guys gave... the lspci and lsmod that really helped a lot. That's also one thing I was really asking you know... to see whats really happening everytime you enable/install anything. So I just did scan the lines and see whats loaded and whats not. I did alsaconf, follow the instructions, ran alsamixer after and adjusted whats necessary.
Reboot...
ran cat /dev/urandom > /dev/dsp
noise....noise....noise....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.