From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 9 08:52:36 2007 Return-Path: X-Original-To: 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 6DD0D16A403 for ; Fri, 9 Feb 2007 08:52:36 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mx1.freebsd.org (Postfix) with ESMTP id EA1C913C4A3 for ; Fri, 9 Feb 2007 08:52:35 +0000 (UTC) (envelope-from lofi@freebsd.org) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-09.arcor-online.net (Postfix) with ESMTP id 0A2582AE39B; Fri, 9 Feb 2007 09:52:35 +0100 (CET) Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id C11B02130CF; Fri, 9 Feb 2007 09:52:34 +0100 (CET) Received: from lofi.dyndns.org (dslb-084-061-147-188.pools.arcor-ip.net [84.61.147.188]) by mail-in-13.arcor-online.net (Postfix) with ESMTP id 161F923D1E1; Fri, 9 Feb 2007 09:52:34 +0100 (CET) Received: from kiste.my.domain (root@kiste.my.domain [192.168.8.2]) by lofi.dyndns.org (8.13.8/8.13.3) with ESMTP id l198qS3m088694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Feb 2007 09:52:28 +0100 (CET) (envelope-from lofi@freebsd.org) Received: from kiste.my.domain (lofi@localhost [127.0.0.1]) by kiste.my.domain (8.13.6/8.13.4) with ESMTP id l198qRSn001934; Fri, 9 Feb 2007 09:52:27 +0100 (CET) (envelope-from lofi@freebsd.org) Received: from localhost (localhost [[UNIX: localhost]]) by kiste.my.domain (8.13.6/8.13.4/Submit) id l198qRUZ001933; Fri, 9 Feb 2007 09:52:27 +0100 (CET) (envelope-from lofi@freebsd.org) X-Authentication-Warning: kiste.my.domain: lofi set sender to lofi@freebsd.org using -f From: Michael Nottebrock To: Joe Marcus Clarke Date: Fri, 9 Feb 2007 09:52:18 +0100 User-Agent: KMail/1.9.5 References: <200702090634.56455.lofi@freebsd.org> <200702090758.18317.lofi@freebsd.org> <1171007171.67014.28.camel@shumai.marcuscom.com> In-Reply-To: <1171007171.67014.28.camel@shumai.marcuscom.com> X-Face: g:jG2\O{-yqD1x?DG2lU1)(v%xffR"p8Nz(w/*)YEUO\Hn%mGi&-!+rq$&r64,=?utf-8?q?fuP=7E=3Bbw=5C=0A=09=5EQdX?=@v~HEAi?NaE8SU]}.oeYSjN84Fe{M(ahZ.(i+lxyP; pr)2[%mGbkY'RmM>=?utf-8?q?+mg3Y=24ip=0A=091?=@Z>[EUaE7tjJ=1DRs~:!uSd""d~:/Er3rpQA%ze|bp>S MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1716208.sd80NSfMKJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200702090952.27005.lofi@freebsd.org> X-Virus-Scanned: by amavisd-new Cc: gnome@freebsd.org Subject: Re: HAL on FreeBSD 5.5 redux 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: Fri, 09 Feb 2007 08:52:36 -0000 --nextPart1716208.sd80NSfMKJ Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 9. February 2007 08:46, Joe Marcus Clarke wrote: > On Fri, 2007-02-09 at 07:58 +0100, Michael Nottebrock wrote: > > On Friday, 9. February 2007 06:52, Joe Marcus Clarke wrote: > > > There was a recent change that went into HAL to favor atapicam > > > installations over those without. I wonder if this could be causing > > > problems. Please provide an lshal. > > > > Oh, and I really should mention this, the atapicam devices work fine wi= th > > the current HAL, the problems are just with the atapicd devices (i.e. > > with atapicam turned off, that was the regression testing I did). > > Something just occurred to me. Give this patch a try, and see if it > helps. That patch fixes the probing of the atapicd devices. Excellent! It uncovers a different problem though: HAL appears to only hide/ignore acd= 0=20 if both atapicam and atapicd are enabled - when I boot with a cdrom loaded= =20 into my second drive, the volume shows up in the media manager twice, for c= d1=20 *and* acd1. The volume on acd1 disappears though when I eject and reload th= e=20 disc. There is also an hald-addon-storage process of acd1: [lofi@kiste]:0:~ > ps auxwww | grep hald-addon root 942 0,0 0,1 2776 1468 ?? S 9:40am 0:00,16=20 hald-addon-storage: /dev/cd0 (hald-addon-storage) root 947 0,0 0,1 2780 1476 ?? S 9:40am 0:00,15=20 hald-addon-storage: /dev/cd1 (hald-addon-storage) root 969 0,0 0,1 2776 1472 ?? S 9:40am 0:00,21=20 hald-addon-storage: /dev/acd1 (hald-addon-storage) =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1716208.sd80NSfMKJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQBFzDZKXhc68WspdLARApJ9AJ4rPd3CvlJ4/0QVRt38Lxe9SmQpTwCgibw0 Z0bDMaomf/ZbWZF7hrLBjxo= =YppA -----END PGP SIGNATURE----- --nextPart1716208.sd80NSfMKJ--