Home
AudioAsylum Trader
Computer Audio Asylum

Music servers and other computer based digital audio technologies.

For Sale Ads

FAQ / News / Events

 

Use this form to submit comments directly to the Asylum moderators for this forum. We're particularly interested in truly outstanding posts that might be added to our FAQs.

You may also use this form to provide feedback or to call attention to messages that may be in violation of our content rules.

You must login to use this feature.

Inmate Login


Login to access features only available to registered Asylum Inmates.
    By default, logging in will set a session cookie that disappears when you close your browser. Clicking on the 'Remember my Moniker & Password' below will cause a permanent 'Login Cookie' to be set.

Moniker/Username:

The Name that you picked or by default, your email.
Forgot Moniker?

 
 

Examples "Rapper", "Bob W", "joe@aol.com".

Password:    

Forgot Password?

 Remember my Moniker & Password ( What's this?)

If you don't have an Asylum Account, you can create one by clicking Here.

Our privacy policy can be reviewed by clicking Here.

Inmate Comments

From:  
Your Email:  
Subject:  

Message Comments

   

Original Message

Dongle your Pi w/Digi+ Pro - Its Easy

Posted by Dynobot on April 18, 2017 at 16:33:15:

I think you are right about the Digi+ Pro not being compatible with WiFi [RPi's Internal WiFi]

I just got WiFi working with a Dongle using DietPi by editing a couple of files.


Bypass internal WiFi card and use your own WiFi Dongle

Do not configure WiFi in the Diet-pi GUI. Instead navigate via SSH to
/etc/wpa-supplicant/wpa_supplicant.conf

Then add your network name and password. The file should look like this...

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

network={
ssid="network-name"
psk="network password"
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Next navigate to;
/etc/network/interfaces

Then uncomment the line for hotplug wlan interfaces.

Reboot.