hwmon abituguru3 kernel module fails to load
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Stefan Bader | ||
Intrepid |
Fix Released
|
Medium
|
Stefan Bader | ||
Jaunty |
Fix Released
|
Medium
|
Stefan Bader |
Bug Description
SRU justification:
Impact: There are a certain variation in the string provided by some mainbord
BIOS releases. The abituguru3 is a sensor driver that matched very
strictly to certain names and it was found this causes boards which
run well before, not to be detected after switching to DMI matching.
Fix: backported patch from upstream which loosens the checking to match
partial strings instread of the long versions.
Testcase: Driver would not load with certain boards. Verified to be working
after applying the patch.
---
$ uname -a
Linux zygoma 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:06 UTC 2008 x86_64 GNU/Linux
$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10
$ sudo modprobe abituguru3
FATAL: Error inserting abituguru3 (/lib/modules/
On Ubuntu 8.04 (hardy), the abituguru3 module loaded properly, making the ABIT uguru sensors for my ABIT IP35 Pro motherboard available. On Ubuntu 8.10 (intrepid), the abituguru3 module fails to load as shown.
Forcing the module appears to work.
Note: I searched the internet for information on this issue, and did not find much. I did find a bug report on Mandriva that appeared similar:
https:/
Information was sketchy, but perhaps it is already in the pipeline to be fixed in an upcoming patch.
Changed in linux (Ubuntu Intrepid): | |
assignee: | nobody → stefan-bader-canonical |
importance: | Undecided → Medium |
status: | New → In Progress |
description: | updated |
Changed in linux (Ubuntu Intrepid): | |
status: | In Progress → Fix Committed |
tags: | added: hw-specific |
tags: |
added: verification-done removed: verification-needed |
Hi Russ,
After you 'sudo modprobe abituguru3' is there any additional information in your dmesg output? Care to attach it here?