Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!newsfeed.internetmci.com!news.dti.ad.jp!nspixp!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: PS/2 Mouse Date: 23 Jun 1997 23:03:43 GMT Organization: Utsunomiya University, Utsunomiya, Japan Lines: 44 Message-ID: <5omvcf$n5a$1@nikko.utsunomiya-u.ac.jp> References: <5ob3fb$14vc@ds2.acs.ucalgary.ca> NNTP-Posting-Host: zodiac.mech.utsunomiya-u.ac.jp X-Newsreader: mnews [version 1.19PL2] 1996-01/26(Fri) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43477 In article <5ob3fb$14vc@ds2.acs.ucalgary.ca> for comp.unix.bsd.freebsd.misc cjtan wrote: cjtan>>I am trying to install FReeBSD 2.2.1 on a NEC Versa 4000D notebook which has a glidepoint mouse. I have not been able to get the driver into the FreeBSD kernel. I tried to rebuild the kernel but without success. I even copied the LINT file and take out this and that which I don't need, but still without success. Is there anyway of getting it to work? Please help. FreeBSD 2.2.1 include the PS/2 mouse driver (psm0) in the GENERIC kernel, but the driver is disabled by default. You don't need to recompile the kernel to use the driver, but just need to enable it. When the driver is disabled, you see the message psm0: disabled, not probed during the boot process. To enable the psm0 device, specify the flag "-c" to the "Boot:" prompt when you start the system and enter enable psm0 quit at the kernel configuration (UserConfig) prompt, then the driver is enabled and your mouse (pad) should be probed. You will see something like: psm0 at 0x60-0x64 irq 12 on motherboard If you see psm0 not found at 0x60 the driver somehow failed to detect your mouse. In this case, a bit more detective work is necessary. Specify the "-v" option at the "Boot:" prompt when you start the system. Once the system is up and running, run the `dmesg' command and watch out for error messages. You should be looking for the lines "psm0: ..." and "kbdio: ..." Please send the entire `dmesg' output to me, I might be able to help you. Kazu