From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 5 19:00:59 2007 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 537B316A401 for ; Mon, 5 Feb 2007 19:00:59 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.freebsd.org (Postfix) with ESMTP id E0E5F13C467 for ; Mon, 5 Feb 2007 19:00:58 +0000 (UTC) (envelope-from me@janh.de) Received: from [89.56.9.78] (helo=[192.168.178.27]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis), id 0MKwpI-1HE8ry3gHE-00072l; Mon, 05 Feb 2007 19:47:15 +0100 Message-ID: <45C77BB0.4030908@janh.de> Date: Mon, 05 Feb 2007 19:47:12 +0100 From: Jan Henrik Sylvester User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org References: 45A2A081.7080200@co.sapo.pt Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:d7781a442c21a226569d6437949909a2 X-Provags-ID2: V01U2FsdGVkX1+ncKKrc8NSzMGe7WSl++3FssySihA54PfEywcDX6K/HMPGDOaDSdxzialluaOwciCw0mvrdhx8LZsI+ZLmVtSbeMzO5JnysWDhjwogQxae6A== Cc: Subject: Re: [Fwd: HAL error messages] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2007 19:01:00 -0000 On Mon, 2007-01-08 at 12:21 +0900, Joe Marcus Clarke wrote: > On Mon, 2007-01-08 at 19:50 +0000, Luis Neves wrote: > > issue. My PC has a attached multicard reader and HAL produces a > > continuous stream of error messages complaining that "Medium not > > present" (see below). > > Since I have no other problems I think that this is innocuous, but > > it screws up "dmesg" and it pollutes "/var/log/messages" is there a > > way to silence HAL? > You will have to follow the README.freebsd example for creating an fdi > file, and merge the property storage.media_check_enabled with a value > of FALSE to tell hald to stop polling this device for media changes > (use a unique identifier for this device as the match criterion). The > downside is that auto-mounting will no longer work for this device. > It essentially will turn it into a floppy drive. I have tried to do that, but I failed. Creating /usr/local/share/hal/fdi/preprobe/20thirdparty/10-atapi-device.fdi with the following content has not changed anything. What am I doing wrong? I got the info.udi from the device with block.device=/dev/da0: false Alternatively, I tried (without success): false (There are da1 and da2, too, but it does not even work for one.) Thanks Jan Henrik