
나는 일부 포럼에서 이런 일이 일어나는 것을 많이 보았지만 제공된 솔루션 중 어느 것도 나에게 효과적이지 않았습니다. 다음은 터미널에서 다음 명령을 실행한 결과입니다.
$ uname -r
4.1.7-200.fc22.x86_64
$ lspci |grep Broadcom
02:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
$ rpm -qa |grep -- -wl
broadcom-wl-6.30.223.248-2.fc22.noarch
kmod-wl-4.0.4-301.fc22.x86_64-6.30.223.248-8.fc22.1.x86_64
akmod-wl-6.30.223.248-9.fc22.x86_64
kmod-wl-6.30.223.248-8.fc22.1.x86_64
kmod-wl-4.1.7-200.fc22.x86_64-6.30.223.248-9.fc22.x86_64
kmod가 올바르게 설치된 것 같지만 이렇게 하면 다음과 같습니다.
$ akmods --force
Checking kmods exist for 4.1.7-200.fc22.x86_64 [ OK ]
다른 일은 일어나지 않습니다. 내가 아는 한 일종의 설치 프로세스가 시작되어야 합니다(그러나 그것은 완전히 다른 것일 수도 있습니다. 저는 Linux를 처음 접했습니다). 또한 어댑터를 수동으로 검색할 때 인쇄되는 내용은 다음과 같습니다.
$ lshw -C network
*-usb:0
description: Wireless interface
product: 802.11 n WLAN
vendor: Ralink
physical id: 1
bus info: usb@1:1
logical name: wlp0s20u1
version: 1.01
serial: 1.0
capabilities: usb-2.00 ethernet physical wireless
configuration: broadcast=yes driver=rt2800usb driverversion=4.1.7-200.fc22.x86_64 firmware=0.29 ip=192.168.1.45 link=yes maxpower=450mA multicast=yes speed=480Mbit/s wireless=IEEE 802.11bgn
*-network UNCLAIMED
description: Network controller
product: BCM4352 802.11ac Wireless Network Adapter
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f7200000-f7207fff memory:f7000000-f71fffff
*-network DISABLED
description: Ethernet interface
physical id: 2
logical name: virbr0-nic
serial: 52:54:00:04:76:48
size: 10Mbit/s
capabilities: ethernet physical
configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/s
맨 위가 USB 무선 LAN 어댑터이고 가운데가 제가 실행하려는 내장 어댑터입니다. 마지막 것은 확실하지 않습니다.
USB 무선랜 어댑터는 연결하자마자 바로 인식이 되기 때문에 하드웨어가 작동하지 않는 것은 드라이버 문제로 보입니다.
답변1
무선 카드를 확인하세요. Boradcom인 경우 올바른 연결을 위해 공급업체 드라이버를 설치해야 합니다.
먼저, 무선 카드가 Broadcom인지 확인해야 합니다. 따라서 이 명령을 슈퍼유저로 실행하세요.
lspci | grep -i broadcom
예상 결과는 다음과 유사합니다.
12:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)