Whitelabel USB 3.0 Gigabit LAN yang saya beli menggunakan chipset Realtek, di Fedora 29 (5.1.11-200.fc29.x86_64) drivernya tidak stabil, di dmesg muncul pesan usb usb2-port3: Cannot enable. Maybe the USB cable is bad?

Di Fedora 30 r8152 ini berjalan dengan sempurna.

usb 3 gigabit LAN Fedora Linux

hasil eksekusi lsusb

$ lsusb
Bus 001 Device 008: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter

Install Driver Realtek r8152

Install dependency-nya

dnf install -y gcc make kernel-headers

Download driver Realtek r8152

Download “r8152.53.56-2.12.0.tar”

r8152.53.56-2.12.0.tar – Downloaded 1308 times –
ekstrak dan compile Realtek r8152

tar -xvf r8152.53.56-2.12.0.tar
cd r8152_2.12.0
make
sudo depmod -a

saat ini USB LAN sudah bisa digunakan, bisa di cek di dmesg

[18992.063862] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[18996.119789] usb usb2-port3: Cannot enable. Maybe the USB cable is bad?
[18997.279739] usb 1-3: new high-speed USB device number 49 using xhci_hcd
[18997.408517] usb 1-3: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[18997.408521] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[18997.408523] usb 1-3: Product: USB 10/100/1000 LAN
[18997.408524] usb 1-3: Manufacturer: Realtek
[18997.408525] usb 1-3: SerialNumber: 000001
[18997.525914] usb 1-3: reset high-speed USB device number 49 using xhci_hcd
[18997.681526] r8152 1-3:1.0 eth0: v1.09.9
[18997.758477] r8152 1-3:1.0 enp0s20f0u3: renamed from eth0
[18999.345159] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u3: link becomes ready
[18999.345421] r8152 1-3:1.0 enp0s20f0u3: carrier on

Hasil speedtest

Retrieving speedtest.net configuration...
Testing from FirstMedia (139.228.180.1)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Biznet Networks (Jakarta) [0.76 km]: 19.26 ms
Testing download speed................................................................................
Download: 73.11 Mbit/s
Testing upload speed................................................................................................
Upload: 15.56 Mbit/s

Leave a comment

Your email address will not be published. Required fields are marked *