I want to buy a wireless card

2013-07-08 Thread XiaoQI Ge
wireless network adapter recommend it? Thank you === Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ Gtalk/E-Mail :g...@7axu.com ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To

My WLI-UC-GNM up crash

2013-07-14 Thread XiaoQI Ge
My WLI-UC-GNM ifconfig up when collapsed, I do not know how to solve root@FreeBSD:~ # ifconfig wlan create wlandev run0 wlan0: Ethernet address: 10:6f:3f:2b:fd:6d wlan0 root@FreeBSD:~ # ifconfig lo0: flags=8049 metric 0 mtu 16384 options=63 inet6 ::1 prefixlen 128 inet

Re: My WLI-UC-GNM up crash

2013-07-15 Thread XiaoQI Ge
T=yes MALLOC_PRODUCTION=yes buildkernel -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/15 Hans Petter Selasky > ** > > Can you tell us which compiler you used to build your image? > > --HPS > > ___ freebsd-wireless@fre

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
I'll try this patch -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/15 Daan Vreeken : > Hi XiaoQI Ge, > > On Monday 15 July 2013 06:12:38 XiaoQI Ge wrote: >> My WLI-UC-GNM ifconfig up when collapsed, >> I do not know how to solve >> >

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
10.0-CURRENT (BBB) #2 r253557M: Tue Jul 23 21:26:40 CST 2013 (Beagleboard Black) -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/15 Hans Petter Selasky : > Hi, > > Can you try the attached patch? > > --HPS ___

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
This patch I do not know how to use Please see the patches I posted here : http://www.freebsd.org/cgi/query-pr.cgi?pr=arm%2F179532&cat= I think they may solve your problem. -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/15 Daan Vreeken : > Hi Xi

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
013-06-14 10:12:49.786774072 +0200 |+++ if_run.c.fix2_vnet_plus_radiotap 2013-06-14 10:15:34.890774314 +0200 -- File to patch: 2013/7/23 Daan Vreeken : > cd /usr/src/sys/dev/usb/wlan -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
I manually make up, is compiling the kernel -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/24 XiaoQI Ge : > patch < /root/if_run_2013_01_19_radiotap_fix_only.diff appears to be invalid > > ] /usr/src/sys/dev/usb/wlan # pat

Re: My WLI-UC-GNM up crash

2013-07-23 Thread XiaoQI Ge
(revision 253514) +++ sys/vm/vm_map.c (working copy) @@ -239,8 +239,7 @@ vm_map_t map; map = (vm_map_t)mem; - map->nentries = 0; - map->size = 0; + memset(map, 0, sizeof(*map)); mtx_init(&map->system_mtx, "vm map (system)", NULL,

Re: My WLI-UC-GNM up crash

2013-07-25 Thread XiaoQI Ge
#Firmware Module for Ralink driver --- The compiler command make TARGET_ARCH=armv6 TARGET_CPUTYPE=armv6 KERNCONF=BBB WITH_FDT=yes buildkernel -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/24 XiaoQI Ge : > How do I debug it? Can provide useful information > >

Re: My WLI-UC-GNM up crash

2013-07-27 Thread XiaoQI Ge
That should be how to solve it? -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/27 Adrian Chadd : > This is known; there's some alignment issue with the radiotap TX/RX > structures in some of these USB devices. > > > > -adrain > > On

Re: My WLI-UC-GNM up crash

2013-07-28 Thread XiaoQI Ge
root@FreeBSD:~ # -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/29 Adrian Chadd : > As long as that results in the radiotap structures being 4 or 8 byte > padded when it's embedded in the softc - then yes, indeed. > > Xiao, can you try? > > > -

Re: My WLI-UC-GNM up crash

2013-07-31 Thread XiaoQI Ge
-Black broken? -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/30 Ian Lepore : > On Mon, 2013-07-29 at 14:15 -0700, John-Mark Gurney wrote: >> Hans Petter Selasky wrote this message on Mon, Jul 29, 2013 at 19:58 +0200: >> > The aligned will make sure that

Re: My WLI-UC-GNM up crash

2013-08-01 Thread XiaoQI Ge
response, TTL did not show additional information -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/8/1 Rui Paulo : > On 31 Jul 2013, at 01:28, XiaoQI Ge wrote: > >> Last night, I use the latest FreeBSD source (r253827) and >> crochet-freebsd compile img >