2013-02-18 19:34:20

by Markus Ulfberg

[permalink] [raw]
Subject: Prism54 issues after kernel upgrade

Hi,

I recently upgraded from Debian Lenny to Squeezy and noticed that the
prism54 driver started spitting out these messages in the syslog:
Feb 1 23:05:23 lappy586 kernel: [ 789.291198] p54pci 0000:01:00.0:
rx'd frame size exceeds length threshold.
Feb 1 23:05:23 lappy586 kernel: [ 789.292165] p54pci 0000:01:00.0:
rx'd frame size exceeds length threshold.
Feb 1 23:05:23 lappy586 kernel: [ 789.297478] p54pci 0000:01:00.0:
rx'd frame size exceeds length threshold.

Well actually I noticed because this is usually followed by a dropped
connection for all my wireless devices in the house.

I'm running kernel: 2.6.32-5-486 from the debian repositories.
My wireless device is the 3Com OfficeConnect Wireless 11g PC Card (3CRWE154G72)

As far as I know this worked fine until I updated the kernel, if
memory serves me right I was running something like 2.6.24...

I'll be happy to provide more information if you require,


Thanks for providing a driver for my card. I really appreciate all the
effort you have put into it!

Best regards
Markus Ulfberg


2013-02-18 20:12:08

by Christian Lamparter

[permalink] [raw]
Subject: Re: Prism54 issues after kernel upgrade

Hello,

On Monday, February 18, 2013 08:33:59 PM Markus Ulfberg wrote:
> I recently upgraded from Debian Lenny to Squeezy and noticed that the
> prism54 driver started spitting out these messages in the syslog:
> Feb 1 23:05:23 lappy586 kernel: [ 789.291198] p54pci 0000:01:00.0:
> rx'd frame size exceeds length threshold.
> Feb 1 23:05:23 lappy586 kernel: [ 789.292165] p54pci 0000:01:00.0:
> rx'd frame size exceeds length threshold.
> Feb 1 23:05:23 lappy586 kernel: [ 789.297478] p54pci 0000:01:00.0:
> rx'd frame size exceeds length threshold.
>
> Well actually I noticed because this is usually followed by a dropped
> connection for all my wireless devices in the house.
Is lappy586 your access point? Or do you think/know it
causes unwanted interference with other devices on your
wireless network? (Also, how regular is this DoS?)

> I'm running kernel: 2.6.32-5-486 from the debian repositories.
> My wireless device is the 3Com OfficeConnect Wireless 11g PC Card (3CRWE154G72)
>
> As far as I know this worked fine until I updated the kernel, if
> memory serves me right I was running something like 2.6.24...
The message "rx'd frame size exceeds length threshold" simply
states that the driver has received "garbage" from the device.
What firmware are you using? Because you said you upgraded from
2.6.24?, so you are probably are still running 2.7.0.0, Or?
If you can you should go for 2.13.25.0
<http://wireless.kernel.org/en/users/Drivers/p54#firmware>

> I'll be happy to provide more information if you require,
It would be great if you could try a current p54pci driver.
(You don't have to compile a new 3.8-rc7 kernel for that,
you can get compat-drivers backports from:
<https://backports.wiki.kernel.org/index.php/Main_Page>)

> Thanks for providing a driver for my card. I really appreciate
> all the effort you have put into it!
Let's see what we can do ;-)

Regards,
Christian