Date: Sat, 24 Apr 2010 15:56:10 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: Ganbold Tsagaankhuu <ganbold@mobicom.mn>, PseudoCylon <moonlightakkiy@yahoo.ca>, Ganbold <ganbold@gmail.com> Subject: Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless Message-ID: <201004241556.10163.hselasky@c2i.net> In-Reply-To: <4BD2D0AB.2000706@gmail.com> References: <16641.96608.qm@web51806.mail.re2.yahoo.com> <490521.32714.qm@web51804.mail.re2.yahoo.com> <4BD2D0AB.2000706@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 24 April 2010 13:06:19 Ganbold wrote: > PseudoCylon wrote: > > Hello, > > > > Can you try this? (all 3 files has been updated) > > http://projects.nasreddine.com/projects/run/repository/revisions/mips_fix > >/show/dev/usb/wlan > > > > This is for rev 207077 or newer. > > If you are using older rev, please let me know with rev #, I'll change > > the code accordingly. > > > > If it isn't too much trouble, can you run the driver with following debug > > option on? # wlandebug -i wlan0 0x69300000 > > (after wlan create) > > To make this work, kernel need to be compiled with IEEE80211_DEBUG option > > which is enabled in generic AR71XX conf file by default. > > > > And, maybe with INVARIANTS option? the bug has been fixed in rev 206400 > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/mips/atheros/if_arge.c > > > > Sorry for asking too much. The driver is causing the trouble, but > > something goes wrong outside the driver. > > More crash, but I think it might be related to usb. > > panic: Trying sleep, but thread marked as sleeping prohibited > KDB: enter: panic > [ thread pid 11 tid 100031 ] > Stopped at kdb_enter+0x50: lui at,0x8054 Hi, This is not an USB issue. Please make sure usbd_do_request() is only called from thread context. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004241556.10163.hselasky>