Open CendioOssman opened 4 years ago
Any you have all firmwares for the module?
Unsure. The build log suggested that it was automatically handled (I assume via metadata from the kernel module).
How do I check this? Dig more in the build log?
You have Param allfirmware true?
On Mon, Dec 16, 2019 at 5:37 AM Pierre Ossman (Work account) < notifications@github.com> wrote:
Unsure. The build log suggested that it was automatically handled (I assume via metadata from the kernel module).
How do I check this? Dig more in the build log?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Thinstation/thinstation/issues/512?email_source=notifications&email_token=AAVW47TR5X5MWWI24FXXKGDQY6ADHA5CNFSM4J3JWVA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG6XMGA#issuecomment-566064664, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVW47UB2H23UVNP56N6UJ3QY6ADHANCNFSM4J3JWVAQ .
Yes, that is set.
Sooo, I found some information about this issue. Seems like softdep loading is broken.... in 5.3, and this module needs realtek.ko to load first. You could possibly play with blacklisting the module, and manually loading realtek.ko then loading r8169, and see if everything works.
I'm trying to get Thinstation booting on an older Dell machine we have here. Unfortunately things got problematic once I got to adding
module r8169
for the network card in the machine. The machine just locks up during boot.I've configure
param bootlogo false
andpackage debug
but unfortunately I'm not getting any useful details.This is where it hangs:
If I press Ctrl+Alt+Delete I get this after a while:
Looks a bit like a kernel bug somewhere.