Changes from Version 1 of DbusServer

Show
Ignore:
Author:
nettings (IP: 80.139.214.155)
Timestamp:
10/24/08 03:50:49 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DbusServer

    v0 v1  
     1= Using the FFADO DBUS server = 
     2 
     3''DBUS (or Desktop bus) is a message bus system. It provides facilities to launch applications on demand when their services are needed, for instance when a new piece of hotpluggable hardware has been added to the system. See http://www.freedesktop.org/wiki/Software/dbus.'' 
     4 
     5Before you can use !FireWire audio devices with FFADO, the ffado-dbus-server must be running: 
     6{{{ 
     7$ ffado-dbus-server & 
     8}}} 
     9(The "&" tells the shell to put the program in the background, so that you can re-use the shell to run other applications.) 
     10This command should be sufficient in the standard case. 
     11 
     12If you have a more complicated setup with multiple !FireWire controllers or need debugging output, check out the advanced options: 
     13{{{ 
     14$ ffado-dbus-server --help 
     15Usage: ffado-dbus-server [OPTION...] 
     16ffado-dbus-server -- expose the mixer features of connected FFADO devices 
     17through DBus 
     18 
     19 
     20  -n, --node=id              Only expose mixer of a device on a specific node 
     21  -p, --port=nr              IEEE1394 Port to use 
     22  -q, -s, --quiet, --silent  Don't produce any output 
     23  -v, --verbose=level        Produce verbose output 
     24  -?, --help                 Give this help list 
     25      --usage                Give a short usage message 
     26  -V, --version              Print program version 
     27 
     28Mandatory or optional arguments to long options are also mandatory or optional 
     29for any corresponding short options. 
     30 
     31Report bugs to <ffado-devel@lists.sf.net>. 
     32no message buffer overruns 
     33}}} 
     34