#iwconfig
usb0 no wireless extensions.
eth0 no wireless extensions.
lo no wireless extensions.
#ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether ec:f4:bb:74:5f:f9 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 28 bytes 1596 (1.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 28 bytes 1596 (1.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.42.169 netmask 255.255.255.0 broadcast 192.168.42.255
inet6 fe80::f076:3aff:fe0d:f215 prefixlen 64 scopeid 0x20<link>
ether f2:76:3a:0d:f2:15 txqueuelen 1000 (Ethernet)
RX packets 10723 bytes 9294838 (8.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9929 bytes 1471536 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
#rfkill
Usage: rfkill [options] command
Options:
--version show version (0.5-1+b1 (Debian))
Commands:
help
event
list [IDENTIFIER]
block IDENTIFIER
unblock IDENTIFIER
where IDENTIFIER is the index no. of an rfkill switch or one of:
<idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm nfc
#lspci -knn | grep Net -A202:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Kernel modules: bcma
많이 읽었지만 여전히 아무것도 얻지 못했습니다. 네트워크 연결에 무선 옵션도 표시되지 않습니다. 과거에 Linux와 Wi-Fi에서 이와 같은 문제가 발생한 적이 없었습니다. 방금 kali를 설치했는데 앵무새 OS가 이 컴퓨터에서 제대로 실행되었습니다. 내가 무엇을 놓치고 있으며 왜 작동하지 않습니까?
답변1
BCM43142 wifi 카드를 사용하여 kali linux에서 wifi를 사용하려면 패키지 를 설치 linux-headers
하고broadcom-sta-dkms
apt update
apt upgrade
apt dist-upgrade
reboot
그 다음에
apt install linux-headers-$(uname -r)
apt install broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
modprobe wl
답변2
GAD3R님 감사합니다. 게시하기 전에 업데이트 및 업그레이드를 시도했지만 성공하지 못했습니다. 분명히 노력한 결과 이번에는 기분이 상쾌해지고 업그레이드되는 일을 하게 된 것 같습니다. 이제 포럼에서 겪었던 모든 문제 없이도 매력처럼 작동합니다.