Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!charnel!olivea!decwrl!pa.dec.com!usenet.pa.dec.com!jkh From: jkh@nx.ilo.dec.com (Jordan Hubbard) Newsgroups: comp.os.386bsd.questions Subject: Re: TI TravelMate Date: 28 Apr 1994 15:46:19 GMT Organization: Digital Equipment Corporation, Galway Ireland Lines: 16 Distribution: world Message-ID: <JKH.94Apr28164619@nx.ilo.dec.com> References: <CoxHJB.13B@unixhub.SLAC.Stanford.EDU> NNTP-Posting-Host: nx.ilo.dec.com In-reply-to: tomdean@cdsun2.SLAC.Stanford.EDU's message of Wed, 27 Apr 1994 17:21:10 GMT In article <CoxHJB.13B@unixhub.SLAC.Stanford.EDU> tomdean@cdsun2.SLAC.Stanford.EDU (Thomas Dean) writes: Question: How do I change the address of ed0? The kernel currently looks at 0x280 and 0x300. I want it to look at 0x320, (also?) Look at the kernel config file /sys/i386/conf/GENERICAH - you will see where `ed0' was set to 0x280. Copy this file to another name (the name of your system is always good) and edit the ed0 line to point to 0x320. `config' the kernel (see "man config") and remake it, moving it into place as /386bsd.new or something. Now try to boot this kernel by typing it explicitly at the boot prompt and see if it recognises your ethernet card properly. If it does, and works well otherwise, then move your old /386bsd aside and move the new kernel into place permanantly.. Jordan