User Tools

Site Tools


bsd:notes:wifi

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
bsd:notes:wifi [2026/05/28 06:25] Sean Rhonebsd:notes:wifi [2026/06/28 01:24] (current) Sean Rhone
Line 16: Line 16:
 wlans_iwlwifi0="wlan0" wlans_iwlwifi0="wlan0"
 create_args_wlan0="country US regdomain fcc" create_args_wlan0="country US regdomain fcc"
-ifconfig_wlan0="inet 192.168.1.150 netmask 255.255.255.0 WPA"+ifconfig_wlan0="WPA inet 192.168.1.150 netmask 255.255.255.0"
 #ifconfig_wlan0="WPA DHCP"</code> #ifconfig_wlan0="WPA DHCP"</code>
  
Line 47: Line 47:
   key_mgmt=WPA-PSK   key_mgmt=WPA-PSK
   priority=2   priority=2
-} 
- 
-network={ 
-  key_mgmt=NONE 
-  priority=0 
 } }
  
Line 74: Line 69:
   '/etc/netstart'   '/etc/netstart'
  
-====== Scan ======+====== USB Tethering ======
  
-****+  https://forums.freebsd.org/threads/usb-tethering-detected-and-up-but-no-internet.88441/ 
 +  :?: Might apply to any type of USB network device that shows up under ''ue#'' 
 + 
 +  su - 
 + 
 +  sysrc ifconfig_ue0="DHCP" 
 + 
 +====== Scan ======
  
   ifconfig 'wlan0' list scan   ifconfig 'wlan0' list scan
Line 85: Line 87:
 wlans_iwlwifi0="wlan0" wlans_iwlwifi0="wlan0"
 ifconfig_wlan0="WPA DHCP" ifconfig_wlan0="WPA DHCP"
-#ifconfig_ue0="SYNCDHCP"</code>+#ifconfig_ue0="DHCP"</code>
  
 ====== Etc ====== ====== Etc ======
/usr/local/www/wiki/data/attic/bsd/notes/wifi.1779963958.txt.gz · Last modified: by Sean Rhone