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

How to compile a working kernel? #38

Open
Lili1228 opened this issue Mar 27, 2022 · 0 comments
Open

How to compile a working kernel? #38

Lili1228 opened this issue Mar 27, 2022 · 0 comments

Comments

@Lili1228
Copy link

inb4 duplicate of #30
I want to add some modules to the kernel and in order to do that, I need to enable the module support first, which requires compiling the kernel (3.x stable in my case) from the ground up. Kernel built on Ubuntu 16.04 with GCC 4.8 from wii-mini-mode_defconfig preset starts, but hangs on a Tux. With https://github.com/DeltaResero/GC-Wii-Linux-Kernels/blob/master/build-gc-wii-kernel.sh script, by choosing wii_defconfig, I can see in dmesg that it tries every minute to load b43 firmware and practically hangs when it fails for the 4th time. Quite frankly, I don't really understand how it's unable to find it since it's the same kernel revision, files in /lib/firmware/b43 exist and the release kernel works just fine.
So my question is: what am I doing wrong here?

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

No branches or pull requests

1 participant