Date: Fri, 22 Sep 2000 12:29:56 -0400 From: Daniel Frazier <dfrazier@magpage.com> To: stable@FreeBSD.ORG Subject: issues with buildkernel when trying to resolve mouse problem... Message-ID: <39CB8904.F2B03C1A@magpage.com>
next in thread | raw e-mail | index | archive | help
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 <snip> 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 <dfrazier@magpage.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39CB8904.F2B03C1A>