Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Realtek 8169 drops to 100 Mbps

Linux Kernel, Network, and Services configuration.
Message
Author
p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Realtek 8169 drops to 100 Mbps

#21 Post by p.H »

Note that the proprietary Realtek driver r8168 does not use firmwares in /lib/firmwares. It embeds its own firmware blobs.

Systech65
Posts: 13
Joined: 2018-08-29 10:03

Re: Realtek 8169 drops to 100 Mbps

#22 Post by Systech65 »

Pardon my ignorance as I am quite new to all of this. How can we determine whether the correct firmware is being mapped/loaded?
Can you please explain?

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Realtek 8169 drops to 100 Mbps

#23 Post by GarryRicketson »

These key words:

Code: Select all

On Debian 9 How can we determine whether the correct firmware is being mapped/loaded? 
Copy/paste into your favorite search engine.
There are many results, you should read them.
A good one to start:
https://wiki.debian.org/WiFi
Use lspci to see information about which PCI cards is connected
show the out put of:

Code: Select all

lspci
But don't limit yourself to just that one result, read some of the others as well.
https://www.debian.org/releases/stretch ... 04.html.en
=================

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Realtek 8169 drops to 100 Mbps

#24 Post by p.H »

Systech65 wrote:How can we determine whether the correct firmware is being mapped/loaded?
Check the kernel logs with dmesg for any firmware loading messages associated with the related modules.

Code: Select all

dmesg | grep -i firmware
dmesg | grep -i r8169
Kernel modules usually list firmwares they may need, and the list can be displayed by modinfo.

Code: Select all

modinfo r8169
However it lists all firmwares for all supported devices, not only the one for your specific device.

Post Reply