Tengo un Acer Aspire 7 A715-71G-75B3. Recientemente instalé Debian en él con wicd
. Cuando corro wicd-client
, no puedo ver ninguna red mostrada.
Creo que mi tarjeta WiFi no está activada (aunque rfkill
dice lo contrario, vea el comando al final). Debería poder activarlo presionando Fn+ F3pero no funciona. Por otro lado, la otra combinación de teclas está funcionando. (como Fn+ F4para poner la PC en modo de suspensión)
No puedo ver ninguna opción para activarlo desde el BIOS y la combinación de teclas funciona en Windows (arranque dual).
¿Hay alguna forma de activarlo desde la línea cmd o algo así?
Aquí está el resultado del comando diferente que ya usé:
lspci
:
00:00.0 Host bridge: Intel Corporation Device 5910 (rev 05)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #0 (rev 31)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #1 (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Device a171 (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c8d (rev a1)
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01)
03:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
iwconfig
:
enp0s20f0u5 no wireless extensions.
enp3s0f1 no wireless extensions.
lo no wireless extensions.
ifconfig
:
enp0s20f0u5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.42.174 netmask 255.255.255.0 broadcast 192.168.42.255
inet6 fe80::54b4:f1ff:fe19:d293 prefixlen 64 scopeid 0x20<link>
ether 56:b4:f1:19:d2:93 txqueuelen 1000 (Ethernet)
RX packets 20769 bytes 20679799 (19.7 MiB)
RX errors 2 dropped 0 overruns 0 frame 2
TX packets 19606 bytes 3078503 (2.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp3s0f1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 98:29:a6:48:2a:44 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 1 (Boucle locale)
RX packets 492 bytes 39516 (38.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 492 bytes 39516 (38.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
rfkill
:
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
linux
wireless-networking
Robert Reynolds
fuente
fuente
Respuestas:
Como dijo MichealBay en los comentarios de mi pregunta original, faltaba un firmware.
De hecho, después de ejecutar el script, habló aquí . Pude ver que el comando dmesg devolvió esto:
Así que fui a este github y descargué el siguiente archivo ath10k . Luego extraje el archivo zip a la carpeta:
Lo que tuve que crear.
Luego en las dos carpetas:
Tuve que cambiar el nombre de los archivos:
Después de reiniciar, funcionaba bien.
Espero que esto ayude.
fuente