From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 28 08:36:21 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02B8D16A418 for ; Tue, 28 Aug 2007 08:36:21 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id D595713C468 for ; Tue, 28 Aug 2007 08:36:20 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IPwZ3-0000ul-F9 for freebsd-multimedia@freebsd.org; Tue, 28 Aug 2007 01:36:46 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=oko.kicks-ass.net) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IPwYs-0000uR-Td; Tue, 28 Aug 2007 01:36:35 -0700 Message-ID: <46D3DE70.5070708@math.arizona.edu> Date: Tue, 28 Aug 2007 01:36:00 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Robert Nicholson , freebsd-multimedia@freebsd.org References: <7e1fa8c0708280122h66b69568ie4760e100b5d2e23@mail.gmail.com> In-Reply-To: <7e1fa8c0708280122h66b69568ie4760e100b5d2e23@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: USB Problem on a HP Compaq DC7600 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 08:36:21 -0000 Out of curiosity why did you install 6.0 version when there is 6.2 version? Are you trying to do auto mount on usb drive or you mounted your pan manually. HAL really had issues until maybe half a year ago. The question is which version of HAL you use. Do you have usbd_enable="YES" in rc.conf file.(usb deamon) I do not know if the daemon is behaving differently on older machines. Try to mount thins manually first. I have intell 945G chipset but that is the North Bridge. What is your south bridge Chipset? Robert Nicholson wrote: > Predrag, sorry for the mistake. > > Hi everyone, > > I just installed FreeBSD 6.0 on a HP Compaq DC7600 Small Form Factor > PC at work. It uses an intel 945G chipset. I could not get the > broadcom NIC to work so we replaced it with a D-Link NIC and that works. > > The other problem is that the four USB ports on the machine are > recognized and the /dev/ directory has character devices usb1 to usb4 > but plugging in any usb drive (including a USB pen drive) causes the > system to hang for about 4 seconds and then the drive is not > recognized. There are no /dev/da* devices, no dmesg messages and no > /var/log/messages either. > > I checked the kernel config. Devices umass, ehci, ohci , uhci, usb. da > as well as scbus are all enabled. I am at a loss on how to solve this > problem. Please help. > > Thanks and Regards, > Michael.