* [lm-sensors] IT8772E Test
@ 2013-04-04 2:24 James Webb
2013-04-04 3:52 ` Guenter Roeck
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: James Webb @ 2013-04-04 2:24 UTC (permalink / raw)
To: lm-sensors
Running a Dell XPS-8300
sensors-detect reports:
Found `ITE IT8772E Super IO Sensors' Success!
(address 0xa30, driver `to-be-written')
Compiled standalone driver but either modprobe it87 or modprobe it87
force_id=0x8721 results in:
FATAL: Error inserting it87
(/lib/modules/3.8.5-gentoo/kernel/drivers/hwmon/it87.ko): Device or
resource busy
Any suggestions?
Willing to keep testing if given some clues.
Jim W.
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] IT8772E Test
2013-04-04 2:24 [lm-sensors] IT8772E Test James Webb
@ 2013-04-04 3:52 ` Guenter Roeck
2013-04-06 16:41 ` James Webb
2013-04-06 16:54 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2013-04-04 3:52 UTC (permalink / raw)
To: lm-sensors
On Wed, Apr 03, 2013 at 07:24:07PM -0700, James Webb wrote:
> Running a Dell XPS-8300
> sensors-detect reports:
> Found `ITE IT8772E Super IO Sensors' Success!
> (address 0xa30, driver `to-be-written')
> Compiled standalone driver but either modprobe it87 or modprobe it87
> force_id=0x8721 results in:
> FATAL: Error inserting it87
> (/lib/modules/3.8.5-gentoo/kernel/drivers/hwmon/it87.ko): Device or
> resource busy
>
> Any suggestions?
>
Some other device has its io memory space reserved, or the io memory
space is reserved by ACPI (which is more likely). In the latter case,
you should see an acpi resource conflict message on the console
(or with dmesg). Otherwise, 'cat /proc/ioports' should give you
an idea about the offending driver.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] IT8772E Test
2013-04-04 2:24 [lm-sensors] IT8772E Test James Webb
2013-04-04 3:52 ` Guenter Roeck
@ 2013-04-06 16:41 ` James Webb
2013-04-06 16:54 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: James Webb @ 2013-04-06 16:41 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1.1: Type: text/plain, Size: 1241 bytes --]
It's ACPI:
it87: Found IT8772F chip at 0xa30, revision 0
ACPI Warning: 0x0000000000000a35-0x0000000000000a36 SystemIO conflicts with
Region \_SB_.PCI0.SBRG.LBAE 1 (20121018/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it
instead of the native driver
No idea what this is. Will running acpid help?
On Wed, Apr 3, 2013 at 8:52 PM, Guenter Roeck <linux@roeck-us.net> wrote:
> On Wed, Apr 03, 2013 at 07:24:07PM -0700, James Webb wrote:
> > Running a Dell XPS-8300
> > sensors-detect reports:
> > Found `ITE IT8772E Super IO Sensors' Success!
> > (address 0xa30, driver `to-be-written')
> > Compiled standalone driver but either modprobe it87 or modprobe it87
> > force_id=0x8721 results in:
> > FATAL: Error inserting it87
> > (/lib/modules/3.8.5-gentoo/kernel/drivers/hwmon/it87.ko): Device or
> > resource busy
> >
> > Any suggestions?
> >
> Some other device has its io memory space reserved, or the io memory
> space is reserved by ACPI (which is more likely). In the latter case,
> you should see an acpi resource conflict message on the console
> (or with dmesg). Otherwise, 'cat /proc/ioports' should give you
> an idea about the offending driver.
>
> Guenter
>
[-- Attachment #1.2: Type: text/html, Size: 1876 bytes --]
[-- Attachment #2: Type: text/plain, Size: 153 bytes --]
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] IT8772E Test
2013-04-04 2:24 [lm-sensors] IT8772E Test James Webb
2013-04-04 3:52 ` Guenter Roeck
2013-04-06 16:41 ` James Webb
@ 2013-04-06 16:54 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2013-04-06 16:54 UTC (permalink / raw)
To: lm-sensors
On Sat, Apr 06, 2013 at 09:41:05AM -0700, James Webb wrote:
> It's ACPI:
>
> it87: Found IT8772F chip at 0xa30, revision 0
> ACPI Warning: 0x0000000000000a35-0x0000000000000a36 SystemIO conflicts with
> Region \_SB_.PCI0.SBRG.LBAE 1 (20121018/utaddress-251)
> ACPI: If an ACPI driver is available for this device, you should use it
> instead of the native driver
>
> No idea what this is. Will running acpid help?
>
See http://hansdegoede.livejournal.com/7932.html for an explanation.
The page describes a workaround, but it may be risky.
Guenter
>
> On Wed, Apr 3, 2013 at 8:52 PM, Guenter Roeck <linux@roeck-us.net> wrote:
>
> > On Wed, Apr 03, 2013 at 07:24:07PM -0700, James Webb wrote:
> > > Running a Dell XPS-8300
> > > sensors-detect reports:
> > > Found `ITE IT8772E Super IO Sensors' Success!
> > > (address 0xa30, driver `to-be-written')
> > > Compiled standalone driver but either modprobe it87 or modprobe it87
> > > force_id=0x8721 results in:
> > > FATAL: Error inserting it87
> > > (/lib/modules/3.8.5-gentoo/kernel/drivers/hwmon/it87.ko): Device or
> > > resource busy
> > >
> > > Any suggestions?
> > >
> > Some other device has its io memory space reserved, or the io memory
> > space is reserved by ACPI (which is more likely). In the latter case,
> > you should see an acpi resource conflict message on the console
> > (or with dmesg). Otherwise, 'cat /proc/ioports' should give you
> > an idea about the offending driver.
> >
> > Guenter
> >
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-06 16:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 2:24 [lm-sensors] IT8772E Test James Webb
2013-04-04 3:52 ` Guenter Roeck
2013-04-06 16:41 ` James Webb
2013-04-06 16:54 ` Guenter Roeck
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.