Cannot get 5GHz Networks to appear in Kali Linux (Panda Wireless PAU09)
I run a virtualized copy of Kali Linux on my MacBook Pro and I am trying to use my Panda Wireless PAU09. It is a recommended card and is said to be "Plug and Play" without having to install drivers or configuring it, but this has not been the case for me.
I can run iwconfig
, lsusb
, and dmesg
, and all of them display the same thing:
Bus 001 Device 002: ID 148f:5572 Ralink Technology, Corp. RT5572 Wireless Adapter
However, after I looked deeper into dmesg
it shows that it is loading the firmware, rt2800usb
and rt2870.bin
being loaded and they are able to activate successfully.
I still cannot see any wireless networks; the device is detected but the networks are not.
When i run dmesg
twice, an error pops up and says:
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
I have installed any driver that I can get my hands on, I have contacted panda and they gave me a "Linux" driver which ended up being corrupt and dysfunctional.
I've also added a few blacklisted sources to aid the drivers and this was recommended by a few people, and after doing so my WiFi shows up for a few seconds then goes away.
The sources are for the Ralink driver family:
http://cdn-fastly.deb.debian.org/debian jessie InRelease
and http://cdn-fastly.deb.debian.org/debian Strech InRelease
linux wireless-networking
add a comment |
I run a virtualized copy of Kali Linux on my MacBook Pro and I am trying to use my Panda Wireless PAU09. It is a recommended card and is said to be "Plug and Play" without having to install drivers or configuring it, but this has not been the case for me.
I can run iwconfig
, lsusb
, and dmesg
, and all of them display the same thing:
Bus 001 Device 002: ID 148f:5572 Ralink Technology, Corp. RT5572 Wireless Adapter
However, after I looked deeper into dmesg
it shows that it is loading the firmware, rt2800usb
and rt2870.bin
being loaded and they are able to activate successfully.
I still cannot see any wireless networks; the device is detected but the networks are not.
When i run dmesg
twice, an error pops up and says:
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
I have installed any driver that I can get my hands on, I have contacted panda and they gave me a "Linux" driver which ended up being corrupt and dysfunctional.
I've also added a few blacklisted sources to aid the drivers and this was recommended by a few people, and after doing so my WiFi shows up for a few seconds then goes away.
The sources are for the Ralink driver family:
http://cdn-fastly.deb.debian.org/debian jessie InRelease
and http://cdn-fastly.deb.debian.org/debian Strech InRelease
linux wireless-networking
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
How can I check?
– Zach
Jan 14 at 19:46
add a comment |
I run a virtualized copy of Kali Linux on my MacBook Pro and I am trying to use my Panda Wireless PAU09. It is a recommended card and is said to be "Plug and Play" without having to install drivers or configuring it, but this has not been the case for me.
I can run iwconfig
, lsusb
, and dmesg
, and all of them display the same thing:
Bus 001 Device 002: ID 148f:5572 Ralink Technology, Corp. RT5572 Wireless Adapter
However, after I looked deeper into dmesg
it shows that it is loading the firmware, rt2800usb
and rt2870.bin
being loaded and they are able to activate successfully.
I still cannot see any wireless networks; the device is detected but the networks are not.
When i run dmesg
twice, an error pops up and says:
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
I have installed any driver that I can get my hands on, I have contacted panda and they gave me a "Linux" driver which ended up being corrupt and dysfunctional.
I've also added a few blacklisted sources to aid the drivers and this was recommended by a few people, and after doing so my WiFi shows up for a few seconds then goes away.
The sources are for the Ralink driver family:
http://cdn-fastly.deb.debian.org/debian jessie InRelease
and http://cdn-fastly.deb.debian.org/debian Strech InRelease
linux wireless-networking
I run a virtualized copy of Kali Linux on my MacBook Pro and I am trying to use my Panda Wireless PAU09. It is a recommended card and is said to be "Plug and Play" without having to install drivers or configuring it, but this has not been the case for me.
I can run iwconfig
, lsusb
, and dmesg
, and all of them display the same thing:
Bus 001 Device 002: ID 148f:5572 Ralink Technology, Corp. RT5572 Wireless Adapter
However, after I looked deeper into dmesg
it shows that it is loading the firmware, rt2800usb
and rt2870.bin
being loaded and they are able to activate successfully.
I still cannot see any wireless networks; the device is detected but the networks are not.
When i run dmesg
twice, an error pops up and says:
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
I have installed any driver that I can get my hands on, I have contacted panda and they gave me a "Linux" driver which ended up being corrupt and dysfunctional.
I've also added a few blacklisted sources to aid the drivers and this was recommended by a few people, and after doing so my WiFi shows up for a few seconds then goes away.
The sources are for the Ralink driver family:
http://cdn-fastly.deb.debian.org/debian jessie InRelease
and http://cdn-fastly.deb.debian.org/debian Strech InRelease
linux wireless-networking
linux wireless-networking
edited Jan 14 at 18:36
var firstName
1,649517
1,649517
asked Jan 14 at 18:21
ZachZach
61
61
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
How can I check?
– Zach
Jan 14 at 19:46
add a comment |
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
How can I check?
– Zach
Jan 14 at 19:46
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
How can I check?
– Zach
Jan 14 at 19:46
How can I check?
– Zach
Jan 14 at 19:46
add a comment |
0
active
oldest
votes
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%2f1394219%2fcannot-get-5ghz-networks-to-appear-in-kali-linux-panda-wireless-pau09%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1394219%2fcannot-get-5ghz-networks-to-appear-in-kali-linux-panda-wireless-pau09%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
I have a similar problem on Ubuntu: the driver for my BroadCom WiFi card supports only 2.4 GHz, though booting Windows on the same machine finds both frequency ranges. I have learned to live with the lower frequency network.
– AFH
Jan 14 at 18:29
I was able to install the mac divers and I can see both 2.4 and 5ghz networks and connect to them just fine but, when i use it in my vm with kali i cant see my home networks either with 2.4or 5ghz and i'm not sure why. I also changed the country code on my adapter to match my own.
– Zach
Jan 14 at 18:32
Is Kali seeing the actual harware, or a virtualized adapter?
– music2myear
Jan 14 at 19:34
How can I check?
– Zach
Jan 14 at 19:46