Hallo,
ich habe RasPi OS Lite Trixie installiert. Danach fehlen im Bluetooth die 'Audio Sink' und 'Audio Source'. Wenn ich Full installiere, sind diese vorhanden.
Was muss ich nachinstallieren, um diese auch in der Lite Version zu bekommen?
Es geht um `UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)` und `UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)`.
Das ist die Ausgabe von Trixie Lite:
Code
$ bluetoothctl show
Controller DC:A6:32:06:E9:C0 (public)
Manufacturer: 0x0131 (305)
Version: 0x09 (9)
Name: pi4
Alias: pi4
Class: 0x00000000 (0)
Powered: no
PowerState: off-blocked
Discoverable: no
DiscoverableTimeout: 0x000000b4 (180)
Pairable: no
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: SIM Access (0000112d-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0552
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x05 (5)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedCapabilities.MaxAdvLen: 0x1f (31)
SupportedCapabilities.MaxScnRspLen: 0x1f (31)
Display More
und das die Ausgabe von Trixie Full:
Code
$ bluetoothctl show
Controller DC:A6:32:06:E9:C0 (public)
Manufacturer: 0x0131 (305)
Version: 0x09 (9)
Name: pi4
Alias: pi4
Class: 0x00000000 (0)
Powered: no
PowerState: off-blocked
Discoverable: no
DiscoverableTimeout: 0x000000b4 (180)
Pairable: yes
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree Audio Gateway (0000111f-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: SIM Access (0000112d-0000-1000-8000-00805f9b34fb)
UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
UUID: Vendor specific (03b80e5a-ede8-4b33-a751-6ce34ec4c700)
UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0552
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x05 (5)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedCapabilities.MaxAdvLen: 0x1f (31)
SupportedCapabilities.MaxScnRspLen: 0x1f (31)
Display More