Date: Wed, 3 Dec 2003 18:33:06 +0100 From: "Peter Rosa" <prosa@pro.sk> To: "Olaf Hoyer" <ohoyer@gaff.hhhr.ision.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Multiple RealTect adaptors Message-ID: <004201c3b9c3$83141ac0$3501a8c0@pro.sk> References: <002d01c3b9bf$9a5723c0$3501a8c0@pro.sk> <20031203180935.U26474@gaff.hhhr.ision.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello again, of course, everything was there: dmesg - YES ifconfig - YES rc.conf - YES But, whenever the machine boots, ifconfig returns: rl0: flags 8843 <snip> mtu 1500 inet 192.168.1.11 netmask <snip> ether <snip> media <snip> status: active rl1: flags 8843 <snip> mtu 1500 ether <snip> media <snip> status: no carrier Both have the same flags. Second has no IP/MSK/BCAST. ifconfig rl1 192.168.1.12 netmask 255.255.255.0 always returns config: ioctl (SIOCIFADDR): File exists What could be wrong ? It is the same when I xchange both cards/use another PCI slots. Peter ----- Original Message ----- From: "Olaf Hoyer" <ohoyer@gaff.hhhr.ision.net> To: "Peter Rosa" <prosa@pro.sk> Cc: "FreeBSD Questions" <freebsd-questions@freebsd.org> Sent: Wednesday, December 03, 2003 6:16 PM Subject: Re: Multiple RealTect adaptors > 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?004201c3b9c3$83141ac0$3501a8c0>