Skip to content

Commit bb6849e

Browse files
authored
add missing steps for running pavucontrol
1 parent 72abaa7 commit bb6849e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,11 @@ pavucontrol and audacity are both X11 applications. The following steps describ
264264
1. On your macbook run X-windows and authorize raspberry pi as specified by below steps:
265265
1. Assure that your macbook is connected to the same LAN.
266266
2. Install [XQuartz v2.7.11](https://www.xquartz.org) (= X Window System) on your macbook.
267-
3. Launch XQuartz and open an xterm window from menu (applications > terminal)
268-
4. within xterm window enter the commands `xhost +<ip address raspberry pi>` (The `<ip address raspberry pi>` can be found in the BalenaCloud dashboard). This allows the raspberry pi to display on the XQuartz window system. Note if the raspberry pi has 2 IP addresses (Wi-Fi and Ethernet) then enter the `xhost +` for both IP addresses.
269-
5. Validate the authorizations set in previous step by running command `xhost`. You should see something like:
267+
3. Update firewall rules (under `System Preferences`> `Security & Privacy` > `Firewall Options ...`) so that it is allowing incoming connections for the `XQuartz` application.
268+
4. Launch XQuartz and in its settings: go to Security tab and enable `Authenticate connections` and Àllow connections from network clients`
269+
5. open an xterm window (this can be done via XQuartz menu: applications > terminal)
270+
6. within xterm window enter the commands `xhost +<ip address raspberry pi>` (The `<ip address raspberry pi>` can be found in the BalenaCloud dashboard). This allows the raspberry pi to display on the XQuartz window system. Note if the raspberry pi has 2 IP addresses (Wi-Fi and Ethernet) then enter the `xhost +` for both IP addresses.
271+
7. Validate the authorizations set in previous step by running command `xhost`. You should see something like:
270272

271273
```
272274
bash-3.2$ xhost

0 commit comments

Comments
 (0)