From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 02:26:34 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 B578316A4CE; Fri, 13 Feb 2004 02:26:34 -0800 (PST) Received: from mailr-2.tiscali.it (mailr-2.tiscali.it [212.123.84.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E755A43D1D; Fri, 13 Feb 2004 02:26:33 -0800 (PST) (envelope-from casadeif@yahoo.it) Received: from ppp-82-84-235-246.cust-adsl.tiscali.it (HELO yahoo.it) (82.84.235.246) by mailr-2.tiscali.it with ESMTP; 13 Feb 2004 11:26:15 +0100 X-BrightmailFiltered: true Message-ID: <402CA634.7020309@yahoo.it> Date: Fri, 13 Feb 2004 11:25:56 +0100 From: Francesco Casadei User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040120 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Kurpis References: <001301c3f1e9$86c46e00$3bc1a2d8@kurpis> In-Reply-To: <001301c3f1e9$86c46e00$3bc1a2d8@kurpis> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: mobile@freebsd.org Subject: Re: touchpad mouse not working with freebsd 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, 13 Feb 2004 10:26:34 -0000 Peter Kurpis wrote: > I installed FreeBSD 4.7 on my Toshiba Satellite 1135 laptop, and > I couldn't get the mouse working. (Windows says it's an Alps > Pointing Device, on interrupt 12, plugged into the PS/2 port.) > > On further investigation, when I tried > > moused -p /dev/psm0 -i all > > the daemon aborted, saying it failed to open /dev/psm0 (which > does exist and looks sane) and also > > Device not configured > > What does "Device not configured" mean? I see psm listed in > the GENERIC kernel configuration file... What gives? What do > I need to do to get it working? > > P.S. "Device not configured" was error 6 in errno, according to > truss. > > P.P.S. The same as above goes for the other two mouse devices > (mse0 and ums0) for what it's worth... > > > Please CC me on reply, as I am not a member of this group. > Thanks! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From psm(4) manpage, "Driver Flags" section: [...] bit 12 IGNOREPORTERROR This flag makes psm driver ignore certain error conditions when probing the PS/2 mouse port. It should never be necessary under normal circumstances. [...] So, try to put the following line into /boot/device.hints: hint.psm.0.flags="0x1000" Francesco Casadei