Re: How do I get mac80211 debugfs?

2012-10-02 Thread Johannes Berg
On Tue, 2012-10-02 at 08:38 +0200, Johannes Berg wrote: > Hi Kevin, > > > So I tried that but all I got back was: > > > > cat: /sys/kernel/debug/ieee80211/phy*/queues: No such file or directory > > > > so I'm assuming it's because I must not have mac80211 debugfs. So how > > do I get it? >

Re: How do I get mac80211 debugfs?

2012-10-02 Thread Rami Rosen
Hi, Could it be that debugfs is not mounted on your filesystem ? In case mount | grep debugfs returns nothing, you can run: mount -t debugfs none_debugs /sys/kernel/debug and try again. Also make sure that CONFIG_MAC80211_DEBUGFS is set location is: -> Networking support (NET [=y])

Re: How do I get mac80211 debugfs?

2012-10-02 Thread Johannes Berg
Hi Kevin, > So I tried that but all I got back was: > > cat: /sys/kernel/debug/ieee80211/phy*/queues: No such file or directory > > so I'm assuming it's because I must not have mac80211 debugfs. So how > do I get it? First, make sure it's mounted, check "mount" and if not mount it: sudo

Re: How do I get mac80211 debugfs?

2012-10-02 Thread Johannes Berg
Hi Kevin, So I tried that but all I got back was: cat: /sys/kernel/debug/ieee80211/phy*/queues: No such file or directory so I'm assuming it's because I must not have mac80211 debugfs. So how do I get it? First, make sure it's mounted, check mount and if not mount it: sudo mount -t

Re: How do I get mac80211 debugfs?

2012-10-02 Thread Rami Rosen
Hi, Could it be that debugfs is not mounted on your filesystem ? In case mount | grep debugfs returns nothing, you can run: mount -t debugfs none_debugs /sys/kernel/debug and try again. Also make sure that CONFIG_MAC80211_DEBUGFS is set location is: - Networking support (NET [=y])

Re: How do I get mac80211 debugfs?

2012-10-02 Thread Johannes Berg
On Tue, 2012-10-02 at 08:38 +0200, Johannes Berg wrote: Hi Kevin, So I tried that but all I got back was: cat: /sys/kernel/debug/ieee80211/phy*/queues: No such file or directory so I'm assuming it's because I must not have mac80211 debugfs. So how do I get it? First, make

How do I get mac80211 debugfs?

2012-10-01 Thread Kevin Cruz
Hey Johannes,     None of this should be too much of an effort for me. Thankfully I don't find terminals to be daunting. > Yeah ... we saw this in the lab at some point, but somehow we couldn't > reproduce it again later. The issue is that we stop the queues, and > never restart them, and if it's

How do I get mac80211 debugfs?

2012-10-01 Thread Kevin Cruz
Hey Johannes,     None of this should be too much of an effort for me. Thankfully I don't find terminals to be daunting. Yeah ... we saw this in the lab at some point, but somehow we couldn't reproduce it again later. The issue is that we stop the queues, and never restart them, and if it's