Displaying 20 results from an estimated 136 matches for "disintx".
2011 Dec 27
0
[Kernel 3.1.5] [OCFS2] After many write/delete on ocfs2 both servers in cluster kernel oops
...nformation ('lspci -vvv' as root)
> TEST-MAIL1 ~ # lspci -vvv
> 00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 22)
> Subsystem: IBM Device 7270
> 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 11
> Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
> Address: 00000020 Data: 000...
2011 Nov 07
2
[Bug 42672] New: NMI SERR with 2 Geforce 310 cards
...310 cards
2. Boot!
3.
Actual results:
Expected results:
Additional info:
lspci -vvv:
00:00.0 Host bridge: Intel Corporation 82975X Memory Controller Hub
Subsystem: Hewlett-Packard Company Device 280c
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>
Kernel driver in use: i82975x_edac
Kernel modules: i82975x_edac
00:01.0 PCI bridge: Intel Corporation 82975X PCI Express Root Por...
2011 Mar 05
4
SATA pass-through woes
...he hardware on the working system:
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE
Controller (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Intel Corporation Device 544e
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: I/O ports at 20c8 [size=8]
Region 1: I/O ports at 20ec [size=4]
Region 2: I/O ports at 20c0 [size=8]
Region 3: I/O por...
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...=========================
teo-en-ming@intel-core-i5-4430-desktop:~$ lspci -vvv
00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06)
Subsystem: ASRock Incorporation Device 0c00
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 PCI bridge: Intel Corporation Haswell PCI Express x16 Controller
(rev 06) (prog-if 00 [Normal decode])
C...
2014 Jul 04
3
How to check for proper MSI support?
...#1 Thu Jun 26 22:56:27 EDT 2014 i586
GNU/Linux
Here is the output from lspci -vvvxxx:
root at p5-133:~# cat lspci.txt
00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev
01)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 64
00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00...
2016 Apr 18
2
GM108GLM?
Is there anything I can do in this regard?
/smo
On 2016-03-31 23:12, Pierre Moreau wrote:
> Oh, hum, GM108 is NV118 and not NV108 which is Gk208… My bad!
>
> SMF from the bug report seemed to have some working setup, and since he didn't
> pinged back, I guess it's working nicely. But some more checking might still be
> needed?
>
> On 04:59 PM - Mar 31 2016, Ilia
2014 Jul 04
1
How to check for proper MSI support?
...gt;
>> Here is the output from lspci -vvvxxx:
>>
>> root at p5-133:~# cat lspci.txt
>> 00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>> Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
>> Latency: 64
>> 00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
>> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> 20:...
2014 Jul 03
3
How to check for proper MSI support?
Hello,
A user (cc'd) reported that nouveau's enabling of MSI causes the card
to not work on his setup [1]. I think the situation is that MSI is
just not supported by the underlying motherboard, even though the
card, and probably bridge, support it just fine. It's a very old
board. The nouveau code does:
pmc->use_msi = pci_enable_msi(device->pdev) == 0;
Does it need to do more
2014 Jul 04
0
How to check for proper MSI support?
...4 i586 GNU/Linux
>
> Here is the output from lspci -vvvxxx:
>
> root at p5-133:~# cat lspci.txt
> 00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
> Latency: 64
> 00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 20: 00 00 00 00 00 00 0...
2014 Jul 04
2
How to check for proper MSI support?
...gt;
>> Here is the output from lspci -vvvxxx:
>>
>> root at p5-133:~# cat lspci.txt
>> 00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>> Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
>> Latency: 64
>> 00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
>> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>> 20:...
2015 Sep 13
3
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
...000:00:05.0 on minor 0
lspci -vvnn:
00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 761/M761 Host [1039:0761] (rev 01)
Subsystem: Elitegroup Computer Systems Device [1019:0131]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 32
Region 0: Memory at f0000000 (32-bit, non-prefetchable) [size=64M]
Capabilities: [a0] AGP version 3.0
Status: RQ=32 Iso-...
2014 Jul 04
0
How to check for proper MSI support?
...e is the output from lspci -vvvxxx:
>>>
>>> root at p5-133:~# cat lspci.txt
>>> 00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
>>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>> Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
>>> Latency: 64
>>> 00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
>>> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00...
2014 Apr 09
2
Assistance in tracking a kernel/nouveau error
...controller: O2 Micro, Inc. OZ600 MS/xD Controller
(rev 05)
$ lspci -vv
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
Family DRAM Controller (rev 09)
Subsystem: Dell Precision M4600
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: [e0] Vendor Specific Information: Len=0c <?>
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core
Processor Family PCI Express Ro...
2014 Jul 04
0
How to check for proper MSI support?
...e is the output from lspci -vvvxxx:
>>>
>>> root at p5-133:~# cat lspci.txt
>>> 00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
>>> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>> Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
>>> Latency: 64
>>> 00: 86 80 2d 12 06 00 00 22 01 00 00 06 00 40 00 00
>>> 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00...
2014 Apr 06
2
Assistance in tracking a kernel/nouveau error
Greetings,
I am resending this as it doesn't appear in the archives and no one
responded...maybe it got routed to /dev/null or something :-)
I have asked this question the Scientific Linux mailing list (a few
months ago) and got the suggestion I talk to the kernel guys. I pinged a
kernel guy I know, and his suggestion was to ask the Nouveau list. So
here I am. :-)
I have had my work laptop
2011 May 18
3
XCP jumbo frames in vm
...ifcfg-eth1 config file. This is the driver I
have running from lspci -vv
00:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 20)
Subsystem: XenSource, Inc. Device 0001
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: 64, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 177
Region 0: I/O ports at c100 [size=256]
Region 1: Memory at f3001000 (32-bit, non-prefetchable) [size=25...
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser".
Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm
kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel
support with no success, just a kernel oops and constant reboots.
I followed Fedora''s wiki on building a custom kernel, even used F16''s
.config which also was a
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser".
Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm
kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel
support with no success, just a kernel oops and constant reboots.
I followed Fedora''s wiki on building a custom kernel, even used F16''s
.config which also was a
2016 Oct 18
2
GM108GLM?
...into 4.7.
>
> Pierre
-------------- next part --------------
lspci -vvvv
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
Subsystem: Lenovo Broadwell-U Host Bridge -OPI
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>
Kernel driver in use: bdw_uncore
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) (pr...
2014 May 04
1
KVM Linux Guest Resolution only 1024x768
...mory for mode)
Only 32 MB are recognized:
00:02.0 VGA compatible controller: Cirrus Logic GD 5446 (prog-if 00 [VGA
controller])
Subsystem: Red Hat, Inc Device 1100
Physical Slot: 2
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-
Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
Region 1: Memory at f2000000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at f201...