Posts: 212
Threads: 55
Joined: May 2014
Reputation:
0
06-21-2014, 12:39 PM
(This post was last modified: 06-22-2014, 03:15 AM by Valtam.)
Both are ticked
Code:
colin@colin-NC110:~$ sudo rfkill unblock all
[sudo] password for colin:
sudo: rfkill: command not found
colin@colin-NC110:~$
Installed rfkill
Code:
colin@colin-NC110:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: samsung-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
3: samsung-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
colin@colin-NC110:~$
Tried Command again
Code:
colin@colin-NC110:~$ sudo rfkill unblock all
[sudo] password for colin:
colin@colin-NC110:~$
I Learn something new Every Day !
An "example" is worth a 1000 words
As you can see, you have nothing blocking your pci wireless card from working.
You should now only have to left click on the network icon and select your network.
If your network is not displayed, does it show others? If so, you will need to configure your network manually.
Let me know what is going on/what you see. Please don't leave out anything, let me know exactly what you see.
PS: You shouldn't need to run rfkill commands anymore.
EDIT: Almost forgot. Turn router off and unplug from power. Then turn computer off. Wait 5 minutes.
Power up router and let it fully reboot, then turn on computer. See if it will now show you network in the network manager.
Posts: 212
Threads: 55
Joined: May 2014
Reputation:
0
Hi Andy
I am not sure what your line of thought is . WiFi works OK
The original problem was that the USB WiFi adapter can connect to the internet normally via the router but after a while the internet is lost but the connection to the Router is still there .
The problem does not happen with the internal WiFi connection
I Learn something new Every Day !
An "example" is worth a 1000 words
Posts: 212
Threads: 55
Joined: May 2014
Reputation:
0
Sorry
The problem happened when my Advent PC's Internal WiFi stopped connecting to my router so I used the USB WiFi adapter and although it connected successfully via the Router the Internet kept dropping out .
To see if it was a problem with the Adapter I tried it in the Samsung PC and found it was exactly the same .
At the moment the Advent is not serviceable so I have been using the Samsung to try and find a solution that will work in both PCs
I Learn something new Every Day !
An "example" is worth a 1000 words
Posts: 212
Threads: 55
Joined: May 2014
Reputation:
0
Code:
colin@colin-NC110:~$ rfkill block wifi0
Bogus block argument 'wifi0'.
colin@colin-NC110:~$ ifdown wifi0
ifdown: failed to open lockfile /run/network/.ifstate.lock: Permission denied
As it failed I tried
Code:
colin@colin-NC110:~$ sudo ifdown wifi0
[sudo] password for colin:
ifdown: interface wifi0 not configured
colin@colin-NC110:~$
The Advent gets used when my friend comes so I would like it to be able to connect to You Tube
I Learn something new Every Day !
An "example" is worth a 1000 words
Posts: 1,149
Threads: 22
Joined: Feb 2014
Reputation:
0
Hello!
Am I just being ignorant, or should wifi0 be wl0 or wlan0 instead?
73 DE N4RPS
Rob
A gun in your hand is worth more than a whole police force on the phone.
LOL. No it should be wlan0.
Thanks for catching my brain dead mistake.
Colin23erk: Replace wifi0 with wlan0 in the code. Sorry for the mistake.
EDIT: Looking at the outputs to the Advent; the code should be the same for it to. Don't know why I was thinking it was wifi0 (I help out at to many linux forum sites).
Posts: 212
Threads: 55
Joined: May 2014
Reputation:
0
Hi This is the output
Code:
colin@colin-NC110:~$ rfkill block wlan0
Bogus block argument 'wlan0'.
colin@colin-NC110:~$ ifdown wlan0
ifdown: failed to open lockfile /run/network/.ifstate.lock: Permission denied
colin@colin-NC110:~$
I Learn something new Every Day !
An "example" is worth a 1000 words