adding second network card

clay spencer freebsdude at yahoo.com
Tue Apr 22 09:39:33 PDT 2003


ifconfig -a shows: vx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        ether 00:a0:24:51:a3:5b
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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 <freebsdude at yahoo.com> 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.


More information about the freebsd-questions mailing list