From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 13:43:55 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 8C47D16A402 for ; Sat, 7 Apr 2007 13:43:55 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 66CF913C45B for ; Sat, 7 Apr 2007 13:43:55 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4180 invoked from network); 7 Apr 2007 13:43:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Apr 2007 13:43:54 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id B1BB728426; Sat, 7 Apr 2007 09:43:51 -0400 (EDT) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id D9EAB1CC9D; Sat, 7 Apr 2007 09:43:50 -0400 (EDT) To: Franz Wegwerf , freebsd-questions@freebsd.org References: <46168E54.2090805@gmx.de> <6.0.0.22.2.20070406142321.02535d38@mail.computinginnovations.com> From: Lowell Gilbert Date: Sat, 07 Apr 2007 09:43:50 -0400 In-Reply-To: <6.0.0.22.2.20070406142321.02535d38@mail.computinginnovations.com> (Derek Ragona's message of "Fri\, 06 Apr 2007 14\:25\:18 -0500") Message-ID: <44k5wo5mg9.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: creating device node? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 13:43:55 -0000 Derek Ragona writes: > At 01:15 PM 4/6/2007, Franz Wegwerf wrote: >>A program wants to have access to /dev/tap3 which doesn't exist on my machine. >> I'm a newbie to FreeBSD running FreeBSD 6 and trying wesside but got >> stuck with this error message: "Can't open tap: ..." >> >>Any help apreciated! >>Franz > > > In FreeBSD 5.X and beyond the /dev entries are created automatically > on bootup. If a device isn't being created check your dmesg that the > device is found and properly identified. Some devices may need a > kernel change or kernel module loaded. > > -Derek In specific, the tap(4) devices are not supported in a default kernel. The command "kldload if_tap" will load the kernel support for this functionality.