From owner-freebsd-questions@FreeBSD.ORG Tue Sep 4 21:20:47 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E060106564A for ; Tue, 4 Sep 2012 21:20:47 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id DEF098FC16 for ; Tue, 4 Sep 2012 21:20:46 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.net [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id q84LKdRu027857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 4 Sep 2012 16:20:39 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 04 Sep 2012 16:20:39 -0500 From: dweimer To: Organization: dweimer.net Mail-Reply-To: In-Reply-To: <5046640E.10806@FreeBSD.org> References: <5046640E.10806@FreeBSD.org> Message-ID: <3b5bbd57669106277ac143b873ede5b4@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.0 Subject: Re: FreeBsd modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 21:20:47 -0000 On 2012-09-04 15:26, Matthew Seaman wrote: > On 04/09/2012 19:33, Brian Stivala wrote: >> I have a watchguard firewall v80 which I’ve decided to amend it to >> PFSense >> based on freebsd. So far I’ve installed PFSense and everything is >> working >> accordingly. This firewall has 2x onboard nic cards and a PCI quad >> nic, as >> per attached photo. > > Unfortunately the list management software ate your photo, but never > mind. Your verbal description is sufficient. > >> The onboard nics can be recognized however the PCI card is not being >> recognised, and the strange thing is that both onboard and the PCI >> uses the >> same chipset Intel 82559er Ethernet. How can I amend changes in >> freebsd >> modules so that the PCI card can be recognised. > > There may be a good reason for your quad card not being recognised, > or > it might just be a bug. > > If you run: > > % pciconf -lv > > You should be able to pick out your unrecognised device. If you ask > again on freebsd-net@freebsd.org and include relevant sections from > the pciconf output, you should get to the attention of some of the > guys > that write network drivers. > >> Usually in other distros modules can be located in /etc/module >> however I >> cannot find where the modules are located in freebsd. > > Verb Sap. Calling FreeBSD a 'distro' is definitely non-U. We > generally > consider penguins a bit fishy round here... > > If you want to locate the kernel modules for various hardware, look > in > /boot/kernel. NIC modules will generally have a name beginning > 'if_'. > > If you want to see what modules have been loaded into the kernel, > then > run: > > % kldstat > > There's also 'kldload' and 'kldunload' but they aren't going to help > you > for this problem. PCI devices are discovered when the kernel probes > the > bus at boot time: if the kernel hasn't already assigned a driver for > the > device, then there isn't one available. > >> Can I have some assistance. > > Keeps asking good questions and you'll get useful answers. > > Cheers, > > Matthew Definitely do some searching on the pfSense user forums , I run it at home on Alix board, and know I have ran across several threads about using it on watch guard hardware on the forums when looking for hardware alternatives before going with the Alix platform for running pfSense. Someone may have already posted the answer you're looking for there. -- Thanks, Dean E. Weimer http://www.dweimer.net/