Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Okay, I'm having a bit of a hard time here... I want to install the ALSA drivers, but it says I need to do something with soundcore.. What is soundcore and how to I use it?
It says I need to configure a kernel with sound support through Soundcore module.. I have no clue what that is, nor how to affect it.
You need to compile a custom kernel from source. If you have never done this before then you may be in for more than you bargained for. You can get the kernel source at www.kernel.org and there is lots of howto's and other guides for installing kernels, so just have a google. At a bare minimum you should read the README file included in the source.
I suggest when the time comes that you use 'make xconfig' as it is usually the easiest for beginners. There is a section 'Sound Support', just select the first option as a module (M), it's called "Sound Card Support", this will create a module called soundcore.o, which is what Alsa is referring to. Don't create any other sound modules...just this one.
Mandrake has urpmi instead of apt. (There's also a GUI front end; either grpmi or rpmdrake from the command line, or Configuration, Packaging, Install software from the menus).
Mandrake also has a sound installation wizard - draksound. You can invoke it by going to Configuration, Mandrake Control Panel, Hardware, System, double click on your sound card, and click "configure" or "setup driver" (from memory). But draksound should work from command line too.
One thing with alsasound - make sure that you have the volume turned up. For some reason I have to manually set the master and PCM volumes in my boot scripts.
Hi, just paste those two lines that I typed above into your .login file. I don't know if this is the "proper" place for them or not, but it is run at bootup at least.
I also have a line following those to play a sound, so I know it is up:
play -d /dev/audio blah.wav &
You may have to alter the device depending on your setup.
Im trying to get my sound to work as well, i have onboard sound with my P4P800 ASUS mobo, and im trying to get the sound to work. i've installed the latest ALSA-drivers (1.0.5a) and i've /.configure;make;make install 'ed and everything goes fine, but when i reboot it still doesn't work. says the device cannot be recognized.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.