From owner-freebsd-stable Fri Sep 22 9:30: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 7066837B422 for ; Fri, 22 Sep 2000 09:29:57 -0700 (PDT) Received: from magpage.com (poomba.magpage.com [216.155.24.136]) by magpage.com (8.8.8/8.8.5) with ESMTP id QAA28458 for ; Fri, 22 Sep 2000 16:29:56 GMT Message-ID: <39CB8904.F2B03C1A@magpage.com> Date: Fri, 22 Sep 2000 12:29:56 -0400 From: Daniel Frazier Organization: Magpage Internet Services X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: issues with buildkernel when trying to resolve mouse problem... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello all, psmintr: out of sync (0000 != 0008) Recently I've noticed that I'm getting a lot of these lines in the output from dmesg and had put it in the back of my mind as something I need to look into. Well, this morning(for the second time in as many days) my mouse pointer just stopped responding. Restarting X fixed it, but resolving this issue has now become a priority. I did some research and found a references to a flag to psm that looked like it might help. So I added "flags NOCHECKSYNC" to the end of the psm line in my kernel config file and proceeded to build a new kernel. following the outline in /usr/src/UPDATING I did this... cd /usr/src make buildkernel KERNEL=FBSD4-2 sh /usr/src/sys/conf/newvers.sh FBSD4-2 cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel kbd.o: In function `kbd_register': kbd.o(.text+0x2f6): undefined reference to `kbddriver_set' kbd.o(.text+0x2fd): undefined reference to `kbddriver_set' kbd.o: In function `kbd_get_switch': kbd.o(.text+0x400): undefined reference to `kbddriver_set' kbd.o(.text+0x405): undefined reference to `kbddriver_set' kbd.o: In function `kbd_configure': kbd.o(.text+0x67f): undefined reference to `kbddriver_set' kbd.o(.text+0x684): more undefined references to `kbddriver_set' follow *** Error code 1 Stop in /usr/obj/usr/src/sys/FBSD4-2. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I've noticed a few posts to this list recently regarding problems with buildkernel, could this be related? I haven't made world in almost a month, so that may be it also. Any ideas? Here's some info... mouse is a MS Intellimouse v1.1a #uname -a FreeBSD poomba.magpage.com 4.1-STABLE FreeBSD 4.1-STABLE #0: Tue Aug 22 17:16:31 EDT 2000 root@poomba.magpage.com:/usr/obj/usr/src/sys/FBSD4 i386 -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 System Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message