From owner-freebsd-usb@FreeBSD.ORG Sat Jan 8 01:42:49 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2027916A4CE for ; Sat, 8 Jan 2005 01:42:49 +0000 (GMT) Received: from mailgate-internal1.sri.com (mailgate-internal1.SRI.COM [128.18.84.103]) by mx1.FreeBSD.org (Postfix) with SMTP id C40EE43D1F for ; Sat, 8 Jan 2005 01:42:48 +0000 (GMT) (envelope-from gilham@csl.sri.com) Received: from localhost (HELO mailgate-internal1.SRI.COM) (127.0.0.1) by mailgate-internal1.sri.com with SMTP; 8 Jan 2005 01:42:48 -0000 Received: from mx1.csl.sri.com ([130.107.1.29])M2005010717424822268 for ; Fri, 07 Jan 2005 17:42:48 -0800 Received: from snapdragon.csl.sri.com (snapdragon.csl.sri.com [130.107.19.20]) by mx1.csl.sri.com (8.12.11/8.12.11) with ESMTP id j081gmSV053618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Jan 2005 17:42:48 -0800 (PST) (envelope-from gilham@snapdragon.csl.sri.com) Received: from snapdragon (localhost [127.0.0.1])j081gmPj071179 for ; Fri, 7 Jan 2005 17:42:48 -0800 (PST) (envelope-from gilham@snapdragon.csl.sri.com) Message-Id: <200501080142.j081gmPj071179@snapdragon.csl.sri.com> To: freebsd-usb@freebsd.org Date: Fri, 07 Jan 2005 17:42:48 -0800 From: Fred Gilham Subject: Rio Riot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 01:42:49 -0000 Hello, I recently acquired a Rio Riot that was "abandoned on site" by my son. I tried using it with FreeBSD using the riotware and rioutil programs, both of which use the libusb library to talk to the ugen interface. These programs don't work. When I try them I get console errors. Here's an example. In my terminal window: snapdragon:~ > rioutil -i Attempting to open Rio and retrieve song list.... Device not found. library tried to use method: libusb snapdragon:~ > In the console window: When plugged in, prints the following: ugen0: Sonicblue, Inc. RioRiot Digital Audio Player, rev 1.00/1.00, addr 3 When the above command is given, prints the following: usbd_setup_pipe: failed to start endpoint, TIMEOUT I have tried this on both FreeBSD 4.10 and FreeBSD 5.3 (built from source yesterday). The errors are similar or identical. I tried the same setup on a Linux machine and it works OK. Is there anything I can do to make this work? -- Fred Gilham gilham@csl.sri.com The amazing thing is, back when I was a C++ programmer, I thought that [Design Patterns] was SUCH a great book. And I guess it was, in a way: it made it possible to use C++ and get something done. In the long run, of course, that may have been a disservice... - Alain Picard