Results 11 to 20 of 29
I downloaded the windows driver then tried again:
ra@Amun:~$ sudo ndiswrapper -i windows_driver_INF_file
Password:
windows_driver_inf_file is already installed. Use -e to remove it
ra@Amun:~$ sudo ndiswrapper -l
Installed ndis drivers:
...
- 10-31-2006 #11Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
I downloaded the windows driver then tried again:
ra@Amun:~$ sudo ndiswrapper -i windows_driver_INF_file
Password:
windows_driver_inf_file is already installed. Use -e to remove it
ra@Amun:~$ sudo ndiswrapper -l
Installed ndis drivers:
windows_driver_inf_file invalid driver!
- 10-31-2006 #12
Can you post the exact steps you used (with the exact words, not replaced with "windows_driver_INF_file"), so we can understand what went wrontg ? Also, which version of Ubuntu are you using ?
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-31-2006 #13Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
After I downloaded the windows driver, I can't open the .exe file that the driver is in.
It's sitting on my desktop but it says that I can't open. I'm using ubuntu 6.06
- 10-31-2006 #14
Can you post a link to the driver, or your exact laptop model ? NDISWRAPPER will only accept drivers in file with the ".inf" extension, so you need to extract it from the file.
You should be able to use wine to extract the ".exe"."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-31-2006 #15Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
Sorry for being a pain in the ass, but I downloaded Wine and I still can't extract the .exe, Wine isn't even on the list of programs available to use.
- 11-01-2006 #16Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
This is the link to the driver: http://support.dell.com/support/down...d=3355&libid=5
It's an XPS Inspiron Gen 1.
- 11-01-2006 #17On Ubuntu, you can install wine like that :
Originally Posted by The Ra
Then you runCode:sudo apt-get install wine
to configure it.Code:winecfg
Then executing the windows driver extracts it :
and the driver will be ~/.wine/drive_c/dell/drivers/DRIVER/Code:wine R115321.EXE
If you want I already extrated it for you using wine, here is the link.
Download those 3 files (bcmwl5.inf, bcmwl5.sys, bcm43xx.cat), put them in the same directory.
Then
will install it.Code:sudo ndiswrapper -i bcmwl5.inf
For the rest, refer to the instructions I posted before."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-01-2006 #18Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
error i'm getting now is
ra@Amun:~$ sudo ndiswrapper -i bcmwl5.inf
Password:
Installing bcmwl5
couldn't copy bcmwl5.inf at /usr/sbin/ndiswrapper line 135.
- 11-01-2006 #19Make sure you tell ndiswrapper the exact location of the driver.
Originally Posted by The Ra "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-01-2006 #20Just Joined!
- Join Date
- Oct 2006
- Location
- Miami, FL
- Posts
- 38
what is the command for that? the files are in home/ra/networkdriver


Reply With Quote
