Date: Tue, 22 Apr 2003 08:58:04 -0700 (PDT) From: clay spencer <freebsdude@yahoo.com> To: Volker Kindermann <freebsd@secspace.de>, freebsd-questions@freebsd.org Subject: Re: adding second network card Message-ID: <20030422155804.11814.qmail@web20712.mail.yahoo.com> In-Reply-To: <20030422174910.754dda23.freebsd@secspace.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Volker yes sorry that is a typo. If I give the following command: ifconfig vx1 create I will recieve the error: ifconfig: SIOCIFCREATE: Invalid argument As far as dmesg goes. The only thing that is getting logged is a list of kernel interupts. I see all the other normal startup messages written to console and the 3/4 of the way through I see this big kernel interupt vector list scroll by but this was happening before I added the second care. These are the only things in /var/log/dmesg.today: *Handler Int 332 g_provider R *Handler Int 333 g_consumer R *Handler Int 334 g_bioq R *Handler Int 335 g_event R *Handler Int 371 vnode R *Handler Int 372 proc R *Handler Int 373 cdev R *Handler Int 374 bio R *Handler Int 375 buf R *Handler Int there are @ 900 or so lines containing similar entries this seems to be a seperate problme of course but it is impeding my troubleshooting of the NIC problem. If you have any ideas? Thanks again Volker Kindermann <freebsd@secspace.de> wrote:> I installed a second 3Com Etherlink 3 card in a new 5.0 FreeBSD box. > Both of these devices should be using the vortex device I believe(vx0 > vx1 etc.) I have added the following to /etc/rc.conf: > network_interfaces="lo0 vx0 vx1"ifconfig_vx0="inet 10.0.0.79 netmask > 255.255.255.0"ifconfig_vx0="inet 10.0.0.80 netmask 255.255.255.0" I think it's a typo that you use vx0 twice? > and > rebooted. On the console during boot I see the error: "ifconfig: > interface vx1 does not exist" Is the card recognized in dmesg-output? Please show us the corresponding dmesg. -volker _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030422155804.11814.qmail>