ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@lic145.kiev.ua>
To: <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] module.conf for sensors
Date: Fri Sep  7 11:34:01 2001
Message-ID: <Pine.LNX.4.33L.0109070948060.1723-100000@work.fair.net> (raw)
In-Reply-To: <20010903125006.296bf3d0.ziga@udm.net>

On Mon, 3 Sep 2001, Alexey Korotkov wrote:

> > У кого-нибудь грузятся модули для сенсоров материнки в modules.conf? А то
> > когда настраивал lm_sensors
>
> Маленько встряну :-). Сам хотел спросить -- Вы опередили.
> В дополнение к вопросу -- можно ли сенсоры загнать в ядро, а то
> не люблю с модулями возиться. При компиляции ядра подключил,
> но не работает. При загрузке почему-то modprobe (?? -- в ядре
> у меня поддержка модулей вообще отключена) ругается как раз
> по поводу сенсоров. Чип VIA 686a.
--- /etc/rc.d/init.d/sensors ---
#!/bin/bash
#
# chkconfig: 2345 25 15
# description: init my VIA686 sensors

# source function library
. /etc/rc.d/init.d/functions

RETVAL=0

case "$1" in
  start)
	echo -n "Configuring hardware monitoring: "
	modprobe i2c-viapro && \
	modprobe via686a && \
	modprobe i2c-isa
	RETVAL=$?
	echo
	;;
  stop)
	echo -n "Disabling hardware monitoring: "
	rmmod i2c-isa && \
	rmmod via686a && \
	rmmod i2c-viapro
	RETVAL=$?
	;;
  restart|reload)
	$0 stop
	$0 start
	RETVAL=$?
	;;
  status)
	sensors
	RETVAL=$?
	;;
  *)
	echo "Usage: sensors {start|stop|status|restart|reload}"
	exit 1
esac

exit $RETVAL

----

Самописанное под себя :-(

А вообще хорошо бы попытаться это все чудо (lsmod,
sensors-detect, lsmod, diff?) упихать пакету если не в
post-install, так хоть в "левый скрипт" по настройке одним
щелчком...

-- 
WBR, Michael Shigorin, webmaster of www.chem.univ.kiev.ua
>Home Page:  http://visa.chem.univ.kiev.ua/~mike/  ICQ: 113344029
>Brainbench: http://www.brainbench.com/transcript.jsp?pid=2434729




      parent reply	other threads:[~2001-09-07 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-03 12:08 ` Alexey Korotkov
2001-09-03 15:32   ` Konstantin Volckov
2001-09-07 11:34   ` Michael Shigorin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33L.0109070948060.1723-100000@work.fair.net \
    --to=mike@lic145.kiev.ua \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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