무선 어댑터 Trendnet TBW-108UB용 우분투 드라이버가 있습니까?

무선 어댑터 Trendnet TBW-108UB용 우분투 드라이버가 있습니까?

우분투의 trendnet TBW-108UB에서 어댑터를 작동시키기 위해 뭔가를 찾고 있었는데 통합 무선랜이 더 이상 작동하지 않아서 Trendnet 어댑터 Wi-Fi와 블루투스를 구입했습니다. 블루투스가 작동하는 것 같은데 Wi-Fi가 OS에서 인식되지 않습니다. Windows에서는 잘 작동하지만 Ubuntu pls help도 사용합니다.

어댑터 공식 사이트 링크 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 네트워크에서 볼 수 있듯이 이더넷 어댑터만 표시되고 Trendnet은 없습니다.

또한 독점 드라이버를 설치하기 위해 소프트웨어 및 업데이트 -> 추가 드라이버를 시도했지만 추가 드라이버를 사용할 수 없습니다.

답변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

재부팅

답변2

드라이버 정보 페이지를 찾을 수 있습니다여기. 그들은 Realtek RTL8723BU 칩셋용 드라이버가 필요하다고 말합니다.

드라이버를 찾을 수 있습니다여기그리고 아마도여기.

관련 정보