Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1062  / 3 Years ago, tue, august 10, 2021, 9:06:04

I'm trying to run an old netbook with Broadcom BCM4313 wireless as a print server with Ubuntu Server 12.04. Setting up the wireless without the GUI, however, is proving problematic. I do think however I've narrowed down the problem.



I've tried both the wl driver (from bcmwl-kernel-source) as well as the (included) brcmsmac driver. With both of them, when I issue the command iwlist wlan0 scanning (eth1 for wl), I only see neighbouring networks- not my own.



I believe this might be because my networks are n-only, but my neighbouring networks are mixed mode (I suspect this because the output of iwlist wlan0 scanning shows "Bit Rates" only as high as 54 Mb/s).



Any ideas how to go about getting this thing to connect?


More From » wireless

 Answers
0

Disregard me, I'm stupid. The very next thing I looked up on this site claimed that it doesn't support channels > 11, and my wlan was on ch13! Changing this to 11, connection worked a charm with the wl driver, like so:



wpa_passphrase mySSID myPSK >> /etc/wpa_supplicant.conf



iwconfig eth1 essid mySSID



wpa_supplicant -D wext -i eth1 -c /etc/wpa_supplicant.conf



dhclient eth1


[#34646] Thursday, August 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nosaurindb

Total Points: 266
Total Questions: 113
Total Answers: 120

Location: Ecuador
Member since Tue, Jul 26, 2022
2 Years ago
;