From owner-freebsd-questions@FreeBSD.ORG Sun Aug 6 15:56:50 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org 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 622A916A4DA for ; Sun, 6 Aug 2006 15:56:50 +0000 (UTC) (envelope-from pnck-freebsd@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8580E43D49 for ; Sun, 6 Aug 2006 15:56:49 +0000 (GMT) (envelope-from pnck-freebsd@yandex.ru) Received: from nas.krosline.ru ([89.105.144.9]:40182 "EHLO [192.168.114.130]" smtp-auth: "pnck-freebsd" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2077805AbWHFP4n (ORCPT ); Sun, 6 Aug 2006 19:56:43 +0400 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: pnck-freebsd Message-ID: <44D61139.7030807@yandex.ru> Date: Sun, 06 Aug 2006 23:56:41 +0800 From: "Andrey R. Masalov" User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: USB 2.0 host controller works as 1.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 15:56:50 -0000 Hello, everybody!!! I have eletegroup 648fx-a2 motherboard on the sis chipset. There are 3 USB 2.0/1.1 host controller in my mother. My OS is > uname -a FreeBSD 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #3: Thu Jul 20 23:05:04 KRAST 2006 root@:/usr/src/sys/i386/compile/PNCKKERNEL2 i386 There is support USB 2.0 in my kernel. I connected 2 USB 2.0 devices scanner mustek bearpaw 2448cs plus and photo camera olympus c-480z. I try connecting this devices in all USB ports. But my OS watched only this: > usbdevs -dov Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), SiS(0x0000), rev 1.00, device uhub0 port 1 powered port 2 powered port 3 addr 2: full speed, power 500 mA, config 1, USB Scanner(0x021a), vendor 0x055f(0x055f), rev 1.00, device ugen0 Controller /dev/usb1: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), SiS(0x0000), rev 1.00, device uhub1 port 1 addr 2: full speed, self powered, config 1, X550/D545Z/C480Z(0x0109), OLYMPUS(0x07b4), rev 1.00, device umass0 port 2 powered port 3 powered Controller /dev/usb2: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), SiS(0x0000), rev 1.00, device uhub2 port 1 powered port 2 powered Controller /dev/usb3: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), SiS(0x0000), rev 1.00, device uhub3 port 1 powered port 2 powered port 3 powered port 4 powered port 5 powered port 6 powered port 7 powered port 8 powered These devices works as usb 1.1. But I wont, that these devices works as 2.0. I have read man usb && man usbd && man usbd.conf && man ohci && man uhci && man ehci and have searched in the web. I couldn't find necessary information. :( It's bad. :) Please help me. I'll be glad to receive from you any information. Andrey R. Masalov