docs/112520: Missing "line" device in man 8 mixer
Pietro Cerutti
gahr at gahr.ch
Tue May 8 11:40:07 UTC 2007
>Number: 112520
>Category: docs
>Synopsis: Missing "line" device in man 8 mixer
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue May 08 11:40:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Pietro Cerutti
>Release: FreeBSD 6.2-STABLE
>Organization:
Bern University of Applied Sciences - Engineering and Information Technology
>Environment:
FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #18: Mon May 7 15:26:43 CEST 2007 root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 i386
>Description:
man 8 mixer reports the list of possible mixer devices available:
vol, bass, treble, synth, pcm, speaker, mic, cd, mix, pcm2, rec, igain, ogain, line1, line2, and line3.
This doesn't include the "line" mixer, which is usually found between "speaker" and "mic".
>How-To-Repeat:
man 8 mixer
>Fix:
# cd /usr/src
# patch < mixer.8.diff
# cd usr.sbin/mixer/
# make && make install
Patch attached with submission follows:
--- usr.sbin/mixer/mixer.8.orig Tue May 8 13:29:52 2007
+++ usr.sbin/mixer/mixer.8 Tue May 8 13:30:04 2007
@@ -73,7 +73,7 @@
of mixer devices that may be modified are:
.Pp
.Bd -ragged -offset indent
-vol, bass, treble, synth, pcm, speaker, mic, cd, mix,
+vol, bass, treble, synth, pcm, speaker, line, mic, cd, mix,
pcm2, rec, igain, ogain, line1, line2, and line3.
.Ed
.Pp
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list