Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 1999 10:58:14 +0900
From:      Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To:        "William Woods" <wwoods@cybcon.com>
Cc:        "FreeBSD Stable" <freebsd-stable@freebsd.org>, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject:   Re: PSM0 not DECTED...PLEASE HELP...... 
Message-ID:  <199905250158.KAA00638@zodiac.mech.utsunomiya-u.ac.jp>
In-Reply-To: Your message of "Mon, 24 May 1999 17:11:44 MST." <000001bea643$2c4372b0$184b93cd@william> 
References:  <000001bea643$2c4372b0$184b93cd@william> 

next in thread | previous in thread | raw e-mail | index | archive | help

>FreeBSD mobile.cybcon.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon May 24
>15:13:14 PDT 1999     root@mobile.cybcon.com:/usr/src/sys/compile/mobile
>i386
>
>It is a toshiba Satelite, I have the ps/2 mouse enabled in the bios, I have
>the psm0 device in the kernel config, here is the realivant section of the
>kernel config:
>
># atkbdc0 controlls both the keyboard and the PS/2 mouse
>controller	atkbdc0	at isa? port IO_KBD tty
>device		atkbd0	at isa? tty irq 1
>device		psm0	at isa? tty irq 12
>options		PSM_HOOKAPM
>options		PSM_RESETAFTERSUSPEND

Add
	options	PSM_DEBUG=2
	options	KBDIO_DEBUG=2

These options will generate much more diagnostic messages when
probing the PS/2 mouse.  Send me the output from `dmesg' after
booting the kernel with the above options.

>here is the dmesg on that same kerenel regarding psm0:
>
>psm0 not found
>
>And also, in /dev/ there is no psm0 either.......

Become root. Go to /dev, and type

	./MAKEDEV psm0

Kazu
yokota@FreeBSD.ORG



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905250158.KAA00638>