Error! Bad return status for module build on kernel [Solved]
- dolphin_oracle
- Developer
- Posts: 22571
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Error! Bad return status for module build on kernel
from the log you posted, it would be the realtek rtl88*-dkms packages that fail to build, plus the broadcom-sta-dkms package. likely virtualbox would as well.
you aren't using the realtek rtl88* drivers, but you are using the broadocom-sta driver (wl).
if you want to use the ahs 6.1 kernel, you might as well enable the ahs repo and update everything. you'll get the firmware that matches the kernel, plus updated mesa packages and the dkms driver packages that will build on that kernel.
otherwise stick to the supported 5.10 kernel. looking at your hardware, I'm not seeing a particularly compelling reason to go to 6.1 if the 5.10 is already working.
you aren't using the realtek rtl88* drivers, but you are using the broadocom-sta driver (wl).
if you want to use the ahs 6.1 kernel, you might as well enable the ahs repo and update everything. you'll get the firmware that matches the kernel, plus updated mesa packages and the dkms driver packages that will build on that kernel.
otherwise stick to the supported 5.10 kernel. looking at your hardware, I'm not seeing a particularly compelling reason to go to 6.1 if the 5.10 is already working.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Error! Bad return status for module build on kernel
@dolphin_oracle,
Thanks, I'll just try to use it as is then. I only really care about getting updates to patch security issues and to make a system that actually works.
If I did want to upgrade, is the solution just what you said? I would update to the ahs version of stuff by installing those packages and then reinstall the kernel?
Thanks, I'll just try to use it as is then. I only really care about getting updates to patch security issues and to make a system that actually works.
If I did want to upgrade, is the solution just what you said? I would update to the ahs version of stuff by installing those packages and then reinstall the kernel?
- dolphin_oracle
- Developer
- Posts: 22571
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Error! Bad return status for module build on kernel [Solved]
to use ahs, you enable ahs repo, do updates as usual, and then install the kernel if you wish.
the 5.10 kernel gets security patches, FWIW. and it auto-updates over time.
the 5.10 kernel gets security patches, FWIW. and it auto-updates over time.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Error! Bad return status for module build on kernel
@dolphin_oracle ,
Thank you. Should I upgrade to 5.10 - 21 to get the security updates or is version 18 better?
Thank you. Should I upgrade to 5.10 - 21 to get the security updates or is version 18 better?
- dolphin_oracle
- Developer
- Posts: 22571
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Error! Bad return status for module build on kernel
if the linux-image-amd64 metapackage is installed, the latest 5.10 kernel should get installed automatically with updates. yes, I would run the latest 5.10 kernel.je55eah wrote: Wed Apr 05, 2023 2:12 pm @dolphin_oracle ,
Thank you. Should I upgrade to 5.10 - 21 to get the security updates or is version 18 better?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Error! Bad return status for module build on kernel
It looks like many kernel wi-fi drivers involves the kernel module "wl", which unfortunately has the same name as the broadcom-sta driver, but the OP's QSI shows that they have a in-kernel "bcma" driver:
Or that they have two drivers fighting over the device, in which case MX Network Assistant can help diagnose and fix the problem.
Code: Select all
Device-2: Broadcom BCM4331 802.11a/b/g/n vendor: Apple AirPort Extreme driver: wl
v: kernel modules: bcma port: efa0 bus-ID: 02:00.0 chip-ID: 14e4:4331 class-ID: 0280
IF: wlan0 state: up mac: <filter>
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Error! Bad return status for module build on kernel
Thanks for looking at it @Stevo
Re: Error! Bad return status for module build on kernel
To enable the ahs repo, do I disable the bullseye main non-free and enable bullseye ahs on this screen?
You do not have the required permissions to view the files attached to this post.
- dolphin_oracle
- Developer
- Posts: 22571
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Error! Bad return status for module build on kernel
just enable ahs. you want to keep the mx main repo enabled.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: Error! Bad return status for module build on kernel
This seems to have worked perfectly. Thank you.