This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
spacefoo:fnord42 [2020/01/11 00:08] mauli |
spacefoo:fnord42 [2020/02/21 14:55] (current) leopardinsel60 |
||
---|---|---|---|
Line 20: | Line 20: | ||
===== Pulseaudio ===== | ===== Pulseaudio ===== | ||
- | pactl load-module module-tunnel-sink-new server=192.168.240.23 | ||
- | Um Pulseaudio support zu benutzen müssen die folgenden Pakete auf deinem Linux-Notebook installiert werden: | + | ==== Einfacher Weg auf der Linux-CLI ==== |
+ | |||
+ | <code bash>pactl load-module module-tunnel-sink-new server=192.168.240.23</code> | ||
+ | |||
+ | Danach sollte in der Audioverwaltung deiner Wahl ein Ausgabegerät mit der IP auftauchen. | ||
+ | Wenn die Netzwerkverbindung abreißt, muss man den Befehl erneut absetzen. | ||
+ | |||
+ | ==== Auto-Discover mit Zeroconf ==== | ||
+ | |||
+ | Um Pulseaudio "Zeroconf" Support zu benutzen müssen die folgenden Pakete auf deinem Linux-Notebook installiert werden: | ||
* avahi-discover | * avahi-discover | ||
* pulseaudio-module-zeroconf | * pulseaudio-module-zeroconf | ||
Line 31: | Line 39: | ||
Mauli: musste avahi service starten/enablen, und "load-module module-zeroconf-discover" bei "/etc/pulse/default.pa" hinzufügen. Nach neustart (kill) von pulseaudio ging es :) | Mauli: musste avahi service starten/enablen, und "load-module module-zeroconf-discover" bei "/etc/pulse/default.pa" hinzufügen. Nach neustart (kill) von pulseaudio ging es :) | ||
===== Bluetooth ===== | ===== Bluetooth ===== | ||
- | tbd | + | <code bash> |
+ | bluetoothctl | ||
+ | Agent registered | ||
+ | [bluetooth]# agent on | ||
+ | Agent is already registered | ||
+ | [bluetooth]# default-agent | ||
+ | Default agent request successful | ||
+ | [bluetooth]# discoverable on | ||
+ | Changing discoverable on succeeded | ||
+ | [CHG] Controller 00:1A:7D:DA:71:15 Discoverable: yes | ||
+ | [bluetooth]# pairable on | ||
+ | Changing pairable on succeeded | ||
+ | |||
+ | //Am Handy verbinden | ||
+ | |||
+ | [NEW] Device AA:BB:CC:DD:EE:FF HalloWelt | ||
+ | Request confirmation | ||
+ | [agent] Confirm passkey 850845 (yes/no): yes | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF Modalias: bluetooth:v00E0p1200d1436 | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001105-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110a-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110c-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110e-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001112-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001115-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001116-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000111f-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000112d-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000112f-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001132-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001200-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001800-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001801-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF ServicesResolved: yes | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF Paired: yes | ||
+ | Authorize service | ||
+ | [agent] Authorize service 0000110d-0000-1000-8000-00805f9b34fb (yes/no): yes | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001105-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110a-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110c-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110d-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000110e-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001112-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001115-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001116-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000111f-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000112d-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 0000112f-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001132-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001200-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001800-0000-1000-8000-00805f9b34fb | ||
+ | [CHG] Device AA:BB:CC:DD:EE:FF UUIDs: 00001801-0000-1000-8000-00805f9b34fb | ||
+ | Authorize service | ||
+ | [agent] Authorize service 0000110d-0000-1000-8000-00805f9b34fb (yes/no): yes | ||
+ | </code> | ||
===== Automation ===== | ===== Automation ===== |