wifi
  • Anyone had any issues setting up wifi. Tried using the tool on GUI and it keeps connecting and then dropping connection straight away
  • ive got my edimax working like this:

    sudo nano /etc/network/interfaces
    ------------------------------------------

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp

    allow-hotplug wlan0
    #iface wlan0 inet manual
    #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
    #iface default inet dhcp

    iface wlan0 inet dhcp
    wpa-ssid
    wpa-psk

    -------------------------------------------
    Save the file and reboot.
  • comment these 3 lines and add +3
  • thanks il give it try when i get home. once i get it working i want to look at setting a static ip for ssh access.
  • ok.
    wpa-ssid networkname
    wpa-psk networkpass
  • You may want to check your power supply and try putting the wifi module on a powered hub. I had an issue where I wasn't using a good power supply and it kept dropping connection.
  • i am using a powered hub. i think i have messed up my config files for this. tired following so many different sources and lost track of what i did. Still no wifi for me
  • get yourself edimax :)
  • can someone copy me the original files /etc/network/interfaces & /etc/wpa_supplicant/wpa_supplicant.conf so i can give this another try



  • Hello AdamRobots,

    here is my /etc/network/interfaces:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp

    allow-hotplug wlan0
    iface wlan0 inet manual
    wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
    iface default inet dhcp
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    And the wpa_supplicant.conf
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ctrl_interface=DIR/var/run/wpa_supplicant GROUP=ntdev
    update_config=1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    To be honest, I don't know if these are the original ones, because I fiddled around with a FRITZ!WLAN an old DLink and a Netgear USB stick - but my Edimax is working with those files and the WLAN_GUI (Most recent PiMame 0.8b2 updated, 1A PowerSupply, no USB Hub, just WLAN and wireless receiver for KB/Mouse connected).

    Good luck!

    Mathias

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!