Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39805 - alsasound rc-script buggy, drivers don't load correct (patch included)
Summary: alsasound rc-script buggy, drivers don't load correct (patch included)
Status: RESOLVED DUPLICATE of bug 39397
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 15:03 UTC by Stefan Briesenick (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for alsasound rc-script (alsasound.diff,453 bytes, patch)
2004-01-29 15:04 UTC, Stefan Briesenick (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Briesenick (RETIRED) gentoo-dev 2004-01-29 15:03:48 UTC
I use Kernel 2.6.1-gentoo-r1 (gentoo-dev-sources).

Since alsa-utils-1.0.2 I can't load my alsa-drivers anymore. I did not changed anything... The problem was, that there were unresolved symbols like:

snd_seq_oss: Unknown symbol snd_seq_kernel_client_enqueue
snd_seq_oss: Unknown symbol snd_seq_delete_kernel_client
snd_seq_oss: Unknown symbol snd_seq_kernel_client_dispatch
snd_seq_oss: Unknown symbol snd_seq_kernel_client_enqueue_blocking

etc.

after some research, I detected, that the only problem was, that the snd-card-0 driver were loaded *after* the oss drivers.

I attach a small patch for /etc/init.d/alsasound, which fixes that behavior. Now the soundcard drivers are loaded before the oss drivers and everything works fine.

btw: that script probes all available soundcard drivers?!?

Stefan

Reproducible: Always
Steps to Reproduce:
Comment 1 Stefan Briesenick (RETIRED) gentoo-dev 2004-01-29 15:04:40 UTC
Created attachment 24600 [details, diff]
patch for alsasound rc-script
Comment 2 SpanKY gentoo-dev 2004-01-29 15:32:21 UTC
what version of module-init-tools ?
Comment 3 Stefan Briesenick (RETIRED) gentoo-dev 2004-01-29 16:22:01 UTC
> what version of module-init-tools ?

module-init-tools-3.0_pre7

Stefan.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2004-01-29 23:47:06 UTC

*** This bug has been marked as a duplicate of 39397 ***