This commit is contained in:
Rich
2021-07-29 12:02:30 +01:00
parent b06a967f6a
commit 62124977da
2 changed files with 6 additions and 5 deletions

View File

@@ -1 +1,2 @@
ACTION=="add", SUBSYSTEM=="net", DRIVERS=="brcmfmac", NAME="wlan1" ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="sdio", KERNELS=="mmc1:0001:1", NAME="wlan0"
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNELS=="1-1.2", NAME="wlan1"

View File

@@ -14,10 +14,10 @@ iface eth0 inet static
address 192.168.0.200 address 192.168.0.200
netmask 255.255.255.0 netmask 255.255.255.0
allow-hotplug wlan0 allow-hotplug wlan1
iface wlan0 inet manual iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug ap0 allow-hotplug wlan0
iface ap0 inet manual iface wlan0 inet manual
nohook wpa_supplicant nohook wpa_supplicant