User Tools

Site Tools



en:bpi-r3:wlan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:bpi-r3:wlan [2023/02/12 18:32] franken:bpi-r3:wlan [2023/06/08 17:06] (current) – external edit 127.0.0.1
Line 15: Line 15:
  
 and iw shows "(no IR)" after all channels and iw shows "(no IR)" after all channels
 +
 +ubuntu does not have the crda tool and so cfg80211 needs the regulatory.db
 +
 +it can be installed with wireless-regdb or copy  regulatory.db and regulatory.db.p7s from https://mirrors.edge.kernel.org/pub/software/network/wireless-regdb/
 +
 +to load the file cfg80211 needs to be compiled as module and it needs the CONFIG_CFG80211_WEXT option (else you get the error "nl80211 not found" error when using iw).
 ===== BPI-R3 internal wifi ===== ===== BPI-R3 internal wifi =====
  
Line 795: Line 801:
  
 interface=wlan0 interface=wlan0
-#interface=ap0 
 driver=nl80211 driver=nl80211
  
Line 822: Line 827:
  
 interface=wlan1 interface=wlan1
-#interface=ap0 
 driver=nl80211 driver=nl80211
  
Line 886: Line 890:
  
 Leds are not yet working properly (2g4 is mapped by mt76 driver and can be switched on manually but not off,5g led is still missing) Leds are not yet working properly (2g4 is mapped by mt76 driver and can be switched on manually but not off,5g led is still missing)
 +
 +=== Virtual SSID ===
 +
 +https://medium.com/@renaudcerrato/how-to-setup-a-virtual-ssid-with-hostapd-804c13c9a3c2
 +
en/bpi-r3/wlan.1676223179.txt.gz · Last modified: 2023/06/08 17:06 (external edit)