From owner-freebsd-questions@FreeBSD.ORG Sat Sep 4 16:03:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DE0816A4CE for ; Sat, 4 Sep 2004 16:03:10 +0000 (GMT) Received: from f6.mail.ru (f6.mail.ru [194.67.57.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id F073743D1F for ; Sat, 4 Sep 2004 16:03:09 +0000 (GMT) (envelope-from yux@mail.ru) Received: from mail by f6.mail.ru with local id 1C3d0O-000AsK-00 for freebsd-questions@freebsd.org; Sat, 04 Sep 2004 20:03:08 +0400 Received: from [212.48.201.64] by msg.mail.ru with HTTP; Sat, 04 Sep 2004 20:03:08 +0400 From: Keatis To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [212.48.201.64] Date: Sat, 04 Sep 2004 20:03:08 +0400 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Message-Id: Subject: Problems using USB Storage devices... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Keatis List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 16:03:10 -0000 Hi, I've encountered a problem using USB Flash drives and USB HDD. I have 2 PCs, first - Intel Pentium PII 233MHz on LX chipset with Intel USB controller, USB1.0 (let's call this pc1), and second - Intel Pentium Xeon 2.4GHz with SCSI, LSILogic MegaRAID controllers and Intel 82801DB USB controller, USB1.0. There is also 4 SCSI HDDs in two RAID 1 - amrd0 and amrd1 respectively (let's call this pc2). FreeBSD-5.2.1-RELEASE is installed on both pc1 and pc2 (using GENERIC kernel). Thus, device scbus device da device pass device uhci device ohci device ehci device usb device umass are present in kernel config. And usbd_enabled="yes" in rc.conf. Systems are fresh-installed and no configs were changed on both PCs. USB-Drives using on pc1 is problemless. usbd is reporting on 1st console attach/detach actions, umassX and daX devices are created properly, then, mount - is no question, it works fine. But, the problem is pc2. When i attach either Flash-drive, or USB HDD, usbd keeps silence and doesn't report anything. So umass and da devices are NOT created. And so, i can't use any usb-drives at all. Usb mouse is working fine and usbd tells its words on 1st console when i detach mouse. Can't figure out what's the problem, so i want ask you to help. Can you explain, what is wrong? Thanks in advance!! uname -a is FreeBSD xxx.xxx.xxx 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 Flash-drives are SanDisk 128Mb and JetFlash 256Mb, USB HDD is Maxtor EXT 200Mb USB2.0 USB hubs on pc2 are not broken. They worked fine on previous MS Windows 2003 Server.