Browse Source

more pulse notes

pull/1/head
Jay Sorg 11 years ago
parent
commit
3cfad307ef
2 changed files with 27 additions and 0 deletions
  1. +7
    -0
      pulse-notes.txt
  2. +20
    -0
      pulse-notes.ubuntu.txt

+ 7
- 0
pulse-notes.txt View File

@ -70,3 +70,10 @@ load-module module-xrdp-sink
load-module module-native-protocol-unix load-module module-native-protocol-unix
#load-module module-udev-detect tsched=0 #load-module module-udev-detect tsched=0
--------------------------------- ---------------------------------
To see a list of sinks
pacmd list-sinks
To manually load a sink
pactl load-module module-xrdp-sink.so sink_name=test

+ 20
- 0
pulse-notes.ubuntu.txt View File

@ -0,0 +1,20 @@
this is /etc/apt/sources.list
I added the deb-src line
----------------------
deb http://packages.linuxmint.com/ maya main upstream import
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
deb http://packages.medibuntu.org/ precise free non-free
#deb http://archive.getdeb.net/ubuntu precise-getdeb apps
#deb http://archive.getdeb.net/ubuntu precise-getdeb games
deb http://drbl.sourceforge.net/drbl-core drbl stable
----------------------
apt-get install dpkg-dev
apt-get build-dep pulseaudio

Loading…
Cancel
Save