Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2007 11:34:06 GMT
From:      Pietro Cerutti<gahr@gahr.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/112520: Missing "line" device in man 8 mixer
Message-ID:  <200705081134.l48BY6gh026057@www.freebsd.org>
Resent-Message-ID: <200705081140.l48Be6mu071973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705081134.l48BY6gh026057>