Hello,
Thanks for the good work done on ndswrapper!
On my RTL8192CE card for version 1.57 I had:
ndiswrapper (import:232): unknown symbol: ntoskrnl.exe:'IoWMIQueryAllData'
ndiswrapper (import:232): unknown symbol: ntoskrnl.exe:'IoWMIOpenBlock'
In connection with https://sourceforge.net/p/ndiswrapper/bugs/263/ I saw that IoWMIOpenBlock,IoWMIQueryAllData "dummy" functions have been added for 1.58rc1.
Now I receive:
[ 281.312226] ndiswrapper version 1.58rc1 loaded (smp=yes, preempt=no)
[ 281.327381] ndiswrapper: driver net8192ce (Realtek Semiconductor Corp.,04/17/2012,1005.36.0417.2012) loaded
[ 281.327514] ndiswrapper 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 281.328500] ndiswrapper 0000:03:00.0: setting latency timer to 64
[ 281.604045] ndiswrapper (NdisMMapIoSpace:817): ioremap failed
[ 281.604058] ndiswrapper (NdisWriteErrorLogEntry:188): log: C0001388, count: 1, return_address: ffffffffa03295ef
[ 281.604066] ndiswrapper (NdisWriteErrorLogEntry:191): code: 0x601
[ 281.604593] ndiswrapper (mp_init:211): couldn't initialize device: C0000001
[ 281.604605] ndiswrapper (pnp_start_device:395): Windows driver couldn't initialize the device (C0000001)
[ 281.604866] ndiswrapper (mp_halt:254): device ffff8800434c3780 is not initialized - not halting
[ 281.604873] ndiswrapper: device eth%d removed
[ 281.604907] ndiswrapper 0000:03:00.0: PCI INT A disabled
[ 281.605063] ndiswrapper: probe of 0000:03:00.0 failed with error -22
[ 281.605158] usbcore: registered new interface driver ndiswrapper
Could you please consider adding RTL8192 support? The card has "native linux" driver, but it is buggy and I saw many complaints while googling.
Thanks a lot,
Todor
P.S Additional Information:
My OS: Ubuntu 12.04 LTS
My Kernel:
Linux todorov-laptop 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Windows Driver downloaded here:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true
(Using the files for WinXP64 --> folder RTL8192ce_WindowsDriver_1005.36.0417.2012.F0066.P0830_ISS_1.00.0180.L/88_92_CE_Driver/WinX64 in the .zip file)
I also have a PCI express card that requires these imports to load the XP driver (the Asus PCE-AC68). I see that this feature is unread, but grouped for the next release. What does that mean? Is this going to be supported?