Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: lm_sensors laptop issues
Date: Wed, 15 Feb 2006 22:33:03
Message-Id: loom.20060215T231839-438@post.gmane.org
In Reply to: Re: [gentoo-user] lm_sensors laptop issues by Benno Schulenberg
1 Benno Schulenberg <benno.schulenberg <at> gmail.com> writes:
2
3 > > modprobe i2c-dev
4 >
5 modprobe i2c-dev -v <reveals>
6 insmod /lib/modules/2.6.15-gentoo-r5/kernel/drivers/i2c/i2c-dev.ko
7
8
9 > What modules did this actually load? (Use -v. Or do lsmod now.)
10
11 lsmod
12 Module Size Used by
13 i2c_dev 9344 0
14 eeprom 6672 0
15 uhci_hcd 29452 0
16 radeonfb 20884 0
17 fb 41000 1 radeonfb
18 cfbcopyarea 4608 1 radeonfb
19 cfbimgblt 3840 1 radeonfb
20 cfbfillrect 4608 1 radeonfb
21 ehci_hcd 39048 0
22 ohci_hcd 30340 0
23 i2c_sis96x 6532 0
24 i2c_core 19072 3 i2c_dev,eeprom,i2c_sis96x
25 usbcore 115972 4 uhci_hcd,ehci_hcd,ohci_hcd
26
27
28 > > 'i2cdetect -l' returns:
29 > > i2c-0 unknown SiS96x SMBus adapter at 0x8100 Algorithm unavailable
30
31 > > but building a 2.6.15-gentoo-r5 kernel, in the menu I see:
32 > > <M> SiS 96x
33 > > <M> I2C/SMBus Test Stub
34
35 > Doesn't "Test Stub" mean that it doesn't really do anything? Read
36 > the help, and probably say No.
37
38 OK I eliminated that from the 2.6.15-gentoo-r5 kernel, but, it makes no
39 difference:
40
41 sensors -s
42 No sensors found!
43
44
45
46 /etc/conf.d/lm_sensors reveals:
47 # Load modules at startup
48 LOADMODULES=yes
49
50 # Initialize sensors at startup
51 INITSENSORS=yes
52
53 MODULE_0=i2c-sis96x
54 MODULE_1=eeprom
55
56
57 I just don't get it.....?
58
59 James
60
61
62
63
64
65
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: lm_sensors laptop issues Benno Schulenberg <benno.schulenberg@×××××.com>