2016-06-19 - 최초 게시물
GoboLinux에서 Wi-Fi 연결을 설정하는 데 문제가 있습니다. 독점 Broadcom 드라이버를 설치했습니다. 이제 적어도 Wi-Fi 모듈이 인식됩니다.
사용하면 iwconfig wlan0
다음과 같은 결과가 나타납니다.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
이는 내 노트북에 일종의 Wi-Fi 모듈이 내장되어 있어야 함을 의미합니다. (BTW, Windows에서는 작동합니다.)
lspci -k
네트워크 컨트롤러의 이름을 표시합니다.
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
Subsystem: Broadcom Corporation Device 04b5
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
펌웨어 로드 중 - dmesg | grep b43
:
[ 8.127113] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 8.142216] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 1339.940316] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 1777.008290] b43-phy0: Radio hardware status changed to DISABLED
[ 1782.025291] b43-phy0: Radio hardware status changed to ENABLED
[ 2247.468296] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
기존 WiFi 네트워크를 검색하거나 연결할 수 없습니다. 내가 무엇을 놓치고 있나요?
2016-06-20 - 시스템 정보 편집 및 인쇄
내 시스템 정보는 다음과 같습니다 uname -a
.
Linux Arbeits-PC 3.14.2-Gobo #1 SMP PREEMPT Sat May 3 22:59:40 GMT 2014 i686 GNU/Linux
답변1
이것은bcm4312
지원됨b43
운전자 에 의해 .
firmware-b43-lpphy-installer
패키지를 설치합니다 .
드라이버를 제거합니다:
modprobe -r b43-pci-bridge
modprobe -r ssb
b43
드라이버를 로드합니다 :
modprobe b43