| Summary: | PCM Audio modules lock out mixer application | ||
|---|---|---|---|
| Product: | Base System | Reporter: | dominic_marks <dominic_marks> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.3-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
dominic_marks
2001-05-26 22:30:00 UTC
My apolgies for sending my e-mail address incorrectly. The correct address is dominic_marks@btinternet.com, not dominic@btinternet.com. Sorry :) On Sat, 26 May 2001 dominic_marks@btinternet.com wrote: > When attempting to modify sound card properties such as the > volume using the mixer application it fails to apply the changes > exiting with this output: (`$ mixer -f /dev/dsp vol 100:100`): This is because /dev/dsp is not a mixer device. You want /dev/mixer (which will be a symlink to /dev/mixer0 in your case). -- +-------------------+---------------------+ | George Reid | FreeBSD Committer | | +44 7740 197460 | greid@FreeBSD.org | +-------------------+---------------------+ State Changed From-To: open->closed Pilot error. |