How to make ubuntu look for available wifi networks?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using Ubuntu 12.04. I have a problem with my wifi, but not always. My system detects wifi networks some times and display it in the available wifi networks list and is able to connect properly. But, some times it doesn't detect available wifi networks at all.
Can any tell me a way to make Ubuntu look for available wifi networks?
Here is the iwconfig info
ppp0 no wireless extensions.
lo no wireless extensions.
wwan0 no wireless extensions.
eth1 IEEE 802.11abg ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
eth0 no wireless extensions.
Result of lspci is
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
wireless
add a comment |
I'm using Ubuntu 12.04. I have a problem with my wifi, but not always. My system detects wifi networks some times and display it in the available wifi networks list and is able to connect properly. But, some times it doesn't detect available wifi networks at all.
Can any tell me a way to make Ubuntu look for available wifi networks?
Here is the iwconfig info
ppp0 no wireless extensions.
lo no wireless extensions.
wwan0 no wireless extensions.
eth1 IEEE 802.11abg ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
eth0 no wireless extensions.
Result of lspci is
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
wireless
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Post the outputiwconfigfrom terminal
– krishna kaanthh
Nov 16 '13 at 14:23
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35
add a comment |
I'm using Ubuntu 12.04. I have a problem with my wifi, but not always. My system detects wifi networks some times and display it in the available wifi networks list and is able to connect properly. But, some times it doesn't detect available wifi networks at all.
Can any tell me a way to make Ubuntu look for available wifi networks?
Here is the iwconfig info
ppp0 no wireless extensions.
lo no wireless extensions.
wwan0 no wireless extensions.
eth1 IEEE 802.11abg ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
eth0 no wireless extensions.
Result of lspci is
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
wireless
I'm using Ubuntu 12.04. I have a problem with my wifi, but not always. My system detects wifi networks some times and display it in the available wifi networks list and is able to connect properly. But, some times it doesn't detect available wifi networks at all.
Can any tell me a way to make Ubuntu look for available wifi networks?
Here is the iwconfig info
ppp0 no wireless extensions.
lo no wireless extensions.
wwan0 no wireless extensions.
eth1 IEEE 802.11abg ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
eth0 no wireless extensions.
Result of lspci is
Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
wireless
wireless
edited Nov 16 '13 at 14:57
iJade
asked Nov 16 '13 at 13:49
iJadeiJade
10325
10325
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Post the outputiwconfigfrom terminal
– krishna kaanthh
Nov 16 '13 at 14:23
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35
add a comment |
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Post the outputiwconfigfrom terminal
– krishna kaanthh
Nov 16 '13 at 14:23
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Post the output
iwconfig from terminal– krishna kaanthh
Nov 16 '13 at 14:23
Post the output
iwconfig from terminal– krishna kaanthh
Nov 16 '13 at 14:23
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35
add a comment |
3 Answers
3
active
oldest
votes
Open a terminal. Type the following:
sudo crontab -e
Now type the following:
* * * * * iwlist eth1 scan
Save it and exit.
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
add a comment |
Use this in terminal
sudo lsmod | grep ipw2200
If it returns some lines then it will ensure that the driver is loaded perfectly or else you have to contact Ubuntu Forms
Or else try this:
open the ‘Synaptic Package Manager‘ (if you are using Ubuntu 11.10 then install it first from the software cemter) and search for ‘bcm’
uninstall the ‘bcm-kernel-source‘ package
make sure that the ‘firmware-b43-installer‘ and the ‘b43-fwcutter‘ packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'
(you may want to copy this till the end if it is not visible properly) and see if the term ‘blacklist bcm43xx‘ is there
if it is, then type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf put a # in front of the line: blacklist bcm43xx then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
add a comment |
Use iwlist. The man page (actually http://manpages.ubuntu.com/manpages/wily/en/man8/iwlist.8.html) says:
wlist.8.gz
Provided by: wireless-tools_30~pre9-8ubuntu1_i386
NAME
iwlist - Get more detailed wireless information from a wireless
interface
SYNOPSIS
iwlist [interface] scanning
snip...
PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and
optionally a whole bunch of information about them (ESSID,
Quality, Frequency, Mode...). The type of information returned
depends on what the card supports.
Triggering scanning is a privileged operation (root only) and
normal users can only read left-over scan results. By default,
the way scanning is done (the scope of the scan) is dependant on
the card and card settings.
This command takes optional arguments, however most drivers will
ignore those. The option essid is used to specify a scan on a
specific ESSID. With some card/driver, this enables to see
hidden networks. The option last does not trigger a scan and
read left-over scan results.
add a comment |
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%2f377950%2fhow-to-make-ubuntu-look-for-available-wifi-networks%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open a terminal. Type the following:
sudo crontab -e
Now type the following:
* * * * * iwlist eth1 scan
Save it and exit.
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
add a comment |
Open a terminal. Type the following:
sudo crontab -e
Now type the following:
* * * * * iwlist eth1 scan
Save it and exit.
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
add a comment |
Open a terminal. Type the following:
sudo crontab -e
Now type the following:
* * * * * iwlist eth1 scan
Save it and exit.
Open a terminal. Type the following:
sudo crontab -e
Now type the following:
* * * * * iwlist eth1 scan
Save it and exit.
answered Nov 16 '13 at 14:38
krishna kaanthhkrishna kaanthh
5031413
5031413
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
add a comment |
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
i already tried dat on cmd prompt ......it shows "eth1 No scan results"
– iJade
Nov 16 '13 at 14:39
add a comment |
Use this in terminal
sudo lsmod | grep ipw2200
If it returns some lines then it will ensure that the driver is loaded perfectly or else you have to contact Ubuntu Forms
Or else try this:
open the ‘Synaptic Package Manager‘ (if you are using Ubuntu 11.10 then install it first from the software cemter) and search for ‘bcm’
uninstall the ‘bcm-kernel-source‘ package
make sure that the ‘firmware-b43-installer‘ and the ‘b43-fwcutter‘ packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'
(you may want to copy this till the end if it is not visible properly) and see if the term ‘blacklist bcm43xx‘ is there
if it is, then type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf put a # in front of the line: blacklist bcm43xx then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
add a comment |
Use this in terminal
sudo lsmod | grep ipw2200
If it returns some lines then it will ensure that the driver is loaded perfectly or else you have to contact Ubuntu Forms
Or else try this:
open the ‘Synaptic Package Manager‘ (if you are using Ubuntu 11.10 then install it first from the software cemter) and search for ‘bcm’
uninstall the ‘bcm-kernel-source‘ package
make sure that the ‘firmware-b43-installer‘ and the ‘b43-fwcutter‘ packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'
(you may want to copy this till the end if it is not visible properly) and see if the term ‘blacklist bcm43xx‘ is there
if it is, then type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf put a # in front of the line: blacklist bcm43xx then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
add a comment |
Use this in terminal
sudo lsmod | grep ipw2200
If it returns some lines then it will ensure that the driver is loaded perfectly or else you have to contact Ubuntu Forms
Or else try this:
open the ‘Synaptic Package Manager‘ (if you are using Ubuntu 11.10 then install it first from the software cemter) and search for ‘bcm’
uninstall the ‘bcm-kernel-source‘ package
make sure that the ‘firmware-b43-installer‘ and the ‘b43-fwcutter‘ packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'
(you may want to copy this till the end if it is not visible properly) and see if the term ‘blacklist bcm43xx‘ is there
if it is, then type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf put a # in front of the line: blacklist bcm43xx then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
Use this in terminal
sudo lsmod | grep ipw2200
If it returns some lines then it will ensure that the driver is loaded perfectly or else you have to contact Ubuntu Forms
Or else try this:
open the ‘Synaptic Package Manager‘ (if you are using Ubuntu 11.10 then install it first from the software cemter) and search for ‘bcm’
uninstall the ‘bcm-kernel-source‘ package
make sure that the ‘firmware-b43-installer‘ and the ‘b43-fwcutter‘ packages are installed
type into terminal:
cat /etc/modprobe.d/* | egrep '8180|acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|witch|wl'
(you may want to copy this till the end if it is not visible properly) and see if the term ‘blacklist bcm43xx‘ is there
if it is, then type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf put a # in front of the line: blacklist bcm43xx then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
reboot
edited Nov 16 '13 at 14:57
answered Nov 16 '13 at 14:48
krishna kaanthhkrishna kaanthh
5031413
5031413
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
add a comment |
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
but my network controller is Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller and not Network controller: Intel Corporation PRO/Wireless 2200BG
– iJade
Nov 16 '13 at 14:57
add a comment |
Use iwlist. The man page (actually http://manpages.ubuntu.com/manpages/wily/en/man8/iwlist.8.html) says:
wlist.8.gz
Provided by: wireless-tools_30~pre9-8ubuntu1_i386
NAME
iwlist - Get more detailed wireless information from a wireless
interface
SYNOPSIS
iwlist [interface] scanning
snip...
PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and
optionally a whole bunch of information about them (ESSID,
Quality, Frequency, Mode...). The type of information returned
depends on what the card supports.
Triggering scanning is a privileged operation (root only) and
normal users can only read left-over scan results. By default,
the way scanning is done (the scope of the scan) is dependant on
the card and card settings.
This command takes optional arguments, however most drivers will
ignore those. The option essid is used to specify a scan on a
specific ESSID. With some card/driver, this enables to see
hidden networks. The option last does not trigger a scan and
read left-over scan results.
add a comment |
Use iwlist. The man page (actually http://manpages.ubuntu.com/manpages/wily/en/man8/iwlist.8.html) says:
wlist.8.gz
Provided by: wireless-tools_30~pre9-8ubuntu1_i386
NAME
iwlist - Get more detailed wireless information from a wireless
interface
SYNOPSIS
iwlist [interface] scanning
snip...
PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and
optionally a whole bunch of information about them (ESSID,
Quality, Frequency, Mode...). The type of information returned
depends on what the card supports.
Triggering scanning is a privileged operation (root only) and
normal users can only read left-over scan results. By default,
the way scanning is done (the scope of the scan) is dependant on
the card and card settings.
This command takes optional arguments, however most drivers will
ignore those. The option essid is used to specify a scan on a
specific ESSID. With some card/driver, this enables to see
hidden networks. The option last does not trigger a scan and
read left-over scan results.
add a comment |
Use iwlist. The man page (actually http://manpages.ubuntu.com/manpages/wily/en/man8/iwlist.8.html) says:
wlist.8.gz
Provided by: wireless-tools_30~pre9-8ubuntu1_i386
NAME
iwlist - Get more detailed wireless information from a wireless
interface
SYNOPSIS
iwlist [interface] scanning
snip...
PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and
optionally a whole bunch of information about them (ESSID,
Quality, Frequency, Mode...). The type of information returned
depends on what the card supports.
Triggering scanning is a privileged operation (root only) and
normal users can only read left-over scan results. By default,
the way scanning is done (the scope of the scan) is dependant on
the card and card settings.
This command takes optional arguments, however most drivers will
ignore those. The option essid is used to specify a scan on a
specific ESSID. With some card/driver, this enables to see
hidden networks. The option last does not trigger a scan and
read left-over scan results.
Use iwlist. The man page (actually http://manpages.ubuntu.com/manpages/wily/en/man8/iwlist.8.html) says:
wlist.8.gz
Provided by: wireless-tools_30~pre9-8ubuntu1_i386
NAME
iwlist - Get more detailed wireless information from a wireless
interface
SYNOPSIS
iwlist [interface] scanning
snip...
PARAMETERS
scan[ning]
Give the list of Access Points and Ad-Hoc cells in range, and
optionally a whole bunch of information about them (ESSID,
Quality, Frequency, Mode...). The type of information returned
depends on what the card supports.
Triggering scanning is a privileged operation (root only) and
normal users can only read left-over scan results. By default,
the way scanning is done (the scope of the scan) is dependant on
the card and card settings.
This command takes optional arguments, however most drivers will
ignore those. The option essid is used to specify a scan on a
specific ESSID. With some card/driver, this enables to see
hidden networks. The option last does not trigger a scan and
read left-over scan results.
answered Jan 13 '16 at 15:44
waltinatorwaltinator
23k74169
23k74169
add a comment |
add a comment |
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%2f377950%2fhow-to-make-ubuntu-look-for-available-wifi-networks%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
Be clear about the problem. Is Ubuntu not showing them even though they are present?
– krishna kaanthh
Nov 16 '13 at 14:16
Post the output
iwconfigfrom terminal– krishna kaanthh
Nov 16 '13 at 14:23
posted the iwconfig
– iJade
Nov 16 '13 at 14:26
Is right now detecting networks? Have you connected an usb dongle? Is reproducible the problem?
– Braiam
Nov 16 '13 at 14:33
no its still not detecting wifi networks.Yes i have connected a usb dongle
– iJade
Nov 16 '13 at 14:35