I guess some kind of regression...can you share the actual hardware (and driver) details?
Code:
sbin/lspci -nnk|grep -iA3 net
Code:
# /sbin/lspci -nnk|grep -iA3 net
libkmod: kmod_config_parse: /etc/modprobe.d/50-blacklist-rtl8xxxu.conf line 2: ignoring bad line starting with '#not'
libkmod: kmod_config_parse: /etc/modprobe.d/50-blacklist-rtl8xxxu.conf line 3: ignoring bad line starting with '#blacklisted'
00:07.0 Bridge [0680]: NVIDIA Corporation MCP61 Ethernet [10de:03ef] (rev a2)
Subsystem: Hewlett-Packard Company Device [103c:2a72]
Kernel driver in use: forcedeth
Kernel modules: forcedeth
Reason for "bad line"...
Code:
# cat /etc/modprobe.d/50-blacklist-rtl8xxxu.conf
#On many Realtek Ethernet controllers the old device driver rtl8xxxu does
#not work reliably. To solve this the rtl8xxxu kernel module has to be
#blacklisted to enable the system to load the new device driver rtl8192eu.
blacklist rtl8xxxu
or
*The latter command will provide driver version as well.
BTW, are both distros using the same driver?