amit wrote: > HI, I got one issue, have tried this but got struck.. > > root at opensolaris:~/Download/ndis-1.2.1/i386# iconv -f utf-16 -t ascii > BCMWL5.INF > ndis.inf > > iconv: BCMWL5.INF:1680:20: cannot convert > This should be an iconv(1) issue, please send your inf file to me for my future investigate.
btw, 1. Another blog to share with you: http://learningsolaris.com/archives/2009/03/10/opensolaris-wifi-broadcom-bcm4312-on-dell-vostro-1710 2. you'd better to try Windows drivers mentioned in ndis project page at first. > root at opensolaris:~/Download/ndis-1.2.1/i386# make ndiscvt > /usr/sfw/bin/gcc -c ../err.c -o err.o > ../err.c:42:19: cdefs.h: No such file or directory The compile options is incorrect. The "-I../include -O" was lost. how about: #/usr/bin/make ndiscvt - Michael > ../err.c:105: error: conflicting types for 'verrc' > ../err.c:81: error: previous implicit declaration of 'verrc' was here > ../err.c:175: error: conflicting types for 'vwarnc' > ../err.c:152: error: previous implicit declaration of 'vwarnc' was here > make: *** [err.o] Error 1 > > Please help >
