Skip to content

Commit a57aded

Browse files
authored
Update README.md - wireplumber example issue
1 parent a65b650 commit a57aded

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

microsoft/surface/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,23 @@ with the `ath10k` QCA6174 Wifi device.
103103
This was fixed in Nov 2021:
104104
- https://github.com/linux-surface/linux-surface/issues/542#issuecomment-976995453
105105

106+
## Troubleshooting IPU6
107+
108+
While the camera patches are applied in `common`, camera functionality is still WIP for several devices (see [https://github.com/linux-surface/linux-surface/wiki/Camera-Support](https://github.com/linux-surface/linux-surface/wiki/Camera-Support)). As a result they may break some userspace tools on unsupported devices, notably such as Wireplumber. An example fix for such userspace issues is shown below.
109+
```
110+
services.pipewire.wireplumber.extraConfig = {
111+
"50-surface-disable-libcamera.conf" = ''
112+
monitor.libcamera = { enabled = false }
113+
wireplumber.profiles = {
114+
main = {
115+
monitor.libcamera = disabled
116+
hardware.video-capture = disabled
117+
}
118+
}
119+
'';
120+
};
121+
```
122+
106123
### Background:
107124

108125
With the older firmware, you would see messages like "Can't ping firmware".

0 commit comments

Comments
 (0)