Wi-Fi hotspot from Qubes OS using udev revisions

Go back to topic: Wi-Fi hotspot from Qubes OS using udev

  1. v3 anchor; v3 full version
  2. v2 anchor; v2 full version

Revision #3

Edited on
2025-10-02
Edited by user
MellowPoison
cat << 'EOF' | sudo tee -a /rw/config/qubes-bind-dirs.d/50_user.conf > /dev/null cat << 'EOF' | sudo tee /rw/config/qubes-bind-dirs.d/50_hotspot.conf > /dev/null

Revision #2

Edited on
2025-09-17
Edited by user
MellowPoison
WIFI_INTERFACE=$(cat /proc/net/wireless | sed -n 3p | cut -d: -f1) if [ -n "$WIFI_INTERFACE" ]; then /rw/config/wifi-hotspot-add.sh $WIFI_INTERFACE fi udevadm trigger --subsystem-match=net --action=move --property-match=DEVTYPE=wlan