Re: no sound


Subject: Re: no sound
From: Michael A. Peters (Moonglue@141.com )
Date: Sat Aug 19 2000 - 20:59:24 MDT


>Ok, tried that. Still no sound. Here's partial lsmod output:
>
>
>module used by
>dmasound 0 (unused)
>soundcore 3 [dmasound]

conf.modules bites, and I hate the concept of it (I hate the concept
of the entire rc.sysinit script to be honest- I think it should be
split into different more specific scripts)

If you are going to use a kernel w/o dmasound built in, load the
sound module from your rc.local script.

append this to the end of it:

/sbin/insmod /lib/modules/`uname -r`/misc/dmasound.o

I'm mot *positive* that its in misc, I always build sound into my
kernel so I don't know precisely where the module would live- but you
find out by running

locate dmasound.o | grep modules

`uname -r` allows you to specify the full path (best when scripting
stuff executed as root) and not have to change your rc.local every
time you change the kernel version.

>
>
> > it works. i have the exact same computer you do
> > in your terminal type 'modprobe dmasound' then in your
>/etc/conf.modules file
> > type in 'alias sound dmasound' and save it. for some reason i've
>noticed and
> > error when using xboot though. if you start up your system and go to the
> > xboot control panel and start linux w/o shutting down first sound won't
> > work...however, if you shutdown your system and totally restart
>your computer
> > and select linux it'll work fine. you prolly forgot to add alias sound
> > dmasound to your conf.modules file.
>--
>Randy Perry
>rgp systems
>
>Mac Consulting/Sales

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters-- http://24.5.29.77/Linux_Pages/
                                http://www.omnilinux.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  



This archive was generated by hypermail 2a24 : Sat Aug 19 2000 - 21:03:14 MDT