Giter VIP home page Giter VIP logo

Comments (4)

mariolukas avatar mariolukas commented on July 26, 2024

Solved? Let me know how... Maybe i can add the needed packages by default for other people with the same problem.

from fabscanpi-server.

johnelle avatar johnelle commented on July 26, 2024

Not solved. I added wireless-tools but that just helped me with the
configuration. Not sure what else is missing. Clearly some drivers missing

On Sun, Feb 7, 2016 at 2:35 PM, Mario Lukas [email protected]
wrote:

Solved? Let me know how... Maybe i can add the needed packages by default
for other people with the same problem.


Reply to this email directly or view it on GitHub
#9 (comment)
.

John Ellenberger
Groton, MA

from fabscanpi-server.

mariolukas avatar mariolukas commented on July 26, 2024

I have tried some things, worked for me. First of all try to install

sudo apt-get install wpasupplicant

Then add the following content at the end of your /etc/network/interfaces

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default int dhcp

Restart your network with

sudo /etc/init.d/networking restart

Next open /etc/wpa_supplicant/wpa_supplicant.conf if it does not exists create the file and add the following content.

update_config=1
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
eapol_version=1

network={
ssid="YOUR_SSID"
psk=YOUR_SECRET
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}

After you added these lines, you can try to get your wifi dongle up.

sudo ifup wlan0

If it does not work out of the box, a reboot did the job for me.

Optional: You can deactivate the wifi dongle sleep mode by adding a line to /etc/modprobe.d/8192cu.conf
This file didn't exist in my image, so i created it. Add the following lines to it and reboot the system or reload the kernel modules.

options 8192cu rtw_power_mgnt=0 rtw_enusbss=0

This is what worked for me with an EDIMAX dongle. If you can confirm that i will add some config templates to the next sd-card image.

Sorry i don't know how deep your debian/linux skills are. So i decided to writ all the stuff more detailed, maybe other users want to know all the details.

from fabscanpi-server.

johnelle avatar johnelle commented on July 26, 2024

Unfortunately I have not been successful with this. Still missing
something.

I re-imaged the card and did updates (just picked up a new one today in
fact). Set-up the WPA-supplicant stuff. For the Edimax dongle I can get
it configured so I can list the access points but it won't connect to any
of them for some reason.

The WiPi dongle won't even configure (i.e. never shows up in ifconfig)

Oh well.

On Thu, Feb 11, 2016 at 2:57 AM, Mario Lukas [email protected]
wrote:

I have tried some things, worked for me. First of all try to install

sudo apt-get install wpasupplicant

Then add the following content at the end of your /etc/network/interfaces

auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default int dhcp

Restart your network with

sudo /etc/init.d/networking restart

Next open /etc/wpa_supplicant/wpa_supplicant.conf if it does not exists
create the file and add the following content.

update_config=1
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
eapol_version=1

network={
ssid="YOUR_SSID"
psk=YOUR_SECRET
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}

After you added these lines, you can try to get your wifi dongle up.

sudo ifup wlan0

If it does not work out of the box, a reboot did the job for me.

Optional: You can deactivate the wifi dongle sleep mode by adding a line
to /etc/modprobe.d/8192cu.conf
This file didn't exist in my image, so i created it. Add the following
lines to it and reboot the system or reload the kernel modules.

options 8192cu rtw_power_mgnt=0 rtw_enusbss=0

This is what worked for me with an EDIMAX dongle. If you can confirm that
i will add some config templates to the next sd-card image.

Sorry i don't know how deep your debian/linux skills are. So i decided to
writ all the stuff more detailed, maybe other users want to know all the
details.


Reply to this email directly or view it on GitHub
#9 (comment)
.

John Ellenberger
Groton, MA

from fabscanpi-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.