From owner-freebsd-questions@FreeBSD.ORG Fri May 19 08:29:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97EF316A459 for ; Fri, 19 May 2006 08:29:49 +0000 (UTC) (envelope-from lists@oak-wood.co.uk) Received: from ash.oak-wood.co.uk (ash.oak-wood.co.uk [62.3.200.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A1D43D49 for ; Fri, 19 May 2006 08:29:46 +0000 (GMT) (envelope-from lists@oak-wood.co.uk) Received: from localhost (localhost [127.0.0.1]) by ash.oak-wood.co.uk (Postfix) with ESMTP id 8CF02A71DE for ; Fri, 19 May 2006 08:29:45 +0000 (GMT) Received: from ash.oak-wood.co.uk ([127.0.0.1]) by localhost (ash.oak-wood.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01575-03-3 for ; Fri, 19 May 2006 08:29:45 +0000 (GMT) Received: from celandine.oak-wood.co.uk (celandine.oak-wood.co.uk [62.3.200.115]) by ash.oak-wood.co.uk (Postfix) with ESMTP id 3A989A71DB for ; Fri, 19 May 2006 08:29:45 +0000 (GMT) Message-ID: Date: Fri, 19 May 2006 09:29:19 +0100 To: freebsd-questions@freebsd.org From: Chris Hastie MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.02-U () Subject: PCI card not recognised X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 08:29:50 -0000 I've just received an OEM Wildcard X100P FXO card. Installing into my FreeBSD 5.4-RELEASE box it doesn't appear to be recognised at all. Since it's the first time I've put a PCI card in this machine I've just dropped a Netgear ethernet card in to make sure there isn't something fundamentally wrong with the motherboard, but that works fine. Is there anything else I should check / try before assuming the X100P is faulty? Output of pciconf -l -v below (after the Netgear card went back to where it belongs): agp0@pci0:0:0: class=0x060000 card=0x31161106 chip=0x31161106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8375 ProSavageDDR PM266/KM266 CPU to PCI Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb0911106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'VT8633 Apollo Pro 266 CPU to AGP Controller' class = bridge subclass = PCI-PCI uhci0@pci0:16:0: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:16:1: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci2@pci0:16:2: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB none0@pci0:16:3: class=0x0c0320 card=0x73801462 chip=0x31041106 rev=0x82 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6202 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:17:0: class=0x060100 card=0x31771106 chip=0x31771106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8235 PCI to ISA Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:17:1: class=0x01018a card=0x73801462 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA none1@pci0:17:5: class=0x040100 card=0x73801462 chip=0x30591106 rev=0x50 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class = multimedia subclass = audio vr0@pci0:18:0: class=0x020000 card=0x738c1462 chip=0x30651106 rev=0x74 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6102 Rhine II PCI Fast Ethernet Controller' class = network subclass = ethernet none2@pci1:0:0: class=0x030000 card=0x73891462 chip=0x8d045333 rev=0x00 hdr=0x00 vendor = 'S3 Graphics Co., Ltd.' device = '86C420 ProSavage DDR' class = display subclass = VGA -- Chris Hastie