Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 39805

Summary: alsasound rc-script buggy, drivers don't load correct (patch included)
Product: Gentoo Linux Reporter: Stefan Briesenick (RETIRED) <sbriesen>
Component: [OLD] Core systemAssignee: Gentoo Sound Team <sound>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for alsasound rc-script

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 ***