Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-31-2005, 05:19 PM
|
#1
|
Member
Registered: May 2005
Location: Sao Luis, MA, Brazil
Distribution: Slackware, Gentoo
Posts: 32
Rep:
|
lm_sensors can't find my Dell Latitude d510 sensors! :(
Hey there. I'm lost here. I have this Dell Latitude D510 and lm_sensors won't work together...
I'll post my info and hope someone can help me make it work.
lspci says:
Code:
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
0000:00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
0000:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
0000:00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
0000:00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
0000:00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03) <-- here is the bloody thingie
0000:02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
0000:02:01.0 CardBus bridge: Texas Instruments PCI6515 Cardbus Controller
0000:02:01.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 8037
0000:02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)
If you check the lm_sensors page it says that my SMBus is fully compatible.
sensors-detect spits out:
Code:
Next adapter: SMBus I801 adapter at 10c0
Do you want to scan it? (YES/no/selectively): y
Client found at address 0x08
Client found at address 0x30
Client found at address 0x32
Client found at address 0x50
Probing for `SPD EEPROM'... Success!
(confidence 8, driver `eeprom')
Probing for `DDC monitor'... Failed!
Probing for `Maxim MAX6900'... Failed!
Client found at address 0x52
Probing for `SPD EEPROM'... Success!
(confidence 8, driver `eeprom')
Client found at address 0x69
and
Code:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `eeprom' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at 10c0'
Busdriver `i2c-i801', I2C address 0x50
Chip `SPD EEPROM' (confidence: 8)
* Bus `SMBus I801 adapter at 10c0'
Busdriver `i2c-i801', I2C address 0x52
Chip `SPD EEPROM' (confidence: 8)
All i can get is eeprom!! Worse, i load the modules pointed above (i2c-i801 and eeprom) but even eeprom doesnt work! It returns:
No sensors found!
BTW my kernel is 2.6.13-gentoo-r5, every single thing in i2c and hardware monitoring is M.
Any ideas?
Thank you.
|
|
|
10-31-2005, 06:26 PM
|
#2
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Post lsmod
|
|
|
11-01-2005, 05:03 AM
|
#3
|
Member
Registered: May 2005
Location: Sao Luis, MA, Brazil
Distribution: Slackware, Gentoo
Posts: 32
Original Poster
Rep:
|
Thanks for the reply.
Before sensors-detect:
Code:
Module Size Used by
ipv6 232384 6
parport_pc 32004 1
lp 9348 0
parport 32264 2 parport_pc,lp
snd_pcm_oss 47776 0
snd_mixer_oss 17152 1 snd_pcm_oss
snd_seq_dummy 2820 0
snd_seq_oss 33728 0
snd_seq_midi_event 5568 1 snd_seq_oss
snd_seq 48528 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7308 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_intel8x0 29248 0
snd_ac97_codec 83004 1 snd_intel8x0
snd_pcm 80456 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 20804 2 snd_seq,snd_pcm
snd 47940 10 snd_pcm_oss,snd_mixer_oss,snd_seq_dummy,snd_seq
_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 7812 2 snd_intel8x0,snd_pcm
evdev 7296 0
ehci_hcd 28744 0
uhci_hcd 30864 0
usbcore 107516 3 ehci_hcd,uhci_hcd
i915 17664 1
drm 59924 2 i915
intel_agp 20252 1
agpgart 29576 3 drm,intel_agp
psmouse 32772 0
b44 19908 0
mii 4608 1 b44
pcspkr 3160 0
cpufreq_conservative 6372 0
video 14084 0
battery 8260 0
fan 3204 0
button 4880 0
thermal 10888 0
processor 18940 1 thermal
ac 3396 0
After sensors-detect:
Code:
Module Size Used by
i2c_dev 7552 0
i2c_i801 7756 0
i2c_core 17040 2 i2c_dev,i2c_i801
ipv6 232384 6
parport_pc 32004 1
lp 9348 0
parport 32264 2 parport_pc,lp
snd_pcm_oss 47776 0
snd_mixer_oss 17152 1 snd_pcm_oss
snd_seq_dummy 2820 0
snd_seq_oss 33728 0
snd_seq_midi_event 5568 1 snd_seq_oss
snd_seq 48528 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7308 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_intel8x0 29248 0
snd_ac97_codec 83004 1 snd_intel8x0
snd_pcm 80456 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 20804 2 snd_seq,snd_pcm
snd 47940 10 snd_pcm_oss,snd_mixer_oss,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 7812 2 snd_intel8x0,snd_pcm
evdev 7296 0
ehci_hcd 28744 0
uhci_hcd 30864 0
usbcore 107516 3 ehci_hcd,uhci_hcd
i915 17664 1
drm 59924 2 i915
intel_agp 20252 1
agpgart 29576 3 drm,intel_agp
psmouse 32772 0
b44 19908 0
mii 4608 1 b44
pcspkr 3160 0
cpufreq_conservative 6372 0
video 14084 0
battery 8260 0
fan 3204 0
button 4880 0
thermal 10888 0
processor 18940 1 thermal
ac 3396 0
|
|
|
11-01-2005, 03:41 PM
|
#4
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
What happens when you;
/etc/init.d/lm_sensors start
then lsmod
I'm looking for the module
i2c_sensor
|
|
|
11-02-2005, 07:51 AM
|
#5
|
Member
Registered: May 2005
Location: Sao Luis, MA, Brazil
Distribution: Slackware, Gentoo
Posts: 32
Original Poster
Rep:
|
i2c-sensor is up and running, here's the lsmod.
Code:
Module Size Used by
eeprom 5776 0
i2c_sensor 2880 1 eeprom
i2c_i801 7756 0
i2c_core 17040 3 eeprom,i2c_sensor,i2c_i801
(...)
the output for /etc/init.d/lm-sensors start is:
Code:
* Loading lm_sensors modules...
* Loading i2c-core ... [ ok ]
* Loading i2c-i801 ... [ ok ]
* Loading eeprom ... [ ok ]
* Initializing sensors ... [ !! ]
and then sensors -s spits out:
No sensors found!
|
|
|
11-02-2005, 03:42 PM
|
#6
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Where did i2c_dev go?
try
modprobe i2c_dev
modprobe eeprom
modprobe i2c_sensor
modprobe i2c_i801
modprobe i2c_core
modules-update
sensors
what happens?
|
|
|
11-02-2005, 10:17 PM
|
#7
|
Member
Registered: May 2005
Location: Sao Luis, MA, Brazil
Distribution: Slackware, Gentoo
Posts: 32
Original Poster
Rep:
|
It says the same: "No sensors found!" 
|
|
|
All times are GMT -5. The time now is 12:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|