public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Williams <peterw@aurema.com>
To: jim999@gmx.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problems with WLAN orinoco_pci
Date: Sat, 06 Mar 2004 10:00:55 +1100	[thread overview]
Message-ID: <404906A7.6080808@aurema.com> (raw)
In-Reply-To: <Pine.LNX.4.21.0403051606520.1685-100000@laura.nettrade.de>

Matthias Jim Knopf wrote:
> Hi!
> 
> My WLAN net goes down from time to time. I cannot ping the wlan/dsl-router
> (T-Sinus 111) and the only thing that helps is re-load the kernel-driver
> (ifconfig eth1 down; modprobe -r orinoco_pci;
>  sleep 8; ifconfig eth1 up; iwconfig ...)
> 
> Changing speed (down to 1 Mb/s) does no better
> 
> Bisides this, I have annother problem: This f***ing router mentioned
> above cannot handle at least one connection per second in the long run
> (>30 minutes) and crashes in the way, that it still may be pinged, but
> I cannot access the router's web-interface, nor can I get to the internet
> and have to power-cyle it (official advice from the company selling it!)
> I tried hard to see these problems as one, but it seems, they ARE
> two (see logs)
> 
> 
> Here is, what I can offer you as info:
> WLAN is a Netgear PCI MA311 (using hermes, orinoco)
> 
> # iwconfig
> eth1      IEEE 802.11-DS  ESSID:"WLAN"  Nickname:"jim"
>           Mode:Managed  Frequency:2.437GHz  Access Point: 00:30:F1:xx:xx:xx
>           Bit Rate:11Mb/s   Tx-Power=15 dBm   Sensitivity:1/3
>           Retry min limit:8   RTS thr:off   Fragment thr:off
>           Encryption key:xxxx-xxxx-xx   Security mode:open
>           Power Management:off
>           Link Quality:20/92  Signal level:-76 dBm  Noise level:-136 dBm
>           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:1
>           Tx excessive retries:2  Invalid misc:0   Missed beacon:0
> 
> # ping -c 5 router
> PING wlan-router (192.168.2.1): 56 data bytes
> --- wlan-router ping statistics ---
> 5 packets transmitted, 0 packets received, 100% packet loss
> 
> # uname -a
> Linux laura 2.4.22 #2 Sun Dec 21 17:14:01 MET 2003 i686 unknown
> 
> # lsmod
> Module                  Size  Used by
> orinoco_pci             3056   1  (autoclean)
> orinoco                31808   0  (autoclean) [orinoco_pci]
> hermes                  5232   0  (autoclean) [orinoco_pci orinoco]
> [...]
> 
> ---{ /var/log/warn }----------------------------------------------------------------------------
> Mar  5 15:41:43 laura kernel: eth1: Error -110 writing Tx descriptor to BAP
> Mar  5 15:42:15 laura last message repeated 59 times
> Mar  5 15:42:22 laura last message repeated 12 times
> [...]
> Mar  5 15:44:34 laura kernel: eth1: error -110 reading info frame. Frame dropped.
> Mar  5 15:44:34 laura kernel: eth1: Error -110 writing Tx descriptor to BAP
> Mar  5 15:44:41 laura last message repeated 14 times
> Mar  5 15:45:33 laura kernel: .....<7>orinoco_lock() called with hw_unavailable (dev=e3c82800)
> Mar  5 15:45:33 laura kernel: ......<7>orinoco_lock() called with hw_unavailable (dev=e3c82800)
> Mar  5 15:45:33 laura last message repeated 4 times
> Mar  5 15:45:33 laura kernel: .....<7>orinoco_lock() called with hw_unavailable (dev=e3c82800)
> Mar  5 15:45:33 laura kernel: ......<7>orinoco_lock() called with hw_unavailable (dev=e3c82800)
> Mar  5 15:45:33 laura last message repeated 4 times
> Mar  5 15:45:34 laura kernel: .........;
> [...]
> ------------------------------------------------------------------------------------------------
> 
> 
> Thanks in advance for any help you can give me!

I'm having similar problems with a PCMCIA orinoco wlan device.  Works 
perfectly with various 2.4.X kernels but keeps (partially) dropping the 
connection with 2.6.X kernels.  By partially, I mean connections are 
lost and pings report target hosts as unreachable but netstat -r reports 
make it look like the connection is still valid.  Doing an ifup (without 
a preceding ifdown) seems to fix the problem.

If more information would be helpful or testing is required don't 
hesitate to ask.

Peter
-- 
Dr Peter Williams, Chief Scientist                peterw@aurema.com
Aurema Pty Limited                                Tel:+61 2 9698 2322
PO Box 305, Strawberry Hills NSW 2012, Australia  Fax:+61 2 9699 9174
79 Myrtle Street, Chippendale NSW 2008, Australia http://www.aurema.com


  reply	other threads:[~2004-03-05 23:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-03 12:31 [NET_SCHED] BUG in qdisc TBF (token bucket filter) Jesper Dangaard Brouer
2004-03-05  6:47 ` Dmitry Torokhov
2004-03-05  6:47   ` [PATCH 1/2] NET: fix class reporting in TBF qdisc Dmitry Torokhov
2004-03-05  6:48     ` Dmitry Torokhov
2004-03-05 20:57       ` Mike Fedyk
2004-03-06  4:33         ` Dmitry Torokhov
2004-03-05 15:40   ` Problems with WLAN orinoco_pci Matthias Jim Knopf
2004-03-05 23:00     ` Peter Williams [this message]
2004-04-06 14:17 ` [NET_SCHED] BUG in qdisc TBF (token bucket filter) Jesper Dangaard Brouer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=404906A7.6080808@aurema.com \
    --to=peterw@aurema.com \
    --cc=jim999@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox