Slackware连接无线时提示8B1C错误

2024-10-13 13:09:24

1、打开/etc/rc.d/wireless.conf

2、文件内容如:case "$HWADDR" in## NOTE : Comment out the following five lines to activate thesamples below ...## --------- START SECTION TO REMOVE -----------## Pick up any Access Point, should work on most 802.11 cards*) INFO="AnyESSID ESSID=" " ;;## ---------- END SECTION TO REMOVE ------------

3、新增一行SSID="路由器名 ":文件内容如:case "$HWADDR" in## NOTE : Comment out the fol造婷用痃lowing five lines to activate thesamples below ...## --------- START SECTION TO REMOVE -----------## Pick up any Access Point, should work on most 802.11 cards*) INFO="AnyESSID ESSID=" " SSID=" " ;;## ---------- END SECTION TO REMOVE ------------

猜你喜欢