On Tue, 2004-09-14 at 15:39, Darragh wrote:
> The result of that command is:
> 02:02.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
Cool, we can test that we have the correct module by doing the following
as root
modprobe -a snd-cmipci
Then look at the kernel output at the end of /var/log/messages
The lsmod command will also show if the modules are loaded. Try playing
some sound. If you aren't hearing anything run alsamixer in the console
and check the levels. By default they are at 0 or muted so you don't
blast yourself.
If the module works ok then add the following to your /etc/modprobe.conf
file (as root) so that the module just gets loaded from now and and
saves your mixer settings.
alias snd-card-0 snd-cmipci
install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove cmipci { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-cmipci
I've put spaces in between the lines there to differentiate that there
are only supposed to be 3 lines, but being long they'll get wrapped by
my mail client.
--
Glen Gray <glen at lincor.com> 17 Dame Court
Senior Software Engineer Dublin 2, Ireland
Lincor Solutions Ltd. Ph: +353 (0) 1 6746413
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!