public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Fabrice Bellet <fabrice@bellet.info>
To: Warren Togami <wtogami@redhat.com>
Cc: fedora-devel-list@redhat.com, linux-kernel@vger.kernel.org,
	Bill Nottingham <notting@redhat.com>,
	csmith@redhat.com
Subject: Re: Trouble with Cisco Airo MPI350 and kernel-2.6.1+
Date: Mon, 2 Feb 2004 16:22:34 +0100	[thread overview]
Message-ID: <20040202152234.GA5710@bellet.info> (raw)
In-Reply-To: <401D6FD8.2040406@redhat.com>

Hi,

On Sun, Feb 01, 2004 at 11:30:00AM -1000, Warren Togami wrote:
> >>On Sun, Jan 25, 2004 at 07:48:57PM -1000, Warren Togami wrote:
> >>
> >>>IBM Thinkpad T41
> >>>Cisco Airo MPI350 802.11b Wireless
> >>>PCIID: 0x14b9  0xa504
> >>>Kernel: Fedora rawhide 2.6.1-1.57 (Based on 2.6.2-rc1)
> >>>
> >>>http://bellet.info/~bellet/laptop/t40.html#wireless
> >>>http://bellet.info/~bellet/laptop/airo.c-2.6.1-mm2.diff
> >>>airo.ko does not support this Airo device, but with the addition of 
> >>>this patch it recognizes the device.
> >>
> >>
> >>
> >[SNIP]
> >Used the ACU tool under Windows XP for flashing the firmware.  The 
> >newest firmware version that operates with your driver is:
> >5.00.03
> >
> >Perhaps mention within a comment and/or config Help of your patch that 
> >the newest supported firmware is 5.00.03?  That would save people like 
> >me a lot of time in the future...
> >
> 
> Are these many errors normal?
> 
[snip]
> 
> [root@ibmlaptop etc]# ifconfig eth1
> eth1      Link encap:Ethernet  HWaddr 00:02:8A:DF:50:FC
>           inet addr:192.168.1.103  Bcast:192.168.1.255  Mask:255.255.255.0
>           inet6 addr: fe80::202:8aff:fedf:50fc/64 Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:905 errors:655 dropped:0 overruns:0 frame:655
>           TX packets:699 errors:33 dropped:0 overruns:0 carrier:0
>           collisions:30 txqueuelen:1000
>           RX bytes:439321 (429.0 Kb)  TX bytes:118979 (116.1 Kb)
>           Interrupt:11 Base address:0x8000

The "rx errors" value is generated by summing 4 error counters from the 
card internal stats structure in airo_read_stats() : 
     RxOverrun, RxPlcpFormatErr, RxPlcpLengthErr and RxMacCrcErr.

Altough my connection is up and running, I also observe a high rate of 
RxMacCrcErr errors :

% grep MacCrc /proc/driver/aironet/eth1/Stats 
RxMacCrcErr: 7688
RxMacCrcOk: 11399

I think that these errors are probably just related to the quality of the 
radio link, and do not reflect something bad, that would occur in the 
driver itself.

Best wishes,
-- 
fabrice

      parent reply	other threads:[~2004-02-02 15:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-26  5:48 Trouble with Cisco Airo MPI350 and kernel-2.6.1+ Warren Togami
     [not found] ` <20040127164031.GA13174@bellet.info>
2004-02-01 10:06   ` Warren Togami
2004-02-01 21:30     ` Warren Togami
2004-02-02  3:14       ` Lai Zit Seng
2004-02-02  3:14         ` Warren Togami
2004-02-02 15:22       ` Fabrice Bellet [this message]

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=20040202152234.GA5710@bellet.info \
    --to=fabrice@bellet.info \
    --cc=csmith@redhat.com \
    --cc=fedora-devel-list@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=notting@redhat.com \
    --cc=wtogami@redhat.com \
    /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