주로 유선 네트워크 연결을 통해 실행되는 데스크톱 컴퓨터가 있습니다. Wicd 네트워크 관리자를 시작하면 "무선 네트워크를 찾을 수 없습니다"라는 메시지가 나타납니다. 또한 다음 명령은목록동일한 결과를 제공합니다.
# iwlist scan
eth0 Interface doesn't support scanning.
wlan0 No scan results
lo Interface doesn't support scanning.
네트워크 카드 드라이버를 설치했습니다펌웨어-b43-설치 프로그램이전에는 Wi-Fi가 작동했던 것으로 알고 있습니다. 내 라우터가 근처에 있고 여기에 여러 다른 무선 장치가 연결되어 있습니다. 어떤 단서가 있나요?
편집하다:
산출rfkillWi-Fi가 활성화되었음을 나타냅니다.
# rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
편집 2:
무선 카드에 대한 정보는 다음과 같습니다.
$ lspci -nn | grep Network
03:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328] (rev 05)
$ lspci -knn | grep Net -A2
03:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328] (rev 05)
Subsystem: Apple Inc. AirPort Extreme [106b:0090]
Kernel driver in use: b43-pci-bridge
답변1
이 명령은 lspci -knn | grep Net -A2
다음에 대한 정보를 제공합니다 Kernel driver in use
.debian_wlwl
, 모듈을 사용해야 합니다
편집하다 sources.list
:
apt edit-sources
nano
"무료 소스 아님"을 선택 하고 추가하세요.
# Debian 8 "Jessie"
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
업데이트 패키지:
aptitude update
우리는 설치 broadcom-sta-dkms
하고linux-headers
CD-ROM을 넣고 다음을 입력합니다.
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
충돌하는 모듈을 제거합니다.
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
올바른 모듈을 로드합니다 wl
.
modprobe wl
다음으로 제거해야 network-manager
하거나wicd