From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 15:05:39 2005 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 DB76716A41F for ; Tue, 20 Dec 2005 15:05:39 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F184A43D66 for ; Tue, 20 Dec 2005 15:05:38 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so151838wri for ; Tue, 20 Dec 2005 07:05:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=llGtS7dLcMkf++p2SKkSb8rDDtGTQ9vJ83XRhraBHLcZAPvP0u7ewiFSPzaF1G/v5IFWiWqLYwSTSGiYiLK0ZcRSODjE4f2krOgElgJi5Fz1dyPPiu3VMdQ9duL5LwcBF7GLHjnwR3niq8WFtsxKctXBqJfLDPN57pWPLZQHFco= Received: by 10.65.153.12 with SMTP id f12mr4196720qbo; Tue, 20 Dec 2005 07:05:37 -0800 (PST) Received: by 10.65.206.5 with HTTP; Tue, 20 Dec 2005 07:05:37 -0800 (PST) Message-ID: <54db43990512200705x2b28f125t8a31d80b21459b15@mail.gmail.com> Date: Tue, 20 Dec 2005 10:05:37 -0500 From: Bob Johnson To: "c.s.prakash" In-Reply-To: <43A8177D.2010007@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A812B9.7030905@gmail.com> <43A8177D.2010007@locolomo.org> Cc: bobo1009@mailtest2.eng.ufl.edu, freebsd-questions@freebsd.org Subject: Re: how to create device files in FreeBSD 6 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: Tue, 20 Dec 2005 15:05:40 -0000 On 12/20/05, Erik Norgaard wrote: > c.s.prakash wrote: > > > i have an external modem connected to serial port, i cant find any > > deivce /dev/cuaa0 for serial port to connect, > > and i cant able to create using mknod in /dev/ directory but i it is > > possible in other directory, i did this as root. > > > > how can i create the device uing devfs, > > You shouldn't need to, devfs automatically updates /dev when new > hardware is attached. It is likely that the correct driver isn't loaded. > > If the device driver is not compiled into the kernel then you can load a > kernel module with kldload - assuming the device is supported. I believe the serial driver is still enabled in the generic kernel.=20 Perhaps, if you haven't built a custom kernel, you have the serial port disabled in the BIOS settings? If your serial port is actually a USB to serial converter, you will need to load its driver. - Bob