[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: valori errati dei sensori di temperatura



On date Saturday 2011-10-01 20:46:03 +0200, cosmo wrote:
> In data sabato 1 ottobre 2011 16:13:13, Stefano Sabatini ha scritto:
> > Il modulo è in blacklist, ma noto che viene caricato ugualmente,
> > probabilmente è compilato *staticamente*.
> 
> L'output di lsmod per favore

Da dmesg:
[    5.573843] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.573849] ACPI: I/O resource 0000:00:1f.3 [0x1840-0x185f] conflicts with ACPI region SMBI [0x1840-0x184f]
[    5.573924] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver

quindi i801_smbus sembra essere il modulo incriminato (ancora non sono
riuscito a capire se il suddetto warning sia benevolo o malevolo...).

http://www.linuxquestions.org/questions/linux-newbie-8/acpi-conflict-841730/
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602128
http://www.lm-sensors.org/wiki/FAQ/Chapter3#Mysensorshavestoppedworkinginkernel2.6.31

Dal bugreport:
|This error message means that the kernel has automatically resolved the
|conflict by preventing the i801_smbus (native) driver from using the
|IO-ports which are also used by the BIOS.  So far as I can see, no
|damage will be done.

$ lsmod | grep  i801_smbus

$ lsmod
Module                  Size  Used by
acpi_cpufreq            4959  1 
cpufreq_conservative     4018  0 
cpufreq_stats           1940  0 
cpufreq_powersave        602  0 
cpufreq_userspace       1488  0 
parport_pc             15799  0 
ppdev                   4058  0 
lp                      5570  0 
parport                22554  3 parport_pc,ppdev,lp
sco                     5885  2 
bridge                 33051  0 
stp                      996  1 bridge
rfcomm                 25215  0 
bnep                    7468  2 
l2cap                  21721  6 rfcomm,bnep
crc16                   1027  1 l2cap
bluetooth              36335  6 sco,rfcomm,bnep,l2cap
vboxnetadp              5118  0 
vboxnetflt             12633  0 
vboxdrv               126614  2 vboxnetadp,vboxnetflt
binfmt_misc             4915  1 
uinput                  4796  1 
fuse                   44304  1 
loop                    9773  0 
firewire_sbp2           9663  0 
snd_hda_codec_atihdmi     1687  1 
snd_hda_codec_idt      35329  1 
snd_hda_intel          16831  2 
snd_hda_codec          46002  3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               4054  1 snd_hda_codec
snd_pcm_oss            28671  0 
joydev                  6739  0 
snd_mixer_oss          10461  1 snd_pcm_oss
snd_pcm                47226  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            3576  0 
arc4                     974  2 
ecb                     1405  2 
snd_rawmidi            12513  1 snd_seq_midi
iwlagn                 63431  0 
uvcvideo               45526  0 
snd_seq_midi_event      3684  1 snd_seq_midi
iwlcore                67642  1 iwlagn
snd_seq                35495  3 snd_seq_midi,snd_seq_midi_event
snd_timer              12258  2 snd_pcm,snd_seq
snd_seq_device          3673  3 snd_seq_midi,snd_rawmidi,snd_seq
dell_laptop             1557  0 
videodev               25569  1 uvcvideo
mac80211              123746  2 iwlagn,iwlcore
snd                    34431  16 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
dcdbas                  3900  1 dell_laptop
psmouse                44817  0 
processor              26343  5 acpi_cpufreq
button                  3598  0 
video                  14605  0 
battery                 3782  0 
ac                      1640  0 
i2c_i801                6462  0 
evdev                   5609  26 
pcspkr                  1207  0 
cfg80211               87797  3 iwlagn,iwlcore,mac80211
v4l1_compat            10250  2 uvcvideo,videodev
soundcore               3450  1 snd
fglrx                2186035  59 
snd_page_alloc          5061  2 snd_hda_intel,snd_pcm
output                  1204  1 video
rfkill                 10280  4 bluetooth,dell_laptop,cfg80211
i2c_core               12795  2 videodev,i2c_i801
wmi                     3575  0 
serio_raw               2916  0 
ext3                   94408  2 
jbd                    32217  1 ext3
mbcache                 3762  1 ext3
dm_mod                 46094  9 
sg                     19945  0 
sd_mod                 26021  2 
sr_mod                 10770  0 
crc_t10dif              1012  1 sd_mod
cdrom                  26487  1 sr_mod
fan                     2586  0 
ahci                   27418  1 
thermal                 9206  0 
sdhci_pci               4589  0 
sdhci                  12187  1 sdhci_pci
firewire_ohci          16733  0 
r8169                  25294  0 
libata                115913  1 ahci
mmc_core               38781  1 sdhci
mii                     2714  1 r8169
scsi_mod              104889  5 firewire_sbp2,sg,sd_mod,sr_mod,libata
led_class               1757  2 iwlcore,sdhci
ehci_hcd               28749  0 
thermal_sys             9378  4 processor,video,fan,thermal
firewire_core          31267  2 firewire_sbp2,firewire_ohci
crc_itu_t               1035  1 firewire_core
usbcore                98865  3 uvcvideo,ehci_hcd
nls_base                4541  1 usbcore


Reply to: