From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 02:29:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A63516A417 for ; Sat, 28 Jul 2007 02:29:18 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id D12DC13C45B for ; Sat, 28 Jul 2007 02:29:17 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so879060uge for ; Fri, 27 Jul 2007 19:29:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=HY5znMbh2RXzHJBdXp4FGsh6F2wFbSb3yOwV5wTuv5QRyd5GF/95x2T/szyfHLNBx34D8MAjtkVJfBYeVIbvnmifKDLAHxgxqgwoRd4bhKUtblq7IqlwEnO5sHZoWUSRV2flKPooV6N7vMgpJhgCsmEKEMGllqn6UA7rkGmkhRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=KGAjoqrqMZQsHYOOm2nYbfHlvApD0atE5xevruzxgQ9MnE4zov/DPECJzBLeMv0XScQJeGVuhWJf+cGtcvSIhpQGeq+r9d4ZWW+/Q/pWLXy0DA3A+lVjZOICNinmr5TTQaKynueJ7y2uSBAOMOPr0Pmjowyqn0jFrCE5erp5fKY= Received: by 10.67.28.9 with SMTP id f9mr3365102ugj.1185589756435; Fri, 27 Jul 2007 19:29:16 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id z40sm657635ikz.2007.07.27.19.29.13 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Jul 2007 19:29:14 -0700 (PDT) Message-ID: <46AAA9FD.20706@crackmonkey.us> Date: Sat, 28 Jul 2007 03:29:17 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Chris Maness References: <20070727190640.J15421@ns1.kq6up.org> In-Reply-To: <20070727190640.J15421@ns1.kq6up.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: FreeBSD List Subject: Re: USB Mouse not Working 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: Sat, 28 Jul 2007 02:29:18 -0000 Chris Maness wrote: > I am having issues getting my USB mouse running. I don't get any error > messages of the sort, and when I do #cat /dev/ums0 I don't get any funny > garbage like I normally do out of a IO device. (That is after I kill > moused). > > Any suggestions? I had this. I had to start some daemon before starting X... what was it now... devd? usbd? psmd? moused? Something like that, anyway. And I had to specify the "mouse port" IIRC. You know, something like "moused -p /dev/ums0". Adam J Richardson