Page 5 of 5 FirstFirst ... 345
Results 41 to 45 of 45

Thread: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

  1. #41
    Join Date
    Feb 2015
    Beans
    24

    Re: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

    I am trying to connect to the wifi of my router not of my Macbook. I only use my Macbook to share my router wifi to an ethernet cable to my server so i can ssh to it using 192.168.2.2. And what i wan't is to be able to ssh to my server from everywhere in the house and not have to be with my Macbook connected to the server with the ethernet cable

  2. #42
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

    Would you please try with it switched to use channel 1?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #43
    Join Date
    Feb 2015
    Beans
    24

    Re: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

    I've changed the 2.4GHZof my router to channel 1 but i still can't connect

  4. #44
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

    I have tried everything at my disposal. I haven't any idea how to overcome this:
    [ 131.275616] ndiswrapper (iw_set_freq:436): setting configuration failed (00010003)
    [ 233.397726] ndiswrapper (iw_set_freq:436): setting configuration failed (00010003)
    [ 283.397403] ndiswrapper (iw_set_freq:436): setting configuration failed (00010003)
    [ 363.425990] ndiswrapper (iw_set_freq:436): setting configuration failed (00010003)
    [ 443.425563] ndiswrapper (iw_set_freq:436): setting configuration failed (00010003)
    I regret that I haven't any other suggestions.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #45
    Join Date
    Feb 2015
    Beans
    24

    Re: netgear n300 WNA3100 wifi adapter - 'dhclient wlan0' command doesn't works

    I've solved the problem. The problem was that my router configuration weren't the same as my /etc/wpa_supplicant.conf for example i had:

    Code:
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    and my router was set to WPA2 not WPA and the pairwise and group on my router were AES so i changed them to TKIP and i changed my password to use WPA and changed my /etc/wpa_supplicant.conf to:

    Code:
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •