Trendnet TEW-806UBH

Started by SILENT, August 16, 2016, 06:54:13 PM

Previous topic - Next topic

SILENT

Can't not get Trendnet twe-806ubh to work on a desktop i even tried the driver that came with the usb wifi it installed it said but still nothing is there any  other way to install it to get it to work?

ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

SILENT

#2
Output: https://paste.lugons.org/show/CVbw3AvvpLnrFjWYVTS9/

And i installed the driver from the cd and still nothing i did everything right but when i load into linux it says it can not load the driver so
hoping i can get this fixed.

ZEROF

#3
Hi,

I can't even see your adapter info, no info about network device, only ethernet. Take out your adapter, then put it back, share info, from this two commands:

sudo lspci -vnn | grep -i net

and

sudo lshw -C network

Thanks.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

SILENT

silent@silent-Z1-7641:~$ sudo ispci -vnn | -i net

[1]+  Stopped                 sudo ispci -vnn | -i net
silent@silent-Z1-7641:~$ -i: command not found
sudo lspci -vnn | grep net
[sudo] password for silent:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
   Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7641]
silent@silent-Z1-7641:~$ sudo lshw -C network
  *-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:02:00.0
       logical name: eth0
       version: 06
       serial: d8:cb:8a:70:dd:d8
       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=rtl8168e-3_0.0.4 03/27/12 ip=192.168.0.2 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
       resources: irq:26 ioport:e800(size=256) memory:fbfff000-fbffffff memory:fbff8000-fbffbfff
silent@silent-Z1-7641:~$

ZEROF

#5
Run again sudo lspci -vnn | grep -i net and not sudo ispci -vnn | -i net. Thanks.

And try:

sudo modprobe r8169

dmesg | grep r8169

Check your /etc/network/interfaces, you need to have this lines as well:

auto eth0
iface eth0 inet dhcp

Save and reboot. If this don't work, you will have a lot of work: https://unixblogger.com/2011/10/18/the-pain-of-an-realtek-rtl8111rtl8168-ethernet-card/

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Wolve

#6
I am not sure, if you still need help with that, but this driver should help you:

http://www.mediatek.com/en/downloads1/downloads/mt7610u-usb/

BTW: This is a Mediatek device and not a Realtek!

EDIT: The 805UB is a Realtek one.