Bug 6678 - ASUS M9V smbus disabled
Summary: ASUS M9V smbus disabled
Status: REJECTED INSUFFICIENT_DATA
Alias: None
Product: Drivers
Classification: Unclassified
Component: PCI (show other bugs)
Hardware: i386 Linux
: P2 low
Assignee: Jean Delvare
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-11 06:04 UTC by Dimitri
Modified: 2007-09-22 19:24 UTC (History)
2 users (show)

See Also:
Kernel Version: 2.6.17-rc6
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Dimitri 2006-06-11 06:04:27 UTC
Most recent kernel where this bug did not occur:
Distribution: ubuntu 6.06 dapper drake
Hardware Environment: ASUS M9V ( 82801FBM ICH6M )
Software Environment: any
Problem Description:

  The smbus is disabled, I added a line in the asus_hides_smbus_lpc_ich6
function in driver/pci/quirk.c to identify the subsystem device number.

    if (dev->subsystem_device == 0x1157) asus_hides_smbus = 1;

  It works, but I think it's not pretty. I'm not a programmer.

Steps to reproduce: boot
Comment 1 Dimitri 2006-06-14 07:40:29 UTC
Sorry I made a mistake. this solution works on 2.6.16.1, but not 2.6.17-rc6.
Comment 2 Jean Delvare 2007-03-01 02:11:06 UTC
Sorry, it seems I overlooked this bug. What's the current status?
Comment 3 Natalie Protasevich 2007-06-24 17:59:16 UTC
Dimitri,
Have you tried recent kernels, does the problem still exist? Do you still need to patch the source with your code above?
Thanks.
Comment 4 Adrian Bunk 2007-09-22 19:24:05 UTC
Please reopen this bug if it's still present with kernel 2.6.22.

Note You need to log in before you can comment on or make changes to this bug.