Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
I'm totally new to Linux (using Mandrake 8.1), and haven't been able to get the sound to work. I have a MicroStar International (MSI) Pro266 Master (MS-6366) that comes with the VIA8233 chipset and AC97 integrated sound. I'm pretty clueless on how to proceed here, but pasted below is some config information I thought might be useful (any ellipses are mine). Thanks!
[me@localhost me]$ cat /etc/modules.conf
pre-install pcmcia_core CARDMGR_OPTS=-f etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
probeall scsi_hostadapter ide-scsi
alias eth0 tulip
above snd-card-via8233 snd-pcm-oss
alias sound-slot-0 snd-card-via8233
[me@localhost me]$ cat /proc/asound/cards
0 [card1 ]: VIA8233 - VIA 8233
VIA 8233 at 0xb400, irq 12
cat, less, and knowing where the io info in /proc is, and you're new to Unix? Okay... I'll roll with that.
The biggest newbie error to Alsa sound is that the mixer is muted by default. You have the mixer module loaded, and if all of those modules bound, then you should have sound. If you're not going on runlevel 5, with X always started by default, then kill X, go to a regular tty and cat /dev/random to /dev/audio (or /dev/sound, I can never remember), and make sure the speakers aren't up too loud.
If you get screech, then its just KDE (I'm assuming, that's Mandrake's default desktop) screwing up your sound in its settings somewhere.
That's it! The KDE sound mixer (KMix) was muted by default. In fact, it seems to always do this every time X is started; is there some way to have it remain in an un-muted state?
BTW, I don't really need to do it now, but I couldn't get the cat of /dev/random to /dev/sound to work; on Mandrake 8.1 there is a /dev/sound subdirectory that has these files:
[me@localhost me]$ ls -l /dev/sound
total 0
crw------- 1 me audio 14, 3 Dec 31 1969 dsp
crw------- 1 me audio 14, 0 Dec 31 1969 mixer
crw------- 1 me audio 14, 1 Dec 31 1969 sequencer
crw------- 1 me audio 14, 8 Dec 31 1969 sequencer2
Should one of these devices be the destination for /dev/random? (What is /dev/random anyway?)
I'm not to hot on what devices alsa modules create, but the GUI's mixer usually gets in the way of something or other, so my test when I have loaded modules and no sound is to go to a tty and just cat /dev/random at the sound device. I listed off for you the usual sound devices of the OSS modules, sorry. There should be a file tab of some sort on that KDE mixer, and the option to save settings. Its kind of counter-intuitive as nearly everything else of I know I KDE is saved to whatever you happen to change it to at that moment.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.