Bought a Raspberry Pi zero W, thinking of using a common micro data line to achieve the SSH Raspberry Pi + network + Remote Desktop target, toss for a long time finally success, words not much to start the whole.This article mainly deals with how to connect to the
0. Power supply is micro USB (Android power connector)
1. Download the operating system from the official website and write the memory card with Win32diskimager.
2. Locate the IP and set the static IP under the router:
Command: sudo vi/etc/network/interfaces
Switch
Auto LoIface Lo inet LoopbackIface eth0 inet StaticAddress 192.168.1.88Netmask 255.255.255.0Gateway 192.168.1.1Allow-hotplug Wlan0Iface Wlan0 inet ManualWpa-roam/etc/wpa_supplicant/wpa_supp
As small as you can't imagine a computer with a USB flash drive sold by Raspberry Pi _ love alive evolife.cn
As small as you can't imagine Raspberry Pi selling USB flash disks
Date: 17:58:26
Author: AI live temporary work
[Raspberry Pi] USB wireless network card automatically connected
When the Raspberry Pi uses a USB wireless network card, it will not be dropped because the route is restarted.
#! /Bin/bashWhile true; doIf ifconfig wlan0 | grep-q "
do not drive, simple rough with Raspberry Pi drive USB printerAdmin April 14, 2015 5 Comments
Many articles on the web are how to use raspberry sent to do a universal print server, but in many scenarios, the configuration cups what is really their own zuo of the good way to die, all kinds of Linux under the driver con
Step One: Unzip the installation ntfs-3g, using the following command. sudo apt-get install ntfs-3gStep Two: Configure the mounted NTFS-formatted removable hard disk1. First get the NTFS partition informationsudo fdisk-l | grep NTFS[[email protected] klb]# sudo fdisk-l | grep NTFS/DEV/SDC1 * 1 244 1955776+ 7 Hpfs/ntfs 2. Set the mount point to mount with the following command:To create the Mount directory first, for example, I mount the/MNT/USBHD1, then:Cd/mntsudo mkdir usbhd1The Mount command
1. Requirements:The project needs to add a USB network card to the Respberry pi, which needs some network setup for this NIC when the Respberry pi is started.2. Implementation options:(1) Add the following code to the/etc/rc.local file:if [-x/etc/mynet.conf]; Then/etc/mynet.conf fi(2) Complete the mynet.conf script and put it in the/etc/directory, the contents of
The wireless adapter must be supported by Raspberry Pi. You can go to the official or http://shumeipai.net to view the hardware list
Either of the two solutions can not be changed
# Solution 1
# Configure network interfaces
Sudo nano/etc/Network/interfaces
The default file content is as follows:
Auto Lo
Iface lo Inet loopbackIface eth0 Inet DHCP
Allow-hotplug wlan0Iface wlan0 Inet ManualWPA-roam/etc/wpa_su
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.