저는 Linux를 처음 접합니다. 그러니 저에게 이야기해주세요.
랩톱에 Kali Linux를 새로 설치했기 때문에 이제 사용할 수 있는 유일한 운영 체제는 Kali Linux뿐입니다.
내 질문은 다음과 같습니다.내 노트북은 내장 무선 카드를 통해 인터넷에 연결할 수 없습니다.
내 노트북 무선 카드는 다음과 같습니다. Intel Corporation Centrino Advanced-N 6200 2x2 AGN
시스템에서 커널 드라이버를 사용한다고 표시되지만 iwlwifi
여전히 무선 인터넷에 연결되어 있지 않습니다.
아래 인터페이스 파일을 변경하고 다음을 추가해 보았습니다 /etc/network/interfaces
.
# The primary network interfaces
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
여전히 운이 없습니다. 세부사항은
다음과 같습니다 ifconfig
:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.77 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::223:18ff:febe:ab8e prefixlen 64 scopeid 0x20<link>
ether 00:23:18:be:ab:8e txqueuelen 1000 (Ethernet)
RX packets 27689 bytes 27448393 (26.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 15299 bytes 1495734 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xd4600000-d4620000
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 1 (Local Loopback)
RX packets 2460 bytes 187820 (183.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2460 bytes 187820 (183.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:27:10:94:a8:3c 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
세부사항은 다음과 같습니다 iwconfig
:
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"ATT653"
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
eth0 no wireless extensions.
노트:ESSID의 경우 다음을 사용하여 "ATT653"을 수동으로 추가했습니다.
ifconfig wlan0 up
iwconfig wlan0 essid "ATT653"
dhclient wlan0
내 네트워크가 WPA2로 암호화되어 있기 때문에 작동하지 않습니다.
무선 네트워크 카드 정보는 다음과 같습니다.
root@kali:~# lspci
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
그리고
root@kali:~# lspci -vq
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
Subsystem: Intel Corporation Centrino Advanced-N 6200 2x2 AGN
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at d4400000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Device Serial Number 00-27-10-ff-ff-94-a8-3c
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
이 문제를 해결하도록 도와주세요.
답변1
다음을 편집하세요 sources.list
:
nano /etc/apt/sources.list
다음 줄을 추가합니다.
deb http://http.kali.org/kali kali-rolling main contrib non-free
iwlwifi
그런 다음 드라이버를 설치하십시오 .
apt-get update && apt-get install firmware-iwlwifi
rmmod iwlwifi
modprobe iwlwifi
편집하다
사용퇴직 환매 계약:
deb http://old.kali.org/kali sana main non-free contrib