Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 16:40:52 +0200
From:      "Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl>
To:        Hunter <hunter2k@hotbox.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: HELP!!!
Message-ID:  <20010823164052.A77049@wop21.wop.wtb.tue.nl>
In-Reply-To: <000c01c12bdf$73deb0c0$3703a8c0@artem>; from hunter2k@hotbox.ru on Thu, Aug 23, 2001 at 06:25:26PM %2B0400
References:  <000c01c12bdf$73deb0c0$3703a8c0@artem>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 23, 2001 at 06:25:26PM +0400, Hunter wrote:
> Hi!
> I like FreeBSD very much, but there are some problems.
> I have tried to make my own kernel using HandBook and GENERIC.
> All was well till link process started. And this error message appeared:
> ----------------------------
> 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+0x404): undefined reference to `kbddriver_set'
> kbd.o(.text+0x409): undefined reference to `kbddriver_set'
> kbd.o: In function `kbd_configure':
> kbd.o(.text+0x683): undefined reference to `kbddriver_set'
> kbd.o(.text+0x688): more undefined references to `kbddriver_set' follow
> isa_compat.o(.data+0x4): undefined reference to `sbxvidriver'
> isa_compat.o(.data+0xc): undefined reference to `awedriver'
> *** Error code 1
> -------------------------------
> My kernel is named as "mykernel1". It has been sent with this message.
> Please, HELP!!!!!!!!!!!!!!!!
> 

From kernel config:

> # Audio devices
> device          pcm
> device sbxvi0   at isa? drq 5
> device awe0     at isa? port 0x620

You can't have both the pcm driver and the sb driver in one kernel.
Choose one of them. pcm is recommended nowadays; mostly, just 'device pcm'
works as long as you have a PCI or a PnP-ISA sound card. For non PnP cards
you have to specify irq etc. For relevant information see the man pages
(pcm and sb). 

As for the complaints about the keyboard driver, I don't know what's
wrong here, but try it with the original lines from GENERIC in the kernel 
config. 

Karel.

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




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