Hi all,

here's another one regarding sensors. I upgraded my kernel from 2.6.4 to 2.6.5 a while ago, and noticed that I couldn't read sensors temperatures anymore (it's a gentoo-patched kernel and I think they took the newer sensors), so I upgraded the lm-sensors package to, to 2.8.6. the sensors modules are compiled from the kernel source, and now with the 2.8.6 package, when I issue the "sensors" command on the command line, I cand read sensors temperatures. Only freevo complains:

Kernel 2.5/2.6 detected, but no i2c sensors found
Did u load (or compile) the necessary bus driver
and sensor chip modules
Kernel 2.5/2.6 detected, but no i2c sensors found
Did u load (or compile) the necessary bus driver
and sensor chip modules

Well, I did load them, just look at the end of my message at the output of lsmod (and the sensors command reports temperatures). I looked into the code of the idlebar.system plugin and I think it's looking for the sensors in the /sys/ filesystem. Well, I don't understand why it doesn't find them, because the're actually listed there:

htpc root # ls -al /sys/bus/i2c/devices
total 0
drwxr-xr-x 2 root root 0 May 8 2004 .
drwxr-xr-x 4 root root 0 May 8 2004 ..
lrwxrwxrwx 1 root root 38 May 8 2004 3-0021 -> ../../../devices/platform/i2c-3/3-0021
lrwxrwxrwx 1 root root 38 May 8 2004 3-0040 -> ../../../devices/platform/i2c-3/3-0040
lrwxrwxrwx 1 root root 38 May 8 2004 3-0061 -> ../../../devices/platform/i2c-3/3-0061
lrwxrwxrwx 1 root root 38 May 8 08:58 4-6000 -> ../../../devices/platform/i2c-4/4-6000
htpc root # ls -al /sys/bus/i2c/drivers
total 0
drwxr-xr-x 8 root root 0 May 8 2004 .
drwxr-xr-x 4 root root 0 May 8 2004 ..
drwxr-xr-x 2 root root 0 May 8 2004 dev_driver
drwxr-xr-x 2 root root 0 May 8 2004 i2c TV tuner driver
drwxr-xr-x 2 root root 0 May 8 2004 i2c msp3400 driver
drwxr-xr-x 2 root root 0 May 8 2004 i2c_adapter
drwxr-xr-x 2 root root 0 May 8 2004 saa7115
drwxr-xr-x 2 root root 0 May 8 08:58 via686a
^^^^^


Is there something I could be doing wrong? Does the plugin need an upgrade? More info needed?

Cheers,
Lucian










htpc root # lsmod
Module Size Used by
nfs 91504 0
lockd 57736 1 nfs
sunrpc 119816 2 nfs,lockd
i2c_viapro 5772 0
ipv6 211232 10
via686a 18120 0
i2c_sensor 2368 1 via686a
i2c_isa 1664 0
autofs 14144 2
ohci_hcd 16580 0
ehci_hcd 24004 0
budget 4608 0
budget_core 5572 1 budget
dvb_core 55764 2 budget,budget_core
saa7146 15012 2 budget,budget_core
ttpci_eeprom 2304 1 budget_core
parport_pc 34752 0
parport 34696 1 parport_pc
via_agp 5760 1
agpgart 27624 1 via_agp
evdev 7808 0
snd_pcm_oss 49188 0
snd_mixer_oss 17472 1 snd_pcm_oss
snd_cmipci 31956 0
snd_pcm 85384 2 snd_pcm_oss,snd_cmipci
snd_page_alloc 8836 1 snd_pcm
snd_opl3_lib 9408 1 snd_cmipci
snd_hwdep 7300 1 snd_opl3_lib
snd_mpu401_uart 6208 1 snd_cmipci
snd_rawmidi 20448 1 snd_mpu401_uart
snd_seq_oss 33088 0
snd_seq_midi_event 6272 1 snd_seq_oss
snd_seq 51600 4 snd_seq_oss,snd_seq_midi_event
snd_timer 21636 3 snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device 6600 4 snd_opl3_lib,snd_rawmidi,snd_seq_oss,snd_seq
snd 48100 13 snd_pcm_oss,snd_mixer_oss,snd_cmipci,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_timer,snd_seq_device
soundcore 7456 1 snd
rtc 10248 0
nls_iso8859_1 3776 3
nls_cp437 5376 3
ivtv 98416 0
tuner 16396 0
saa7115 9924 0
msp3400 21732 0
videodev 7424 1 ivtv
fusion 27392 0
i2c_matroxfb 4096 0
i2c_algo_bit 8392 2 ivtv,i2c_matroxfb
i2c_dev 8512 0
i2c_core 18628 10 i2c_viapro,via686a,i2c_sensor,i2c_isa,ivtv,tuner,saa7115,msp3400,i2c_algo_bit,i2c_dev
uhci_hcd 29200 0
lirc_serial 11232 0
lirc_dev 10248 2 lirc_serial
8139too 19968 0
mii 4032 1 8139too
crc32 3840 2 dvb_core,8139too




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to