how to use ndiswrapper to install wnda3100 v2 adaptor driver
I am using Ubuntu 14.04 Trusty Tahr and I am a newbie.
I am using an older desktop Dell Dimension E520 and WNDA3100 v2 adaptor for the WIFI.
I have tried using the WINE program to install the "Netgear WNDA3100v2 Genie program". Apparently it does not work at all.
I have installed Ndiswrapper, and downloaded the "bcmn43xx64.inf" and "bcmwlhigh5.inf". Moreover, I put these two .inf files into the download folder.
Could anyone show me the steps showing how to use Ndiswrapper to install the inf in the terminal?
I have tried using "sudo ndiswrapper -i .inf. But up to no avail.
Thanks in advance!
I did what you instructed me to do.
but the error came up:
Couldn't open bcmn43xx64.inf No such file or directory at /usr/sbin/ndiswrapper
-1.9 line 162
any solution?
wireless ndiswrapper netgear
add a comment |
I am using Ubuntu 14.04 Trusty Tahr and I am a newbie.
I am using an older desktop Dell Dimension E520 and WNDA3100 v2 adaptor for the WIFI.
I have tried using the WINE program to install the "Netgear WNDA3100v2 Genie program". Apparently it does not work at all.
I have installed Ndiswrapper, and downloaded the "bcmn43xx64.inf" and "bcmwlhigh5.inf". Moreover, I put these two .inf files into the download folder.
Could anyone show me the steps showing how to use Ndiswrapper to install the inf in the terminal?
I have tried using "sudo ndiswrapper -i .inf. But up to no avail.
Thanks in advance!
I did what you instructed me to do.
but the error came up:
Couldn't open bcmn43xx64.inf No such file or directory at /usr/sbin/ndiswrapper
-1.9 line 162
any solution?
wireless ndiswrapper netgear
add a comment |
I am using Ubuntu 14.04 Trusty Tahr and I am a newbie.
I am using an older desktop Dell Dimension E520 and WNDA3100 v2 adaptor for the WIFI.
I have tried using the WINE program to install the "Netgear WNDA3100v2 Genie program". Apparently it does not work at all.
I have installed Ndiswrapper, and downloaded the "bcmn43xx64.inf" and "bcmwlhigh5.inf". Moreover, I put these two .inf files into the download folder.
Could anyone show me the steps showing how to use Ndiswrapper to install the inf in the terminal?
I have tried using "sudo ndiswrapper -i .inf. But up to no avail.
Thanks in advance!
I did what you instructed me to do.
but the error came up:
Couldn't open bcmn43xx64.inf No such file or directory at /usr/sbin/ndiswrapper
-1.9 line 162
any solution?
wireless ndiswrapper netgear
I am using Ubuntu 14.04 Trusty Tahr and I am a newbie.
I am using an older desktop Dell Dimension E520 and WNDA3100 v2 adaptor for the WIFI.
I have tried using the WINE program to install the "Netgear WNDA3100v2 Genie program". Apparently it does not work at all.
I have installed Ndiswrapper, and downloaded the "bcmn43xx64.inf" and "bcmwlhigh5.inf". Moreover, I put these two .inf files into the download folder.
Could anyone show me the steps showing how to use Ndiswrapper to install the inf in the terminal?
I have tried using "sudo ndiswrapper -i .inf. But up to no avail.
Thanks in advance!
I did what you instructed me to do.
but the error came up:
Couldn't open bcmn43xx64.inf No such file or directory at /usr/sbin/ndiswrapper
-1.9 line 162
any solution?
wireless ndiswrapper netgear
wireless ndiswrapper netgear
edited Nov 23 '14 at 17:55
fossfreedom♦
150k37328373
150k37328373
asked Nov 22 '14 at 18:18
David YuDavid Yu
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Please open a terminal and change directories to the location of the files:
cd ~/Downloads
Install the driver:
sudo ndiswrapper -i bcmn43xx64.inf
sudo ndiswrapper -ma
sudo modprobe ndiswrapper
Check:
ndiswrapper -l
If all has gone well, it will report that the driver is installed and the hardware is present. If your wireless doesn't start as expected, check for messages in the log:
dmesg | grep ndis
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
|
show 2 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f552640%2fhow-to-use-ndiswrapper-to-install-wnda3100-v2-adaptor-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please open a terminal and change directories to the location of the files:
cd ~/Downloads
Install the driver:
sudo ndiswrapper -i bcmn43xx64.inf
sudo ndiswrapper -ma
sudo modprobe ndiswrapper
Check:
ndiswrapper -l
If all has gone well, it will report that the driver is installed and the hardware is present. If your wireless doesn't start as expected, check for messages in the log:
dmesg | grep ndis
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
|
show 2 more comments
Please open a terminal and change directories to the location of the files:
cd ~/Downloads
Install the driver:
sudo ndiswrapper -i bcmn43xx64.inf
sudo ndiswrapper -ma
sudo modprobe ndiswrapper
Check:
ndiswrapper -l
If all has gone well, it will report that the driver is installed and the hardware is present. If your wireless doesn't start as expected, check for messages in the log:
dmesg | grep ndis
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
|
show 2 more comments
Please open a terminal and change directories to the location of the files:
cd ~/Downloads
Install the driver:
sudo ndiswrapper -i bcmn43xx64.inf
sudo ndiswrapper -ma
sudo modprobe ndiswrapper
Check:
ndiswrapper -l
If all has gone well, it will report that the driver is installed and the hardware is present. If your wireless doesn't start as expected, check for messages in the log:
dmesg | grep ndis
Please open a terminal and change directories to the location of the files:
cd ~/Downloads
Install the driver:
sudo ndiswrapper -i bcmn43xx64.inf
sudo ndiswrapper -ma
sudo modprobe ndiswrapper
Check:
ndiswrapper -l
If all has gone well, it will report that the driver is installed and the hardware is present. If your wireless doesn't start as expected, check for messages in the log:
dmesg | grep ndis
answered Nov 22 '14 at 20:18
chili555chili555
38.9k55179
38.9k55179
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
|
show 2 more comments
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
Thank you , but it did not work.
– David Yu
Nov 23 '14 at 3:01
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
What did the message log that I requested have to say?
– chili555
Nov 23 '14 at 3:16
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
I'm getting this output when trying to get the driver for bcmwlhigh5 to work. Any clue to what the problem might be?
– Paul Lammertsma
Feb 25 '15 at 22:28
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@PaulLammertsma Please start your own new question.
– chili555
Feb 25 '15 at 23:21
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
@chili555 Sure, no problem. I thought perhaps the problems might be related.
– Paul Lammertsma
Feb 25 '15 at 23:24
|
show 2 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f552640%2fhow-to-use-ndiswrapper-to-install-wnda3100-v2-adaptor-driver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown