1 Feb 02:35
Re: Unreliable Wireless network with 3.0.9-rt26
Steven Rostedt <rostedt <at> goodmis.org>
2012-02-01 01:35:14 GMT
2012-02-01 01:35:14 GMT
On Mon, 2012-01-30 at 18:45 +0100, Christian Kapeller wrote: > Hi, > > I'm having trouble running wifi in combination with a rt enabled kernel > 3.0.9-rt26 on an imx51 arm platform. The distro is openwrt-trunk. > > The device has 2 usb wifi interfaces (AR9271 chipset; driver: based on > compat-wireless-testing 2011-12-01). I am running an iperf load on both > interfaces, one interface is in AP mode, the other in STA mode. You added your own driver? > > When I configure the kernel without RT preemption, the device runs > stable for >10 hours. > > With RT preemption enabled, after a couple of minutes some interface > will stop transmitting data. Sometimes ifconfig wlan[0,1] down will > hang, sometimes ifconfig wlan[0,1] down will work, but then ping will > > return the following: > > # ping 192.168.2.170 > PING 192.168.2.170 (192.168.2.170): 56 data bytes > ping: sendto: Operation not permitted > > Right after loading the wireless drivers I get the following kernel > warning: > > [ 36.917065] ------------[ cut here ]------------(Continue reading)
That's just a list maintainers arrogance
thinking that everyone reads the list every day. I don't and seldom do.
I have enough trouble keeping up with my inbox to read mailing lists.
On Wed, 2012-02-01 at 16:22 +0100, Christian Kapeller wrote:
> Hi,
>
> thank you for investigating this. I could reproduce the issue with with
> v3.0.9-rt26 from rt stable git patches, and the
> compat-wireless-2011-12-01 sources. The arch specific stuff came to me
> as one big 1 MiB patch, which I hesitate to attach here. Here is a link:
>
.
Tim,
Is the system still usable when this happens? If so, can you configure
in ftrace, and run a trace on what ksoftirq is doing:
mkdir /debug
mount -t debugfs nodev /debug
cd /debug/tracing
echo <pid-of-ksoftirq> > set_ftrace_pid
echo function > current_tracer
cat trace
Thanks!
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at
RSS Feed