Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2003 18:16:49 +0100 (CET)
From:      Olaf Hoyer <ohoyer@gaff.hhhr.ision.net>
To:        Peter Rosa <prosa@pro.sk>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Multiple RealTect adaptors
Message-ID:  <20031203180935.U26474@gaff.hhhr.ision.net>
In-Reply-To: <002d01c3b9bf$9a5723c0$3501a8c0@pro.sk>
References:  <002d01c3b9bf$9a5723c0$3501a8c0@pro.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 3 Dec 2003, Peter Rosa wrote:

> Dear list,
>
> I already have found MAKEDEV all in /dev folder. Started, finished, no
> progress. The card is physically OK.
>
> While trying to reconfigure eth card via
> ifconfig rl0 create inet 192.168.1.11 netmask 255.255.255.0
>
> it returns err: SIOCIFCREATE: Invalid agrument.
>
> What do I do wrong? And how could I make the card work ?

Hi!

Well, as the output states, your arguments to ifconfig are incorrect.

to check if the card is recognized:

dmesg |grep rl0

when it appears, do a:

ifconfig -a

to see, if a rl0 interface is there.

to simply configure it, do:

ifconfig rl0  192.168.1.11 netmask 255.255.255.0


shall be sufficient.

To make it permanent during bootup, insert in /etc/rc.conf:

ifconfig_rl0="inet 192.168.1.11 netmask 255.255.255.0"


HTH
Olaf

-- 
Olaf Hoyer        ohoyer@gaff.hhhr.ision.net
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)



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