Date: Tue, 27 Feb 2001 22:27:35 +0100 From: Hahn0man@t-online.de To: <FreeBSD-Questions@FreeBSD.ORG> Subject: Failure compiling MYKERNEL Message-ID: <000901c0a104$1a721880$2ddbe13e@aldiserster>
next in thread | raw e-mail | index | archive | help
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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c0a104$1a721880$2ddbe13e>