Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 1999 20:46:20 +0200
From:      "Ghostbaer" <ghostbaer@gmx.de>
To:        "FreeBSD Mailing List" <questions@freebsd.org>
Subject:   Re: Kernel Config Question
Message-ID:  <19990528184557.0456414DC5@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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