You need to refer to FreeBSD/rt2661 driver too. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ral/
- Michael Denry Rolf Zason wrote: > Thanks for your help Michael. > > Question... Is it possible to create a ral driver (RT2561) from the > source code posted in Opensolaris.org? > I tried using SUNWral package but it only support RT2500 (pci1814,201). > > Rgds, > Denry > > Mikore.Li at Sun.COM wrote: > >> Hi, Denry, >> >> According to http://pci-ids.ucw.cz/iii/?i=1814, >> it is a ralink RT2561 device, ndiswrapper does not support it. >> >> - Michael >> >> Denry Rolf Zason wrote: >> >>> I tried ndis-0.1 and here some results: >>> >>> bash-3.00# /usr/ccs/bin/make ndiscvt >>> /usr/sfw/bin/gcc -I../include -O -c ../err.c -o err.o >>> /usr/sfw/bin/gcc -I../include -O -c ../inf.c -o inf.o >>> /usr/sfw/bin/gcc -I../include -O -c ../ndiscvt.c -o ndiscvt.o >>> /usr/sfw/bin/gcc -I../include -O -c ../subr_pe.c -o subr_pe.o >>> yacc -d -v ../inf-parse.y >>> sh: yacc: not found >>> >>> >> Anyway, you need to put /usr/ccs/bin/yacc on your path. >> >> - Michael >> >>> *** Error code 1 >>> make: Fatal error: Command failed for target `inf-parse.o' >>> >>> scanpci -v results: >>> >>> pci bus 0x0001 cardnum 0x06 function 0x00: vendor 0x1814 device 0x0301 >>> RaLink Device unknown >>> CardVendor 0x1462 card 0xb834 (Card unknown) >>> STATUS 0x0410 COMMAND 0x0007 >>> CLASS 0x02 0x80 0x00 REVISION 0x00 >>> BIST 0x00 HEADER 0x00 LATENCY 0x20 CACHE 0x08 >>> BASE0 0xf5000000 addr 0xf5000000 MEM >>> MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x0b >>> BYTE_0 0x01 BYTE_1 0x00 BYTE_2 0x02 BYTE_3 0x00 >>> >>> Thanks, >>> Denry >>> >>> Mikore.Li at Sun.COM wrote: >>> >>> >>>> Please don't try ndis-1.1 under solaris 10, only ndis-0.1 can work >>>> under s10. >>>> Please post output of "/usr/X11/bin/scanpci -v", so that we know the >>>> exact device ID of MSI PC54G3. >>>> >>>> Thanks, >>>> >>>> Michael >>>> >>>> Denry Rolf Zason wrote: >>>> >>>> >>>>> Need some feedbacks to those you've successfully installed MSI >>>>> PC54G3 in Solaris 10 11/06. >>>>> >>>>> I can't get it running using ral driver and ndis wrapper. >>>>> >>>>> Here are some result when I tried ndis wrapper: >>>>> >>>>> bash-3.00# /usr/ccs/bin/make ndiscvt >>>>> /usr/sfw/bin/gcc -I../include -O -c ../err.c -o err.o >>>>> /usr/sfw/bin/gcc -I../include -O -c ../inf.c -o inf.o >>>>> /usr/sfw/bin/gcc -I../include -O -c ../ndiscvt.c -o ndiscvt.o >>>>> /usr/sfw/bin/gcc -I../include -O -c ../subr_pe.c -o subr_pe.o >>>>> /usr/ccs/bin/yacc -d -v ../inf-parse.y >>>>> >>>>> conflicts: 1 reduce/reduce >>>>> mv y.tab.c inf-parse.c >>>>> /usr/sfw/bin/gcc -I../include -O -c inf-parse.c -o inf-parse.o >>>>> rm -f inf-token.c >>>>> /usr/sfw/bin/flex -t ../inf-token.l > inf-token.c >>>>> /usr/sfw/bin/gcc -I../include -O -c inf-token.c -o inf-token.o >>>>> /usr/sfw/bin/gcc -I../include -O -o ndiscvt err.o inf.o ndiscvt.o >>>>> subr_pe.o inf-token.o inf-parse.o >>>>> >>>>> bash-3.00# /usr/ccs/bin/make ndis >>>>> /usr/sfw/bin/gcc -g -O2 -D_KERNEL -D__i386__ -I../include -I. -c >>>>> ../if_ndis.c -o ndis.o >>>>> ../if_ndis.c: In function `ndis_attach': >>>>> ../if_ndis.c:3038: error: `DDI_NT_NET_WIFI' undeclared (first use >>>>> in this function) >>>>> ../if_ndis.c:3038: error: (Each undeclared identifier is reported >>>>> only once >>>>> ../if_ndis.c:3038: error: for each function it appears in.) >>>>> *** Error code 1 >>>>> make: Fatal error: Command failed for target `ndis' >>>>> >>>>> Infos: >>>>> RT2561ST Chipset >>>>> MS-6834B ver.10 >>>>> Windows driver downloaded from the MSI site. (netr61.inf, netr61.sys) >>>>> >>>>> Thanks, >>>>> Denry >>>>> _______________________________________________ >>>>> laptop-discuss mailing list >>>>> laptop-discuss at opensolaris.org >>>>> >>>>> >>> >>> > _______________________________________________ > laptop-discuss mailing list > laptop-discuss at opensolaris.org >