[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems setting up Netgear FA 511



On Thu, Sep 12, 2002 at 08:48:19PM -0400, ronin2@bellatlantic.net wrote:
| You also need to edit /etc/pcmcia/wireless.opts for the ESSID, type of
| network, and WEP key.
| 
| In addition you need to edit /etc/pcmcia/network.opts to specify DHCP or
| static configuration.

The Netgear FA511 is a Cardbus 10/100 card for a wired network.  It's
not a wireless adapter and so the SSID settings, WEP key, etc. don't
apply for this card.

I have the FA511 working well in a Toshiba Portege 7200 series.  It
uses the tulip_cb module.  IIRC, I had to set 
  PC Card Controller Mode = CardBus/16-bit
in my Toshiba BIOS before it would function properly.

tau:~# dmesg
<snip>
Linux PCMCIA Card Services 3.1.33
  kernel build: 2.4.18 unknown
  options:  [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
PCI: Enabling device 00:0b.0 (0000 -> 0002)
PCI: Found IRQ 11 for device 00:0b.0
PCI: Enabling device 00:0b.1 (0000 -> 0002)
PCI: Found IRQ 11 for device 00:0b.1
  Toshiba ToPIC95-B rev 07 PCI-to-CardBus at slot 00:0b, mem 0x10000000
    host opts [0]: [slot 0xd0] [ccr 0x11] [cdr 0x86] [rcr 0xc000000] [pci irq 11] [lat 64/176] [bus 20/20]
    host opts [1]: [slot 0xd0] [ccr 0x21] [cdr 0x86] [rcr 0xc000000] [pci irq 11] [lat 64/176] [bus 21/21]
    ISA irqs (default) = 4,5,7,10,12 PCI status changes
cs: cb_alloc(bus 21): vendor 0x1317, device 0x1985
cs: cb_config(bus 21)
cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7
cs: IO port probe 0x0380-0x03bf: clean.
cs: IO port probe 0x03e0-0x04cf: clean.
cs: IO port probe 0x04d8-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: clean.
  fn 0 bar 1: io 0x800-0x8ff
  fn 0 bar 2: mem 0x60060000-0x600603ff
  fn 0 rom: mem 0x60040000-0x6005ffff
  irq 11
cs: cb_enable(bus 21)
  bridge io map 0 (flags 0x21): 0x800-0x8ff
  bridge mem map 0 (flags 0x1): 0x60040000-0x60060fff
tulip_attach(device 15:00.0)
tulip.c:v0.91g-ppc 7/16/99 becker@scyld.com (modified by danilo@cs.uni-magdeburg.de for XIRCOM CBE, fixed by Doug Ledford)
eth0: ADMtek Centaur-C rev 17 at 0x800, 00:10:7A:69:40:99, IRQ 11.

tau:~# lsmod
Module                  Size  Used by    Not tainted
tulip_cb               31872   2 
cb_enabler              2528   2  [tulip_cb]
ds                      6720   2  [cb_enabler]
i82365                 22416   2 
pcmcia_core            41408   0  [cb_enabler ds i82365]
usb-uhci               20996   0  (unused)
vfat                    9276   2  (autoclean)
fat                    29112   0  (autoclean) [vfat]
usbmouse                1792   0  (unused)
usbcore                51744   1  [usb-uhci usbmouse]
mousedev                3808   0 
input                   3264   0  [usbmouse mousedev]
maestro                26688   0  (unused)
soundcore               3492   2  [maestro]
rtc                     5528   0  (autoclean)

tau:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:7A:69:40:99  
          inet addr:192.168.1.144  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:1865 (1.8 KiB)  TX bytes:958 (958.0 b)
          Interrupt:11 Base address:0x800 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)

tau:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.5 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.3 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=0.3 ms

--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.3/0.5 ms

tau:~# cat /proc/interrupts
           CPU0       
  0:      23292          XT-PIC  timer
  1:       1163          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  8:          3          XT-PIC  rtc
 11:         58          XT-PIC  ESS Maestro 2E, usb-uhci, i82365, eth0
 12:         10          XT-PIC  PS/2 Mouse
 14:       3206          XT-PIC  ide0
 15:          4          XT-PIC  ide1
NMI:          0 
LOC:          0 
ERR:          0
MIS:          0

tau:~# cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : Lucent Microelectronics 56k WinModem
  02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0800-08ff : cb_enabler
0cf8-0cff : PCI conf1
1c00-1cff : Lucent Microelectronics 56k WinModem
fb00-fb7f : 3Com Corporation 3c905C-TX [Fast Etherlink]
fc00-fcff : ESS Technology ES1978 Maestro 2E
  fc00-fcff : ESS Maestro 2E
fe00-fe3f : Intel Corp. 82371AB PIIX4 ACPI
fe60-fe7f : Intel Corp. 82371AB PIIX4 ACPI
ff60-ff7f : Toshiba America Info Systems FIR Port Type-DO
ff80-ff9f : Intel Corp. 82371AB PIIX4 USB
  ff80-ff9f : usb-uhci
fff0-ffff : Intel Corp. 82371AB PIIX4 IDE
  fff0-fff7 : ide0
  fff8-ffff : ide1

tau:~# cardctl ident 1
  product info: "NETGEAR, Inc.", "FA511", "CardBus Mobile Adapter", "1.00"
  manfid: 0x022d, 0x511a
  function: 6 (network)
  PCI id: 0x1317, 0x1985

Hope that helps.

Best regards,

--
Zane Dodson
zdodson@zdodson.com



Reply to: