You are not logged in.
Pages: 1
# uname -a
Linux halo 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:15:20 CEST 2015 i686 GNU/Linux
# cat /sys/kernel/debug/vgaswitcheroo/switch
0:DIS-Audio: :Off:0000:01:00.1
1:IGD:+:Pwr:0000:00:02.0
2:DIS: :DynOff:0000:01:00.0It seems that the problem occurred when I updated the kernel to 4.0.1. The system freezes when I shutdown or even when I switch to another console.
The logs are as follow:
kernel.log
May 8 08:04:12 halo kernel: snd_hda_intel 0000:01:00.1: Enabling via VGA-switcheroo
May 8 08:04:12 halo kernel: snd_hda_intel 0000:01:00.1: CORB reset timeout#2, CORBRP = 65535
May 8 08:04:12 halo kernel: sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
May 8 08:04:12 halo kernel: sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
May 8 08:04:13 halo kernel: sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
May 8 08:04:13 halo kernel: sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
May 8 08:04:16 halo kernel: snd_hda_intel 0000:01:00.1: azx_get_response timeout, switching to polling mode: last cmd=0x003f7000
May 8 08:04:19 halo kernel: snd_hda_intel 0000:01:00.1: Disabling via VGA-switcheroo
May 8 08:04:20 halo kernel: fuse init (API version 7.23)
May 8 08:04:20 halo kernel: ideapad_laptop: Unknown event: 14
errors.log
May 8 07:56:13 halo kernel: snd_hda_intel 0000:01:00.1: CORB reset timeout#2, CORBRP = 65535
May 8 07:56:24 halo pulseaudio[547]: [pulseaudio] module-alsa-card.c: Card '1' doesn't exist: No such file or directory
May 8 07:56:24 halo pulseaudio[547]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1""): initialization failed.Last edited by caasi (2015-05-08 00:35:20)
Offline
Since you are posting a kernel.log, are you using systemd or some other init scripts? What happens when you run "systemctl poweroff" from a terminal, without a GUI?
Offline
I used systemd. I have tried to boot into the rescue.target and it can be powered-off normally. Below is my multi-user.target
[root@halo multi-user.target.wants]# ls -l
lrwxrwxrwx 1 root root 37 Nov 1 2012 acpid.service -> /usr/lib/systemd/system/acpid.service
lrwxrwxrwx 1 root root 38 Nov 1 2012 cronie.service -> /usr/lib/systemd/system/cronie.service
lrwxrwxrwx 1 root root 46 Nov 1 2012 NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx 1 root root 36 Nov 1 2012 rc-local.service -> /etc/systemd/system/rc-local.service
lrwxrwxrwx 1 root root 40 Apr 21 08:59 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx 1 root root 41 Nov 1 2012 syslog-ng.service -> /usr/lib/systemd/system/syslog-ng.service
lrwxrwxrwx 1 root root 45 Nov 1 2012 vgaswitcheroo.service -> /usr/lib/systemd/system/vgaswitcheroo.serviceThen I thought it's the vgaswitcheroo problem. After I delete the vgaswitcheroo.service symlink, the problem remains.
Yes, the vgaswitcheroo.service is from this package. Below is the important information after it's installed. I just followed what it said. The problem remains.
<==== INFORMATION ====>
* systemd-vgaswitcheroo-units is now installed.
* Activate it by issuing the following command as root:
* # systemctl enable vgaswitcheroo* In order to function properly, debugfs needs to be in your '/etc/fstab' and
* the module 'radeon' should be blacklisted in '/etc/modprobe.conf'.
* If your PC hangs on shutdown/reboot, try disabling 'vgaswitcheroo_stop.sh' by
* erasing the ExecStop-line in '/usr/lib/systemd/system/vgaswitcheroo.service'
Thanks.
Last edited by caasi (2015-05-08 16:09:25)
Offline
Hmm, seems related to the vgaswitcheroo package. You could try to completel yremove the vgaswitcheroo package (you can always reinstall it later) and use the open source video drivers for your video card. If that fixes your problem, you at least know what's causing it.
Offline
Did you find the solution?
I seem to have the same problem since the new 4.0.1-1-ARCH kernel.
No swicheroo installed over here.
Last edited by stauntonel (2015-05-12 20:42:11)
Offline
Still no solution. The problem remains after I remove the vgaswicheroo.
Offline
I opened a new thread in the kernel section, as I believe this is a kernel-related problem (https://bbs.archlinux.org/viewtopic.php?id=199394).
Offline
Pages: 1