Dear all,
I have updated my kernel from 5.4.28 to 5.4.31 and my ethernet adapter stopped working (I use it to share my connection with a desktop in these home office days. If I go back to 4.19 it works normally, but I would really like to stay on 5.4. As you guys can see bellow, network device 2 shows no driver.
System: Host: jaircf-manjaro Kernel: 5.4.31-1-MANJARO x86_64 bits: 64 compiler: gcc v: 9.3.0 Desktop: KDE Plasma 5.18.4
Distro: Manjaro Linux
Machine: Type: Laptop System: Dell product: Inspiron 5557 v: N/A serial: <root required>
Mobo: Dell model: 0WT51R v: A00 serial: <root required> UEFI [Legacy]: Dell v: 1.5.0 date: 11/26/2018
Battery: ID-1: BAT0 charge: 26.7 Wh condition: 31.2/43.8 Wh (71%) model: LGC-LGC3.95 DELL 9JF9364 status: Discharging
CPU: Topology: Dual Core model: Intel Core i7-6500U bits: 64 type: MT MCP arch: Skylake rev: 3 L2 cache: 4096 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 20810
Speed: 800 MHz min/max: 400/3100 MHz Core speeds (MHz): 1: 801 2: 800 3: 800 4: 801
Graphics: Device-1: Intel Skylake GT2 [HD Graphics 520] vendor: Dell driver: i915 v: kernel bus ID: 00:02.0
Device-2: NVIDIA GM108M [GeForce 930M] vendor: Dell driver: nvidia v: 430.64 bus ID: 01:00.0
Display: x11 server: X.Org 1.20.8 driver: modesetting resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel HD Graphics 520 (SKL GT2) v: 4.6 Mesa 20.0.4 direct render: Yes
Audio: Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel v: kernel bus ID: 00:1f.3
Sound Server: ALSA v: k5.4.31-1-MANJARO
Network: Device-1: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter vendor: Dell driver: ath10k_pci v: kernel
port: e000 bus ID: 02:00.0
IF: wlp2s0 state: up mac: 94:53:30:fe:e2:f7
Device-2: Realtek RTL810xE PCI Express Fast Ethernet vendor: Dell driver: N/A port: d000 bus ID: 03:00.0
Device-3: Qualcomm Atheros type: USB driver: btusb bus ID: 1-8:4
Drives: Local Storage: total: 931.51 GiB used: 345.35 GiB (37.1%)
ID-1: /dev/sda vendor: Samsung model: SSD 860 EVO 1TB size: 931.51 GiB
Partition: ID-1: / size: 195.86 GiB used: 43.44 GiB (22.2%) fs: ext4 dev: /dev/sda7
ID-2: swap-1 size: 976.0 MiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda5
Sensors: System Temperatures: cpu: 49.0 C mobo: 40.0 C sodimm: 40.0 C
Fan Speeds (RPM): cpu: 0
Info: Processes: 213 Uptime: 32m Memory: 15.35 GiB used: 2.03 GiB (13.2%) Init: systemd Compilers: gcc: 9.3.0 Shell: bash
v: 5.0.16 inxi: 3.0.37
I have already tried:
- Countless times
sudo modprobe r8169
- Blacklist r8169 and install r8168
- Remove and reinstal kernel 5.4.31
- Verify if it was blacklisted (it's not)
[$ grep -r "blacklist\|install\|options" /etc/modprobe.d/ /etc/modules-load.d/ /usr/lib/modprobe.d/
/etc/modprobe.d/mhwd-nvidia.conf:blacklist nouveau
/etc/modprobe.d/mhwd-nvidia.conf:blacklist nvidia
/etc/modprobe.d/mhwd-nvidia.conf:blacklist nvidia-modeset
/etc/modprobe.d/mhwd-nvidia.conf:blacklist nvidia-uvm
/etc/modprobe.d/mhwd-nvidia.conf:blacklist ttm
/etc/modprobe.d/mhwd-nvidia.conf:blacklist drm_kms_helper
/etc/modprobe.d/mhwd-nvidia.conf:blacklist drm
/etc/modprobe.d/mhwd-bbswitch.conf:options bbswitch load_state=0 unload_state=0
/usr/lib/modprobe.d/nvdimm-security.conf:install libnvdimm /usr/bin/ndctl load-keys ; /sbin/modprobe --ignore-install libnvdimm $CMDLINE_OPTS
/usr/lib/modprobe.d/systemd.conf:options bonding max_bonds=0
/usr/lib/modprobe.d/systemd.conf:options dummy numdummies=0
/usr/lib/modprobe.d/optimus-manager.conf:blacklist nouveau
/usr/lib/modprobe.d/optimus-manager.conf:blacklist nvidia_drm
/usr/lib/modprobe.d/optimus-manager.conf:blacklist nvidia_uvm
/usr/lib/modprobe.d/optimus-manager.conf:blacklist nvidia_modeset
/usr/lib/modprobe.d/optimus-manager.conf:blacklist nvidia
/usr/lib/modprobe.d/uvesafb.conf:# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
/usr/lib/modprobe.d/uvesafb.conf:options uvesafb mode_option=1024x768-32 scroll=ywrap
/usr/lib/modprobe.d/bluetooth-usb.conf:options btusb reset=1
/usr/lib/modprobe.d/bumblebee.conf:blacklist nvidia
/usr/lib/modprobe.d/bumblebee.conf:blacklist nvidia-drm
/usr/lib/modprobe.d/bumblebee.conf:blacklist nvidia-modeset
/usr/lib/modprobe.d/bumblebee.conf:blacklist nvidia-uvm
/usr/lib/modprobe.d/bumblebee.conf:blacklist nouveau
Ideas?