최근에 Kali Linux를 설치하고 Scientific Linux에서 전환했습니다. 유일한 문제는 내 무선 드라이버인데 전혀 설치를 원하지 않습니다.
lspci-nn | grep 네트워크:
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57785` Gigabit Ethernet PCIe [14e4:16b5] (rev 10)
03:00.0 Network controller [0280]: Broadcom Corporation BCM43227 802.11b/g/n [14e4:4358]
ifconfig-a:
eth0 Link encap:Ethernet HWaddr dc:0e:a1:1e:75:35
inet addr:192.168.0.108 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::de0e:a1ff:fe1e:7535/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23812 errors:0 dropped:0 overruns:0 frame:0
TX packets:13319 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30858992 (29.4 MiB) TX bytes:1221973 (1.1 MiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1680 (1.6 KiB) TX bytes:1680 (1.6 KiB)
구성:
eth0 no wireless extensions.
lo no wireless extensions.
이름-r:
3.14-kali1-amd64
지금까지 공식 홈페이지에서 드라이버를 다운로드 받아 모듈을 직접 빌드해 보려고 했는데, "make"를 사용하면 시간이 오래 걸리고 멈춥니다. 나는 Linux에 대한 경험이 많지 않지만 그렇게해서는 안된다고 생각합니다. 그런 다음 다음 단계를 수행해 보았습니다(모듈 도우미 사용). http://community.linuxmint.com/tutorial/view/218. 모듈 빌드를 시작하면 약 300단계에 도달한 후 오류 없이 실패했다고 합니다. 그런 다음 broadcom-sta-dkms를 사용해 보았습니다. apt-get 설치 Broadcom-sta-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
broadcom-sta-source
The following NEW packages will be installed:
broadcom-sta-dkms
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B/2,208 kB of archives.
After this operation, 4,164 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 338796 files and directories currently installed.)
Removing broadcom-sta-source ...
Selecting previously unselected package broadcom-sta-dkms.
(Reading database ... 338788 files and directories currently installed.)
Unpacking broadcom-sta-dkms (from .../broadcom-sta-dkms_5.100.82.112-8_all.deb) ...
Setting up broadcom-sta-dkms (5.100.82.112-8) ...
Loading new broadcom-sta-5.100.82.112 DKMS files...
Building only for 3.14-kali1-amd64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
그런데 커널 소스와 헤더를 설치했기 때문에 이것이 이상합니다. 당신의 도움에 정말 감사드립니다.