ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] lm_sensors & kernel 2.6.32-un-def-alt5
@ 2010-02-25 17:46 Denis G. Samsonenko
  2010-02-25 17:51 ` Andrey Rahmatullin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2010-02-25 17:46 UTC (permalink / raw)
  To: community

День добрый!

Решил попробовать ядро 2.6.32-un-def-alt5 в бранче 5.1. При загрузке с
этим ядром у меня не работают сенсоры:

# service lm_sensors restart
Unloading sensor modules: k8temp it87 eeprom i2c-nforce2
                     [ DONE ]
Loading sensor modules: i2c-nforce2 eeprom it87
                     [FAILED]

Смотрю lsmod и вижу, что модуль it87 не загрузился. Пробую грузить
руками -- получаю следующее:

# modprobe it87
FATAL: Error inserting it87
(/lib/modules/2.6.32-un-def-alt5/kernel/drivers/hwmon/it87.ko): Device
or resource busy

Соответственно ни температура проца и и матплаты, ни скорость вращения
вентиляторов теперь не узнать. В чём может быть проблема? Под
std-def-2.6.30-alt15 всё работало.

-- 
Всего доброго,

Денис.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] lm_sensors & kernel 2.6.32-un-def-alt5
  2010-02-25 17:46 [Comm] lm_sensors & kernel 2.6.32-un-def-alt5 Denis G. Samsonenko
@ 2010-02-25 17:51 ` Andrey Rahmatullin
  2010-02-25 18:09 ` Alexei V. Mezin
  2010-02-25 22:31 ` Motsyo Gennadi aka Drool
  2 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2010-02-25 17:51 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

On Thu, Feb 25, 2010 at 11:46:12PM +0600, Denis G. Samsonenko wrote:
> # modprobe it87
> FATAL: Error inserting it87
> (/lib/modules/2.6.32-un-def-alt5/kernel/drivers/hwmon/it87.ko): Device
> or resource busy
Читайте dmesg, например про конфликты ресурсов.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

> (тихонько) Кто бы помог solfege починить... или уже закопать...
Уже закопали в начале этой недели. :)
		-- ldv in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] lm_sensors & kernel 2.6.32-un-def-alt5
  2010-02-25 17:46 [Comm] lm_sensors & kernel 2.6.32-un-def-alt5 Denis G. Samsonenko
  2010-02-25 17:51 ` Andrey Rahmatullin
@ 2010-02-25 18:09 ` Alexei V. Mezin
  2010-02-26 13:33   ` Denis G. Samsonenko
  2010-02-25 22:31 ` Motsyo Gennadi aka Drool
  2 siblings, 1 reply; 5+ messages in thread
From: Alexei V. Mezin @ 2010-02-25 18:09 UTC (permalink / raw)
  To: ALT Linux Community general discussions

25.02.2010 20:46, Denis G. Samsonenko пишет:

> # modprobe it87
> FATAL: Error inserting it87

"acpi_enforce_resources=lax" в параметры ядру. google("2.6.32 it87")


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] lm_sensors & kernel 2.6.32-un-def-alt5
  2010-02-25 17:46 [Comm] lm_sensors & kernel 2.6.32-un-def-alt5 Denis G. Samsonenko
  2010-02-25 17:51 ` Andrey Rahmatullin
  2010-02-25 18:09 ` Alexei V. Mezin
@ 2010-02-25 22:31 ` Motsyo Gennadi aka Drool
  2 siblings, 0 replies; 5+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-02-25 22:31 UTC (permalink / raw)
  To: community

25.02.2010 19:46, Denis G. Samsonenko пишет:
> Решил попробовать ядро 2.6.32-un-def-alt5 в бранче 5.1. При загрузке с
> этим ядром у меня не работают сенсоры:
> 
> # service lm_sensors restart
> Unloading sensor modules: k8temp it87 eeprom i2c-nforce2
>                      [ DONE ]
> Loading sensor modules: i2c-nforce2 eeprom it87
>                      [FAILED]
> 
> Смотрю lsmod и вижу, что модуль it87 не загрузился. Пробую грузить
> руками -- получаю следующее:
> 
> # modprobe it87
> FATAL: Error inserting it87
> (/lib/modules/2.6.32-un-def-alt5/kernel/drivers/hwmon/it87.ko): Device
> or resource busy

	У себя такого не наблюдаю:

service lm_sensors restart
Unloading sensor modules: it87 eeprom                 [ DONE ]
Loading sensor modules: eeprom it87                   [ DONE ]
[root@drool ~]# uname -r
2.6.32-un-def-alt5


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] lm_sensors & kernel 2.6.32-un-def-alt5
  2010-02-25 18:09 ` Alexei V. Mezin
@ 2010-02-26 13:33   ` Denis G. Samsonenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2010-02-26 13:33 UTC (permalink / raw)
  To: ALT Linux Community general discussions

День добрый!

26 февраля 2010 г. 0:09 Alexei V. Mezin написал:
>> # modprobe it87
>> FATAL: Error inserting it87
>
> "acpi_enforce_resources=lax" в параметры ядру. google("2.6.32 it87")

Спасибо! Помогло.

-- 
Всего доброго,

Денис.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-26 13:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-25 17:46 [Comm] lm_sensors & kernel 2.6.32-un-def-alt5 Denis G. Samsonenko
2010-02-25 17:51 ` Andrey Rahmatullin
2010-02-25 18:09 ` Alexei V. Mezin
2010-02-26 13:33   ` Denis G. Samsonenko
2010-02-25 22:31 ` Motsyo Gennadi aka Drool

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git