Error! Bad return status for module build on kernel
After an upgrade to 13.10, I rebooted to find a bunch of error reports (see screenshot).
Hoping they might go away with another update, I tried that - which resulted in the same errors [1]
[1] http://
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-
ProcVersionSign
Uname: Linux 3.10.0-5-generic x86_64
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
USER PID ACCESS COMMAND
/dev/snd/
/dev/snd/
Date: Tue Jul 30 08:15:43 2013
DistributionCha
# This is a distribution channel descriptor
# For more information see http://
canonical-
EcryptfsInUse: Yes
HibernationDevice: RESUME=
InstallationDate: Installed on 2012-11-09 (262 days ago)
InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 20121106-09:07
MachineType: ASUSTeK COMPUTER INC. X201EP
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
linux-
linux-
linux-firmware 1.112
SourcePackage: linux
UpgradeStatus: Upgraded to saucy on 2013-07-30 (0 days ago)
dmi.bios.date: 11/30/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X201EP.205
dmi.board.
dmi.board.name: X201EP
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.
dmi.modalias: dmi:bvnAmerican
dmi.product.name: X201EP
dmi.product.
dmi.sys.vendor: ASUSTeK COMPUTER INC.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu linux Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Michael Nelson
- Solved:
- 2013-07-30
- Last query:
- 2013-07-30
- Last reply:
- 2013-07-30
This question was originally filed as bug #1206383.
Daniel Letzeisen (dtl131) said : | #1 |
This is not really a bug. You have older kernel modules that need to be updated for kernel 3.10.x
Thanks Daniel. I re-installed from the ISO to avoid the issue, which worked.
Daniel Letzeisen (dtl131) said : | #3 |
You need to remove the modules. Those particular modules should be unnecessary with a newer kernel. In a command-line, type:
sudo dkms remove -m
Then hit <Tab> twice to see the possible names of the modules. Run the remove command on all of them that are problematic. For example, if the module is asus-wmi:
sudo dkms remove -m asus-wmi --all
Daniel Letzeisen (dtl131) said : | #4 |
Oh, that's what I get for typing slowly :\