You are not logged in.

#1 2014-08-03 03:46:57

kitsune
Member
Registered: 2013-11-14
Posts: 13

[SOLVED]Arch Linux doesn't shutdown

This is a new installation on the following hardware:

Intel i5 4440s (Haswell)
Asrock z87 extreme 6 (latest UEFI 2.30)
GPU Intel 4600
RAM 16GB

Kernel 3.15.7-1 (I also tried the LTS but same problem)

DMESG log -> http://ix.io/dJx

LSPCI log -> http://ix.io/dJv

As you will notice there is an ACPI Warning:

[    2.006322] PTP clock support registered
[    2.007918] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    2.008431] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258)
[    2.008436] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.009109] dca service started, version 1.12.1
[    2.012057] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k

What else should I check?

Thanks.


****FIX***
Wait for kernel 3.16. Meanwhile, disable usb 3.0.

Last edited by kitsune (2014-08-03 08:41:34)

Offline

#2 2014-08-03 05:57:19

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]Arch Linux doesn't shutdown

You didn't tell how you are trying to shutdown the system and which DE/WM are you using?

Offline

#3 2014-08-03 06:08:40

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

I am using gnome-shell.
I tried:

sudo poweroff
sudo halt -p
sudo systemctl poweroff
from gnome-shell -> shutdown
sudo shutdown -h now

above command as root also.

PC will go off for 2 seconds and then it will boot.

Kernel 3.15.8-1 from testing didn't solve the problem.

I use uefi and I tried switching from gummiboot to grub, but nothing.

Last edited by kitsune (2014-08-03 06:10:44)

Offline

#4 2014-08-03 06:14:31

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]Arch Linux doesn't shutdown

kitsune wrote:

PC will go off for 2 seconds and then it will boot.

You mean to say that the PC reboots instead of shutting off? Have you checked the ACPI settings in BIOS/EFI.

Offline

#5 2014-08-03 06:19:58

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

When I do a sudo poweroff or the classic shutdown from the menu, the pc will shutdown(I mean the fans go off, monitor off) like it should. Then after 2 seconds it will boot again without doing anything(moving the mouse, pressing a key etc).
wake on lan, wake on keyboard, wake on something are all disabled.

Offline

#6 2014-08-03 06:58:22

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]Arch Linux doesn't shutdown

kitsune wrote:

When I do a sudo poweroff or the classic shutdown from the menu, the pc will shutdown(I mean the fans go off, monitor off) like it should. Then after 2 seconds it will boot again without doing anything(moving the mouse, pressing a key etc).
wake on lan, wake on keyboard, wake on something are all disabled.

Is it a proper boot sequence, or does the computer simply wake up to the previous state, i.e., the one before the shutdown. If it's the latter, it sound like a failed suspend sequence.

Offline

#7 2014-08-03 07:01:45

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

Yes, it is a proper boot sequence. Like I shutdown and after 2 seconds I push the power button on the case. No freeze, no errors.. everything works fine.

Offline

#8 2014-08-03 07:06:57

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]Arch Linux doesn't shutdown

Does your bios have an option along the lines of reboot after power failure or something? If yes, and if it is enabled, try disabling it.

Perhaps for some reason, the bios thinks that the previous shutdown wasn't clean and reboots it.

Offline

#9 2014-08-03 07:07:48

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

Yes, it has one but it is disabled (default). I did also a clear CMOS just in case..


edit:

I think it's a kernel problem because I have the same problem with ubuntu and fedora IF I install all the updates (kernel included). If I use the kernel version shipped with the iso it works ok.

Last edited by kitsune (2014-08-03 07:12:33)

Offline

#10 2014-08-03 07:15:43

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

Offline

#11 2014-08-03 07:47:24

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED]Arch Linux doesn't shutdown

It could be the one you specified, or maybe not. But the symptoms are definitely similar.

There's also this one https://bugzilla.kernel.org/show_bug.cgi?id=76291

These bugs are related to usb, though. Can you try disabling USB 3.0 in your bios and see if fixes it?

Also, take a look at the following suggestion: https://bugzilla.kernel.org/show_bug.cgi?id=76291#c7

Last edited by x33a (2014-08-03 07:47:44)

Offline

#12 2014-08-03 08:39:32

kitsune
Member
Registered: 2013-11-14
Posts: 13

Re: [SOLVED]Arch Linux doesn't shutdown

Bingo. With usb 3.0 controller disabled, I can shutdown smile.

Hope they fix it in 3.16! smile

Offline

#13 2014-08-15 00:58:03

riX2000
Member
Registered: 2013-09-11
Posts: 11

Re: [SOLVED]Arch Linux doesn't shutdown

I'm having the exact same issue, but disabling USB 3.0 in BIOS does not solve the problem...

Made my own thread per midixingas suggestion below and since I solved part of the problem: 1447128

Last edited by riX2000 (2014-08-15 13:49:23)

Offline

#14 2014-08-15 11:38:35

midixinga
Member
Registered: 2014-01-18
Posts: 196

Re: [SOLVED]Arch Linux doesn't shutdown

riX2000 wrote:

I'm having the exact same issue, ...

I don't think so

It's better to make your own thread

Offline

Board footer

Powered by FluxBB