Chris Hastie
2006-May-19 01:30 UTC
[Asterisk-Users] X100P not recognised on FreeBSD system
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
On 05/19/06 16:30 Chris Hastie said the following:> 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. Sincehave you downloaded, compiled and installed the zaptel-bsd drivers ? if you haven't, instructions for getting them are at http://www.voip-info.org/wiki-FreeBSD+zaptel for the X100P, you'd need to kldload zaptel.ko and wcfxo.ko, though be warned that the wcfxo.ko driver has not had much development in yonks. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.openmalaysiablog.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+
Tzafrir Cohen
2006-May-20 15:03 UTC
[Asterisk-Users] X100P not recognised on FreeBSD system
On Fri, May 19, 2006 at 09:30:33AM +0100, Chris Hastie wrote:> 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):[snip log list. The X100P is not listed] The card should appear on th list of PCI devices. I don't know FreeBSD, but I assume that the problem here is not related to the Zaptel driver itself. Either a hardware problem or some strange problem with the kernel support of the PCI bus (not likely). -- Tzafrir