This Article updated on 08.09.2019 Install usb-modeswitch, smstools, wvdial sudo apt-get install usb-modeswitch usb-modeswitch-data smstools wvdial Find right device and baudrate with this command; sudo wvdialconf …my modem information (modem on ttyUSB1 and baudrate 9600)… ttyUSB0<*1>: ATQ0 V1 E1 — failed with 2400 baud, next try: 9600 baud ttyUSB0<*1>: ATQ0 V1 E1 — failed with 9600 baud, next try: 9600 baud ttyUSB0<*1>: ATQ0 V1 E1 — and failed too at 115200, giving up. ttyUSB1<*1>: ATQ0 V1 E1 — OK ttyUSB1<*1>: ATQ0 V1 E1 Z — OK ttyUSB1<*1>: ATQ0 V1 E1 S0=0 — ERROR ttyUSB1<*1>: ATQ0 V1 E1 &C1 — ERROR […]
Raspbian Stretch Lite – Setup (Raspberry Pi Zero W)
Stretch Lite image Download Link: https://www.raspberrypi.org/downloads/raspbian/ Choose Raspbian Stretch Lite Download ZIP. Make unzip this downloaded zip file. The easiesst way to Flash to your SD Card is Etcher. Download and install this Software. After Openning, Select .iso file, and your SD Card and click Flash. How to set up WiFi Create a file in Boot directory called wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid=”YOUR-NETWORK-NAME” psk=”PASSWORD” key_mgmt=WPA-PSK } How to enable SSH Create a file in Boot directory empty file called ssh. For example i have on my computer Git Bash Terminal, with this Terminal type only this command: touch ssh or second […]