Disabling and enabling ethernet or Wifi in linux-arm [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
im trying to disable and enable wifi
i tried with all most of the commands given all r giving as error as badname or not found
ifconfig displays br0,wlan0,eth0,lo
ifconfig wlan0 down is working fine with out giving error but it will be still enabled u can access internet.
once u run the command ifconfig wlan0 down the connectivity breaks sometimes,
wen we run the ifconfig wlan0 up the connectivity should positive or it shd be connected (as per the command ) but the connectivity is not happening i cant figure out wats the problem.
linux
New contributor
put on hold as unclear what you're asking by dirkt, GAD3R, Jeff Schaller, schily, RalfFriedl 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
-1
down vote
favorite
im trying to disable and enable wifi
i tried with all most of the commands given all r giving as error as badname or not found
ifconfig displays br0,wlan0,eth0,lo
ifconfig wlan0 down is working fine with out giving error but it will be still enabled u can access internet.
once u run the command ifconfig wlan0 down the connectivity breaks sometimes,
wen we run the ifconfig wlan0 up the connectivity should positive or it shd be connected (as per the command ) but the connectivity is not happening i cant figure out wats the problem.
linux
New contributor
put on hold as unclear what you're asking by dirkt, GAD3R, Jeff Schaller, schily, RalfFriedl 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (/var/log/messages
or/var/log/syslog
orjournalctl -f
)? What doesifconfig
show? The more details you provide the easier someone can find an answer.
â eblock
16 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
im trying to disable and enable wifi
i tried with all most of the commands given all r giving as error as badname or not found
ifconfig displays br0,wlan0,eth0,lo
ifconfig wlan0 down is working fine with out giving error but it will be still enabled u can access internet.
once u run the command ifconfig wlan0 down the connectivity breaks sometimes,
wen we run the ifconfig wlan0 up the connectivity should positive or it shd be connected (as per the command ) but the connectivity is not happening i cant figure out wats the problem.
linux
New contributor
im trying to disable and enable wifi
i tried with all most of the commands given all r giving as error as badname or not found
ifconfig displays br0,wlan0,eth0,lo
ifconfig wlan0 down is working fine with out giving error but it will be still enabled u can access internet.
once u run the command ifconfig wlan0 down the connectivity breaks sometimes,
wen we run the ifconfig wlan0 up the connectivity should positive or it shd be connected (as per the command ) but the connectivity is not happening i cant figure out wats the problem.
linux
linux
New contributor
New contributor
edited 49 secs ago
New contributor
asked 16 hours ago
Neyo29
11
11
New contributor
New contributor
put on hold as unclear what you're asking by dirkt, GAD3R, Jeff Schaller, schily, RalfFriedl 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by dirkt, GAD3R, Jeff Schaller, schily, RalfFriedl 15 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (/var/log/messages
or/var/log/syslog
orjournalctl -f
)? What doesifconfig
show? The more details you provide the easier someone can find an answer.
â eblock
16 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago
add a comment |Â
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (/var/log/messages
or/var/log/syslog
orjournalctl -f
)? What doesifconfig
show? The more details you provide the easier someone can find an answer.
â eblock
16 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (
/var/log/messages
or /var/log/syslog
or journalctl -f
)? What does ifconfig
show? The more details you provide the easier someone can find an answer.â eblock
16 hours ago
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (
/var/log/messages
or /var/log/syslog
or journalctl -f
)? What does ifconfig
show? The more details you provide the easier someone can find an answer.â eblock
16 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Could you please add some details to your question? Which distro? Add some output of what you execute and what the result is (use code tags), what do you see in syslog (
/var/log/messages
or/var/log/syslog
orjournalctl -f
)? What doesifconfig
show? The more details you provide the easier someone can find an answer.â eblock
16 hours ago
br0 eth0 wlan0 l0 is shown by ifconfig... i couldnt find the messages or syslog under /var/log
â Neyo29
15 hours ago
Please provide more details of what you have tried and the output of those attempts, then update your question with that information.
â eblock
15 hours ago
i have tried with ip link set dev wlan0 down , this command gives an error bad name but the command ifconfig wlan0 down works fine it DISABLES the connectivity to the internet but the connectivity wont come back wen we run the command ifconfig wlan0 up
â Neyo29
15 hours ago