[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#725478: marked as done (linux-image-3.10-3-686-pae: nouveau E[ PBUS][0000:02:00.0] MMIO read of 0x00020002 FAULT at 0x100224)



Your message dated Sat, 24 Apr 2021 05:03:32 -0700 (PDT)
with message-id <60840914.1c69fb81.347a8.364d@mx.google.com>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #725478,
regarding linux-image-3.10-3-686-pae: nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00020002 FAULT at 0x100224
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
725478: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725478
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 3.10.11-1
Severity: minor
Tags: upstream
Control: notfound -1 3.2.46-1+deb7u1
Control: found -1 3.10.5-1~bpo70+1

Dear Debian folks,


trying Debian Wheezy (with a Linux kernel from Debian Backports) and
Debian Sid/unstable on a system with an integrated Nvidia NV50 chip,
Linux reports faulty MMIO reads.

	$ dmesg | grep nouveau
	[   39.986992] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 779
	[   39.987127] nouveau 0000:02:00.0: setting latency timer to 64
	[   39.987560] nouveau  [  DEVICE][0000:02:00.0] BOOT0  : 0x0aa580a2
	[   39.987562] nouveau  [  DEVICE][0000:02:00.0] Chipset: MCP77/MCP78 (NVAA)
	[   39.987565] nouveau  [  DEVICE][0000:02:00.0] Family : NV50
	[   39.989028] nouveau  [   VBIOS][0000:02:00.0] checking PRAMIN for image...
	[   40.032371] nouveau  [   VBIOS][0000:02:00.0] ... appears to be valid
	[   40.032373] nouveau  [   VBIOS][0000:02:00.0] using image from PRAMIN
	[   40.032570] nouveau  [   VBIOS][0000:02:00.0] BIT signature found
	[   40.032573] nouveau  [   VBIOS][0000:02:00.0] version 62.77.3a.00.01
	[   40.052579] nouveau  [     PFB][0000:02:00.0] RAM type: stolen system memory
	[   40.052582] nouveau  [     PFB][0000:02:00.0] RAM size: 256 MiB
	[   40.052584] nouveau  [     PFB][0000:02:00.0]    ZCOMP: 0 tags
	[   41.343001] nouveau  [  PTHERM][0000:02:00.0] FAN control: none / external
	[   41.343014] nouveau  [  PTHERM][0000:02:00.0] fan management: disabled
	[   41.343017] nouveau  [  PTHERM][0000:02:00.0] internal sensor: yes
	[   41.343164] nouveau  [     DRM] VRAM: 256 MiB
	[   41.343166] nouveau  [     DRM] GART: 512 MiB
	[   41.343170] nouveau  [     DRM] TMDS table version 2.0
	[   41.343172] nouveau  [     DRM] DCB version 4.0
	[   41.343175] nouveau  [     DRM] DCB outp 00: 01000300 0000001e
	[   41.343177] nouveau  [     DRM] DCB outp 01: 01011332 00020010
	[   41.343179] nouveau  [     DRM] DCB conn 00: 00000100
	[   41.343181] nouveau  [     DRM] DCB conn 01: 00001261
	[   41.350010] nouveau  [     DRM] vid bit 0 has no gpio tag
	[   41.373992] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00020002 FAULT at 0x100224
	[   41.397954] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x10022c
	[   41.421917] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100234
	[   41.445880] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x10023c
	[   41.469843] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x100228
	[   41.493807] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002c4
	[   41.517758] nouveau  [     DRM] 1 available performance level(s)
	[   41.517765] nouveau E[    PBUS][0000:02:00.0] MMIO read of 0x00000008 FAULT at 0x1002e4
	[   41.517768] nouveau  [     DRM] 0: core 500MHz shader 1200MHz voltage 1100mV fanspeed 100%
	[   41.517774] nouveau  [     DRM] c:
	[   41.526444] nouveau  [     DRM] MM: using M2MF for buffer copies
	[   41.554025] nouveau  [     DRM] native mode from preferred
	[   41.555763] nouveau  [     DRM] allocated 1366x768 fb: 0x50000, bo f71b6e00
	[   41.555934] fbcon: nouveaufb (fb0) is primary device
	[   41.638160] nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device
	[   41.638167] nouveau 0000:02:00.0: registered panic notifier
	[   41.638177] [drm] Initialized nouveau 1.1.1 20120801 for 0000:02:00.0 on minor 0
	[   41.638392] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 1613663 usecs

imirkin in #nouveau on <irc.freenode.net> told me that this is expected and it is nothing to worry about. The following explanation was given.

	it's because you have an IGP and it's trying to determine the memory speed. a pm rewrite that i believe is in progress will fix that
 sort of thing.

So this is going to be fixed in a future version. So I submit this bug report for tracking this issue. It is not found in Debian’s Linux 3.2.x from Debian Wheezy (using DRM stack from Linux 3.4(?)), as the nouveau driver was rewritten in the mean time.


Thanks,

Paul


$ sudo dmidecode --dump
# dmidecode 2.12
SMBIOS 2.5 present.
37 structures occupying 2118 bytes.
Table at 0x000F0000.

Handle 0x0000, DMI type 0, 24 bytes
	Header and Data:
		00 18 00 00 01 02 00 E0 03 07 90 9E CB 7F 00 00
		00 00 33 07 06 00 FF FF
	Strings:
		50 68 6F 65 6E 69 78 20 54 65 63 68 6E 6F 6C 6F
		67 69 65 73 2C 20 4C 54 44 00
		"Phoenix Technologies, LTD"
		50 30 31 2D 42 32 00
		"P01-B2"
		31 31 2F 30 36 2F 32 30 30 39 00
		"11/06/2009"
		30 30 2D 30 30 2D 30 30 30 30 00
		"00-00-0000"

Handle 0x0001, DMI type 1, 27 bytes
	Header and Data:
		01 1B 01 00 01 02 03 04 00 26 2D 20 20 6F 20 10
		01 26 17 40 42 00 00 00 06 05 06
	Strings:
		50 61 63 6B 61 72 64 20 42 65 6C 6C 00
		"Packard Bell"
		69 6D 65 64 69 61 20 53 33 32 31 30 00
		"imedia S3210"
		20 20 20 20 20 20 20 20 00
		"        "
		50 56 55 32 35 30 32 30 31 39 30 30 34 30 42 38
		32 31 32 37 30 32 00
		"PVU25020190040B8212702"
		20 00
		" "
		50 61 63 6B 61 72 64 20 42 65 6C 6C 20 44 65 73
		6B 74 6F 70 00
		"Packard Bell Desktop"

Handle 0x0002, DMI type 2, 14 bytes
	Header and Data:
		02 0E 02 00 01 02 03 04 05 01 06 30 00 0A
	Strings:
		50 61 63 6B 61 72 64 20 42 65 6C 6C 00
		"Packard Bell"
		57 4D 43 50 37 38 4D 00
		"WMCP78M"
		20 20 20 20 20 20 20 20 00
		"        "
		20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
		20 20 20 20 20 20 00
		"                      "
		20 00
		" "
		20 00
		" "

Handle 0x0003, DMI type 3, 17 bytes
	Header and Data:
		03 11 03 00 01 03 02 03 04 02 02 02 02 00 00 00
		00
	Strings:
		50 61 63 6B 61 72 64 20 42 65 6C 6C 00
		"Packard Bell"
		20 20 20 20 20 20 20 20 00
		"        "
		20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
		20 20 20 20 20 20 00
		"                      "
		20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
		20 20 20 20 20 20 00
		"                      "

Handle 0x0004, DMI type 4, 40 bytes
	Header and Data:
		04 28 04 00 01 03 01 02 62 0F 10 00 FF FB 8B 17
		03 8D C8 00 8C 0A 8C 0A 41 04 08 00 09 00 FF FF
		04 05 06 02 02 02 04 00
	Strings:
		53 6F 63 6B 65 74 20 41 4D 32 20 00
		"Socket AM2 "
		41 4D 44 00
		"AMD"
		41 4D 44 20 41 74 68 6C 6F 6E 28 74 6D 29 20 49
		49 20 58 32 20 32 31 35 20 50 72 6F 63 65 73 73
		6F 72 20 00
		"AMD Athlon(tm) II X2 215 Processor "
		20 00
		" "
		20 00
		" "
		20 00
		" "

Handle 0x0005, DMI type 5, 20 bytes
	Header and Data:
		05 14 05 00 06 04 03 03 05 0C 00 14 00 01 02 06
		00 07 00 00

Handle 0x0006, DMI type 6, 12 bytes
	Header and Data:
		06 0C 06 00 01 01 00 13 00 8B 8B 00
	Strings:
		44 49 4D 4D 31 00
		"DIMM1"

Handle 0x0007, DMI type 6, 12 bytes
	Header and Data:
		06 0C 07 00 01 23 00 13 00 8B 8B 00
	Strings:
		44 49 4D 4D 32 00
		"DIMM2"

Handle 0x0008, DMI type 7, 19 bytes
	Header and Data:
		07 13 08 00 01 80 01 80 00 80 00 20 00 20 00 00
		04 04 03
	Strings:
		49 6E 74 65 72 6E 61 6C 20 43 61 63 68 65 00
		"Internal Cache"

Handle 0x0009, DMI type 7, 19 bytes
	Header and Data:
		07 13 09 00 01 81 01 00 02 00 02 20 00 20 00 00
		04 04 03
	Strings:
		45 78 74 65 72 6E 61 6C 20 43 61 63 68 65 00
		"External Cache"

Handle 0x000A, DMI type 8, 9 bytes
	Header and Data:
		08 09 0A 00 01 16 00 00 FF
	Strings:
		50 52 49 4D 41 52 59 20 49 44 45 00
		"PRIMARY IDE"

Handle 0x000B, DMI type 8, 9 bytes
	Header and Data:
		08 09 0B 00 01 16 00 00 FF
	Strings:
		53 45 43 4F 4E 44 41 52 59 20 49 44 45 00
		"SECONDARY IDE"

Handle 0x000C, DMI type 8, 9 bytes
	Header and Data:
		08 09 0C 00 01 17 00 00 A1
	Strings:
		46 44 44 00
		"FDD"

Handle 0x000D, DMI type 8, 9 bytes
	Header and Data:
		08 09 0D 00 01 18 02 08 07
	Strings:
		43 4F 4D 31 00
		"COM1"
		20 00
		" "

Handle 0x000E, DMI type 8, 9 bytes
	Header and Data:
		08 09 0E 00 01 05 02 05 05
	Strings:
		4C 50 54 31 00
		"LPT1"
		20 00
		" "

Handle 0x000F, DMI type 8, 9 bytes
	Header and Data:
		08 09 0F 00 01 0F 02 0F 0D
	Strings:
		4B 65 79 62 6F 61 72 64 00
		"Keyboard"
		20 00
		" "

Handle 0x0010, DMI type 8, 9 bytes
	Header and Data:
		08 09 10 00 01 0F 02 0F 0E
	Strings:
		50 53 2F 32 20 4D 6F 75 73 65 00
		"PS/2 Mouse"
		20 00
		" "

Handle 0x0011, DMI type 8, 9 bytes
	Header and Data:
		08 09 11 00 00 00 01 FF 10
	Strings:
		55 53 42 30 00
		"USB0"

Handle 0x0012, DMI type 9, 13 bytes
	Header and Data:
		09 0D 12 00 01 A5 08 03 03 00 00 02 01
	Strings:
		50 43 49 45 31 00
		"PCIE1"

Handle 0x0013, DMI type 9, 13 bytes
	Header and Data:
		09 0D 13 00 01 A5 0D 03 04 00 00 02 01
	Strings:
		50 43 49 45 32 00
		"PCIE2"

Handle 0x0014, DMI type 10, 6 bytes
	Header and Data:
		0A 06 14 00 85 01
	Strings:
		4F 4E 42 4F 41 52 44 20 45 54 48 45 52 4E 45 54
		00
		"ONBOARD ETHERNET"

Handle 0x0015, DMI type 10, 6 bytes
	Header and Data:
		0A 06 15 00 87 01
	Strings:
		4F 4E 42 4F 41 52 44 20 41 55 44 49 4F 00
		"ONBOARD AUDIO"

Handle 0x0016, DMI type 13, 22 bytes
	Header and Data:
		0D 16 16 00 03 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 01
	Strings:
		6E 7C 55 53 7C 69 73 6F 38 38 35 39 2D 31 00
		"n|US|iso8859-1"
		6E 7C 55 53 7C 69 73 6F 38 38 35 39 2D 31 00
		"n|US|iso8859-1"
		72 7C 43 41 7C 69 73 6F 38 38 35 39 2D 31 00
		"r|CA|iso8859-1"
		61 7C 4A 50 7C 75 6E 69 63 6F 64 65 00
		"a|JP|unicode"

Handle 0x0017, DMI type 16, 15 bytes
	Header and Data:
		10 0F 17 00 03 03 03 00 00 40 00 FE FF 02 00

Handle 0x0018, DMI type 17, 27 bytes
	Header and Data:
		11 1B 18 00 17 00 FE FF 40 00 40 00 00 08 09 00
		01 02 13 80 00 00 08 03 04 05 06
	Strings:
		44 49 4D 4D 31 00
		"DIMM1"
		42 61 6E 6B 30 2F 31 00
		"Bank0/1"
		37 46 37 46 37 46 30 42 30 30 30 30 30 30 30 30
		00
		"7F7F7F0B00000000"
		32 41 37 39 31 42 37 46 00
		"2A791B7F"
		4E 6F 6E 65 00
		"None"
		4E 54 32 47 54 36 34 55 38 48 44 30 42 59 2D 41
		44 00
		"NT2GT64U8HD0BY-AD"

Handle 0x0019, DMI type 17, 27 bytes
	Header and Data:
		11 1B 19 00 17 00 FE FF 40 00 40 00 00 08 09 00
		01 02 13 80 00 00 08 03 04 05 06
	Strings:
		44 49 4D 4D 32 00
		"DIMM2"
		42 61 6E 6B 32 2F 33 00
		"Bank2/3"
		37 46 37 46 37 46 30 42 30 30 30 30 30 30 30 30
		00
		"7F7F7F0B00000000"
		34 41 37 39 31 42 37 44 00
		"4A791B7D"
		4E 6F 6E 65 00
		"None"
		4E 54 32 47 54 36 34 55 38 48 44 30 42 59 2D 41
		44 00
		"NT2GT64U8HD0BY-AD"

Handle 0x001A, DMI type 19, 15 bytes
	Header and Data:
		13 0F 1A 00 00 00 00 00 FF FF 3F 00 17 00 01

Handle 0x001B, DMI type 20, 19 bytes
	Header and Data:
		14 13 1B 00 00 00 00 00 FF FF 1F 00 18 00 1A 00
		01 00 00

Handle 0x001C, DMI type 20, 19 bytes
	Header and Data:
		14 13 1C 00 00 00 20 00 FF FF 3F 00 19 00 1A 00
		01 00 00

Handle 0x001D, DMI type 24, 5 bytes
	Header and Data:
		18 05 1D 00 22

Handle 0x001E, DMI type 32, 11 bytes
	Header and Data:
		20 0B 1E 00 00 00 00 00 00 00 00

Handle 0x001F, DMI type 188, 212 bytes
	Header and Data:
		BC D4 1F 00 00 00 00 C0 00 00 00 00 00 00 00 40
		01 00 00 00 00 06 76 00 00 00 00 00 08 00 00 00
		00 40 5C 02 10 04 01 00 03 00 00 00 00 00 3F 01
		00 00 00 00 01 00 00 00 00 00 00 00 02 00 00 00
		00 00 00 00 03 00 00 00 00 00 00 00 04 00 00 00
		00 00 00 00 05 00 00 00 00 00 00 00 06 00 00 00
		00 00 00 00 07 00 00 00 03 40 00 C0 01 00 00 00
		01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 E0 3E 78 00
		00 00 00 00 00 00 00 00 00 00 00 00 06 00 88 10
		00 00 00 00 05 00 00 00 00 00 00 00 35 FB 7D 5D
		34 03 22 00 10 04 01 00 00 02 00 00 00 00 00 00
		5C 00 B0 4A 0B 00 58 7F 00 00 00 00 00 00 00 00
		00 00 00 00

Handle 0x0020, DMI type 190, 212 bytes
	Header and Data:
		BE D4 20 00 84 05 00 00 00 00 00 00 24 A4 40 04
		E4 0F E4 2F 01 00 00 00 01 01 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 E0 3E 78 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 06 00 88 10
		00 00 00 00 00 00 00 00 27 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00
		00 00 00 00 05 00 00 00 00 00 00 00 35 FB 7D 5D
		34 03 22 00 10 04 01 00 0B 00 58 7F 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00

Handle 0x0021, DMI type 192, 244 bytes
	Header and Data:
		C0 F4 21 00 06 40 00 00 22 32 11 20 20 25 20 00
		E7 88 71 0E FC 00 0F 00 22 32 11 20 13 12 13 12
		13 12 13 12 13 12 13 12 11 11 12 13 11 11 12 13
		11 11 12 13 13 00 00 20 25 20 00 10 12 12 12 10
		12 12 12 10 12 12 12 12 12 12 12 12 12 12 12 12
		12 12 12 10 00 00 2E 3B FD 36 FC 00 0F 00 57 00
		54 00 51 00 53 00 57 00 17 00 14 00 11 00 13 00
		00 00 17 00 14 00 11 00 13 00 00 00 17 00 14 00
		11 00 13 00 00 00 52 00 53 00 55 00 57 00 00 00
		12 00 13 00 15 00 17 00 00 00 12 00 13 00 15 00
		17 00 00 00 12 00 13 00 15 00 17 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 16 17 16 16 16 16 16 17 17 00 00 00
		EF 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00

Handle 0x0022, DMI type 194, 244 bytes
	Header and Data:
		C2 F4 22 00 06 40 00 00 22 32 11 20 20 25 20 00
		E7 88 71 0E FC 00 0F 00 22 32 11 20 13 13 11 12
		13 13 11 12 13 13 11 12 12 12 12 12 12 12 12 12
		12 12 12 12 13 00 00 20 25 20 00 12 10 12 12 12
		10 12 12 12 10 12 12 10 12 14 12 10 12 14 12 10
		12 14 12 12 00 00 7F F5 4E 36 FC 00 0F 00 5C 00
		59 00 55 00 57 00 5C 00 1C 00 19 00 15 00 17 00
		00 00 1C 00 19 00 15 00 17 00 00 00 1C 00 19 00
		15 00 17 00 00 00 55 00 56 00 5B 00 5B 00 00 00
		15 00 16 00 1B 00 1B 00 00 00 15 00 16 00 1B 00
		1B 00 00 00 15 00 16 00 1B 00 1B 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 17 17 17 17 17 17 16 16 16 00 00 00
		BF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00

Handle 0x0023, DMI type 11, 5 bytes
	Header and Data:
		0B 05 23 00 01
	Strings:
		4E 56 49 44 49 41 20 4D 43 50 37 38 00
		"NVIDIA MCP78"

Handle 0x0024, DMI type 127, 4 bytes
	Header and Data:
		7F 04 24 00

-- Package-specific info:
** Version:
Linux version 3.10-3-686-pae (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-7) ) #1 SMP Debian 3.10.11-1 (2013-09-10)

** Command line:
BOOT_IMAGE=/vmlinuz-3.10-3-686-pae root=/dev/mapper/myhost-root ro rdinitrd=/sbin/bootchartd initcall_debug printk.time=y init=/sbin/bootchartd drm_kms_helper.poll=0 drm.debug=0x06 quiet noisapnp console=ttyS0,115200 console=tty0 pcie_aspm=force pcie_aspm.policy=powersave

** Not tainted

** Loaded modules:
arc4
rt2800usb
rt2x00usb
rt2800lib
rt2x00lib
mac80211
cfg80211
crc_ccitt
ip6table_filter
ip6_tables
iptable_filter
ip_tables
x_tables
binfmt_misc
reiserfs
xfs
hwmon_vid
loop
firewire_sbp2
fuse
snd_hda_codec_hdmi
snd_hda_codec_realtek
acpi_cpufreq
mperf
joydev
kvm_amd
kvm
acer_wmi
sparse_keymap
rfkill
microcode
psmouse
serio_raw
nouveau
snd_hda_intel
snd_hda_codec
snd_hwdep
evdev
snd_pcm_oss
snd_mixer_oss
snd_pcm
snd_page_alloc
mxm_wmi
ttm
snd_seq_midi
snd_seq_midi_event
drm_kms_helper
drm
i2c_algo_bit
snd_rawmidi
snd_seq
snd_seq_device
snd_timer
k10temp
snd
soundcore
shpchp
video
processor
button
i2c_nforce2
i2c_core
wmi
ext3
mbcache
jbd
btrfs
xor
zlib_deflate
raid6_pq
crc32c
libcrc32c
sha256_generic
cbc
usb_storage
dm_crypt
dm_mod
raid1
md_mod
sp5100_tco
sg
sd_mod
crc_t10dif
sr_mod
cdrom
ata_generic
firewire_ohci
fan
firewire_core
crc_itu_t
forcedeth
ahci
libahci
thermal
thermal_sys
pata_amd
libata
scsi_mod
ohci_hcd
ehci_pci
ehci_hcd
usbcore
usb_common

** PCI devices:
00:00.0 RAM memory [0500]: NVIDIA Corporation MCP78S [GeForce 8200] Memory Controller [10de:0754] (rev a2)
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP78S [GeForce 8200] LPC Bridge [10de:075c] (rev a2)
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 2: I/O ports at d000 [size=256]

00:01.1 SMBus [0c05]: NVIDIA Corporation MCP78S [GeForce 8200] SMBus [10de:0752] (rev a1)
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 5
	Region 0: I/O ports at fc00 [size=64]
	Region 4: I/O ports at 1c00 [size=64]
	Region 5: I/O ports at 1c40 [size=64]
	Capabilities: <access denied>
	Kernel driver in use: nForce2_smbus

00:01.2 RAM memory [0500]: NVIDIA Corporation MCP78S [GeForce 8200] Memory Controller [10de:0751] (rev a1)
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:01.3 Co-processor [0b40]: NVIDIA Corporation MCP78S [GeForce 8200] Co-Processor [10de:0753] (rev a2)
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 11
	Region 0: Memory at fdf80000 (32-bit, non-prefetchable) [size=512K]

00:01.4 RAM memory [0500]: NVIDIA Corporation MCP78S [GeForce 8200] Memory Controller [10de:0568] (rev a1)
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:02.0 USB controller [0c03]: NVIDIA Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller [10de:077b] (rev a1) (prog-if 10 [OHCI])
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fe02f000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

00:02.1 USB controller [0c03]: NVIDIA Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller [10de:077c] (rev a1) (prog-if 20 [EHCI])
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 22
	Region 0: Memory at fe02e000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:04.0 USB controller [0c03]: NVIDIA Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller [10de:077d] (rev a1) (prog-if 10 [OHCI])
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

00:04.1 USB controller [0c03]: NVIDIA Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller [10de:077e] (rev a1) (prog-if 20 [EHCI])
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 20
	Region 0: Memory at fe02c000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:06.0 IDE interface [0101]: NVIDIA Corporation MCP78S [GeForce 8200] IDE [10de:0759] (rev a1) (prog-if 8a [Master SecP PriP])
	Subsystem: NVIDIA Corporation Device [10de:cb84]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
	Region 4: I/O ports at f000 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_amd

00:07.0 Audio device [0403]: NVIDIA Corporation MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio [10de:0774] (rev a1)
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (500ns min, 1250ns max)
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fe020000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:08.0 PCI bridge [0604]: NVIDIA Corporation MCP78S [GeForce 8200] PCI Bridge [10de:075a] (rev a1) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fde00000-fdefffff
	Prefetchable memory behind bridge: fdd00000-fddfffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:09.0 SATA controller [0106]: NVIDIA Corporation MCP78S [GeForce 8200] AHCI Controller [10de:0ad4] (rev a2) (prog-if 01 [AHCI 1.0])
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 40
	Region 0: I/O ports at 09f0 [size=8]
	Region 1: I/O ports at 0bf0 [size=4]
	Region 2: I/O ports at 0970 [size=8]
	Region 3: I/O ports at 0b70 [size=4]
	Region 4: I/O ports at dc00 [size=16]
	Region 5: Memory at fe026000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP77 Ethernet [10de:0760] (rev a2)
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (250ns min, 5000ns max)
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at fe02b000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at d800 [size=8]
	Region 2: Memory at fe02a000 (32-bit, non-prefetchable) [size=256]
	Region 3: Memory at fe029000 (32-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: forcedeth

00:0b.0 PCI bridge [0604]: NVIDIA Corporation MCP78S [GeForce 8200] PCI Express Bridge [10de:0569] (rev a1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fb000000-fcffffff
	Prefetchable memory behind bridge: 00000000d8000000-00000000e7ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:10.0 PCI bridge [0604]: NVIDIA Corporation MCP78S [GeForce 8200] PCI Express Bridge [10de:0778] (rev a1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fdc00000-fdcfffff
	Prefetchable memory behind bridge: 00000000fdb00000-00000000fdbfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:12.0 PCI bridge [0604]: NVIDIA Corporation MCP78S [GeForce 8200] PCI Express Bridge [10de:075b] (rev a1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fda00000-fdafffff
	Prefetchable memory behind bridge: 00000000fd900000-00000000fd9fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:13.0 PCI bridge [0604]: NVIDIA Corporation MCP78S [GeForce 8200] PCI Bridge [10de:077a] (rev a1) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: fd800000-fd8fffff
	Prefetchable memory behind bridge: 00000000fd700000-00000000fd7fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>
	Kernel driver in use: k10temp

00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

02:00.0 VGA compatible controller [0300]: NVIDIA Corporation C77 [GeForce 8200] [10de:084b] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d8000000 (64-bit, prefetchable) [size=128M]
	Region 3: Memory at e6000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at bc00 [size=128]
	[virtual] Expansion ROM at e0000000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: nouveau

05:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6315 Series Firewire Controller [1106:3403] (prog-if 10 [OHCI])
	Subsystem: Acer Incorporated [ALI] Device [1025:0153]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at fd8ff000 (64-bit, non-prefetchable) [size=2K]
	Region 2: I/O ports at 8c00 [size=256]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.10-3-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-3.10-3-686-pae depends on:
ii  debconf [debconf-2.0]                   1.5.51
ii  initramfs-tools [linux-initramfs-tool]  0.114
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.10-3-686-pae recommends:
ii  firmware-linux-free  3.2
ii  libc6-i686           2.17-93

Versions of packages linux-image-3.10-3-686-pae suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 2.00-19
pn  linux-doc-3.10          <none>

Versions of packages linux-image-3.10-3-686-pae is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
ii  firmware-linux          0.40
ii  firmware-linux-nonfree  0.40
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
ii  firmware-ralink         0.40
ii  firmware-realtek        0.40
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.10-3-686-pae/postinst/missing-firmware-3.10-3-686-pae:
  linux-image-3.10-3-686-pae/postinst/depmod-error-initrd-3.10-3-686-pae: false
  linux-image-3.10-3-686-pae/postinst/ignoring-ramdisk:
  linux-image-3.10-3-686-pae/prerm/removing-running-kernel-3.10-3-686-pae: true

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Hi

This bug was filed for a very old kernel or the bug is old itself
without resolution.

If you can reproduce it with

- the current version in unstable/testing
- the latest kernel from backports

please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.

Regards,
Salvatore

--- End Message ---

Reply to: