From owner-freebsd-questions Tue Feb 27 13:28:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 2219337B71B for ; Tue, 27 Feb 2001 13:28:19 -0800 (PST) (envelope-from Hahn0man@t-online.de) Received: from fwd07.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14XrfN-0005Zg-00; Tue, 27 Feb 2001 22:28:17 +0100 Received: from aldiserster (520088560807-0001@[62.225.219.45]) by fwd07.sul.t-online.com with smtp id 14XrfA-1vHvPcC; Tue, 27 Feb 2001 22:28:04 +0100 Message-ID: <000901c0a104$1a721880$2ddbe13e@aldiserster> From: Hahn0man@t-online.de To: Subject: Failure compiling MYKERNEL Date: Tue, 27 Feb 2001 22:27:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Sender: 520088560807-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: 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 ST1 1 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