From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 19:30:20 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 AEBB416A555 for ; Wed, 18 Feb 2004 19:30:20 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 65D0543D1F for ; Wed, 18 Feb 2004 19:30:20 -0800 (PST) (envelope-from freebsd@stevenfettig.com) Received: (qmail 57967 invoked from network); 19 Feb 2004 03:30:19 -0000 Received: from c68.115.22.188.jvl.wi.charter.com (HELO stevenfettig.com) (68.115.22.188) by relay.pair.com with SMTP; 19 Feb 2004 03:30:19 -0000 X-pair-Authenticated: 68.115.22.188 Message-ID: <40342DA4.9050100@stevenfettig.com> Date: Wed, 18 Feb 2004 21:29:40 -0600 From: "Steven N. Fettig" User-Agent: Mozilla Thunderbird 0.5 (Macintosh/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: USB 2.0 -> 1.0 Support Backwards Compatible in 4.9? Re a SonyFileVault USB 2.0 Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 03:30:20 -0000 I have a Sony FileVault USB 2.0 Flash Drive that I use to store working documents on (I don't use the security portion of the drive - if anyone has had one themselves - I was simply able to get it for a steal) that I cannot get working under 4.9 on an HP D530 machine (2.5 GHz P IV w/ on-motherboard USB 2.0 controllers. When I have the machine running, I cannot simply attach the USB Flash Drive and mount it like one would a CD, etc. The machine simply doesn't see the device. I have looked through dmesg and the messages logs to see if it is even seen, but it isn't. What is even weirder, is that if I boot the machine/restart it with the drive attached, the system sees it: Feb 18 16:32:19 hpBSD /kernel: umass0: Sony USB Mass Storage Device, rev 2.00/0.01, addr 3 Feb 18 16:32:19 hpBSD /kernel: pci0: at 29.7 irq 10 BUT, my USB keyboard and mouse no longer respond. I do have all of the appropriate kernel mod's included (da, scbus, etc.), so I'm not sure what is happening. According to a statement in http://www.freebsd.org/cgi/getmsg.cgi?fetch=445988+448507+/usr/local/www/db/text/2004/freebsd-questions/20040118.freebsd-questions USB 2.0 is supported in 5.x and NOT 4.9. If this is the case, why won't the device and the controller simply revert to USB 1.0 or is there something I need to set to get it to work properly (or is the 82801EB controller not able to "play fair" with an os that doesn't support the 2.0 capabilities). In fact, I could care less at this point whether it runs at 2.0 speeds because it's "flash" memory that is only capable of 4MB/s transfer anyway. I would simply like to understand how one can play with the USB setup in 4.9 and see if there is anything I can tweak. (I will eventually upgrade to 5.2 - which, from what I have read, should solve my problems - but before I make the leap, I want to learn more... Any recommendations or ideas? Steve Fettig P.S. Pardon my ignorance on this type of hardware question. I am trying to understand whether "backwards-compatible" is really decided by the software or hardware...