*BSD News Article 92408


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!vbcnet-west!knews.uk0.vbc.net!vbcnet-gb!azure.xara.net!xara.net!dispatch.news.demon.net!demon!newsfeed.nacamar.de!fu-berlin.de!news.mathworks.com!arclight.uoregon.edu!newsfeed.dacom.co.kr!nntp.kreonet.re.kr!newsfeed.kreonet.re.kr!news.imnet.ad.jp!wnoc-tyo-news!news.nc.u-tokyo.ac.jp!train.ad.jp!iroha.utsunomiya-u.ac.jp!nikko.utsunomiya-u.ac.jp!yokota
From: yokota@zodiac.mech.utsunomiya-u.ac.jp. (Kazutaka YOKOTA)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: How to use a PS/2 mouse ?
Date: 31 Mar 1997 06:07:55 GMT
Organization: Utsunomiya University, Utsunomiya, Japan
Message-ID: <5hnkbr$mi2$1@nikko.utsunomiya-u.ac.jp>
References: <3336EE45.41C67EA6@on-line.de>
NNTP-Posting-Host: zodiac.mech.utsunomiya-u.ac.jp
X-Newsreader: mnews [version 1.19PL2] 1996-01/26(Fri)
Lines: 41
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38123

torri@on-line.de wrote:

torri>>Hello,
torri>>
torri>>I thought it might be a good idea to use a PS/2 mouse
torri>>in order to have a additional serial port. 
torri>>So I started to build a new kernel, configuring it with
torri>>
torri>>  "device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector
torri>>psmintr"
torri>>
torri>>After installing the new kernel I plugged in my new
torri>>PS/2 mouse, rebooted my computer and during startup I 
torri>>had to read
torri>>
torri>>  "psm0 not found at 0x60"
torri>>
torri>>Does anyone have a helpful advice for me ???
torri>>
torri>>Thanks in advance, 
torri>>Torri

Which version of FreeBSD are you using? If you are using 2.1.X,
try adding the following line to your kernel configuration file and
rebuild the kernel:

options "PSM_NO_RESET"

This may or may not work. If it doesn't, contact me, I will send you a
patch to force the psm driver to detect the mouse.

If you are using 2.2 or -current, add the following lines to the 
configuration file:

options "PSM_DEBUG=2"
options "KBDIO_DEBUG=2"

These options will generate lots of debug messages which will tell us
why your PS/2 mouse is not recognized.

Kazu