Forum Moderators: bakedjake
I am just setting up my first Linux system, I have installed Mandrake Linux from the "Mini" iso and downloaded all of the packages and updates, everything seems fine except for the sound system which Linux will not recognise, it is a Creative CT4180, any help much appreciated.
Thanks
electrocad
If there are no errors, and it's just the lack of sound, ALSA mutes sound by default. Assuming that you have ALSA installed, you will need to unmute the sound using alsamixer.
Type in alsamixer at the command line. Use the "w" key to raise the volume on both left and right, and use the "x" key to lower the volume on both and right. Use "q", "z", "e", and "c" to lower and raise specific channels.
If you are getting an error, what does the error message say?
At the end of the "initialising peripherals" a popup box (Informational - artsmessage) says "Sound server informational message : Error while initialising the Sound Driver : device: default cannot be opened for Playback (No such file or directory) The sound server will continue, using the null output device.
Any ideas?
Regards
electrocad
So, use the commands lspci and lsmod. For lspci, look for a line comtaining something like "multimedia audio controller". For lsmod, look for lines beginning with "snd". Report back on what you find. (You could post the full results of each, but I'm not sure if it will pass the TOS on posting code. You could give it a try and see what happens.)
You might also want to spend a little time browsing the alsa-project.org site, as they have a lot of info on configuring sound.
As a sidenote, if you've been trying to find information on search engines about your problem, you will probably need to change "initialising" to "initializing". Doing that provided a lot of results of people in the same boat.