Date: Tue, 23 Apr 2002 23:58:00 -0700 From: Taro <tarozax404@sbcglobal.net> To: Warren Block <wblock@wonkity.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NetGear FA411 driver support in FreeBSD 4.5 Message-ID: <3CC65778.7020704@sbcglobal.net> References: <Pine.BSF.4.21.0204231656430.40777-100000@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Warren, Two things: 1) When I start pccardd, I definitely see the device. Now my output for ifconfig is: ed1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.1.115 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::240:f4ff:fe1c:1abf%ed1 prefixlen 64 scopeid 0x7 ether 00:40:f4:1c:1a:bf The NIC address is the one printed on the card. 2) Looking at the source code for FreeBSD 4.5 current, I find that there seems to be a driver for NetGear FA411. For example, grep finds these lines: ./conf/NOTES { PCMCIA_CARD(NETGEAR, FA410TXC, 0), { PCMCIA_CARD(NETGEAR, FA411, 0), ./dev/ed/if_ed_pccard.c /* Dlink chipset used on some Netgear and Dlink PCMCIA cards */ ./dev/ed/if_edreg.h vendor NETGEAR 0x0149 Netgear /* Netgear */ product NETGEAR FA410TXC 0x4530 Netgear FA410TXC product NETGEAR FA411 0x0411 Netgear FA411 ./dev/pccard/pccarddevs #define PCMCIA_VENDOR_NETGEAR 0x0149 /* Netgear */ /* Netgear */ #define PCMCIA_CIS_NETGEAR_FA410TXC { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NETGEAR_FA410TXC 0x4530 #define PCMCIA_STR_NETGEAR_FA410TXC "Netgear FA410TXC" #define PCMCIA_CIS_NETGEAR_FA411 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NETGEAR_FA411 0x0411 #define PCMCIA_STR_NETGEAR_FA411 "Netgear FA411" I'm currently using the stock kernel sources. I'll give your suggestion a shot before trying the current kernel. Thanks, Taro Warren Block wrote: >On Mon, 22 Apr 2002, Taro wrote: > >>I have a NetGear PCMCIA ethernet card (FA411) and FreeBSD 4.5. When I >>type ifconfig -a, I don't see a network device corresponding to this >>card. What should I do? >> > >I've got a Netgear FA410 which works, although it's a little slow to >configure. Here's the additions I made to /etc/rc.conf: > >removable_interfaces="ed0" >pccard_enable="YES" >pccard_flags="-z" >pccard_beep="0" >ifconfig_ed0="inet 10.0.0.100 netmask 255.255.255.0 media 100baseTX" > >Even with the -z flag, the interface doesn't come up in time to be used >by the defaultrouter entry. So I added the route manually, and it's >worked ever since. It appears that there are numerous ways to run >ifconfig here, but this is the only one that worked for me. Note that >the pccard_beep="0" command just turns off the beep on card detection. > >Oh, and I added the /etc/pccard.conf with a single command: > >irq 10 > >because that's the only irq available on my Tecra 8000. The FA411 is in >/etc/defaults/pccard.conf, so it should work. > >-Warren Block * Rapid City, South Dakota USA > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC65778.7020704>