Page 1 of 1

Salix64-xfce-14.1 crashing

Posted: 31. May 2014, 15:24
by zdia
I have installed a Salix64-xfce 14.0 system on a new Gibabyte GA-H81M-D2V board with a Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz .
Because I had installed at first Windows 7 I had some trouble to get Grub working correctly on a GPT partitioned disk but except the sound everything seemed ok.

But after upgrading to 14.1 the system refused to boot, after the first messages the screen got black. The harddisk worked on, but there was no keyboard contact possible.

After burning a 14.1 DVD-iso downloaded from sourceforge I tried once again a fresh installation but I got again just the installation screen with the boot offer. After pressing Enter only some lines appeared and then the screen turned black. No ncurses dialog to see.

I will attach a dmesg excerpt from a 14.0 boot because I think the hda_intel driver is the culprit, at least for the sound issue:

# dmesg | egrep "intel|hda"
[ 0.772513] intel_idle: MWAIT substates: 0x42120
[ 0.772514] intel_idle: does not run on family 6 model 60
[ 6.097286] snd_hda_intel 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 6.097321] snd_hda_intel 0000:00:03.0: irq 46 for MSI/MSI-X
[ 6.097330] snd_hda_intel 0000:00:03.0: setting latency timer to 64
[ 9.099513] hda-intel: azx_get_response timeout, switching to polling mode: last cmd=0x000f0000
[ 10.099197] hda-intel: No response from codec, disabling MSI: last cmd=0x000f0000
[ 11.098883] hda-intel: Codec #0 probe error; disabling it...
[ 12.102559] hda_intel: azx_get_response timeout, switching to single_cmd mode: last cmd=0x000f0001
[ 12.104776] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 12.104832] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
[ 12.104845] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 12.180526] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 12.180584] snd_hda_intel 0000:01:00.1: irq 49 for MSI/MSI-X
[ 12.180597] snd_hda_intel 0000:01:00.1: setting latency timer to 64
[ 12.323994] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 12.324036] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 12.324184] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 22.089826] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 22.089871] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 22.299569] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 39.281739] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 71.110772] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 141.881632] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 3448.882875] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)
[ 3448.882920] hda_codec: num_steps = 0 for NID=0xc (ctl = Front Playback Volume)

Lowlevel timeout problems?