Raspberry PI USB wifi 設定
Raspberry PI USB wifi 設定
1、 檢測usbwifi
lsusb
2、測試wifi訊號
sudo iwlist wlan0 scan
# 找到自己的SSID
3.、編輯網路卡配置資訊
sudo nano /etc/network/interfaces
將wlan0的部份修改為:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
#iface wlan0 inet manual
iface wlan0 inet static
# wpa-ssid 你要連線的wifi ssid
# wpa-psk 你的wpa連線密碼
address 192.168.1.106 # 設定的靜態IP地址
netmask 255.255.255.0 # 網路掩碼
gateway 192.168.1.1 # 閘道器
network 192.168.1.1 # 網路地址
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
設成靜態的
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="wr700"
psk="password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
相關文章
- Raspberry Pi with Go langGo
- Raspberry Pi 3簡明配置教程
- raspberry pi bookworm setting static ipWorm
- 讓Mono 4在Raspberry Pi上飛Mono
- Raspberry Pi 4B 安裝 CentOS 8CentOS
- Raspberry Pi 400上安裝vscodeVSCode
- 用Raspberry Pi搭建Azure IOT解決方案
- install java javac on kali linux, raspberry piJavaLinux
- PyCharm使用技巧:Raspberry Pi的遠端開發PyCharm
- crontab on raspberry pi, full path, not relative path, is needed.
- 樹莓派raspberry pi訪問Windows共享檔案樹莓派Windows
- 初學程式設計:8款最佳Raspberry Pi 作業系統/專案程式設計作業系統
- 利用Raspberry Pi搭建一個基於OpenMediaVault系統的NAS
- Raspberry Pi二代開售:免費裝Win10Win10
- Raspberry PI 3B:連線到 SSID 時出現問題
- Raspberry PI:Shadowsocks+Polipo實現全域性科學上網
- [Raspberry PI 4B]how to clone a 32 GB SD card to a 16GB SD?
- 設定USB資料監聽
- 人工智慧入門與實戰 使用Raspberry Pi和Python演練人工智慧Python
- 記錄給樹莓派刷Raspberry Pi OS(Raspbian)系統的配置流程樹莓派
- 電子創客案例手冊 Arduino和Raspberry Pi電子製作實戰UI
- 路由器WiFi定時開關設定教程 路由器WiFi定時開關怎麼設定?路由器WiFi
- ELM327 藍芽/WIFI/USB diagnostic interface藍芽WiFi
- [共享WIFI]將筆記本網路設定為共享WIFIWiFi筆記
- Azure中將 Raspberry Pi 聯機模擬器連線到 Azure IoT 中心 (Node.js)Node.js
- 自定義RadiusBackgroundSpan在textview設定tagTextView
- 定時開通路由器的WiFi設定方法路由器WiFi
- 教程|Debian系統上移植USBWIFI RTL8192EU驅動並設定開機自啟動WiFi
- Raspberry pi 3b+ 安裝dotnet5 VSCode Remote-SSH 遠端開發VSCodeREM
- 廣東USB介面WiFi模組選型參考方案WiFi
- android WIFI 設定代理程式碼 4.4.3——5.0AndroidWiFi
- Raspberry Pi Foundation:截止2013年2月樹莓派微型電腦銷出100萬臺樹莓派
- WiFi 6無線網路卡最佳化設定WiFi
- 換了wifi怎麼重新設定印表機 wifi換了印表機連不上WiFi
- USB2.0 USB3.0 供電情況及規定
- 路由器怎樣重新設定wifi密碼 路由器重設wifi密碼具體步驟路由器WiFi密碼
- linux server設定開機自動連線WIFILinuxServerWiFi
- 專用ROS軟路由如何設定改wifi地址教程ROS路由WiFi