You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Sebastian-Roth With all my testing, the output of dmesg does't give me any information that would be worth it.
The output of dmesg is huge so do you have any grep keywords that may help? If not, I could do something like dmesg | tail -20.
@rluzuriaga We would definitely need to use grep to find some interesting information. I think tailing the output is not worth anything. If I remember correctly a dmesg | grep -i firmware should do. This should show messages like
Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
eth0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)
People keep running into the same situation with newer hardware and we need to ask the same questions all the time.
dmesg
Would be easy to add this information to the network script: https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/etc/init.d/S40network#L59
The text was updated successfully, but these errors were encountered: