installhelper.dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
OrionRising
Newbie
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 1:28 pm

installhelper.dll

Post by OrionRising »

Hi, all.

I'm running Ubuntu 8.04, and trying to install the Windows wifi driver for my onboard wifi, as there is no Linux driver for it. I've tried using NDISWrapper, but as far as I can tell, the necessary file doesn't exist. So, I'm trying to install the Windows driver directly, using Wine.

However, when I try to run the .exe file, I get the following error message (I had to copy from a screen shot, so there may be typos):

Code: Select all

Unable to load
C:\windows\temp\{164E09A4-735A-11DD-1194-001FC60B674E}\{295941F1-484E-4C23-B43C-7EFDC3E6DF43}\InstallHelper.dll.
Is there any way to put an appropriate file in place, or to get around this problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: installhelper.dll

Post by dimesio »

OrionRising wrote:Hi, all.

I'm running Ubuntu 8.04, and trying to install the Windows wifi driver for my onboard wifi, as there is no Linux driver for it. I've tried using NDISWrapper, but as far as I can tell, the necessary file doesn't exist. So, I'm trying to install the Windows driver directly, using Wine.
http://wiki.winehq.org/FAQ#head-8021e00 ... 621b9d9366
OrionRising
Newbie
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 1:28 pm

Post by OrionRising »

Oh, right. :roll: Thanks for pointing that out.

So, is there no way to get it to work in super-user mode?
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Post by jeffz »

OrionRising wrote:Oh, right. :roll: Thanks for pointing that out.

So, is there no way to get it to work in super-user mode?
doing sudo will only break things if you use it at the wrong time.

You could look at ndiswrapper.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

OrionRising wrote:Oh, right. :roll: Thanks for pointing that out.

So, is there no way to get it to work in super-user mode?
No, Wine does not support any hardware device drivers.
OrionRising
Newbie
Newbie
Posts: 3
Joined: Tue Aug 26, 2008 1:28 pm

Post by OrionRising »

Thanks for your replies. I guess I'll have to focus on trying ndiswrapper. Either that, or buy a usb wifi device which does have linux drivers. It's not as if I could use the other features of my motherboard, anyway. :roll:
Locked