From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 28 08:43:58 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 C596D16A420 for ; Tue, 28 Aug 2007 08:43:58 +0000 (UTC) (envelope-from nicholson.robert@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 30CD413C458 for ; Tue, 28 Aug 2007 08:43:57 +0000 (UTC) (envelope-from nicholson.robert@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1408327nfb for ; Tue, 28 Aug 2007 01:43:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=TNHxMOaittEIS8vnWauHhZy9xTl+hquvjLRQuAw29pWOvPhtZVR8kz/xsiLFnKSSc2OWsdowyULSTYie43B0Qj0SuV6llNKIJEiE3P93kWaZqevZDTrKAmPngsDe+Uihqukbol60TgLEPwGWCh0m9JzLaSJateyjvrB2F06INjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kT8BskFI4l1WksGxBaq0i+ztjIMf5UfBoPzotiItiN1XYHnEJfPImUZslQI8MQ4sHMWxSj7WGB5noh/7j/G8Xk+ZOts9U+Nwohc+rfAHgNgNDmL2Yv6SvKYnBNE387HV/cP282QMwl66i+TCj8Tba8GdP9TTCDJtwk+cluarB0Y= Received: by 10.78.193.19 with SMTP id q19mr4603883huf.1188290636205; Tue, 28 Aug 2007 01:43:56 -0700 (PDT) Received: by 10.66.240.11 with HTTP; Tue, 28 Aug 2007 01:43:56 -0700 (PDT) Message-ID: <7e1fa8c0708280143k6dcf7334vd8cf3ed2e41ab245@mail.gmail.com> Date: Tue, 28 Aug 2007 14:13:56 +0530 From: "Robert Nicholson" To: "Predrag Punosevac" , freebsd-multimedia@freebsd.org In-Reply-To: <46D3DE70.5070708@math.arizona.edu> MIME-Version: 1.0 References: <7e1fa8c0708280122h66b69568ie4760e100b5d2e23@mail.gmail.com> <46D3DE70.5070708@math.arizona.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:43:58 -0000 Hi Predrag, Thank you for your mail. I installed FreeBSD 6.0 since I was instructed to do so because we want to test the network testing tools that we develop at work specifically for systems running FreeBSD 6.0 as many of our customers still use FBSD 6.0 I am not auto mounting the drives. I am trying to mount the drive manually but /dev/da* does not get created automatically when the drive is plugged in to the USB slot. There is no message in dmesg or in /var/log/messages either. Yes I do have usbd_enable="YES" in /etc/rc.conf How do you find out which bridge chipset it is? Thanks. Michael. On 8/28/07, Predrag Punosevac wrote: > > 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. > >