Announcement

Collapse
No announcement yet.

Unable to connect to network

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Unable to connect to network

    OS version- Linux 3.16.0-23-generic
    KDE SC version- 4.14.1


    The problem started after I messed around with the software package manager in Ubuntu. Believing this was an isolated incident I opted to make fresh install, which I did, but only to find that I still couldn't connect to the internet. Why is this in the Kubuntu Forums? After finding out my fresh install of Ubuntu wasn't "working" I decided to try different flavor, Kubuntu. To my surprise( not really ) I still couldn't connect to a network despite being a second fresh install.


    After poking around I found the KSystemLog which gave me this after trying to connect to a wireless network

    <info> Activation (wlan0) starting connection 'DDW36503'
    <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    <info> NetworkManager state is now connecting
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete...
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    <info> Activation (wlan0/wireless): access point 'DDW36503' has security, but secrets are required.
    <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete
    get_secret_flags: assertion 'is_secret_prop (setting, secret_name, error)' failed
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete...
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    <info> Activation (wlan0/wireless): connection 'DDW36503' has security, and secrets exist. No new secrets needed.
    <info> Config: added 'ssid' value 'DDW36503'
    <info> Config: added 'scan_ssid' value '1'
    <info> Config: added 'key_mgmt' value 'WPA-PSK'
    <info> Config: added 'auth_alg' value 'OPEN'
    <info> Config: added 'psk' value '<omitted>'
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete...
    <info> Config: set interface ap_scan to 1
    <info> (wlan0): supplicant interface state: disconnected -> scanning
    <warn> Activation (wlan0/wireless): association took too long, failing activation.
    <info> (wlan0): device state change: config -> failed (reason 'SSID not found') [50 120 53]
    <info> NetworkManager state is now DISCONNECTED
    <warn> Activation (wlan0) failed for connection 'DDW36503'
    <info> (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    <info> (wlan0): deactivating device (reason 'none') [0]
    <info> (wlan0): supplicant interface state: scanning -> disconnected
    <warn> Couldn't disconnect supplicant interface: This interface is not connected.

    I don't know too much about this stuff, so any kind of help would be greatly appreciated
    Last edited by Guest; Mar 12, 2015, 12:35 AM. Reason: Typo

    #2
    what dose
    Code:
    rfkill list
    show ?

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      It gives me
      Code:
      cesarpon@cesarpon-MS-7792:~$ rfkill list 
      0: phy0: Wireless LAN
                   Soft blocked: no
                   Hard blocked: no
      1: hci0: Bluetooth
                   Soft blocked: no
                   Hard blocked: no

      Comment

      Working...
      X