[laptop-discuss] Re: (no subject)
steve trabert
steve.trabert at sun.com
Sun Oct 29 10:15:33 PST 2006
Maybe there is confusion about 32bit / 64 bit.
For 32 bit system here is how I made the driver. The locations in the cp command are specific for a 32 bit system. Note you need to create the links described in the comment before you make ndis. I did not modify the Makefile as you described.
make clean
make ndiscvt
iconv -f utf-16 -t ascii bcmwl5.inf >! bcmwl5.inf.ascii
# this step gets done when we make ndis
#./ndiscvt -i bcmwl5.inf.ascii -s bcmwl5.sys -o ndis.h
# need links ndis.sys -> bcmwl5.sys, ndis.inf -> bcmwl5.inf.ascii
make ndis
cp -i ndis /kernel/drv/bcmndis
make ndisapi
cp -i ndisapi /kernel/misc
This message posted from opensolaris.org
More information about the laptop-discuss
mailing list