* Kernel-2.6.0-test10 odd problem
@ 2005-05-19 6:24 zippo
2005-05-19 6:24 ` Mark Studebaker
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: zippo @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
I am testing lm_sensors on a Tyan k7x-pro, (amd756, w83781d, which are both in the kernel. I got the CVS and installed it. I also built i2c support, (yes CONFIG_I2C_PROC), and ran mkdev.sh (witch worked) but when i run sensors -s, or sensors-detect i get
[root@zippo01 /home/zippo/sensors/]#sensors
Can't access /proc file
Unable to find i2c bus information;
For 2.6 kernels, make sure you have mounted sysfs!
For older kernels, make sure you have done 'modprobe i2c-proc'!
that is the error when i run sensors-detect:
Couldn't open /proc/bus/i2c?!? at prog/detect/sensors-detect line 4184, <STDIN> line 4.
and there no i2c in /proc, i was wondering if i am doing something wrong or what.
a copy of my lsmod:
Module Size Used by
w83781d 30976 0
i2c_amd756 5504 0
i2c_algo_bit 9608 0
i2c_sensor 2944 1 w83781d
i2c_dev 8960 0
i2c_core 20612 5 w83781d,i2c_amd756,i2c_algo_bit,i2c_sensor,i2c_dev
nvidia 1532952 12
^ permalink raw reply [flat|nested] 4+ messages in thread
* Kernel-2.6.0-test10 odd problem
2005-05-19 6:24 Kernel-2.6.0-test10 odd problem zippo
2005-05-19 6:24 ` Mark Studebaker
2005-05-19 6:24 ` zippo
@ 2005-05-19 6:24 ` Mark Studebaker
2 siblings, 0 replies; 4+ messages in thread
From: Mark Studebaker @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
sensors-detect doesn't support 2.6 yet
(as stated on our home page)
zippo wrote:
> I am testing lm_sensors on a Tyan k7x-pro, (amd756, w83781d, which are both in the kernel. I got the CVS and installed it. I also built i2c support, (yes CONFIG_I2C_PROC), and ran mkdev.sh (witch worked) but when i run sensors -s, or sensors-detect i get
>
> [root@zippo01 /home/zippo/sensors/]#sensors
> Can't access /proc file
> Unable to find i2c bus information;
> For 2.6 kernels, make sure you have mounted sysfs!
> For older kernels, make sure you have done 'modprobe i2c-proc'!
>
>
> that is the error when i run sensors-detect:
>
> Couldn't open /proc/bus/i2c?!? at prog/detect/sensors-detect line 4184, <STDIN> line 4.
>
> and there no i2c in /proc, i was wondering if i am doing something wrong or what.
> a copy of my lsmod:
>
> Module Size Used by
> w83781d 30976 0
> i2c_amd756 5504 0
> i2c_algo_bit 9608 0
> i2c_sensor 2944 1 w83781d
> i2c_dev 8960 0
> i2c_core 20612 5 w83781d,i2c_amd756,i2c_algo_bit,i2c_sensor,i2c_dev
> nvidia 1532952 12
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Kernel-2.6.0-test10 odd problem
2005-05-19 6:24 Kernel-2.6.0-test10 odd problem zippo
2005-05-19 6:24 ` Mark Studebaker
@ 2005-05-19 6:24 ` zippo
2005-05-19 6:24 ` Mark Studebaker
2 siblings, 0 replies; 4+ messages in thread
From: zippo @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Agreed, but i don't need it to detect i know what sensors i have, and have a special sensors.conf file from tyan. sensors -s doesn't work. That's all that matters. i2c isn't being placed into the kerenel.
On Wed, 26 Nov 2003 11:14:10 -0500
"Mark Studebaker" <mds@paradyne.com> wrote:
> sensors-detect doesn't support 2.6 yet
> (as stated on our home page)
>
> zippo wrote:
>
> > I am testing lm_sensors on a Tyan k7x-pro, (amd756, w83781d, which are both in the kernel. I got the CVS and installed it. I also built i2c support, (yes CONFIG_I2C_PROC), and ran mkdev.sh (witch worked) but when i run sensors -s, or sensors-detect i get
> >
> > [root@zippo01 /home/zippo/sensors/]#sensors
> > Can't access /proc file
> > Unable to find i2c bus information;
> > For 2.6 kernels, make sure you have mounted sysfs!
> > For older kernels, make sure you have done 'modprobe i2c-proc'!
> >
> >
> > that is the error when i run sensors-detect:
> >
> > Couldn't open /proc/bus/i2c?!? at prog/detect/sensors-detect line 4184, <STDIN> line 4.
> >
> > and there no i2c in /proc, i was wondering if i am doing something wrong or what.
> > a copy of my lsmod:
> >
> > Module Size Used by
> > w83781d 30976 0
> > i2c_amd756 5504 0
> > i2c_algo_bit 9608 0
> > i2c_sensor 2944 1 w83781d
> > i2c_dev 8960 0
> > i2c_core 20612 5 w83781d,i2c_amd756,i2c_algo_bit,i2c_sensor,i2c_dev
> > nvidia 1532952 12
> >
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Kernel-2.6.0-test10 odd problem
2005-05-19 6:24 Kernel-2.6.0-test10 odd problem zippo
@ 2005-05-19 6:24 ` Mark Studebaker
2005-05-19 6:24 ` zippo
2005-05-19 6:24 ` Mark Studebaker
2 siblings, 0 replies; 4+ messages in thread
From: Mark Studebaker @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
and you have sysfs mounted?
zippo wrote:
> Agreed, but i don't need it to detect i know what sensors i have, and have a special sensors.conf file from tyan. sensors -s doesn't work. That's all that matters. i2c isn't being placed into the kerenel.
>
> On Wed, 26 Nov 2003 11:14:10 -0500
> "Mark Studebaker" <mds@paradyne.com> wrote:
>
>
>>sensors-detect doesn't support 2.6 yet
>>(as stated on our home page)
>>
>>zippo wrote:
>>
>>
>>>I am testing lm_sensors on a Tyan k7x-pro, (amd756, w83781d, which are both in the kernel. I got the CVS and installed it. I also built i2c support, (yes CONFIG_I2C_PROC), and ran mkdev.sh (witch worked) but when i run sensors -s, or sensors-detect i get
>>>
>>>[root@zippo01 /home/zippo/sensors/]#sensors
>>>Can't access /proc file
>>>Unable to find i2c bus information;
>>>For 2.6 kernels, make sure you have mounted sysfs!
>>>For older kernels, make sure you have done 'modprobe i2c-proc'!
>>>
>>>
>>>that is the error when i run sensors-detect:
>>>
>>>Couldn't open /proc/bus/i2c?!? at prog/detect/sensors-detect line 4184, <STDIN> line 4.
>>>
>>>and there no i2c in /proc, i was wondering if i am doing something wrong or what.
>>>a copy of my lsmod:
>>>
>>>Module Size Used by
>>>w83781d 30976 0
>>>i2c_amd756 5504 0
>>>i2c_algo_bit 9608 0
>>>i2c_sensor 2944 1 w83781d
>>>i2c_dev 8960 0
>>>i2c_core 20612 5 w83781d,i2c_amd756,i2c_algo_bit,i2c_sensor,i2c_dev
>>>nvidia 1532952 12
>>>
>>
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-05-19 6:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 6:24 Kernel-2.6.0-test10 odd problem zippo
2005-05-19 6:24 ` Mark Studebaker
2005-05-19 6:24 ` zippo
2005-05-19 6:24 ` Mark Studebaker
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.