You are not logged in.

#1 2012-08-06 02:19:10

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,643
Website

Ivy Bridge chip with onboard graphic errors in dmesg

Intel HD4000 seems to be causing some problems:

$ dmesg | grep -i error
[    0.827828] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[    2.054030] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.054045] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f7e460), AE_NOT_FOUND (20120320/psparse-536)
[    2.054084] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.054087] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f7e4d8), AE_NOT_FOUND (20120320/psparse-536)
[    2.054611] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.054616] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f7e460), AE_NOT_FOUND (20120320/psparse-536)
[    2.055134] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.055139] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f7e5c8), AE_NOT_FOUND (20120320/psparse-536)
[    2.055713] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.055717] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f7e4d8), AE_NOT_FOUND (20120320/psparse-536)
[    2.057007] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    2.057014] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f7e5c8), AE_NOT_FOUND (20120320/psparse-536)

Complete dmesg is here:  http://pastebin.com/BRcRdMSZ

I googled around and found many others reporting this, but no clear solution.  Wondering if other Archers with an iGPU (i3/i5/i7 chips) are also experiencing this and have any suggestions.

I tried using the following kernel options at grub boot but they gave no effect despite reports to the contrary:

enable_mtrr_cleanup mtrr_spare_reg_nr=1

I also enabled [testing] and booted into the ARCH kernel package (3.5-2) but I get the same result in dmesg.

Last edited by graysky (2012-08-06 03:04:49)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2012-08-12 21:47:37

tolga9009
Member
From: Germany
Registered: 2010-01-08
Posts: 62

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Hi, I also got the same error. Adding "acpi=off" to kernel parameters fixes it, but X server gets broken then, because the Intel drivers are depending on the "button" module (which is in turn depending on acpi). So, there is no clear fix for this yet. I think, it's an incompatible ACPI table in BIOS, which mainboard are you using? Also tried flashing to latest BIOS?
I experience this error on an Intel DH77DF (BIOS 0095) + Intel Core i5-3570K. There are also several reports all over the internet, not only limited to Ivy Bridge.

//Edit: this also happens to me on Ubuntu 12.04. So, it's something BIOS / Kernel related.

Last edited by tolga9009 (2012-08-12 21:49:52)

Offline

#3 2012-08-12 21:59:28

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,643
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Asus P8Z77-V/3770K.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2012-08-12 22:13:40

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

I see the same errors (Toshiba Satellite R945-P440 .. i5-3210M)...no suggestions but I'm wondering if you are seeing any issues because of this? I'm not a gamer and rarely watch many videos so I don't exactly stress the CPU or graphics card much smile

Scott

Edit: Are you able to get hardware acceleration with flash? I'm not sure if it won't work, or if I'm doing something wrong. Mplayer-vaapi works fine.

Last edited by firecat53 (2012-08-12 23:36:23)

Offline

#5 2012-08-13 08:10:26

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Ivy Bridge chip with onboard graphic errors in dmesg

I am using a Thinkpad E430 with an i5-3210M, and I have no issues, so this does not seem to be just an intel hd4000 thing

Offline

#6 2012-08-13 08:36:34

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Don't know if reassembling the ACPI DSDT table would help? Surely worth a try.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#7 2012-08-13 12:17:16

tolga9009
Member
From: Germany
Registered: 2010-01-08
Posts: 62

Re: Ivy Bridge chip with onboard graphic errors in dmesg

My original DSDT file gave me 2 errors, 4 warnings and 8 remaks. A fixed DSDT file, which I found at tonymacx86 just gave me 1 warning. But I didn't had the time (yet) to read into compiling kernels. Is there any "quick" solution, just like a boot parameter pointing to the DSDT file?

Offline

#8 2012-08-14 18:31:01

F1y3r
Member
Registered: 2007-09-28
Posts: 61

Re: Ivy Bridge chip with onboard graphic errors in dmesg

tolga9009 wrote:

Hi, I also got the same error. Adding "acpi=off" to kernel parameters fixes it, but X server gets broken then, because the Intel drivers are depending on the "button" module (which is in turn depending on acpi). So, there is no clear fix for this yet. I think, it's an incompatible ACPI table in BIOS, which mainboard are you using? Also tried flashing to latest BIOS?
I experience this error on an Intel DH77DF (BIOS 0095) + Intel Core i5-3570K. There are also several reports all over the internet, not only limited to Ivy Bridge.

//Edit: this also happens to me on Ubuntu 12.04. So, it's something BIOS / Kernel related.

I also have a DH77DF mobo. CPU is a 3570 (non K) though.

What I tried:
In efistub boot parameters I have: "i915.semaphores=1 enable_mtrr_cleanup mtrr_spare_reg_nr=1".
I added intel_agp and i915 to the modules in the mkinitcpio.conf.
I tried different acceleration methods.
I tried intel driver from git repo.

Unless I put "Option "Shadow" "True" \n Option "DRI" "false"" in the Xorg device config section, I get less than 1 FPS in the glxgears, GPU hung messages in the dmesg, sometimes X throws some messages about dropping EQ events.

Am I missing something? Is this related?

Offline

#9 2012-08-14 19:28:42

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,643
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

.:B:. wrote:

Don't know if reassembling the ACPI DSDT table would help? Surely worth a try.

DSDT?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#10 2012-08-15 12:04:13

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#11 2012-09-02 13:46:55

tolga9009
Member
From: Germany
Registered: 2010-01-08
Posts: 62

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Turning "UEFI boot" on in BIOS fixed this error on my DH77DF (no UEFI install, just turning the option on).

dmesg | grep -i error

produces no output.

[tolga@Ragnarok ~]$ sudo dmesg | grep -i intel
[    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02  INTEL)
[    0.000000] ACPI: XSDT 00000000da25c070 00064 (v01 INTEL  DH77DF   0000005F AMI  00010013)
[    0.000000] ACPI: FACP 00000000da265db8 000F4 (v04 INTEL  DH77DF   0000005F AMI  00010013)
[    0.000000] ACPI: DSDT 00000000da25c168 09C49 (v02 INTEL  DH77DF   0000005F INTL 20051117)
[    0.000000] ACPI: APIC 00000000da265eb0 00072 (v03 INTEL  DH77DF   0000005F AMI  00010013)
[    0.000000] ACPI: FPDT 00000000da265f28 00044 (v01 INTEL  DH77DF   0000005F AMI  00010013)
[    0.000000] ACPI: MCFG 00000000da265f70 0003C (v01 INTEL  DH77DF   0000005F MSFT 00000097)
[    0.000000] ACPI: HPET 00000000da265fb0 00038 (v01 INTEL  DH77DF   0000005F AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000da265fe8 0036D (v01 INTEL  DH77DF   0000005F INTL 20091112)
[    0.000000] ACPI: SSDT 00000000da266358 00860 (v01 INTEL  DH77DF   0000005F INTL 20051117)
[    0.000000] ACPI: SSDT 00000000da266bb8 00A92 (v01 INTEL  DH77DF   0000005F INTL 20051117)
[    0.051881] CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz stepping 09
[    0.156718] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.443446] intel_idle: does not run on family 6 model 58
[    2.482156] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
[    2.482241] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.483112] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    2.483188] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    2.485935] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    2.829359] fbcon: inteldrmfb (fb0) is primary device
[    2.831357] fb0: inteldrmfb frame buffer device
[    3.415330] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
[    3.415332] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    3.466106] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    3.676275] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    3.676512] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[    4.234570] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3
[    4.234698] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[    4.234811] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    4.234922] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    4.235020] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    4.235106] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    4.235185] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9

Everything seems to be okay.

On the ASUS mainboards, you have to reinstall Arch in UEFI mode (or convert to your current setup to UEFI). I have a ASUS P8C WS sitting next to me and I wasn't able to fix this bug in legacy mode (or setting the BIOS to dual mode (UEFI + legacy)). Installing Arch in UEFI mode (which is just a bit trickier than installing Arch the usual way) fixed the problem for me.

Offline

#12 2012-09-02 14:06:22

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,643
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

tolga9009 - I am booting with UEFI enabled and I still get these errors.

 dmesg | grep -i erro
[    1.678343] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.678350] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f8d4d8), AE_NOT_FOUND (20120320/psparse-536)
[    1.678380] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.678382] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f8d460), AE_NOT_FOUND (20120320/psparse-536)
[    1.678935] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.678939] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880409f8d460), AE_NOT_FOUND (20120320/psparse-536)
[    1.679140] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.679144] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880409f8d4d8), AE_NOT_FOUND (20120320/psparse-536)
[    1.679439] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.679441] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f8d5c8), AE_NOT_FOUND (20120320/psparse-536)
[    1.681421] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20120320/psargs-359)
[    1.681425] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node ffff880409f8d5c8), AE_NOT_FOUND (20120320/psparse-536)

Last edited by graysky (2012-09-02 15:05:10)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#13 2012-09-06 22:03:52

tolga9009
Member
From: Germany
Registered: 2010-01-08
Posts: 62

Re: Ivy Bridge chip with onboard graphic errors in dmesg

graysky, you have to reinstall Arch in UEFI mode (just enabling UEFI won't help on ASUS motherboards). It's a bit complicated, but you have to create a UEFI installation media and reinstall (and reconfigure), here's a howto: ArchWiki UEFI USB media. There might be ways to convert a running BIOS system to a UEFI system, but this is the only way I know.

Offline

#14 2012-09-07 00:33:15

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,643
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg

@tolga9009 - Reinstall???  Can I just tar up my /, /home, /boot, and /var, then wipe the drive, then boot with UEFI USB media, repartition, restore those partitions, and then reinstall grub-efi-x86_64?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#15 2013-06-02 18:27:08

dr-kart
Member
Registered: 2011-01-09
Posts: 50

Re: Ivy Bridge chip with onboard graphic errors in dmesg

graysky wrote:

tolga9009 - I am booting with UEFI enabled and I still get these errors.

Also, with "UEFI only" option in bios, I booted two liveCDs with ubuntu 12.04.2.x64 and 13.04. ACPI Error log's still the same like posted above. (bios updated to latest ver.)

Offline

#16 2013-06-03 13:45:54

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Wrong forum, necro post?


Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux

Offline

#17 2013-08-14 13:20:07

Fregtux
Member
From: Italy
Registered: 2013-08-01
Posts: 55

Re: Ivy Bridge chip with onboard graphic errors in dmesg

Hi, I've similar problem. If I run:

$ dmesg | grep Error
[    1.194726] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.194734] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880408498708), AE_NOT_FOUND (20130328/psparse-537)
[    1.195275] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.195283] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880408498708), AE_NOT_FOUND (20130328/psparse-537)
[    1.196130] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.196138] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880408498690), AE_NOT_FOUND (20130328/psparse-537)
[    1.198441] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.198450] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880408498690), AE_NOT_FOUND (20130328/psparse-537)
[    1.202471] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.202478] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff880408498870), AE_NOT_FOUND (20130328/psparse-537)
[    1.206442] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130328/psargs-359)
[    1.206446] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT4._GTF] (Node ffff880408498870), AE_NOT_FOUND (20130328/psparse-537)

I'm on Asus P8P67 EVO with i7-2600k (sandy bridge) and with Arch installed with legacy BIOS (not in UEFI). Have I to reinstall Arch in UEFI mode or there are other solutions?


ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB

Offline

#18 2013-08-14 17:48:33

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Ivy Bridge chip with onboard graphic errors in dmesg


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB