From owner-freebsd-questions Fri May 28 11:46: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by hub.freebsd.org (Postfix) with SMTP id 0456414DC5 for ; Fri, 28 May 1999 11:45:40 -0700 (PDT) (envelope-from ghostbaer@gmx.de) Received: (qmail 5148 invoked by uid 0); 28 May 1999 18:45:40 -0000 Received: from trick.heim8.tu-clausthal.de (HELO trick) (139.174.248.101) by mail2.gmx.net with SMTP; 28 May 1999 18:45:40 -0000 From: "Ghostbaer" To: "FreeBSD Mailing List" Date: Fri, 28 May 1999 20:46:20 +0200 Reply-To: "Ghostbaer" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Kernel Config Question Message-Id: <19990528184557.0456414DC5@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 28 May 1999 09:55:11 -0700, Alex Nygren wrote: > >I am a FreeBSD newbie, and am having some trouble making my driver >changes stick. FreeBSD seems to recognize my NE2000 card on irq 10, >port 0x280. However the card is at irq 11, port 0x280. Hi, Alex! I had the same problem (i'm still a newbie). You need to compile your own Kernel. I'll just give you a nice walk-thru, on how doing that. I hope you installed the sources for Kernel and all that stuff... 1. Login as user "ROOT" 2. cd /usr/src/sys/i386/conf <- That where the Kernelsource is located 3. cp GENERIC MyOwnKernel <- Make a copy of your generic Kernel (GENERIC is all uppercase) 4. ee MyOwnKernel [or] vi MyOwnKernel <- depends on what is your favorite editor 5. search for "ie0" and set irq 10 to 11 and change 0xMyPort you to your required settings 6. /usr/sbin/config MyOwnKernel <- Setup your Kernel 7. make depend <- the regular make-stuff 8. make 9. make install 10. reboot your system If everything goes correct, you'll experience the joy of the net. In the case you actually FORGOT to install sources, when installing from a FTP-server, you got a serious problem. I had to completly reinstall FreeBSD =( Anyway... Maybe some other guys can give tips on this... MfG GhostBaer ^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^ Ghostbaer (aka. DerBaer) E-Mail: ghostbaer@gmx.de Homepage: http://derbaer.home.pages.de ICQ: #8947660 AIM: "Promised99" ===================END FORWARDED MESSAGE=================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message