H4vok
(usa Slackware)
Enviado em 16/11/2018 - 02:53h
bash-4.3# ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device
bash-4.3# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.23 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::9a83:89ff:fe70:7d3e prefixlen 64 scopeid 0x20<link>
ether 98:83:89:70:7d:3e txqueuelen 1000 (Ethernet)
RX packets 744443 bytes 1075003226 (1.0 GiB)
RX errors 0 dropped 121 overruns 0 frame 0
TX packets 409513 bytes 31186386 (29.7 MiB)
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 1 (Local Loopback)
RX packets 2041 bytes 161952 (158.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2041 bytes 161952 (158.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
bash-4.3# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
bash-4.3# dhclient wlan0
Cannot find device "wlan0"
bash-4.3# lsmod | grep -i ath
ath10k_pci 32632 0
ath10k_core 253322 1 ath10k_pci
ath 21602 1 ath10k_core
mac80211 612361 1 ath10k_core
cfg80211 527411 3 ath,mac80211,ath10k_core
bash-4.3# lspci
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:14.0 USB controller: Intel Corporation Device 9d2f (rev 21)
00:14.2 Signal processing controller: Intel Corporation Device 9d31 (rev 21)
00:15.0 Signal processing controller: Intel Corporation Device 9d60 (rev 21)
00:16.0 Communication controller: Intel Corporation Device 9d3a (rev 21)
00:17.0 SATA controller: Intel Corporation Device 9d03 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Device 9d14 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Device 9d15 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
00:1f.2 Memory controller: Intel Corporation Device 9d21 (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 134d (rev a2)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 31)
bash-4.3# uname -r
4.4.157
bash-4.3# cat /etc/os-release
NAME=Slackware
VERSION="14.2"
ID=slackware
VERSION_ID=14.2
PRETTY_NAME="Slackware 14.2"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:slackware:slackware_linux:14.2"
HOME_URL="http://slackware.com/"
SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"