1
Hardware and Performance / Re: How to load ure module for USB NIC if device id isn't in the driver?
« on: September 23, 2024, 08:41:47 pm »
Thank you for trying to help. However 8125b (2.5Gb/s, pcie) is very different from 8153 (Gigabit,USB).
realtek-re-kmod package is for PCI-E only adapters.
Also I am not sure if it's exactly the same driver, but you can also install a package from within the GUI from under System -> Firmware -> Plugins -> os-realtek-re
I know 8153b is supported by "ure" driver in Freebsd, implementation is pretty good, it's just the driver doesn't recognise my hardware because there are a ton of different vendor/device ids for the same chip and the Surface adapter may not be on the list. I know in linux I can force a driver to start using a certain vendor/device id through configuration file/at boot. I am not that familiar with *bsd so I was hoping there is a similar mechanism
realtek-re-kmod package is for PCI-E only adapters.
Code: [Select]
Realtek PCIe FE / GBE / 2.5G / 5G Ethernet Family Controller
kernel driver.
Also I am not sure if it's exactly the same driver, but you can also install a package from within the GUI from under System -> Firmware -> Plugins -> os-realtek-re
I know 8153b is supported by "ure" driver in Freebsd, implementation is pretty good, it's just the driver doesn't recognise my hardware because there are a ton of different vendor/device ids for the same chip and the Surface adapter may not be on the list. I know in linux I can force a driver to start using a certain vendor/device id through configuration file/at boot. I am not that familiar with *bsd so I was hoping there is a similar mechanism