
我一直在尋找一些東西來在 ubuntu 中使用 trendnet TBW-108UB 適配器,集成的 WLAN 不再工作,所以我購買了 trendnet 適配器 wifi 和藍牙,看起來藍牙正在工作,但 wifi 不被作業系統識別。它在 Windows 上運行良好,但我也使用 Ubuntu,請幫忙。
適配器官方網站鏈接 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
我試過這個: https://help.ubuntu.com/community/WifiDocs/WirelessTroubleShootingGuide 但 nm-tool:未找到
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
正如您所看到的 lshw -C 網路僅顯示乙太網路適配器,趨勢網不在那裡。
我還嘗試在軟體和更新 -> 附加驅動程式中安裝專有驅動程式:沒有可用的附加驅動程式。
答案1
我已經修改了 lwfinger rtl8723bu,以便它應該支援您的設備,請執行
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
UEFI 系統上需要停用安全啟動,您可以使用以下命令在終端機中檢查安全啟動狀態mokutil --sb-state
重啟