From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 03:25:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2031316A403 for ; Sun, 18 Mar 2007 03:25:03 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-242.sw.biz.rr.com [64.183.212.242]) by mx1.freebsd.org (Postfix) with ESMTP id CA92613C458 for ; Sun, 18 Mar 2007 03:25:02 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l2I3OxFe048223; Sat, 17 Mar 2007 22:25:00 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Date: Sat, 17 Mar 2007 22:24:59 -0500 From: Jonathan Horne To: freebsd-questions@freebsd.org Message-Id: <20070317222459.85131238.freebsd@dfwlp.com> In-Reply-To: <200703171821.49730.ray@stilltech.net> References: <200703171821.49730.ray@stilltech.net> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pollux.dfwlp.com Cc: ray@stilltech.net Subject: Re: new server setup questions 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: Sun, 18 Mar 2007 03:25:03 -0000 On Sat, 17 Mar 2007 18:21:48 -0600 Ray wrote: > Hello, > I'm trying to setup a new server, and I'm having some problems mostly with the > network card. (machine specs follow) I can't get a driver to work for the > integrated network card. I've spent a number of hours on google / "the > complete freeBSD" / "the freeBSD handbook". the handbook (section 11.8 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html) > outlines using ndis (project evil) drivers. I tried using this. I went > through ndisgen, and everything seemed to work. I then tried to use kldload > and got the error message: > "kldload: can't load file.ko :operation not permitted" > of course I did all of this as root. I am using the amd64 version of freeBSD > (is this my first mistake?) and the 64 bit version of the drivers. > as a side note, the supplied driver disk includes a source version of the > linux driver. is there any way to use this? > Any help or suggestions greatly appreciated. > Ray > machine specs > ASUS M2N-SLI DELUXE mobo > 2GB ram > AMD 5200 x2 processor (sorry, the box isn't in front of me) > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" a friend of mine installed a 6.2-RELEASE system with an nforce network card in it a few weeks ago. upon intial install, the nve adapter would not fire up. he put in another card that was supported (a linksys), did his cvsup and buildworld, and the nve driver worked after that. however, the nve thru our freebsd router has had trouble several times, locking the system up over frames with larger than 1500 mtu (or something to that effect). my friend had to dump the nve and just settle for the linksys, in the name of system system stability. cheers, jonathan