I'm trying to use ndiswrapper to use a windows driver (netr7364) on ubuntu
10.04 64-bit for my ralink wireless adapter. I am using version 1.56 that I
recently compiled. However, it fails to load, giving this message in syslog
after starting it with "sudo modprobe ndiswrapper":
Jun2417:58:47roosh-desktopkernel:[921.765989]ndiswrapperversion1.56loaded(smp=yes,preempt=no)Jun2417:58:47roosh-desktopkernel:[921.910039]usb1-7:resethighspeedUSBdeviceusingehci_hcdandaddress4Jun2417:58:47roosh-desktoploadndisdriver:loadndisdriver:load_driver(358):couldn't load driver netr7364Jun2417:58:47roosh-desktopkernel:[922.147400]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMResetComplete'Jun2417:58:47roosh-desktopkernel:[922.147421]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMIndicateStatusEx'Jun2417:58:47roosh-desktopkernel:[922.147437]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMDeregisterMiniportDriver'Jun2417:58:47roosh-desktopkernel:[922.147452]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMRegisterMiniportDriver'Jun2417:58:47roosh-desktopkernel:[922.147471]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMSetMiniportAttributes'Jun2417:58:47roosh-desktopkernel:[922.147502]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisFreeNetBufferPool'Jun2417:58:47roosh-desktopkernel:[922.147516]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisAllocateMdl'Jun2417:58:47roosh-desktopkernel:[922.147569]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisFreeMdl'Jun2417:58:47roosh-desktopkernel:[922.147583]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMSendNetBufferListsComplete'Jun2417:58:47roosh-desktopkernel:[922.147597]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisMIndicateReceiveNetBufferLists'Jun2417:58:47roosh-desktopkernel:[922.147618]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisOpenConfigurationEx'Jun2417:58:47roosh-desktopkernel:[922.147633]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisAllocateNetBufferListPool'Jun2417:58:47roosh-desktopkernel:[922.147658]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisFreeNetBufferList'Jun2417:58:47roosh-desktopkernel:[922.147671]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisFreeNetBufferListPool'Jun2417:58:47roosh-desktopkernel:[922.147692]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisAllocateMemoryWithTagPriority'Jun2417:58:47roosh-desktopkernel:[922.147706]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisAllocateNetBufferAndNetBufferList'Jun2417:58:47roosh-desktopkernel:[922.147721]ndiswrapper(import:233):unknownsymbol:NDIS.SYS:'NdisAllocateNetBufferPool'Jun2417:58:47roosh-desktopkernel:[922.147748]ndiswrapper(import:233):unknownsymbol:WDFLDR.SYS:'WdfVersionUnbind'Jun2417:58:47roosh-desktopkernel:[922.147759]ndiswrapper(import:233):unknownsymbol:WDFLDR.SYS:'WdfVersionBind'Jun2417:58:47roosh-desktopkernel:[922.147764]ndiswrapper(load_sys_files:206):couldn't prepare driver 'netr7364'Jun2417:58:47roosh-desktopkernel:[922.148722]ndiswrapper(load_wrap_driver:108):couldn't load driver netr7364; check system log for messages from 'loadndisdriver'Jun2417:58:47roosh-desktopkernel:[922.148807]usbcore:registerednewinterfacedriverndiswrapper
Any help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
looks like you're trying to load a vista or win7 driver (NDIS 6.x). Up to now
ndiswrapper only supports Windows XP drivers (NDIS 5.x). So you have to look
for a Windows XP 64 driver for your device.
Eventually pgiri will add support for NDIS 6.x (at least I think so)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found a XP 32-bit driver and it works on Ubuntu 32-bit Live-CD (my card is a
Gemtek WUBR177G, the driver I found was rt73). It seems Ubuntu's driver does
not do its job well.
Anyways, I'm going to try to look for an XP 64 driver, or in worse case,
install Ubuntu 32-bit.
Again, thanks for your help. I've been trying to get this working for over a
year!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good News:
I did finally get a 64 bit driver from the ralink website, as you mentioned. I
had to install some sort of install-shield trial on my windows partition
(cabextract and unshield didn't work) and extract the .cab .inf and . sys
files for rt73 XP 64-bit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You're right:
extracting the WinXP 64 driver from the Setup can be a hassle - especially if
you don't have a WindowsXP 64 bit installation. And I know nobody who really
posses WinXP 64.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to use ndiswrapper to use a windows driver (netr7364) on ubuntu
10.04 64-bit for my ralink wireless adapter. I am using version 1.56 that I
recently compiled. However, it fails to load, giving this message in syslog
after starting it with "sudo modprobe ndiswrapper":
Any help?
Hi,
looks like you're trying to load a vista or win7 driver (NDIS 6.x). Up to now
ndiswrapper only supports Windows XP drivers (NDIS 5.x). So you have to look
for a Windows XP 64 driver for your device.
Eventually pgiri will add support for NDIS 6.x (at least I think so)
Thanks so much for your help.
I found a XP 32-bit driver and it works on Ubuntu 32-bit Live-CD (my card is a
Gemtek WUBR177G, the driver I found was rt73). It seems Ubuntu's driver does
not do its job well.
Anyways, I'm going to try to look for an XP 64 driver, or in worse case,
install Ubuntu 32-bit.
Again, thanks for your help. I've been trying to get this working for over a
year!
I'm using a RT2870 USB stick with a 64bit Linux with a driver from Raling (ht
tp://www.ralinktech.com/support.php?s=1)
Maybe you could try a driver from the same side (RT257x ??). If you get
kernel-oopses you have to apply a patch to ndiswrapper (http://sourceforge.ne
t/tracker/?func=detail&aid=2948988&group_id=93482&atid=604452) (sourceforge.net)
You can also try the Linux-drivers on their side, but my experiences with
these haven't been very good.
Good luck
Good News:
I did finally get a 64 bit driver from the ralink website, as you mentioned. I
had to install some sort of install-shield trial on my windows partition
(cabextract and unshield didn't work) and extract the .cab .inf and . sys
files for rt73 XP 64-bit.
Oh yea.
Thanks all for your help. I have found this forum to be a lot more helpful
than Ubuntu's :)
You're right:
extracting the WinXP 64 driver from the Setup can be a hassle - especially if
you don't have a WindowsXP 64 bit installation. And I know nobody who really
posses WinXP 64.
also, "cabextract" and "unshield" didn't work on the .exe files from ralink.
They did work on the ones from HP's website, though. I wonder why...