From owner-freebsd-current@FreeBSD.ORG Sat May 30 09:48:10 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 095821065672 for ; Sat, 30 May 2009 09:48:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swipnet.se [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id 92B9B8FC0A for ; Sat, 30 May 2009 09:48:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=yvZruqbWXv0A:10 a=xODBgVONFsUA:10 a=aOdu8lSxPJV1XE6P5Z4A:9 a=8siQPd0Dk6Fm4Yrkv4lo2EZkF8EA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe09.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 907526949; Sat, 30 May 2009 11:48:08 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 30 May 2009 11:52:14 +0200 User-Agent: KMail/1.9.7 References: <4A20F485.2030803@omnilan.de> <200905301140.58588.hselasky@c2i.net> <4A20FF5D.2060203@omnilan.de> In-Reply-To: <4A20FF5D.2060203@omnilan.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905301152.15394.hselasky@c2i.net> Cc: Harald Schmalzbauer Subject: Re: USB (internally fixed) card reader questions X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2009 09:48:10 -0000 On Saturday 30 May 2009, Harald Schmalzbauer wrote: > Hans Petter Selasky schrieb am 30.05.2009 11:40 (localtime): > > On Saturday 30 May 2009, Harald Schmalzbauer wrote: > > ... > > > Have you tried: > > > > camcontrol rescan all > > Yes, but also couldn't write to da0. > > > Maybe you need to add a quirk to umass.c: > > If I boot with a card inserted I can use it (not woth hal, but manually > mounting)! I think the quirks are only needed if the card reader doesn't > work, right? > Also usbconfig reset works if I insert the card after booting. > But I don't know how the things *should* work by intention. I don't > think usbconfig reset was planned to be used. > Should pluging in a USB work together with hal, or is it work in progress? > Hi, There has been a lot of changes with regard to the interaction between HAL and USB recently. Maybe you need to recompile hald? Using usbconfig reset is Ok. --HPS