iwlist scan | egrep -i 'ssid|quality'











up vote
0
down vote

favorite












Like many people with a Realtek RTL8723BE Wi-Fi controller I have issues catching Networks. I followed the answer from here:



https://askubuntu.com/a/1079892/898693



But at point 7,when entering:

iwlist scan | egrep -i 'ssid|quality'



I get following output:



```
enp3s0 Interface doesn't support scanning.



lo Interface doesn't support scanning.



```



So my question is, if there's another way arround to test which antena I should use?



Thanks for the help!










share|improve this question







New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
    – Kulfy
    Nov 30 at 21:27












  • So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
    – quilmes
    Dec 1 at 15:07












  • I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
    – quilmes
    Dec 1 at 15:15










  • changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
    – Kulfy
    Dec 1 at 15:46










  • changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
    – quilmes
    Dec 1 at 17:04















up vote
0
down vote

favorite












Like many people with a Realtek RTL8723BE Wi-Fi controller I have issues catching Networks. I followed the answer from here:



https://askubuntu.com/a/1079892/898693



But at point 7,when entering:

iwlist scan | egrep -i 'ssid|quality'



I get following output:



```
enp3s0 Interface doesn't support scanning.



lo Interface doesn't support scanning.



```



So my question is, if there's another way arround to test which antena I should use?



Thanks for the help!










share|improve this question







New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
    – Kulfy
    Nov 30 at 21:27












  • So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
    – quilmes
    Dec 1 at 15:07












  • I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
    – quilmes
    Dec 1 at 15:15










  • changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
    – Kulfy
    Dec 1 at 15:46










  • changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
    – quilmes
    Dec 1 at 17:04













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Like many people with a Realtek RTL8723BE Wi-Fi controller I have issues catching Networks. I followed the answer from here:



https://askubuntu.com/a/1079892/898693



But at point 7,when entering:

iwlist scan | egrep -i 'ssid|quality'



I get following output:



```
enp3s0 Interface doesn't support scanning.



lo Interface doesn't support scanning.



```



So my question is, if there's another way arround to test which antena I should use?



Thanks for the help!










share|improve this question







New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Like many people with a Realtek RTL8723BE Wi-Fi controller I have issues catching Networks. I followed the answer from here:



https://askubuntu.com/a/1079892/898693



But at point 7,when entering:

iwlist scan | egrep -i 'ssid|quality'



I get following output:



```
enp3s0 Interface doesn't support scanning.



lo Interface doesn't support scanning.



```



So my question is, if there's another way arround to test which antena I should use?



Thanks for the help!







networking drivers network-manager scanner






share|improve this question







New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 30 at 19:58









quilmes

1




1




New contributor




quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






quilmes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
    – Kulfy
    Nov 30 at 21:27












  • So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
    – quilmes
    Dec 1 at 15:07












  • I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
    – quilmes
    Dec 1 at 15:15










  • changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
    – Kulfy
    Dec 1 at 15:46










  • changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
    – quilmes
    Dec 1 at 17:04














  • 1




    Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
    – Kulfy
    Nov 30 at 21:27












  • So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
    – quilmes
    Dec 1 at 15:07












  • I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
    – quilmes
    Dec 1 at 15:15










  • changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
    – Kulfy
    Dec 1 at 15:46










  • changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
    – quilmes
    Dec 1 at 17:04








1




1




Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
– Kulfy
Nov 30 at 21:27






Have you successfully installed Wi-Fi driver? enp3s0 is generally logical name of the Ethernet Interface. You can check logical names of network adapters using sudo lshw -C network | grep 'network|description|logical name' and indeed Ethernet interface doesn't support scanning. What is the output of rfkill list all? Alternatively you can also use nmcli dev wifi.
– Kulfy
Nov 30 at 21:27














So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
– quilmes
Dec 1 at 15:07






So, I moved closer to the router and I got following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"]
– quilmes
Dec 1 at 15:07














I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
– quilmes
Dec 1 at 15:15




I moved closer to the router andgot following output: [enp3s0 Interface doesn't support scanning. lo Interface doesn't support scanning. Quality=38/70 Signal level=-72 dBm ESSID:"BO_Oficina"] The difference between the two antennas in minimal, -72dBm and -78dBn. Using the network scanner of my MacBook position next to the HP labtop gives me -42dBm. Is there way to improve reception of the HP or should I just buy a USB Wirless adapter? Sorry about not be able to properly format the output. Tried with ```vbut its not working.
– quilmes
Dec 1 at 15:15












changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
– Kulfy
Dec 1 at 15:46




changing value of ant_sel generally works. I generally refer this question while installing driver for the same. You can also refer linked duplicates.
– Kulfy
Dec 1 at 15:46












changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
– quilmes
Dec 1 at 17:04




changing the value of ant_sel worked, but the difference is very weak. ant-sel=1 was -72dBm and ant_sel=2 -78dBm. Would I get better wifi reception with an USB adapter?
– quilmes
Dec 1 at 17:04















active

oldest

votes











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',
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
});


}
});






quilmes is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097510%2fiwlist-scan-egrep-i-ssidquality%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








quilmes is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















quilmes is a new contributor. Be nice, and check out our Code of Conduct.













quilmes is a new contributor. Be nice, and check out our Code of Conduct.












quilmes is a new contributor. Be nice, and check out our Code of Conduct.
















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097510%2fiwlist-scan-egrep-i-ssidquality%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局