Error! Bad return status for module build on kernel

Asked by Michael Nelson

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://paste.ubuntu.com/5927929/

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-5-generic 3.10.0-5.15
ProcVersionSignature: Ubuntu 3.10.0-5.15-generic 3.10.2
Uname: Linux 3.10.0-5-generic x86_64
ApportVersion: 2.11-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: michael 2231 F.... pulseaudio
                      michael 3657 F.... pulseaudio
 /dev/snd/controlC0: michael 2231 F.... pulseaudio
                      michael 3657 F.... pulseaudio
Date: Tue Jul 30 08:15:43 2013
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-annan-standard-precise-amd64-20121106-1
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=bb448ef7-de71-4b93-8343-74c1c165c1ad
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=/boot/vmlinuz-3.10.0-5-generic root=UUID=05643352-201b-43e8-976a-c1d40d591e80 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-5-generic N/A
 linux-backports-modules-3.10.0-5-generic N/A
 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.asset.tag: ATN12345678901234567
dmi.board.name: X201EP
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrX201EP.205:bd11/30/2012:svnASUSTeKCOMPUTERINC.:pnX201EP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX201EP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X201EP
dmi.product.version: 1.0
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:
Last query:
Last reply:
Revision history for this message
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

Revision history for this message
Michael Nelson (michael.nelson) said :
#2

Thanks Daniel. I re-installed from the ISO to avoid the issue, which worked.

Revision history for this message
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

Revision history for this message
Daniel Letzeisen (dtl131) said :
#4

Oh, that's what I get for typing slowly :\