Linux driver for Linksys AE1200 USB wifi dongle
Recently purchased a Linksys AE1200 USB wifi dongle to use with my debian box for setting up a wifi AP.
Unfortunately it doesnt seem to work out of the box and I cant seem to find any Linux drivers online. Does anyone have any suggestions on how I can get it working,
Thanks.
linux wireless-networking drivers
migrated from serverfault.com Dec 26 '11 at 9:01
This question came from our site for system and network administrators.
add a comment |
Recently purchased a Linksys AE1200 USB wifi dongle to use with my debian box for setting up a wifi AP.
Unfortunately it doesnt seem to work out of the box and I cant seem to find any Linux drivers online. Does anyone have any suggestions on how I can get it working,
Thanks.
linux wireless-networking drivers
migrated from serverfault.com Dec 26 '11 at 9:01
This question came from our site for system and network administrators.
it's apparently a BCM43235, which should work with thebrcmfmacdriver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.
– BatchyX
Apr 9 '13 at 20:06
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20
add a comment |
Recently purchased a Linksys AE1200 USB wifi dongle to use with my debian box for setting up a wifi AP.
Unfortunately it doesnt seem to work out of the box and I cant seem to find any Linux drivers online. Does anyone have any suggestions on how I can get it working,
Thanks.
linux wireless-networking drivers
Recently purchased a Linksys AE1200 USB wifi dongle to use with my debian box for setting up a wifi AP.
Unfortunately it doesnt seem to work out of the box and I cant seem to find any Linux drivers online. Does anyone have any suggestions on how I can get it working,
Thanks.
linux wireless-networking drivers
linux wireless-networking drivers
asked Dec 26 '11 at 7:09
RayQuangRayQuang
128125
128125
migrated from serverfault.com Dec 26 '11 at 9:01
This question came from our site for system and network administrators.
migrated from serverfault.com Dec 26 '11 at 9:01
This question came from our site for system and network administrators.
it's apparently a BCM43235, which should work with thebrcmfmacdriver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.
– BatchyX
Apr 9 '13 at 20:06
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20
add a comment |
it's apparently a BCM43235, which should work with thebrcmfmacdriver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.
– BatchyX
Apr 9 '13 at 20:06
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20
it's apparently a BCM43235, which should work with the
brcmfmac driver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.– BatchyX
Apr 9 '13 at 20:06
it's apparently a BCM43235, which should work with the
brcmfmac driver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.– BatchyX
Apr 9 '13 at 20:06
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20
add a comment |
1 Answer
1
active
oldest
votes
I have had luck in Ubuntu using "Windows Wireless Drivers" and the dongle's windows driver.
See Here
Since Ubuntu is Debian based there is probably a Debian equivalent.
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f371631%2flinux-driver-for-linksys-ae1200-usb-wifi-dongle%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
I have had luck in Ubuntu using "Windows Wireless Drivers" and the dongle's windows driver.
See Here
Since Ubuntu is Debian based there is probably a Debian equivalent.
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
add a comment |
I have had luck in Ubuntu using "Windows Wireless Drivers" and the dongle's windows driver.
See Here
Since Ubuntu is Debian based there is probably a Debian equivalent.
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
add a comment |
I have had luck in Ubuntu using "Windows Wireless Drivers" and the dongle's windows driver.
See Here
Since Ubuntu is Debian based there is probably a Debian equivalent.
I have had luck in Ubuntu using "Windows Wireless Drivers" and the dongle's windows driver.
See Here
Since Ubuntu is Debian based there is probably a Debian equivalent.
answered Dec 26 '11 at 19:39
KevinKevin
1,82811414
1,82811414
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
add a comment |
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
Oh really? which driver did you use because when I tried none of them would install apart from the vista one, and that couldnt start the device as it gave some driver error.
– RayQuang
Dec 27 '11 at 4:26
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
My dongle is a different brand. I used the XP drivers if I am remembering correctly. It worked in Ubuntu at home and Mint at work. My dongle is a "CNet Wireless-N PicoUSB Dongle CQU-906"
– Kevin
Dec 27 '11 at 4:58
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f371631%2flinux-driver-for-linksys-ae1200-usb-wifi-dongle%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
it's apparently a BCM43235, which should work with the
brcmfmacdriver. However, that driver is somewhat new, you may need a more recent kernel that Debian provides, especially if you are using Debian Stable.– BatchyX
Apr 9 '13 at 20:06
@BatchyX: You should make that comment an answer.
– David Foerster
Oct 19 '13 at 8:20