Site Tools


software:freebsd:wifi_owrt

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
software:freebsd:wifi_owrt [2022/05/18 19:40]
root
software:freebsd:wifi_owrt [2022/06/29 01:33] (current)
root
Line 1: Line 1:
-====== FreeBSD WiFi using OpenWRT as driver ======+====== OpenWRT as FreeBSD WiFi driver ======
  
-For peoples who want to use linux WiFi drivers on FreeBSD with minimum support overhead :)\\+For peoples who want to use Linux WiFi drivers on FreeBSD with minimum support overhead :)\\
 \\ \\
-This "how-to" (draft) describes how to use OpenWRT as driver with web GUI for WiFi adapters.+This how-to describes how to use OpenWRT as driver with WebUI for WiFi adapters.
 No more pain with slow speed, no strange wpa_supplicant gui tools. \\ No more pain with slow speed, no strange wpa_supplicant gui tools. \\
 \\ \\
-This upgrades WiFi speed from\\ +This upgrades WiFi speed from "36Mbps mode 11ato 866Mbps on my notebook with intel 8265.\\
-media: IEEE 802.11 Wireless Ethernet OFDM/36Mbps mode 11a\\ +
-to \\ +
-866Mbps on my notebook with intel 8265.\\+
  
  
Line 41: Line 38:
 cloned_interfaces="tap0" cloned_interfaces="tap0"
 ifconfig_tap0_name="wifi0" ifconfig_tap0_name="wifi0"
-ifconfig_wifi0="DHCP up"+ifconfig_wifi0="inet 192.0.2.1 netmask 255.255.255.0 up"
 ifconfig_wifi0_ipv6="inet6 accept_rtadv auto_linklocal -ifdisabled" ifconfig_wifi0_ipv6="inet6 accept_rtadv auto_linklocal -ifdisabled"
 </code> </code>
Line 75: Line 72:
 </code> </code>
  
-To disable output remove: "-l com1,stdio"+To disable output remove: "-l com1,stdio" \\
 "1/0/0" - PCI dev ident, same as in loader.conf. "1/0/0" - PCI dev ident, same as in loader.conf.
  
Line 81: Line 78:
 4. Configure OpenWRT: 4. Configure OpenWRT:
 <code> <code>
-uci set network.lan.ipaddr='172.16.0.49'+uci set network.lan.ipaddr='192.0.2.254'
 uci set network.lan.netmask='255.255.255.0' uci set network.lan.netmask='255.255.255.0'
-uci set network.lan.gateway='172.16.0.254+uci set network.lan.gateway='192.0.2.1
-uci add_list network.lan.dns='172.16.0.254'+uci add_list network.lan.dns='8.8.8.8'
 uci commit network uci commit network
 /etc/init.d/network restart /etc/init.d/network restart
  
 opkg update opkg update
-opkg install luci+opkg install luci wpad-mesh-wolfssl iwlwifi-firmware-iwl3168 kmod-iwlwifi
 </code> </code>
  
software/freebsd/wifi_owrt.1652902837.txt.gz · Last modified: 2022/05/18 19:40 by root