From owner-freebsd-questions@FreeBSD.ORG Thu Jun 3 18:23:04 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 82DD816A4CE for ; Thu, 3 Jun 2004 18:23:04 -0700 (PDT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BDF43D2D for ; Thu, 3 Jun 2004 18:23:02 -0700 (PDT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-232-241.client.comcast.net [24.21.232.241]) by mail.bitfreak.org (Postfix) with ESMTP id 220412A42B for ; Thu, 3 Jun 2004 18:23:02 -0700 (PDT) Received: from spud (one0.techno.pagans [172.21.42.10]) by speck.techno.pagans (Postfix) with ESMTP id 050A7A926 for ; Thu, 3 Jun 2004 18:22:15 -0700 (PDT) From: "Darren Pilgrim" To: Date: Thu, 3 Jun 2004 18:22:54 -0700 Message-ID: <000601c449d2$793e91c0$0a2a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Can I access a USB device that has no driver attached? 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: Fri, 04 Jun 2004 01:23:04 -0000 I have a UPS with a USB interface. There isn't a specific UPS driver in FreeBSD beyond uhid. If I were to connect the UPS's interface port without having a driver attached, is it still possible to talk to the device in some way? I ask because I'm helping get nut (sysutils/nut) working for USB UPSes under FreeBSD.