Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 13:51:50 -0800
From:      Kent Stewart <kstewart@urx.com>
To:        Hahn0man@t-online.de
Cc:        FreeBSD-Questions@FreeBSD.ORG
Subject:   Re: Failure compiling MYKERNEL
Message-ID:  <3A9C2176.2056F827@urx.com>
References:  <000901c0a104$1a721880$2ddbe13e@aldiserster>

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


Hahn0man@t-online.de wrote:
> 
> Hello list,
> 
> I´m going mad! I´ve download the FreeBSD 4.2-ISO.
> I want to add a driver for my onboard-soundcard Yamaha OPL-3-SAx.
> After reading the manual, I made this:
> 
> 1. cd /usr/src/sys/i386/conf
> 2. cp GENERIC MYKERNEL
> 3. ee MYKERNEL
> 
> I excluded SCSI and other things I don´t own with # and
> copied (from LINT):
> device opl0 at isa? port 0x388
> device pcm
> 
> 4. config MYKERNEL
> 5. cd ../../compile/MYKERNEL
> 6. make depend
> 7. make
> ...
> after thousands of screen-messages:
> 
> umass.o(.text+0x1918): undefined reference to `xpt_done'
> umass.o(.text+0x1929): undefined reference to `xpt_done'
> isa_compat.o(.data+0x4): undefined reference to `opldriver'
> *** Error code 1
> Stop in /usr/src/sys/compile/MYKERNEL.

The umass message usually means you left the USB umass device in and
deleted the appropriate scbus commands.

Kent

> 
> The next problems:
> I cannot print.
> >From dmesg:
> ppc0: parallel port not found.
> 
> I cannot reach my NIC, an Allied Telesyn AT-2500TX (V3), which I configured
> as rl0:
> rl0: <RealTek 8139 10/100BaseTX> irq 11 at device 14.0 on pci0
> rl0: couldn't map ports/memory
> 
> I cannot mount 3,5"-DD-floppies (YES, I´m still using them!):
> fd0c: hard error reading fsbn 0 of 0-3 (ST0 40<abnrml> ST1 1<no_am> ST2 0
> cyl 0 hd 0 sec 1)
> no problems with HD
> 
> Perhaps someone has an idea and likes help me
> Thorsten
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:kbstew99@hotmail.com
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/

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?3A9C2176.2056F827>