Conexões Wifi não aparecem no Ubuntu 16.04

0

Eu tenho uma nova instalação do ubuntu 16.04 em um thinkpad e470, mas nenhum wifi aparece, nem a opção de ativar o wifi. Eu já tentei habilitá-lo usando a tecla fn, mas ainda não funciona.

Eu já tentei muitas abordagens diferentes, incluindo tentar atualizar os pacotes, verificar drivers, reiniciar o gerenciador de rede e seguir estas soluções: link Redes Wi-Fi não estão aparecendo no Ubuntu 16.04

Infelizmente, nada disso funcionou: /

A saída da rede lshw -C é a seguinte:

*-network               
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: enp4s0
       version: 10
       serial: 54:e1:ad:a7:cf:25
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.88 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
       resources: irq:122 ioport:d000(size=256) memory:f1104000-f1104fff memory:f1100000-f1103fff
  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: ioport:c000(size=256) memory:f1000000-f100ffff

A saída para "lspci -nnk | grep -iA3 net":

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
    Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:505b]
    Kernel driver in use: r8169
    Kernel modules: r8169
05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c821]
    Subsystem: Lenovo Device [17aa:c024]

Qualquer ajuda é apreciada! :) Muito obrigado!

    
por Earthling 09.01.2018 / 22:41

1 resposta

0

Então eu finalmente consegui fazer funcionar. O que faltava era o driver 8821ce.

Eu segui a resposta encontrada aqui: link

    
por Earthling 10.01.2018 / 17:46