SlideShare une entreprise Scribd logo
1  sur  13
EDUP WIFI for Raspberry Zero
spring 2019
Preparing for wifi installation
sudo apt-get update --fix-missing
sudo apt-get install git raspberrypi-kernel-headers build-essential dkms libelf-dev
https://github.com/lord2y/rtl8192eu-arm-linux-
driver/issues/2
Github project files
#https://github.com/lwfinger/rtlwifi_new
cd
#For all distros:
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
Make clean
make
sudo make install
sudo modprobe -r <<YOUR WIRELESS DRIVER CODE>>
sudo modprobe <<YOUR WIRELESS DRIVER CODE>>
Setting up WiFi using an RTL8188eu
dongle on Raspberry Pi Zero
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
#into wpa_… file inser this:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="Azmon"
psk="9155253009s"
key_mgmt=WPA-PSK
}
https://zsiti.eu/wifi-rtl8188eu-raspberry-pi-
zero/
Raspberry Pi - Wifi Setup with WPA2-PSK
[aes]
https://coderwall.com/p/v290ta/raspberry-pi-wifi-setup-with-wpa2-psk-
aes
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Azmon"
psk="9155253009s"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
auth_alg=OPEN
}
Another way
#sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid Azmon
wpa-psk 9155253009s
iface default inet dhcp
Virtual keyboard activation
First thing to do:
Open terminal
Second you will need to update the repositories:
sudo apt-get update
An upgrade to the whole system isn't needed but it is recommended:
sudo apt-get upgrade
Now we can install the virtual keyboard:
sudo apt-get install matchbox-keyboard
Rebooting is recommended:
sudo reboot
https://raspberrypi.stackexchange.com/questions/41150/virtual-keyboard-
activation
Setup Wi-Fi connectivity on Raspberry Pi-
3
http://blog.crazypi.com/setup-wi-fi-connectivity-raspberry-
pi3/
udo apt-get update && sudo apt-get install raspberrypi* raspi-config
Once updated, use the following command to install graphical WiFi connection managerwpa_gui.
sudo apt-get install wpagui
After this try once again search in File manager. If you dint find follow the below steps.
Now, edit/etc/network/interfaces file using sudo nano
/etc/network/interfaces and append the following to it.
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Now create a new file/etc/wpa_supplicant/wpa_supplicant.conf with the following contents:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
Now use following commands for proper permissions :
sudo chmod 600 /etc/wpa_supplicant/wpa_supplicant.conf
sudo adduser pi netdev
You can now launchwpa_gui from /usr/share/applications/wpa_gui.desktop (Make a shortcut to desktop using cp
/usr/share/applications/wpa_gui.desktop ~/Desktop) as described above
How can I show or hide boot messages
when Ubuntu starts?
https://askubuntu.com/questions/248/how-can-i-show-or-
hide-boot-messages-when-ubuntu-starts
You would need to edit the file /etc/default/grub. In this file you'll find an entry called GRUB_CMDLINE_LINUX_DEFAULT. This entry
must be edited to control the display of the splash screen.
The presence of the word splash in this entry enables the splash screen, with condensed text output. Adding quiet as well, results
in just the splash screen; which is the default for the desktop edition since 10.04 (Lucid Lynx). In order to enable the "normal"
text start up, you would remove both of these.
So, the default for the desktop, (i.e. splash screen only):
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" #Hide text and show splash
For the traditional, text display:
GRUB_CMDLINE_LINUX_DEFAULT= #Show text but not the splash
For the splash, but the ability to show the boot messages by pressing Esc:
GRUB_CMDLINE_LINUX_DEFAULT="splash"
Or, finally, for just a (usually) black screen, try:
GRUB_CMDLINE_LINUX_DEFAULT=quiet #Don't show Ubuntu bootup text
GRUB_CMDLINE_LINUX="console=tty12" #Don't show kernel text
After editing the file, you need to run update-grub.
Useful GUI and Terminal Based Linux
Disk Scanning Tools

Contenu connexe

Tendances

Nise BOSH in Action
Nise BOSH in ActionNise BOSH in Action
Nise BOSH in Action
i_yudai
 
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Simon Boulet
 

Tendances (19)

How to Install Ghost (CMS) MEMO
How to Install Ghost (CMS) MEMOHow to Install Ghost (CMS) MEMO
How to Install Ghost (CMS) MEMO
 
My First BCC
My First BCCMy First BCC
My First BCC
 
Nise BOSH in Action
Nise BOSH in ActionNise BOSH in Action
Nise BOSH in Action
 
Basics Ubuntu commands
Basics Ubuntu commandsBasics Ubuntu commands
Basics Ubuntu commands
 
eurobsd2013
eurobsd2013eurobsd2013
eurobsd2013
 
vbsd2013
vbsd2013vbsd2013
vbsd2013
 
SPDK benchmark memo
SPDK benchmark memoSPDK benchmark memo
SPDK benchmark memo
 
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
Deploying with Super Cow Powers (Hosting your own APT repository with reprepro)
 
Installation of ubuntu, ns3 and compiling first
Installation of ubuntu, ns3 and compiling firstInstallation of ubuntu, ns3 and compiling first
Installation of ubuntu, ns3 and compiling first
 
Build moses on ubuntu (64 bit) system in virtubox recorded by aaron _v2longer
Build moses on ubuntu (64 bit) system in virtubox recorded by aaron _v2longerBuild moses on ubuntu (64 bit) system in virtubox recorded by aaron _v2longer
Build moses on ubuntu (64 bit) system in virtubox recorded by aaron _v2longer
 
Dockerizing WordPress
Dockerizing WordPressDockerizing WordPress
Dockerizing WordPress
 
Installing and running Postfix within a docker container from the command line
Installing and running Postfix within a docker container from the command lineInstalling and running Postfix within a docker container from the command line
Installing and running Postfix within a docker container from the command line
 
Life Preserver - AsiaBSDCon2014
Life Preserver - AsiaBSDCon2014Life Preserver - AsiaBSDCon2014
Life Preserver - AsiaBSDCon2014
 
Drush 5.0 (DrupalCamp LA 2012) - Chris Charlton
Drush 5.0 (DrupalCamp LA 2012) - Chris CharltonDrush 5.0 (DrupalCamp LA 2012) - Chris Charlton
Drush 5.0 (DrupalCamp LA 2012) - Chris Charlton
 
OSBConf 2015 | Backups with rdiff backup and rsnapshot by christoph mitasch &...
OSBConf 2015 | Backups with rdiff backup and rsnapshot by christoph mitasch &...OSBConf 2015 | Backups with rdiff backup and rsnapshot by christoph mitasch &...
OSBConf 2015 | Backups with rdiff backup and rsnapshot by christoph mitasch &...
 
Dev ops
Dev opsDev ops
Dev ops
 
Fedora Linux
Fedora LinuxFedora Linux
Fedora Linux
 
Choosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal DesktopChoosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal Desktop
 
Really useful linux commands
Really useful linux commandsReally useful linux commands
Really useful linux commands
 

Similaire à Edup wifi for raspberry zero

Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
Brian Hood
 

Similaire à Edup wifi for raspberry zero (20)

9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
 
Continuous delivery with docker
Continuous delivery with dockerContinuous delivery with docker
Continuous delivery with docker
 
Raspbery pi commands
Raspbery pi commandsRaspbery pi commands
Raspbery pi commands
 
Installing nagios core_from_source
Installing nagios core_from_sourceInstalling nagios core_from_source
Installing nagios core_from_source
 
Linux
LinuxLinux
Linux
 
Ubuntu Practice and Configuration
Ubuntu Practice and ConfigurationUbuntu Practice and Configuration
Ubuntu Practice and Configuration
 
Os dev tool box
Os dev tool boxOs dev tool box
Os dev tool box
 
Sun raysetup
Sun raysetupSun raysetup
Sun raysetup
 
Raspberry zero usb in linux
Raspberry zero usb in linuxRaspberry zero usb in linux
Raspberry zero usb in linux
 
Linux_Fedora_ppt
Linux_Fedora_pptLinux_Fedora_ppt
Linux_Fedora_ppt
 
Hide your development environment and application in a container
Hide your development environment and application in a containerHide your development environment and application in a container
Hide your development environment and application in a container
 
OPTEE on QEMU - Build Tutorial
OPTEE on QEMU - Build TutorialOPTEE on QEMU - Build Tutorial
OPTEE on QEMU - Build Tutorial
 
Install and configure linux
Install and configure linuxInstall and configure linux
Install and configure linux
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
Ci For The Web 2.0 Guy Or Gal
Ci For The Web 2.0 Guy Or GalCi For The Web 2.0 Guy Or Gal
Ci For The Web 2.0 Guy Or Gal
 
Hadoop Installation
Hadoop InstallationHadoop Installation
Hadoop Installation
 
Comando kvm terminal
Comando kvm terminalComando kvm terminal
Comando kvm terminal
 
Hadoop 2.4 installing on ubuntu 14.04
Hadoop 2.4 installing on ubuntu 14.04Hadoop 2.4 installing on ubuntu 14.04
Hadoop 2.4 installing on ubuntu 14.04
 
The Dockerfile Explosion and the Need for Higher Level Tools by Gareth Rushgrove
The Dockerfile Explosion and the Need for Higher Level Tools by Gareth RushgroveThe Dockerfile Explosion and the Need for Higher Level Tools by Gareth Rushgrove
The Dockerfile Explosion and the Need for Higher Level Tools by Gareth Rushgrove
 

Dernier

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 

Dernier (20)

Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 

Edup wifi for raspberry zero

  • 1. EDUP WIFI for Raspberry Zero spring 2019
  • 2. Preparing for wifi installation sudo apt-get update --fix-missing sudo apt-get install git raspberrypi-kernel-headers build-essential dkms libelf-dev https://github.com/lord2y/rtl8192eu-arm-linux- driver/issues/2
  • 3. Github project files #https://github.com/lwfinger/rtlwifi_new cd #For all distros: git clone https://github.com/lwfinger/rtlwifi_new.git cd rtlwifi_new Make clean make sudo make install sudo modprobe -r <<YOUR WIRELESS DRIVER CODE>> sudo modprobe <<YOUR WIRELESS DRIVER CODE>>
  • 4. Setting up WiFi using an RTL8188eu dongle on Raspberry Pi Zero sudo nano /etc/wpa_supplicant/wpa_supplicant.conf #into wpa_… file inser this: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="Azmon" psk="9155253009s" key_mgmt=WPA-PSK } https://zsiti.eu/wifi-rtl8188eu-raspberry-pi- zero/
  • 5. Raspberry Pi - Wifi Setup with WPA2-PSK [aes] https://coderwall.com/p/v290ta/raspberry-pi-wifi-setup-with-wpa2-psk- aes
  • 7. Another way #sudo nano /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet dhcp wpa-ssid Azmon wpa-psk 9155253009s iface default inet dhcp
  • 8. Virtual keyboard activation First thing to do: Open terminal Second you will need to update the repositories: sudo apt-get update An upgrade to the whole system isn't needed but it is recommended: sudo apt-get upgrade Now we can install the virtual keyboard: sudo apt-get install matchbox-keyboard Rebooting is recommended: sudo reboot https://raspberrypi.stackexchange.com/questions/41150/virtual-keyboard- activation
  • 9. Setup Wi-Fi connectivity on Raspberry Pi- 3 http://blog.crazypi.com/setup-wi-fi-connectivity-raspberry- pi3/ udo apt-get update && sudo apt-get install raspberrypi* raspi-config Once updated, use the following command to install graphical WiFi connection managerwpa_gui. sudo apt-get install wpagui After this try once again search in File manager. If you dint find follow the below steps. Now, edit/etc/network/interfaces file using sudo nano /etc/network/interfaces and append the following to it. allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp Now create a new file/etc/wpa_supplicant/wpa_supplicant.conf with the following contents: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 Now use following commands for proper permissions : sudo chmod 600 /etc/wpa_supplicant/wpa_supplicant.conf sudo adduser pi netdev You can now launchwpa_gui from /usr/share/applications/wpa_gui.desktop (Make a shortcut to desktop using cp /usr/share/applications/wpa_gui.desktop ~/Desktop) as described above
  • 10.
  • 11.
  • 12. How can I show or hide boot messages when Ubuntu starts? https://askubuntu.com/questions/248/how-can-i-show-or- hide-boot-messages-when-ubuntu-starts You would need to edit the file /etc/default/grub. In this file you'll find an entry called GRUB_CMDLINE_LINUX_DEFAULT. This entry must be edited to control the display of the splash screen. The presence of the word splash in this entry enables the splash screen, with condensed text output. Adding quiet as well, results in just the splash screen; which is the default for the desktop edition since 10.04 (Lucid Lynx). In order to enable the "normal" text start up, you would remove both of these. So, the default for the desktop, (i.e. splash screen only): GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" #Hide text and show splash For the traditional, text display: GRUB_CMDLINE_LINUX_DEFAULT= #Show text but not the splash For the splash, but the ability to show the boot messages by pressing Esc: GRUB_CMDLINE_LINUX_DEFAULT="splash" Or, finally, for just a (usually) black screen, try: GRUB_CMDLINE_LINUX_DEFAULT=quiet #Don't show Ubuntu bootup text GRUB_CMDLINE_LINUX="console=tty12" #Don't show kernel text After editing the file, you need to run update-grub.
  • 13. Useful GUI and Terminal Based Linux Disk Scanning Tools