From owner-freebsd-questions Fri Jul 21 1:30:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laxmls02.socal.rr.com (laxmls02.socal.rr.com [24.30.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 4FB5237B725 for ; Fri, 21 Jul 2000 01:30:06 -0700 (PDT) (envelope-from stephen@cerebralmaelstrom.com) Received: from ryan (sc-24-160-53-95.socal.rr.com [24.160.53.95]) by laxmls02.socal.rr.com (8.10.1/8.10.1) with SMTP id e6L8TU009087 for ; Fri, 21 Jul 2000 01:29:30 -0700 (PDT) Message-ID: <014f01bff2ed$12dfefe0$5f35a018@socal.rr.com> From: "Stephen Hansen" To: Subject: Configuring USB/USB-Mice Date: Fri, 21 Jul 2000 01:24:22 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, i'm confused :) I am trying to setup a couple of USB devices on my machine, primarily a USB mouse, and eventually a USB keyboard. I enabled it in a custom kernel (JEREMY -- heh. I give my computers names so I can remember which is which easily. *grins*), and enabled the following options to do so: usb, ugen, uhid, ukbd, umass, and ums I also enabled scbus and da as was indicated, but disabled everything else SCSIish, since I have no SCSI in my system. After 'make depend', and 'make', I dropped into single-user-mode, just-in-case, and did a 'make install'. /kernel is now my new kernel, 600k smaller, too :) Whee. After rebooting, I didn't notice any info on USB in 'dmesg', but don't know if I should or not. I tried to type 'usbd', assumnig it would say something.. and then tried the moused -p /dev/usm0 -I..etc..etc..line, as was indicated in the /def/usbd.conf, and it said the device was not configured. I tried ./MAKEDEV all, and ./MAKEDEVing usb, usb0, and ums0.. and still, nothing worked; rebooting, and my other testing as abvoe. What am I missing? Thanks for any help! --Stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message