Skip to content

Commit db52c64

Browse files
authored
Fix (FINALLY) GPIO ownership
fix #239
1 parent 1c98119 commit db52c64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

astroarch_build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ cp /home/astronaut/.astroarch/configs/81-wifi-powersave.rules /etc/udev/rules.d/
153153
# Udev rule to force the brcmfmac driver to keep the name “wlan0” for Wi-Fi
154154
cp /home/astronaut/.astroarch/configs/99-brcmfmac.rules /etc/udev/rules.d/99-brcmfmac.rules
155155

156+
# Copy the GPIO ownership rule to get access to the GPIO as any user
157+
cp /home/astronaut/.astroarch/configs/99-arch-gpio.rules /etc/udev/rules.d/99-arch-gpio.rules
158+
156159
# Polkit rules go here
157160
cp /home/astronaut/.astroarch/configs/99-polkit-power.rules /etc/polkit-1/rules.d/
158161
cp /home/astronaut/.astroarch/configs/50-udiskie.rules /etc/polkit-1/rules.d/

0 commit comments

Comments
 (0)