Results 1 to 8 of 8
Can someone tell me if it is possible to take a 32 bit driver and change it to a 64 bit driver, or would you have to write the driver ...
- 02-10-2009 #1Linux Newbie
- Join Date
- Aug 2005
- Location
- Indiana
- Posts
- 101
How to change a 32 bit driver into a 64
Can someone tell me if it is possible to take a 32 bit driver and change it to a 64 bit driver, or would you have to write the driver in 64?
I am hoping there is a program that can do it for me.
Thanks for any help
TomAlienware M17
Dual ATI 3870 512Mb ram each
intel 5300 wireless
Ubuntu 8.04
- 02-10-2009 #2
I've never written a device driver before, but I have written other software, and generally speaking you can't just wave a magic wand or run a program through a converter to make it 64-bit; the source code must be compiled using a 64-bit compiler.
Registered Linux user #270181
TechieMoe's Tech Rants
- 02-10-2009 #3Linux Newbie
- Join Date
- Aug 2005
- Location
- Indiana
- Posts
- 101
thanks for the info
Thanks for the info. There is a gentleman with an alienware M17 with ubuntu 8.04 64 bit. His wireless is rtl8187se and After e-mailing realtek about needing a linux driver for it, they sent me a 32 bit linux driver and said they had no plans for a 32 bit version. I told him he could reload the 32 bit ubuntu but he said he had tried it and had issues.
Thanks for the help, I will relay the info to him. He will just have to buy a USB wireless adapter.Alienware M17
Dual ATI 3870 512Mb ram each
intel 5300 wireless
Ubuntu 8.04
- 02-10-2009 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
If what they sent you is a binary driver, then you are out of luck and can skip the rest of my post.
If they sent the source code (probably in C) then it might be possible to compile it for a 64 bit machine. However, how difficult that is will entirely depend on how well written the driver is.
If the programmers were smart enough to produce clean code the process should be quite straightforward. But if the code quality is not too good you might need to rewrite big portions of the code.
- 02-11-2009 #5Registered Linux user #270181
TechieMoe's Tech Rants
- 02-24-2009 #6
Was the original poster talking about Solaris or Linux?
Registered Linux user #270181
TechieMoe's Tech Rants
- 02-24-2009 #7Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Unless Ubuntu has a secret Solaris release, it's linux. It's on the 3rd post.
The procedure to modify the grub config file is not too different though. But the original problem is not whether to boot a 32 or 64 bits kernel, but the fact that there's no driver available for one of the two architectures.
- 02-24-2009 #8Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote

