OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Ryan Snodgrass (rsnodgrassusa.net)
Date: Sun Jul 15 2001 - 16:01:59 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    I've been trying to get my ORiNOCO WaveLan Silver card in my PCI PCMCIA
    adapter working without much luck. It detects the base station and the card
    works fine until I try to ping something on the wireless network.
    Thereafter it starts emitting the following in /var/log/messages exactly
    every 4 seconds:

    Jul 15 12:48:41 ip9 kernel: NETDEV WATCHDOG: eth1: transmit timed out
    Jul 15 12:48:41 ip9 kernel: wvlan_cs: eth1 Tx timed out! Resetting card
    Jul 15 12:48:41 ip9 kernel: wvlan_cs: MAC address on eth1 is 00 02 2d 0b 46
    d3

    Any ideas on why this might be happening? Here is my current settings:

    % iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 IEEE 802.11-DS ESSID:"0b495b" Nickname:"linux wireless"
              Frequency:2.412GHz Sensitivity:1/3 Mode:Managed
              Access Point: 00:02:2D:0B:49:5B
              Bit Rate:2Mb/s RTS thr:off Fragment thr:off
              Encryption key:6234-3935-62
              Power Management:off
              Link quality:16/92 Signal level:-78 dBm Noise level:-94 dBm
              Rx invalid nwid:0 invalid crypt:0 invalid misc:0

    % route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use
    Iface
    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
    127.0.0.0 * 255.0.0.0 U 0 0 0 lo
    default gateway.gte21.r 0.0.0.0 UG 0 0 0 eth0

    % cat /etc/pcmcia/wireless.opts
    # Wireless LAN adapter configuration
    #
    # All the Wireless specific configuration is done through the Wireless
    # Extensions, so we will just call 'iwconfig' with the right parameters
    # defined below.
    # Of course, you need to have iwconfig installled on your system.
    # To download iwconfig, or for more info on Wireless Extensions :
    # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
    #
    # Note : you don't need to fill all parameters, leave them blank, in most
    # cases the driver will initialise itself with sane defaults values or
    # automatically figure out the value... And not all drivers do support
    # all settings...
    #
    # Adapted from the original pcmcia-cs version by Jean Tourrilhes
    <jthpl.hp.com>

    case "$ADDRESS" in
    *,*,*,*)
        INFO="Lucent Orinoco WaveLan Network"
        ESSID="0b495b"
    # MODE="Ad-Hoc"
        MODE="auto"
        RATE="auto"
        KEY="s:b495b"
            # s: followed by five characters, if you're
            # using 40-bit WEP, e.g. Lucent Wavelan Silver
        # KEY="s:securityisfun"
            # s: followed by thirteen chars, for 128-bit WEP
            # e.g. Lucent Gold
        ;;
    esac

    % cat /proc/pci
    PCI devices found:
      Bus 0, device 0, function 0:
        Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 2).
          Master Capable. Latency=32.
      Bus 0, device 7, function 0:
        ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] (rev
    1).
      Bus 0, device 7, function 1:
        IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
    (rev 0).
          Master Capable. Latency=32.
          I/O at 0xf000 [0xf00f].
      Bus 0, device 10, function 0:
        CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller
    (rev 1).
          IRQ 9.
          Master Capable. Latency=168. Min Gnt=64.Max Lat=5.
          Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff].
      Bus 0, device 11, function 0:
        Ethernet controller: PCI device 1317:0985 (Bridgecom, Inc) (rev 17).
          IRQ 19.
          Master Capable. Latency=32. Min Gnt=255.Max Lat=255.
          I/O at 0x8100 [0x81ff].
          Non-prefetchable 32 bit memory at 0xe1000000 [0xe10003ff].
      Bus 0, device 12, function 0:
        VGA compatible controller: Rendition Verite 1000 (rev 2).
          IRQ 18.
          Master Capable. Latency=32.
          Prefetchable 32 bit memory at 0xe0000000 [0xe0ffffff].
          I/O at 0x8200 [0x82ff].
      Bus 0, device 13, function 0:
        SCSI storage controller: BusLogic Flashpoint LT (rev 1).
          IRQ 17.
          Master Capable. Latency=32. Min Gnt=8.Max Lat=8.
          I/O at 0x8300 [0x83ff].
          Non-prefetchable 32 bit memory at 0xe1001000 [0xe1001fff].