linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick Mansfield <patmans@us.ibm.com>
To: Max Valdez <maxvalde@fis.unam.mx>
Cc: kernel <linux-kernel@vger.kernel.org>
Subject: Re: no sound on 2.5.75-mm1 (emu10k1 loaded)
Date: Mon, 14 Jul 2003 08:59:55 -0700	[thread overview]
Message-ID: <20030714085955.A7342@beaverton.ibm.com> (raw)
In-Reply-To: <1058115661.6491.6.camel@garaged.homeip.net>; from maxvalde@fis.unam.mx on Sun, Jul 13, 2003 at 12:01:02PM -0500

On Sun, Jul 13, 2003 at 12:01:02PM -0500, Max Valdez wrote:

> fool, but I just can't find it, here is my config attached, a dmesg and
> lsmod. There is no /dev/dsp device, no /dev/sound either.

> Module                  Size  Used by
> mousedev                7260  - 
> usbcore               102964  - 
> nfs                   103468  - 
> lockd                  60080  - 
> sunrpc                134820  - 
> emu10k1                74688  - 
> sound                  82444  - 
> soundcore               6784  - 
> ac97_codec             13408  - 
> aic7xxx               213488  - 
> 3c59x                  31240  - 
> sg                     31020  - 
> sd_mod                 12000  - 
> st                     34548  - 
> sr_mod                 14016  - 
> scsi_mod               69068  - 
> cdrom                  33664  - 

Max -

I'm running fine with emu10k1.

I was missing /dev/dsp (well could not correctly open it, no devfs), I
think the missing modules were the snd_pcm and snd_pcm_oss. Anyway, I setup
my /etc/modprobe.conf (not /etc/modules.conf) using generate_modprobe.conf
to generate the base file.

The "sound" portion of my modprobe.conf has:

---------------------------
alias char-major-116 snd
alias sound-slot-0 snd_emu10k1

alias char_major_14 soundcore
install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove sound-slot-0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

install sound_slot_1 /bin/true
install sound_service_1_0 /bin/true
---------------------------

And I have these modules loaded:

Module                  Size  Used by
snd_pcm_oss            50020  0 
snd_mixer_oss          14976  2 snd_pcm_oss
snd_emu10k1            80196  1 
snd_rawmidi            19456  1 snd_emu10k1
snd_pcm                80960  2 snd_pcm_oss,snd_emu10k1
snd_timer              20416  1 snd_pcm
snd_seq_device          6532  2 snd_emu10k1,snd_rawmidi
snd_ac97_codec         42884  1 snd_emu10k1
snd_page_alloc          7908  2 snd_emu10k1,snd_pcm
snd_util_mem            3424  1 snd_emu10k1
snd_hwdep               6752  1 snd_emu10k1
snd                    42592  10 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
soundcore               7104  2 snd
r128                   83544  24 
binfmt_misc             8072  0 
nfs                    87756  2 
lockd                  60256  2 nfs,[unsafe]
sunrpc                113728  5 nfs,lockd
8139too                19680  0 
mii                     4128  1 8139too
crc32                   4096  1 8139too
ide_scsi               12288  0 
scsi_mod              102156  1 ide_scsi
vfat                   12960  2 
fat                    40736  1 vfat

-- Patrick Mansfield

  parent reply	other threads:[~2003-07-14 15:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13 17:01 no sound on 2.5.75-mm1 (emu10k1 loaded) Max Valdez
2003-07-13 23:32 ` Zwane Mwaikambo
2003-07-14 11:29   ` Max Valdez
2003-07-14 15:59 ` Patrick Mansfield [this message]
2003-07-14 11:50   ` Max Valdez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030714085955.A7342@beaverton.ibm.com \
    --to=patmans@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxvalde@fis.unam.mx \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).