From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 28 10:05:43 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C4B16A4CE for ; Tue, 28 Sep 2004 10:05:43 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D18843D31 for ; Tue, 28 Sep 2004 10:05:42 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 18165 invoked by uid 65534); 28 Sep 2004 10:05:39 -0000 Received: from pD9FF1CBF.dip.t-dialin.net (EHLO ms.homeip.net) (217.255.28.191) by mail.gmx.net (mp010) with SMTP; 28 Sep 2004 12:05:39 +0200 X-Authenticated: #15946415 Received: from [10.0.0.101] (helo=[10.0.0.101]) by ms.homeip.net with asmtp (TLSv1:AES256-SHA:256) id 1CCEre-0009G2-6b; Tue, 28 Sep 2004 12:05:42 +0200 Message-ID: <41593771.70608@gmx.de> Date: Tue, 28 Sep 2004 12:05:37 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin , freebsd-mobile@FreeBSD.org References: <415720FD.8080603@samsco.org> <200409271255.26828.jhb@FreeBSD.org> <41586CD4.5010904@gmx.de> <200409271557.49518.jhb@FreeBSD.org> In-Reply-To: <200409271557.49518.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.3-BETA6 available X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 10:05:43 -0000 John Baldwin wrote: >>Yes I know, but when I do a "devfs rule add path uscanner0 mode 660" it >>says devfs rule: ioctl DEVFSIO_RADD: Input/output error. Even if the >>device does not exist, yet. > > > I think you have to create them in a new ruleset. The default system ruleset > of 0 can't be modified according to the manpage. Guess you are right. My command would have tried to modify the default system ruleset. I used devfs.rules now, which is fine. Jochen