Hello everybody, how do you do?

I am trying to use a Windows driver with ndis.

ndisgen bcmwl6.inf bcmwl6.sys    (or ndisgen bcmwl6.inf bcmwl664.sys)


I then get this error:

ndiscvt: line 3095: VID_02d0&PID_4319&FN_1\LocationPaths\*: syntax error.
CONVERSION FAILED


view +3095 bcmwl6.inf shows this: (with 2 lines above and below for context)

;x64 -- Copy files for coinstaller
[CoInstall.CopyFiles.NTamd64]
        bcmwlcoi.dll,bcmwlcoi64.dll,,6

;x86 -- Copy files for coinstaller
[CoInstall.CopyFiles.NTx86]
        bcmwlcoi.dll,bcmwlcoi.dll,,6

[BCM43XNGSD.AddReg]
HKLM,SYSTEM\CurrentControlSet\Control\DeviceOverrides\SD#VID_02d0&PID_4319&FN_1\LocationPaths\*,Removable,0x00010001,0x0

[CoInstallers.AddReg]
HKR,,CoInstallers32,0x00010000,"bcmwlcoi.dll, BCMWlanCoInstall"

; WinVista/Win7 x64 - WDF Co-installer installation section
[BCM43XNMD_NT62.CoInstaller.CopyFiles.NTx86]
        WdfCoInstaller01011.dll


ndigen might not like the wildcard there, but I don't really know how to
proceed. Has anyone of you done this before, or knows what to do here?

Thanks a lot, and have a nice day.
Cheers, elk aide
_______________________________________________
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Reply via email to