Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More advanced information when network issues occur #42

Open
Sebastian-Roth opened this issue Feb 1, 2022 · 2 comments · May be fixed by #77
Open

More advanced information when network issues occur #42

Sebastian-Roth opened this issue Feb 1, 2022 · 2 comments · May be fixed by #77
Assignees

Comments

@Sebastian-Roth
Copy link
Member

People keep running into the same situation with newer hardware and we need to ask the same questions all the time.

  1. Are you SURE you are using the latest kernel? Which version exactly?
  2. What network adapter do you have? PCI IDs?
  3. Is there some firmware missing your network card needs? Output of 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

@rluzuriaga rluzuriaga self-assigned this Feb 10, 2023
rluzuriaga added a commit to rluzuriaga/fos that referenced this issue Jul 30, 2023
@rluzuriaga rluzuriaga linked a pull request Jul 30, 2023 that will close this issue
@rluzuriaga
Copy link
Member

rluzuriaga commented Jul 30, 2023

@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.

@Sebastian-Roth
Copy link
Member Author

@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)

Also see in the forums.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants