From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 16:10:45 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 07A5A16A4CF for ; Thu, 21 Oct 2004 16:10:45 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED9343D41 for ; Thu, 21 Oct 2004 16:10:43 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 21 Oct 2004 11:10:43 -0500 Message-ID: <4177DF82.6050206@daleco.biz> Date: Thu, 21 Oct 2004 11:10:42 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Lednev K.M." References: <1912496352.20041021190104@median.ru> In-Reply-To: <1912496352.20041021190104@median.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Oct 2004 16:10:43.0787 (UTC) FILETIME=[846519B0:01C4B788] cc: freebsd-questions@freebsd.org Subject: Re: problems with mouse ps/2 in FreeBSD 5.2 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: Thu, 21 Oct 2004 16:10:45 -0000 Lednev K.M. wrote: >Hi, all! > >I have a problem with the mouse initialisation in FreeBSD 5.2 >My mouse is Logitech ps/2. >There are next strings in GENERIC file: ># atkbdc0 controls both the keyboard and the PS/2 mouse >device atkbdc # AT keyboard controller >device atkbd # AT keyboard >device psm # PS/2 mouse >And the next strings in /boot/device.hints file: >hint.atkbdc.0.at="isa" >hint.atkbdc.0.port="0x060" >hint.atkbd.0.at="atkbdc" >hint.atkbd.0.irq="1" >hint.atkbd.0.flags="0x1" >hint.psm.0.at="atkbdc" >hint.psm.0.irq="12" >After loading process there is no device /dev/psm0 - so there is no >possible any works with mouse :( But in the same time keyboard ps/2 works >successful as device /dev/kbd0 and the same mouse works successful on >the same ps/2 port on another OS (Windows). >Is is right configuration of mouse in Kernel? If so, then >please, can you advise me something in this situation? > > Could we see the output of dmesg? KDK