Hi,
Don't know where to post this. See attached file. I am trying to use the 
ndis-wrapper to activate Wlan on my HP nx6125. I have loaded Solaris 10  rel 
11/06? It uses the Broadcom 4318 chipset. I get to the 'modload' step then the 
process fails.
Suggestions will be appreciated
Frank
 
 
This message posted from opensolaris.org
# make clean
rm -rf *.o ndiscvt inf-parse.c y.tab.h y.output inf-token.c ndis ndisapi
# ls
Makefile      bcm64.inf     bcm64.sys     ndis.h        ndis.inf.old
# pwd
/Documents/Dos-Sun/Sun/ndis-0.1/amd64
# make ndiscvt
/usr/sfw/bin/gcc -I../include -O -m64 -c ../err.c -o err.o
/usr/sfw/bin/gcc -I../include -O -m64 -c ../inf.c -o inf.o
/usr/sfw/bin/gcc -I../include -O -m64 -c ../ndiscvt.c -o ndiscvt.o
/usr/sfw/bin/gcc -I../include -O -m64 -c ../subr_pe.c -o subr_pe.o
yacc -d -v ../inf-parse.y

conflicts: 1 reduce/reduce
mv y.tab.c inf-parse.c
/usr/sfw/bin/gcc -I../include -O -m64 -c inf-parse.c -o inf-parse.o
rm -f inf-token.c
flex -t ../inf-token.l > inf-token.c
/usr/sfw/bin/gcc -I../include -O -m64 -c inf-token.c -o inf-token.o
/usr/sfw/bin/gcc -I../include -O -m64 -o ndiscvt err.o inf.o ndiscvt.o 
subr_pe.o inf-token.o inf-parse.o
# ./ndiscvt -i bcm64.inf -s bcm64.sys -o ndis.h
$Windows NT$
# make ndis
/usr/sfw/bin/gcc -fident -finline -fno-inline-functions -fno-builtin  -fno-asm 
-nodefaultlibs -D__sun -O2 -gdwarf-2  -fno-strict-aliasing -fno-unit-at-a-time  
-fno-optimize-sibling-calls -m64 -mtune=opteron  -Wall -Wno-unknown-pragmas 
-Wno-missing-braces  -Wno-sign-compare -Wno-parentheses -Wno-uninitialized  
-Wno-implicit-function-declaration -Wno-unused  -Wno-trigraphs 
-Wno-char-subscripts -Wno-switch  -ffreestanding -mcmodel=kernel -mno-red-zone  
-D_KERNEL -D__amd64__ -D__amd64 -I../include -I. -c ../if_ndis.c -o ndis.o
ld -r -o ndis ndis.o
# cp ndis /kernel/drv/amd64/bcmndis
# make ndisapi
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c 
../subr_ndis.c -o subr_ndis.o
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c 
../subr_ntoskrnl.c -o subr_ntoskrnl.o
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c ../subr_pe.c 
-o subr_pe.o
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c ../subr_hal.c 
-o subr_hal.o
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c 
../kern_ndis.c -o kern_ndis.o
/usr/sfw/bin/gcc -g -O -D_KERNEL -D__amd64__ -m64 -I../include -c 
../kern_windrv.c -o kern_windrv.o
/usr/sfw/bin/gcc -c -O2 -fno-inline -Wall -ffreestanding -U_NO_LONGLONG  
-D_KERNEL  -mcmodel=kernel -mno-red-zone -fno-strict-aliasing  -m64 
-mtune=opteron ../winx64_wrap.S -o winx64_wrap.o
ld -r -o ndisapi subr_ndis.o subr_ntoskrnl.o subr_pe.o subr_hal.o  kern_ndis.o 
kern_windrv.o winx64_wrap.o
# cp ndisapi /kernel/misc/amd64
# modload ndisapi
can't load module: No such file or directory
#
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to