Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20691 - aumix: /etc/init.d/aumix checkfunction doesn't work with opensound(OSS) drivers
Summary: aumix: /etc/init.d/aumix checkfunction doesn't work with opensound(OSS) drivers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 06:45 UTC by Jarkko Haapalainen
Modified: 2003-05-18 22:39 UTC (History)
0 users

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


Attachments
patch for aumix init.d file (aumix.diff,415 bytes, patch)
2003-05-12 03:57 UTC, Jarkko Haapalainen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jarkko Haapalainen 2003-05-09 06:45:12 UTC
when trying to start: /etc/init.d/aumix start or /etc/init.d/aumix stop

I get this:
bash-2.05b# /etc/init.d/aumix stop
 * Sound support has not been compiled into the kernel,
 * or is disabled.  Please check that the correct modules
 * is loaded.

I have sound _ENABLED_. Problem is here:
... (in /etc/init.d/aumix file)
if [ -z "`grep 'sound' /proc/devices`" ] && [ ! -d /proc/asound ]
...

There should be test like this for opensound driver:
grep 'OSS' /proc/devices



Reproducible: Always
Steps to Reproduce:



Expected Results:  
Load and save sound mixer's setup.
Comment 1 Jarkko Haapalainen 2003-05-12 03:57:00 UTC
Created attachment 11815 [details, diff]
patch for aumix init.d file
Comment 2 Jarkko Haapalainen 2003-05-12 03:58:15 UTC
Ok, I made patch for this for speeding up things.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-05-18 22:39:14 UTC
thanks Jarkko