Hi, I tried to get rt61 to work with ndiswrapper. Unfortunately it crashes on module load now, but at least ndiscvt doesn't segfault on the .inf file anymore.
For reference, the change I had to make:
in inf.c (all ndis-versions), replace
if (manf == NULL)
with
if ((manf == NULL) || (manf->vals[0] == NULL))
Hope this helps,
Patrick Georgi
--
This message posted from opensolaris.org
