ASUSTek Computer, Inc. USB 10/100/1G/2.5G LAN


alan159

Recommended Posts

I recently bought a USB ASUSTek Computer, Inc. 10/100/1G/2.5G LAN 3.0 Network adapter. I don't want to pass it through to a VM or or Docker. I want it to be a dedicated network between my unraid box and another server I have, but still have unraid on my primary network. So dual networks, my primary network adapter would be 192.168.1.100 and the USB NIC would be 10.10.10.1 .

 

The issue i am having is that when I hook the USB NIC up, unraid doesn't list it under Network Settings. But if I look under System devices is see the USB NIC.

 

I have attached screenshots.

 

I have a feeling that the issue is going to be that unraid doesn't have the driver.

 

Any thoughts? ( Also, I am still new to unraid so please be patient with me. )

 

Thanks for any help.

Network_Settings.JPG

System_Devices.JPG

Link to comment
23 minutes ago, alan159 said:

How do I go about making a feature request.... I did a little googling and it just brings be back to the forum. Do I just post a new thread asking for the driver to be added?

You will need to find the chipset.

 

the ASUS one i found needs the following

 

config USB_RTL8152

tristate "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters"

select MII

help

This option adds support for Realtek RTL8152 based USB 2.0

10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000

Ethernet adapters.

To compile this driver as a module, choose M here: the

module will be called r8152.

 

Looking on the lastest version they are not installed in the kernel.

 

root@computenode:/usr/src/linux-5.14.2-Unraid# cat .config | grep USB_RTL
CONFIG_BT_HCIBTUSB_RTL=y
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
root@computenode:/usr/src/linux-5.14.2-Unraid# 

 

This may help show more info for your device. I have a QNAP 5G, I requested the driver be added, but it doesn't work with bonding.

 

root@computenode:/usr/src/linux-5.14.2-Unraid# lsusb -vvvvt

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    /sys/bus/usb/devices/usb2  /dev/bus/usb/002/001
    |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=aqc111, 5000M
        ID 1c04:0015 QNAP System Inc. 
        /sys/bus/usb/devices/2-1  /dev/bus/usb/002/002

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.