Displaying 6 results from an estimated 6 matches for "nm10".
Did you mean:
ne10
2013 Oct 29
0
Unable to display a network on GeForce Go 7400 under Fedora
...localhost ~]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev...
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2018 Jul 12
4
[Bug 107210] New: Segment Fault while opening thunderbitf windows
https://bugs.freedesktop.org/show_bug.cgi?id=107210
Bug ID: 107210
Summary: Segment Fault while opening thunderbitf windows
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
2012 Jul 14
2
video issue - Intel Atom based motherboard D2500HN
Hi all,
I recently bought a Intel D2500HN motherboard with Intel GMA 3600 video
card.
I want to install FreeBSD 9-Release on it via PXE, but after booting the
system, it seems that video card driver doesn't work properly.
Have a look at this picture:
http://img703.imageshack.us/img703/5648/20120714393.jpg
I've tried the
# vidcontrol 80x25
but unfortunately it doesn't help.
Do
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...*/
-static void __devinit quirk_isa_dma_hangs(struct pci_dev *dev)
+static void quirk_isa_dma_hangs(struct pci_dev *dev)
{
if (!isa_dma_bridge_buggy) {
isa_dma_bridge_buggy=1;
@@ -106,7 +106,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_CBUS_3, quirk_isa_d
* Intel NM10 "TigerPoint" LPC PM1a_STS.BM_STS must be clear
* for some HT machines to use C4 w/o hanging.
*/
-static void __devinit quirk_tigerpoint_bm_sts(struct pci_dev *dev)
+static void quirk_tigerpoint_bm_sts(struct pci_dev *dev)
{
u32 pmbase;
u16 pm1a;
@@ -125,7 +125,7 @@ DECLARE_PCI_FI...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...*/
-static void __devinit quirk_isa_dma_hangs(struct pci_dev *dev)
+static void quirk_isa_dma_hangs(struct pci_dev *dev)
{
if (!isa_dma_bridge_buggy) {
isa_dma_bridge_buggy=1;
@@ -106,7 +106,7 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_CBUS_3, quirk_isa_d
* Intel NM10 "TigerPoint" LPC PM1a_STS.BM_STS must be clear
* for some HT machines to use C4 w/o hanging.
*/
-static void __devinit quirk_tigerpoint_bm_sts(struct pci_dev *dev)
+static void quirk_tigerpoint_bm_sts(struct pci_dev *dev)
{
u32 pmbase;
u16 pm1a;
@@ -125,7 +125,7 @@ DECLARE_PCI_FI...