Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 1997 11:00:52 -0400 (EDT)
From:      Gang-Ryung Uh <uh@NU.cs.fsu.edu>
To:        questions@freebsd.org
Subject:   3C589D PCMCIA card configuration
Message-ID:  <199710211500.LAA29317@upsilon.cs.fsu.edu>

next in thread | raw e-mail | index | archive | help
Hi,

  I am running 2.2.2 with PAO package on NEC versa laptop
  I would like to configure 3C589D PCMCIA card for the laptop.

  I looked at the config file and check IO address and interrupt
  queue seems correct.

  During the boot time:

------
   ep0 not found at 0x300    <---- ???
   ....

   PC-Card VLSI 82C146 (5 mem & 2 I/O windows)
   pcic: controller irq 3
   Card inserted, slot 0
   Slot 0, unfielded interrupt (0)
   ep0: utp/bnc[*UTP*] address 00:60:97:8d:d0:45
-----
   

   After the boot, I typed "ifconfig -a"
   
----
   lp0: ..
   tun0: ..
   sl0: ..
   lo0: ..
   ep0: flags=8802<BROADCAST,SIMPLEX,MULTICASE> mtu 1500
            ether  00:60:..:..:..:..
----

   I set the "rc.conf" as follows, but ep0 is not up and running:

----
   defalutrouter="128.xx.xx.1"
   ..
   router_enable="YES"
  
   pccard_ether="ep0"
   ifconfig_common="inet 128.xx.xx.99 netmask 255.255.255.0"
   ifconfig_ep0="$ifconfig_common"
----


   Would you tell me what I did wrong?
   Thanks in advance.

Regards,
Gang-Ryung Uh
(uh@cs.fsu.edu)



   
   
   
  



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