Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!constellation!news.uoknor.edu!ns1.nodak.edu!netnews.nwnet.net!reuter.cse.ogi.edu!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!EU.net!Germany.EU.net!news.dfn.de!urmel.informatik.rwth-aachen.de!news.rhrz.uni-bonn.de!comma.rhein.de!oink.rhein.de!not-for-mail From: noses@oink.rhein.de (Noses) Newsgroups: comp.os.386bsd.questions Subject: Re: FreeBSD 1.1.5.1 Install Help Date: 2 Nov 1994 13:28:07 +0100 Organization: OINK - the home of the Nasentier Lines: 25 Message-ID: <3980kn$jsa@oink.rhein.de> References: <3934eo$j0t@usenet.INS.CWRU.Edu> <JKH.94Oct31100551@freefall.cdrom.com> NNTP-Posting-Host: oink.rhein.de X-Newsreader: TIN [version 1.2 PL0] in <JKH.94Oct31100551@freefall.cdrom.com> Jordan K. Hubbard (jkh@freefall.cdrom.com) wrote: > In article <3934eo$j0t@usenet.INS.CWRU.Edu> dh950@cleveland.Freenet.Edu (Kair-Chuan Lim) writes: > [ Summary: Took hammer [FreeBSD], nail [PC], whacked thumb somewhere > along the line, now yelling ] Hey - me too 8-))). Took hammer and nail and killed my second wd8013ep. Same thing happened: The card was hardware configured to IRQ 10, IO 300 and got reprogrammed to IRQ 6, IO 220. I reset it and it's working again (if someone else is asking: Remove the card from the network, set the jumper to IRQ 3, turn the computer on, turn it off, set the jumper to IRQ 10). It's the distribution kernel of 1.1.5.1... Try improving the probe of the ie driver (take a look at Mycroft's patches) and you'll have fewer unhappy people. But let's get to the things I wanted to bitch about: The source distribution has the obj-links in the tar files. Now imagine someone starting from scratch with a completely empty /usr/obj (running NetBSD alpha you're getting used to nuking your entire tree by rm -rf /usr/obj/*) typing make obj... Right, he's frustrated. And will have to type find /usr/src -name obj -exec rm {} \; to get rid of the links to get it to run. You might consider changing the make rules... Achim