PDA

View Full Version : 64 bit driver different then 32 bit?


zackiv31
5th June 2007, 03:38 PM
I have a Dell USB Wireless 1450 Card that I'm trying to get to work in F7. I have the original driver CD, but when I try to load it through ndiswrapper, it gives me some problem with the 32 bit driver and the x86_64 bit version of F7 I'm running.

Is there something I can do to get it work? Do I need the 64-bit version of the driver or something?

Sidenote: I installed Ubuntu 7.04 and the driver loads properly and connects to my AP, but is unable to get on the internet... so there must be some kind of driver for it right?

zackiv31
5th June 2007, 04:07 PM
I think I may have found a 64-bit version of the driver here: but I can't get an *.inf out of it...

http://support.us.dell.com/support/downloads/download.aspx?c=us&l=en&s=gen&releaseid=R129474&formatcnt=1&libid=0&fileid=172478

Any help?

sideways
5th June 2007, 05:40 PM

You need to install wine to run the installer and tthen the setup program, it's a bit messy, and your effrots may be fruitless so to save you a bit of time I've attached the drivers in a zip file

(You usually just need an inf and sys file from the driver folders, run the ndiswrapper -i command on DELLNIC.inf and pray)

zackiv31
5th June 2007, 05:47 PM
Well i installed the driver.. but I'm getting a different error now.. here's the output of dmesg:

ndiswrapper version 1.43 loaded (smp=yes)
usb 2-4.3: reset high speed USB device using ehci_hcd and address 5
ndiswrapper (import:245): unknown symbol: ntoskrnl.exe:'__chkstk'
ndiswrapper (import:245): unknown symbol: ntoskrnl.exe:'memcmp'
ndiswrapper (load_sys_files:216): couldn't prepare driver 'dellnic'
ndiswrapper (load_wrap_driver:118): couldn't load driver dellnic; check system log for messages from 'loadndisdriver'
usbcore: registered new interface driver ndiswrapper

sideways
5th June 2007, 06:16 PM
Maybe try the latest version of ndiswrapper-1.46, and compile the source.

remove the driver first using ndiswrapper -e dellnic, and then unistall ndiswrapper using make unnistall (or if you installed via yum, remove using yum)


If it still doesn't work then find out which driver is used in Ubuntu, Fedora should be able to use the same one, if it is open-source then it can (in theory) be compiled to work on x86_64.

zackiv31
5th June 2007, 06:27 PM
ndiswrapper version 1.46 loaded (smp=yes)
usb 2-4.3: reset high speed USB device using ehci_hcd and address 5
ndiswrapper (import:245): unknown symbol: ntoskrnl.exe:'__chkstk'
ndiswrapper (import:245): unknown symbol: ntoskrnl.exe:'memcmp'
ndiswrapper (load_sys_files:216): couldn't prepare driver 'dellnic'
ndiswrapper (load_wrap_driver:118): couldn't load driver dellnic; check system log for messages from 'loadndisdriver'
usbcore: registered new interface driver ndiswrapper

tried the new one... didn't work... hmmm

zackiv31
5th June 2007, 06:44 PM
I'm in a live cd of Ubuntu but it doesn't use ndiswrapper.. i dont think...

/etc/modprobe.d/ contains an ipw3945 file... is that the wireless?

Anyone know a way to strip the inf file from this ubuntu install ?