Getting CF-29 MK4 to wake up from suspend state

Due to overwhelming demand, we have created a forum just dedicated to Toughbook users who use Linux!
Message
Author
User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Getting CF-29 MK4 to wake up from suspend state

#21 Post by kode-niner »

I hope you rebooted after.

Do you have acpi-support or laptop-mode-tools installed?
Daily drives a CF-31

EdFromBJCS
Posts: 71
Joined: Thu Apr 03, 2014 2:28 pm

Re: Getting CF-29 MK4 to wake up from suspend state

#22 Post by EdFromBJCS »

Yes, I rebooted. Is it relevant that I had previously modified /etc/default/grub so that this line

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
was changed to this?

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="reboot=bios quiet splash"
I'm really gonna show how green I am here, but how do I check to see if I have acpi-support or laptop-mode-tools installed?

Thanks, kode!

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Getting CF-29 MK4 to wake up from suspend state

#23 Post by kode-niner »

Show us the output of:

Code: Select all

dpkg --list | grep acpi-support
dpkg --list | grep laptop-mode-tools
Also, the /etc/acpi/lid.sh file will exist if acpi-support is installed and /etc/acpi/actions/lm_lid.sh exists if laptop-mode-tools is. Either of these are in fact the scripts that should be called to detect the LID status and act accordingly, but only one is needed.

Good on you for trying to fix the reboot problem with what I presume is the thread around here exploring the issue. It took us a while to figure that one out. I don't think it should affect the lid's behaviour.
Daily drives a CF-31

EdFromBJCS
Posts: 71
Joined: Thu Apr 03, 2014 2:28 pm

Re: Getting CF-29 MK4 to wake up from suspend state

#24 Post by EdFromBJCS »

Code: Select all

ed@ed-CF-29LTQCPBM:~$ dpkg --list | grep acpi-support
ii  acpi-support                               0.142                                                       i386         scripts for handling many ACPI events
No output for

Code: Select all

dpkg --list | grep laptop-mode-tools

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Getting CF-29 MK4 to wake up from suspend state

#25 Post by kode-niner »

Run these as superuser or precede each line with "sudo":

Code: Select all

apt-get install laptop-mode-tools
apt-get install pm-utils
apt-get install acpid
Daily drives a CF-31

EdFromBJCS
Posts: 71
Joined: Thu Apr 03, 2014 2:28 pm

Re: Getting CF-29 MK4 to wake up from suspend state

#26 Post by EdFromBJCS »

Code: Select all

ed@ed-CF-29LTQCPBM:~$ sudo apt-get install laptop-mode-tools
[sudo] password for ed: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package laptop-mode-tools

Code: Select all

ed@ed-CF-29LTQCPBM:~$ sudo apt-get install pm-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pm-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pm-utils' has no installation candidate

Code: Select all

ed@ed-CF-29LTQCPBM:~$ sudo apt-get install acpid
Reading package lists... Done
Building dependency tree       
Reading state information... Done
acpid is already the newest version.
acpid set to manually installed.
The following packages were automatically installed and are no longer required:
  libatkmm-1.6-1 libcairomm-1.0-1 libdebian-installer4
  libdevmapper-event1.02.1 libglibmm-2.4-1c2a libgtkmm-2.4-1c2a
  libpangomm-1.4-1 libsigc++-2.0-0c2a libtimezonemap1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Getting CF-29 MK4 to wake up from suspend state

#27 Post by kode-niner »

Geeze, what the heck is your distro? laptop-mode-tools and pm-utils are pretty standard on Debian repos.

Show me the contents of /etc/apt/sources.list
Daily drives a CF-31

EdFromBJCS
Posts: 71
Joined: Thu Apr 03, 2014 2:28 pm

Re: Getting CF-29 MK4 to wake up from suspend state

#28 Post by EdFromBJCS »

Elementary OS

This is what I got when I opened /etc/apt/sources.list using nano.

Code: Select all

#deb cdrom:[elementary OS 0.3.2 _Freya_ - Stable i386 (20151209)]/ trusty contrib main non-free

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu trusty main
# deb-src http://extras.ubuntu.com/ubuntu trusty main


User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Getting CF-29 MK4 to wake up from suspend state

#29 Post by kode-niner »

In other words, Ubuntu. I'm not going to go any further by adding Debian repos and risk hosing your system. I'd totally do it myself, of course, but it's getting too complicated to do this over a forum.

Perhaps someone else here who is more used to the Ubuntu branch could offer assistance in getting pm-utils and lpm installed for you.
Daily drives a CF-31

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: Getting CF-29 MK4 to wake up from suspend state

#30 Post by SHEEPMAN! »

You spoiled me. While not using pure debian I use stuff like LMDE and MX-14, 15.....with a bit of debian in all.
It's funny to have a CF-30 MK1 suspending on order and a CF-29 NOT with the same program. MX-14.4 in this case.
So it's the chipset?
BTW I'm suspicious of [LOG-OUT] Restart acts identical to Suspend. Whatever that means.

For edification and amusement:

Code: Select all

dmesg | grep acpi -i
[    0.000000] BIOS-e820: [mem 0x000000001f6e0000-0x000000001f6edfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000001f6ee000-0x000000001f6fffff] ACPI NVS
[    0.000000] ACPI: RSDP 000f6840 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 1f6e604a 00040 (v01 PTLTD    RSDT   06040000  LTP 00000000)
[    0.000000] ACPI: FACP 1f6ede78 00084 (v02 MATBIO CF29-5   06040000 MEI  00000001)
[    0.000000] ACPI: DSDT 1f6e68d0 075A8 (v01 MATBIO   CF29-5 06040000 MSFT 0100000E)
[    0.000000] ACPI: FACS 1f6eefc0 00040
[    0.000000] ACPI: APIC 1f6edefc 00062 (v01 MATBIO CF29-5   06040000 MEI  00000001)
[    0.000000] ACPI: BOOT 1f6edfd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: MCFG 1f6edf9c 0003C (v01 MATBIO CF29-5   06040000 MEI  00000001)
[    0.000000] ACPI: SSDT 1f6e6487 002B9 (v01  PmRef  Cpu0Ist 00003000 INTL 20030224)
[    0.000000] ACPI: SSDT 1f6e62a9 001DE (v01  PmRef  Cpu0Cst 00003001 INTL 20030224)
[    0.000000] ACPI: SSDT 1f6e608a 0021F (v01  PmRef    CpuPm 00003000 INTL 20030224)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.008245] ACPI: Core revision 20130725
[    0.012150] ACPI: All ACPI Tables successfully acquired
[    0.060000] PM: Registering ACPI NVS region [mem 0x1f6ee000-0x1f6fffff] (73728 bytes)
[    0.060000] ACPI: bus type PCI registered
[    0.060000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.060000] ACPI: Added _OSI(Module Device)
[    0.060000] ACPI: Added _OSI(Processor Device)
[    0.060000] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.060000] ACPI: Added _OSI(Processor Aggregator Device)
[    0.060000] ACPI: EC: Look up EC in DSDT
[    0.172037] ACPI: Interpreter enabled
[    0.172076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[    0.172082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[    0.172102] ACPI: (supports S0 S3 S4 S5)
[    0.172105] ACPI: Using IOAPIC for interrupt routing
[    0.172146] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.177817] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.272522] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.272532] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.272537] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.276059] acpi PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.276063] acpi PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.276067] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.276071] acpi PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.276075] acpi PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.276078] acpi PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.276082] acpi PNP0A08:00: host bridge window [mem 0x20000000-0xfebfffff] (ignored)
[    0.276086] acpi PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
[    0.276884] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.278122] pci 0000:00:1e.3: System wakeup disabled by ACPI
[    0.278270] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
[    0.282399] ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
[    0.282482] ACPI: PCI Interrupt Link [LNKB] (IRQs *9)
[    0.282562] ACPI: PCI Interrupt Link [LNKC] (IRQs *9)
[    0.282642] ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
[    0.282721] ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
[    0.282803] ACPI: PCI Interrupt Link [LNKF] (IRQs *9)
[    0.282884] ACPI: PCI Interrupt Link [LNKG] (IRQs 9) *0, disabled.
[    0.282965] ACPI: PCI Interrupt Link [LNKH] (IRQs *9)
[    0.308552] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.308565] ACPI: \_SB_.PCI0: notify handler is installed
[    0.308607] Found 1 acpi root devices
[    0.308681] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.308840] PCI: Using ACPI for IRQ routing
[    0.318476] pnp: PnP ACPI init
[    0.318476] ACPI: bus type PNP registered
[    0.324435] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.325941] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335420] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335469] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.335507] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[    0.335603] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.335784] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335878] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.335922] pnp 00:08: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.336803] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.338667] pnp 00:0a: Plug and Play ACPI device, IDs FJC6000 PNP0f13 (active)
[    0.351332] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.391001] pnp 00:0c: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.395496] pnp: PnP ACPI: found 13 devices
[    0.395499] ACPI: bus type PNP unregistered
[    0.395505] PnPBIOS: Disabled by ACPI PNP
[    1.429341] ACPI: bus type USB registered
[    1.470338] ACPI: Thermal Zone [TZC] (84 C)
[    2.755965] ACPI: Requesting acpi_cpufreq
[    2.759665] ACPI: acpi_idle registered with cpuidle
[    2.773288] ACPI: Lid Switch [LID]
[    2.773467] ACPI: Power Button [PWRB]
[    2.773569] ACPI: Power Button [PWRF]
[    2.783158] ACPI: AC Adapter [AC] (on-line)
[    2.789367] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.824147] parport_pc 00:0c: reported by Plug and Play ACPI
[    2.909320] ACPI: Battery Slot [BATA] (battery present)
[    2.915208] ACPI: Battery Slot [BATB] (battery absent)
[    7.597406] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input10
From MX-14.4 CF-29N (Mark 5) SYSTEM WAKEUP DISABLED BY ACPI?

:pat: Thanks kodeniner.
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

Post Reply

Return to “The LINUX forum!!!”