Re:Re: Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-23 Thread jiani1012
Sorry,I have verified that the driver for iwn on freebsd can not support "scan" itself. The freebsd8.0 support the driver for 4965agn, so I do a mistake in converting the xp driver. Jeny___ freebsd-net@freebsd.org mailing list http://lists.freebsd.or

Re:Re: Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-20 Thread jiani1012
Thank you in advance! I got it with success! Today, I do the same thing with Intel 4965agn driver corresponding to iwn on FREEBSD8.0 release. I create wlan0 from iwn0, as well kldload the iwn,iwnfw before a ping successful conmunication. But when I do wlan0 scan, take errors: iwn0:error,INTR=2

Re: Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-14 Thread Paul B Mahol
On 5/14/10, jiani1012 wrote: > Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, > appears: > segmentation fault (core dumped) > CONVERSION FAILED inf file have missing end of line at end, open file in text editor and add empty line at and, and try again. ___

Re:Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-14 Thread jiani1012
Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, appears: segmentation fault (core dumped) CONVERSION FAILED 在2010-05-08 20:20:46,"Paul B Mahol" 写道: >On 5/7/10, jiani1012 wrote: >> Hi all, >> I am using xp3264-7.7.0.329-whql.zip file from Atheros. >> #cd /s

Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-08 Thread Paul B Mahol
On 5/7/10, jiani1012 wrote: > Hi all, > I am using xp3264-7.7.0.329-whql.zip file from Atheros. > #cd /sys/modules/ndis > #make install > #cd /sys/modules/if_ndis > #make install > #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h > (syn

Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-07 Thread Roar Pettersen
Hello ! I am using xp3264-7.7.0.329-whql.zip file from Atheros. #cd /sys/modules/ndis #make install #cd /sys/modules/if_ndis #make install #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h (syntax error) When trying to convert the

convert Windows NDIS drivers for use with FreeBSD

2010-05-07 Thread jiani1012
Hi all, I am using xp3264-7.7.0.329-whql.zip file from Atheros. #cd /sys/modules/ndis #make install #cd /sys/modules/if_ndis #make install #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h (syntax error) When trying to conver