2019-01-07 15:03:15 +01:00
2019-01-07 15:03:15 +01:00
2019-01-07 15:03:15 +01:00
2019-01-07 15:03:15 +01:00
2019-01-07 15:03:15 +01:00
2019-01-07 15:03:15 +01:00

- If you want to support S5 WOL, you have to find

	EXTRA_CFLAGS += -DRTL8152_S5_WOL

  in the Makefile. Then, remove the first character '#", if it exists.


- For Fedora, you may have to run the following command after installing the
  driver.

	# dracut -f

- For Ubuntu, you may have to run the following command after installing the
  driver.

	# sudo update-initramfs -u

- Example of setting speed

	# ethtool -s eth0 autoneg on advertise 0x802f (2.5G)
	# ethtool -s eth0 autoneg on advertise 0x002f (1G)
	# ethtool -s eth0 autoneg on advertise 0x000f (100M full)
	# ethtool -s eth0 autoneg on advertise 0x0003 (10M full)
S
Description
A kernel module for Realtek RTL8152/RTL8153 Based USB Ethernet Adapters - Meant to be used in distributions only - For upstream bugs, please report them to your distribution maintainer or to Realtek.
https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software
Readme GPL-2.0
324 KiB
Languages
C 99.9%
Makefile 0.1%