*BSD News Article 4120


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel!munnari.oz.au!uunet!mcsun!Germany.EU.net!olymp!boss1!juengst
From: juengst@boss1.physik.uni-bonn.de (Henry G. Juengst)
Subject: Re: ecinit on ifconfig
Message-ID: <1992Aug25.144402.27686@olymp.informatik.uni-bonn.de>
Sender: juengst@boss1 (Henry G. Juengst)
Organization: Universit"at Bonn, Informatikinstitut, R"omerstr 154, W-5300 Bonn 1
References: <BtHKpH.3Lx@ibmpcug.co.uk> <veit.714673047@du9ds3>
Date: Tue, 25 Aug 1992 14:44:02 GMT
Lines: 53

In article <veit.714673047@du9ds3>, veit@du9ds3.uni-duisburg.de (Holger Veit) writes:
> In <BtHKpH.3Lx@ibmpcug.co.uk> adrian@ibmpcug.co.uk (Adrian Hall) writes:
> 
> >On running :-
> 
> >	ifconfig ec0 192.68.174.74
> 
> >My system displays the string "ecinit" underlined.
> 
> >Why does this come up? The tcp/ip seems to be working otherwise,
> >and I hate messages coming up with no real explanation attached
> >to them
> 
> >Adrian
> >-- 
> >--------------------------------------------------------------------------
> >Adrian Hall					Connect Systems Manager
> >adrian@ibmpcug.co.uk				The IBM PC User Group
> >Tel: +44 81 863 1191				Harrow, London, UK
> 
> Apparently a "scalpel" left in the code (ifconfig or ec-driver). Try
> ifconfig with a redirection to /dev/null to identify whether it is in
> the driver or in ifconfig.

No. You won't see any error message anymore. Try to find the message
"ecinit" in the kernel and patch it (e.g. using any DOS disk tool). Replace
it by a character null (may be there's an escape sequence before "ecinit",
but then there should be another one behind it - I don't know). Another hack
could be to call

ifconfig ec0 192.68.174.74 | grep -v ecinit

or (better if it works)

ifconfig ec0 192.68.174.74 | grep -v '^ecinit$'

just to remove only this "scalpel".

> 
> Holger
> -- 
> |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
> |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
> |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
> |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"

Henry
-- 
juengst@boss1.physik.uni-bonn.de [131.220.221.30]
juengst@saph2.physik.uni-bonn.de [131.220.221.12]
juengst@pib1.physik.uni-bonn.de  [131.220.221.2] (strange particle)

I'm only speaking for myself, but not for anybody else !