[ltp] [help]hdpasd Error! Not parked when we thought we were... (paged out and timer expired?)

Agassi linux-thinkpad@linux-thinkpad.org
Wed, 08 Dec 2010 00:01:50 +0800


Hi guys:

I used ubuntu10.10 on my thinkpad x200.
I install hdaps use:
>>>apt-get install tp-smapi-dkms hdapsd.
It worked fine.


but after i complied a kernel use:
>>>make localmodconfig.

it says:
        
        Tue Dec  7 23:39:14 2010: parking
        Tue Dec  7 23:39:15 2010: Error! Not parked when we thought we
        were... (paged out and timer expired?)
        Tue Dec  7 23:39:15 2010: un-parking
        
and lsmod show that:
        Module                  Size  Used by
        binfmt_misc             6309  1 
        rfcomm                 33149  4 
        sco                     7897  2 
        bnep                    8862  2 
        l2cap                  36599  16 rfcomm,bnep
        vboxnetadp              6250  0 
        vboxnetflt             15175  0 
        vboxdrv               189370  2 vboxnetadp,vboxnetflt
        hdaps                   9059  1 
        parport_pc             25859  0 
        ppdev                   5703  0 
        snd_hda_codec_conexant    30422  1 
        snd_hda_intel          21641  2 
        arc4                    1165  2 
        snd_hda_codec          86413  2
        snd_hda_codec_conexant,snd_hda_intel
        thinkpad_acpi          66540  0 
        snd_hwdep               4992  1 snd_hda_codec
        snd_pcm                70644  2 snd_hda_intel,snd_hda_codec
        snd_seq_midi            4684  0 
        i915                  289314  4 
        snd_rawmidi            17676  1 snd_seq_midi
        drm_kms_helper         27897  1 i915
        iwlagn                200368  0 
        drm                   166799  5 i915,drm_kms_helper
        iwlcore               127717  1 iwlagn
        i2c_algo_bit            4976  1 i915
        snd_seq_midi_event      6143  1 snd_seq_midi
        snd_seq                46797  2 snd_seq_midi,snd_seq_midi_event
        snd_timer              18303  2 snd_pcm,snd_seq
        snd_seq_device          5694  3 snd_seq_midi,snd_rawmidi,snd_seq
        snd                    48957  14
        snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,thinkpad_acpi,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
        tpm_tis                 7629  0 
        lp                      7158  0 
        tpm                    13799  1 tpm_tis
        led_class               2665  1 thinkpad_acpi
        uvcvideo               55343  0 
        video                  18474  1 i915
        mac80211              229404  2 iwlagn,iwlcore
        parport                32509  3 parport_pc,ppdev,lp
        soundcore                880  1 snd
        psmouse                57974  0 
        tpm_bios                5377  1 tpm
        intel_agp              25248  2 i915
        agpgart                31655  2 drm,intel_agp
        nvram                   6024  1 thinkpad_acpi
        videodev               44117  1 uvcvideo
        tp_smapi               20463  0 
        output                  1947  1 video
        cfg80211              145072  3 iwlagn,iwlcore,mac80211
        snd_page_alloc          7152  2 snd_hda_intel,snd_pcm
        btusb                  10936  2 
        serio_raw               3958  0 
        joydev                  7908  0 
        v4l1_compat            14105  2 uvcvideo,videodev
        thinkpad_ec             5609  2 hdaps,tp_smapi
        bluetooth              52903  9 rfcomm,sco,bnep,l2cap,btusb
        usbhid                 35456  0 
        hid                    67473  1 usbhid
        ahci                   18565  0 
        libahci                21251  5 ahci
        e1000e                130325  0 
        


help me.3q