
He estado buscando algo para hacer funcionar el adaptador de trendnet TBW-108UB en ubuntu, la wlan integrada ya no funciona, así que compré el adaptador wifi y bluetooth de trendnet, parece que el bluetooth está funcionando, pero el sistema operativo no reconoce wifi. Funciona bien con Windows, pero también uso Ubuntu, por favor ayuda.
Enlace al sitio oficial del adaptador. https://www.trendnet.com/support/support-detail.asp?prod=190_TBW-108UB
$ lsusb
Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 20f4:108a TRENDnet <---this is the adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
He probado este: https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide pero nm-tool: no encontrado
sudo lshw -C network
*-network
description: Ethernet interface
product: RTL810xE PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: enp7s0
version: 07
serial: 14:18:77:c3:bc:a9
size: 100Mbit/s
capacity: 100Mbit/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 autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.50.241 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:43 ioport:3000(size=256) memory:a9000000-a9000fff memory:c0000000-c0003fff
Como puede ver con lshw -C network solo muestra el adaptador de Ethernet, Trendnet no está allí.
También lo intenté en software y actualizaciones -> controladores adicionales para instalar controladores propietarios: no hay controladores adicionales disponibles.
Respuesta1
He modificado el lwfinger rtl8723bu para que sea compatible con su dispositivo, haga
sudo apt install git build-essential dkms
git clone https://github.com/jeremyb31/rtl8723bu.git
sudo dkms add ./rtl8723bu
sudo dkms install rtl8723bu/4.3.6.11_12942.20141204_BTCOEX20140507-4E40
El arranque seguro deberá desactivarse en los sistemas UEFI; puede verificar el estado del arranque seguro en la terminal conmokutil --sb-state
Reiniciar