From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 09:39:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C5437B401 for ; Tue, 22 Apr 2003 09:39:33 -0700 (PDT) Received: from web20705.mail.yahoo.com (web20705.mail.yahoo.com [216.136.226.178]) by mx1.FreeBSD.org (Postfix) with SMTP id D6E6B43F93 for ; Tue, 22 Apr 2003 09:39:30 -0700 (PDT) (envelope-from freebsdude@yahoo.com) Message-ID: <20030422163930.92335.qmail@web20705.mail.yahoo.com> Received: from [160.79.175.120] by web20705.mail.yahoo.com via HTTP; Tue, 22 Apr 2003 09:39:30 PDT Date: Tue, 22 Apr 2003 09:39:30 -0700 (PDT) From: clay spencer To: clay spencer , Volker Kindermann , freebsd-questions@freebsd.org In-Reply-To: <20030422155804.11814.qmail@web20712.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: adding second network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 16:39:33 -0000 ifconfig -a shows: vx0: flags=8843 mtu 1500 inet 10.0.0.82 netmask 0xffffff00 broadcast 10.0.0.255 inet6 fe80::2a0:24ff:fede:ad33%vx0 prefixlen 64 scopeid 0x1 ether 00:a0:22:ee:ad:33 vx0: flags=8802 mtu 1500 ether 00:a0:24:51:a3:5b lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 sco dmesg contains: mesg | more d6_debug RW *Handler Int 19 nd6_drlist R *Handler Node 20 nd6_prlist R *Handler Node 5 debug RW Node 282 mddebug RW *Handler Int 323 doslowdown RW *Handler Int 336 elf32_trace RW *Handler Int 338 boothowto R *Handler Int 339 bootverbose RW *Handler Int 345 free_devt RW *Handler Int 347 fdexpand R *Handler Int 366 sizeof RW Node 330 g_class R *Handler Int 331 g_geom R *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 376 kinfo_proc R *Handler Int 443 rman_debug RW *Handler Int 474 ttydebug RW *Handler Int 509 dobkgrdwrite RW *Handler Int 511 nchash R *Handler 512 ncnegfactor RW *Handler 513 numneg R *Handler 514 numcache R *Handler 515 numcachehv R *Handler 516 vfscache RW *Handler Int 517 vnsize R *Handler Int 518 ncsize R *Handler Int 533 hashstat RW Node 534 rawnchash R *Handler Int 535 nchash R *Handler Int 632 rawnfsnode R *Handler Int 633 nfsnode R *Handler Int 536 disablecwd RW *Handler Int 543 disablefullpath RW *Handler Int 561 rush_requests RW *Handler Int 563 vnlru_nowhere RW *Handler Int 567 bpf_bufsize RW *Handler Int 568 bpf_maxbufsize RW *Handler Int 572 if_tun_debug RW *Handler Int byte 1465 ifconfig -a shows: clay spencer wrote: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 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. _______________________________________________ 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.