Menu

Help please,stanby problem

Help
giusepre
2006-03-22
2013-04-08
  • giusepre

    giusepre - 2006-03-22

    Hi,i use latest kpowersave,and powersave daemon
    When i use "standby",all is ok,pc go to standby
    and resume correctly..only one problem,dmesg
    see 
    "Failed to activate device 00:09"
    " Failed to activate device 00:0a."
     
    and
     
    " APIC error on CPU0: 00(00)"
     
    What can i do?
    My machine is 
     
    Asus k8n mainboard
    Athlon amd64 3000 cpu
     
    and configuration
     
    kernel 32bit 2.6.16
    slackware-current
     
    Thanks for very good program ;)

     
    • Danny Al-Gaaf

      Danny Al-Gaaf - 2006-03-25

      But the question is: Does your system work correct after resume or is there any problem other than this messages? Which devices are effected ( 00:09, 00:0a)? You can check this maybe with lscpi.

       
    • giusepre

      giusepre - 2006-03-25

      Hi this is my lspci
      00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
      00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
      00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
      00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
      00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
      00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller (rev a2)
      00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
      00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) (rev a2)
      00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge (rev a2)
      00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev a2)
      00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
      00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
      00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
      00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
      01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev a4)
      02:07.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
      02:07.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 0a)
      02:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)

      00:09 and 00:0a are not here
      but they are in

      /sys/devices/pnp0/00:09
      and
      /sys/devices/pnp0/00:0a

      I don't understand what kind of device are those..

      Pc works correct,net and sound and usb
      but acpid won't restart(tell me /proc/acpi/event busy)
      :(

      Thanks for reply

       
    • Danny Al-Gaaf

      Danny Al-Gaaf - 2006-03-28

      I think the pnp devices are not a problem, but you can check for more information about the devices with:
      grep . / sys/devices/pnp0/00:09/*
      grep . / sys/devices/pnp0/00:0a/*

      Or search in output of lshal for more.

      To acpid restart: check with
      lsof | grep /proc/acpi/event if there is a other program than acpid accessing the ACPI event kernel source.

       
    • giusepre

      giusepre - 2006-03-29

      Ok,thanks
      The device wich not resume
      is on irq 1 and 12
      and is i8042,i think is mouse
      or keyboard.
      I try with modules...
      and for apic cpu error?
      What can i do?

       
      • Stefan Seyfried

        Stefan Seyfried - 2006-03-29

        So everything works fine. Where is the problem?

        The i8042 messages are only debug messages. For the APIC i am not sure, but if everything works, where is the problem?

         
    • giusepre

      giusepre - 2006-03-29

      I don't know..how to enable i8042 as module?
      In my .config is only static :(

       
    • giusepre

      giusepre - 2006-03-29

      The problem is :
      first acpi won't restart as log said

      "starting rc.acpid:
      ##  Starting ACPI daemon:  /usr/sbin/acpid
      ##  acpid: can't open /proc/acpi/event: Device or resource busy"

      :(
      I try with lsof|grep acpi/event
      but nothing..

      Thanks for help

       
    • giusepre

      giusepre - 2006-03-29

      I see now..when powersave try to resume
      acpid (rc.acpid) proc/acpi/event is busy
      if i stop first powersave
      and then i start acpid,acpid start fine..
      I don't understand how to solve this problem.

       
    • giusepre

      giusepre - 2006-04-19

      Finally i know why...the fucked nvidia module
      cause the problem.
      If i do powersave -m from init 3,all ok
      but i can't do it from init 4,because X busy
      acpi/event,and module nvidia,cannot unload
      :(

       
    • giusepre

      giusepre - 2006-04-19

      Re-resolved..was not nvidia( :P )
      but X..X make busy acpi/events
      but with option NoPM "1"
      works fine,acpi restart,and nvidia
      work ;)

       

Log in to post a comment.