Add extra dummy funcs to ntoskernel.c
Status: Beta
Brought to you by:
pgiri
Please add the following dummies to ntoskernel.c
wstdcall void WIN_FUNC(IoWMIQueryAllData,0)
(void)
{
TODO();
}
wstdcall void WIN_FUNC(IoWMIOpenBlock,0)
(void)
{
TODO();
}
Different drivers not working. I had the problem with the "bcmwl5" driver on opensuse 12.1 (x86_64), found the solution on fedora thread ...
http://forums.fedoraforum.org/showthread.php?t=277809
Could you please fix this issue in the next release. It seems to be very common. Thank you very much!