~ubuntu-branches/ubuntu/oneiric/oss4/oneiric-proposed

« back to all changes in this revision

Viewing changes to os_cmd/Linux/ossdetect/ossdetect.man

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Rivera
  • Date: 2011-06-16 20:37:48 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110616203748-jbrxik6ql33z54co
Tags: 4.2-build2004-1ubuntu1
* Merge from Debian unstable.
  - Supports our current kernel (LP: #746048)
  Remaining changes:
  - debian/oss4-dkms.dkms.in: s/source/build/ in Kernel headers paths.
* ld-as-needed.patch: Re-order CC arguments to enable building with ld
  --as-needed (LP: #770972)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NAME
 
2
ossdetect - Open Sound System audio device detection program.
 
3
 
 
4
SYNOPSIS
 
5
ossdetect [-diuv] [-m<mode>] [-L<path>]
 
6
 
 
7
DESCRIPTION
 
8
The ossdetect application performs automatic detection of soundcards.
 
9
The application looks at the $OSSETCDIR/device.list and performs
 
10
automatic detection. It will create a file with the list of the configured
 
11
drivers in $OSSETCDIR/installed_drivers.
 
12
OSSETCDIR is decided by reading /etc/oss.conf, and defaults to /etc/oss4.
 
13
 
 
14
The Input Multiplexer driver (IMUX) is not configured by default and
 
15
can be added to the OSS configuration using the -i option.
 
16
 
 
17
OPTIONS
 
18
-d              Create device file links.
 
19
-i              Adds the oss_imux driver.
 
20
-m<mode>        Create nodes with permissions set to octal <mode>.
 
21
-u              Adds the oss_userdev driver.
 
22
-v              Verbose output.
 
23
-L<path>        Use <path> as root directory for OSS files.
 
24
                Default: Path from /etc/oss.conf, followed by /usr/lib/oss.
 
25
 
 
26
SEE ALSO
 
27
ossdevlinks(1), ossinfo(1)
 
28
 
 
29
FILES
 
30
/etc/oss.conf
 
31
/usr/sbin/ossdetect
 
32
 
 
33
AUTHOR
 
34
4Front Technologies