raspberry pi

Pisowifi ssid palagi nalang naka connecting | PISOWIFI | How to solve

Pag ung pisowifi pag connect mo is naka connecting lang lagi, obtaining IP ADDRESS pag check mo sa settings ng phone mo. Possible problema:
1. Check natin ung USB TO LAN baka nasira or nag malfunction na. Palitan lang natin ng bago and make sure ung bago is tested na working.
usb to lan
2. Pag hindi padin nag work, icheck natin ung utp cable from USB TO LAN (gamitin muna nating ung bago hindi ung luma para maka sigurado tayo na working ung USB TO LAN).

Raspberry pi clone on linux

Backup Raspberry Pi SD Card

1. Insert the SD card in your PC using a USB or built-in card reader. Now open a Terminalwindow, and enter the command sudo fdisk -l. This will list all the filesystems present on your system.

2. Try to find out the device name of your SD card. I have a 16GB SD card, so it is easily identified as the device /dev/sdb which has a size of 14.9GB. This is because the actual storage on a device is always slightly lower than advertised. Note down this device name.

Raspberry pi install printer on raspbian lite

Install cups on your raspberry pi (raspbian lite)

$ sudo apt-get install cups cups-bsd

Set your hostname on cups configuration

$ sudo nano /etc/cups/cupsd.conf

To remotely control your printer using webpage (cups):

$ cupsctl --remote-admin

 

To test printing on command line

$ lp -d printer_name ~/my/file/destination/test.doc

Raspberry pi 3 install raspbian jessie lite

Download raspbian jessie @raspberry pi official website https://www.raspberrypi.org/downloads/raspbian/

Format your sd card to FAT32

Im using linux to copy the img file to the sd card

$ sudo dd bs=4M if=2017-06-21-raspbian-jessie.img of=/dev/sdx status=progress

When your sd card is not showing using

$ sudo fdisk -l

try to run this

$ lsusb

see if the usb is listed.