public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: Adam Luchjenbroers <Adam@Luchjenbroers.com>
To: Peter <heisspf@skyinet.net>
Cc: linux-newbie@vger.kernel.org
Subject: Re: No Sound with Kernel 2.6.7
Date: Thu, 11 Nov 2004 23:57:19 +0930	[thread overview]
Message-ID: <200411112357.25724.Adam@Luchjenbroers.com> (raw)
In-Reply-To: <20041111031359.589E83F580@heisspf>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I did what you have recommended but the sound continues to be elusive with
> kernel 2.6.7. On boot I get the following messages:
>
> Loading ALSA mixer settings:  /usr/sbin/alsactl restore
> No state is present for card Dummy

Should go away after the first one, just means it has no settings to restore. 
If you keep seeing this, then it's a bigger issue. If you haven't already run 
alsamixer do so.

> Loading OSS compatibility modules for ALSA.
> FATAL: Module snd_pcm_oss not found.
> FATAL: Module snd_mixer_oss not found.

What this means is that it failed to load the OSS emulation modules. There are 
two sound architectures in use in Linux, 2.4 uses OSS (Open Sound System), 
whereas 2.6 uses ALSA (Advanced Linux Sound Architecture) to provide sound. 
ALSA includes the ability to emulate OSS so that applications which use it 
for sound function correctly. This significant change is also why your old 
settings work fine in 2.4 but not in 2.6 (they load the OSS drivers).

If you want to test if ALSA is working ok, try running XMMS and changing the 
audio output plugin to ALSA to see if that works. You could also try 
playing .wav files with the aplay command.

> In kernel 2.4.26 all the settings are the same in /etc/rc.d  as well as for
> modprobe.conf and modules.conf and the sound is no problem.
>
> What would be the next step?

Probably try enabling the following in your kernel (either as modules or right 
in the kernel).

OSS Mixer API
OSS PCM API
OSS Sequencer API

They're right under the ALSA settings with make xconfig, and will provide the 
OSS emulation you will need for OSS based apps.

- -- 
"It should be illegal to yell "Y2K" in a crowded economy. :-)" - Larry Wall
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBk3bK94zI/zB2CYURAubgAJ4wxRXdNZA5HYCarUofg4rKVI4DAwCfUCfe
0mRs/wlA6UDmFBbzvn8uoAE=
=jPWf
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

       reply	other threads:[~2004-11-11 14:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20041111031359.589E83F580@heisspf>
2004-11-11 14:27 ` Adam Luchjenbroers [this message]
2004-11-12  8:19   ` No Sound with Kernel 2.6.7 Peter
2004-11-04 21:59 Peter
2004-11-04 10:48 ` Beolach
2004-11-05  5:11 ` Richard Adams
2004-11-08 12:11 ` Adam Luchjenbroers

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=200411112357.25724.Adam@Luchjenbroers.com \
    --to=adam@luchjenbroers.com \
    --cc=heisspf@skyinet.net \
    --cc=linux-newbie@vger.kernel.org \
    /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