Go to advanced search

by KLL
Tue Sep 08, 2015 3:51 am
Forum: Troubleshooting
Topic: Service wont Start on Boot
Replies: 21
Views: 6897

Re: Service wont Start on Boot

this works: sudo nano /etc/init.d/radio #!/bin/sh ### BEGIN INIT INFO # Provides: MY PYTHON SERVICE # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: python data stream auto start # Description: start pyton se...
by KLL
Tue Sep 08, 2015 3:24 am
Forum: Troubleshooting
Topic: Raspberry Pi not connecting to hidden SSID WIFI
Replies: 25
Views: 8179

Re: Raspberry Pi not connecting to hidden SSID WIFI

My router doesn't see any communication from Pi. It is strange, because I can see that wifi on Pi is working (iwconfig, etc...). what you mean by wifi on Pi is working or you still can not login your router by WIFI? try a new approach: -1- burn a raspbian only to SD card -2- connect ethernet cable ...
by KLL
Tue Sep 08, 2015 1:28 am
Forum: Beginners
Topic: SSH Guide For Complete noob?
Replies: 71
Views: 119881

Re: SSH Guide For Complete noob?

I have flashed noobsv1_4_1 on my sdcard plugged to pi 2 I have assigned a dynamic IP 192.168.0.3 to my pi board. When i do ping on the above IP i get proper response from the boad i.e. like below :- But when i open my putty and try to do an ssh i get connection refused error. As i understand from t...
by KLL
Mon Sep 07, 2015 6:49 am
Forum: Troubleshooting
Topic: Service wont Start on Boot
Replies: 21
Views: 6897

Re: Service wont Start on Boot

the start looks wrong, for a python source need to run it via python
for python 2 use python, for python3 use python3, for GPIO.. used sudo

DAEMON='/usr/bin/python /home/pi/radio/radio.py'
by KLL
Mon Sep 07, 2015 6:33 am
Forum: Troubleshooting
Topic: NOOBs unzip file apparently empty
Replies: 5
Views: 886

Re: NOOBs unzip file apparently empty

-a- checkfile name and size: NOOBS_v1_4_1.zip, 742MB
-b- you can try to download via torrent, only 10min instead 1 hour
-c- what zip / unzip you use?
-d- deactivate computer sleep modus for download
-e- try different browser for download
by KLL
Mon Sep 07, 2015 3:52 am
Forum: Troubleshooting
Topic: Network issues
Replies: 4
Views: 883

Re: Network issues

by KLL
Mon Sep 07, 2015 1:43 am
Forum: Beginners
Topic: Can't get my first project working
Replies: 3
Views: 1922

Re: Can't get my first project working

datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf The TMP36 is specified from −40°C to +125°C, provides a 750 mV output at 25°C, and operates to 125°C from a single 2.7 V supply. The TMP36 is functionally compatible with the LM50. Both the TMP35 and TMP36h...
by KLL
Mon Sep 07, 2015 1:24 am
Forum: Beginners
Topic: xrdp startup
Replies: 1
Views: 2767

Re: xrdp startup

How do I get xrdp to start automatically at boot? I am a beginner so I need a step by step instruction. xrdp has a very good autostart, step by step: do nothing ( only valid if you use RASPBIAN ) possibly you talk VNC, there you need to start it first time manually and give password, and then need ...
by KLL
Sun Sep 06, 2015 1:54 pm
Forum: Beginners
Topic: Raspberry PI VNC viewer/server
Replies: 6
Views: 2217

Re: Raspberry PI VNC viewer/server

good, well, the linux experts will never talk about it and even i use it mostly, i know 2 disadvantages, - it is a little bit slower as VNC - nobody gets the copy paste working for it. so still here, if i find some good python code in the web ( browsing with my win7 PC) i start putty .. nano newcode...
by KLL
Sun Sep 06, 2015 12:18 pm
Forum: Beginners
Topic: Raspberry PI VNC viewer/server
Replies: 6
Views: 2217

Re: Raspberry PI VNC viewer/server

-a- VNC the way with the desktop file is not the way i use, so i can not comment, i use only https://www.raspberrypi.org/forums/viewtopic.php?p=811707#p811707 and that works for headless use ( even if no raspi-config auto xstart ) -b- putty pls, that is the very first / basic connection for headless...
by KLL
Sun Sep 06, 2015 11:48 am
Forum: Troubleshooting
Topic: Ethernet port not working
Replies: 6
Views: 1615

Re: Ethernet port not working

joshglen wrote:One of my relatives plugged the ethernet cable
can you make him pay for a new RPI?
sorry, bad joke
you did not mention that you try a new cable?
by KLL
Sun Sep 06, 2015 11:03 am
Forum: Beginners
Topic: Raspberry PI VNC viewer/server
Replies: 6
Views: 2217

Re: Raspberry PI VNC viewer/server

Anyone knows which text editor might work and is pre-installed ? you can use nano myfile.txt to save and exit: [ctrl][o][enter][ctrl][x] but as VNC is installed already you can start it with putty / SSH login vncserver :1 start your vnc viewer and work in desktop: there the leafpad is the editor /m...
by KLL
Sun Sep 06, 2015 1:11 am
Forum: Beginners
Topic: how to make work for apache2
Replies: 6
Views: 1383

Re: how to make work for apache2

epyhobbyiest wrote:i want to enable internet connection for my rpi.
yes, do this first
by KLL
Sat Sep 05, 2015 10:37 pm
Forum: Beginners
Topic: tightvncserver problem
Replies: 3
Views: 1945

Re: tightvncserver problem

-a- use PUTTY and/or SSH to login to RPI pi/raspberry -b- after update upgrade -c- sudo apt-get install tightvncserver -d- vncserver :1 and give newpassword, newpassword, n on PC start VNCviewer 192.168.1.101:1 newpassword -e- after reboot login with PUTTY / SSH and manually restart vncserver :1 OR ...
by KLL
Sat Sep 05, 2015 9:51 am
Forum: Beginners
Topic: how to make work for apache2
Replies: 6
Views: 1383

Re: how to make work for apache2

-a- do / report all from my above post -b- is the RPI connected ( by ethernet cable ) to your router or to your laptop? -c- can you go somewhere with the RPI to have internet? read https://www.raspberrypi.org/forums/viewtopic.php?p=526992#p526992 -d- yesterday you got help with a wrong typed install...
by KLL
Sat Sep 05, 2015 9:27 am
Forum: Troubleshooting
Topic: smb share automount problem
Replies: 4
Views: 792

Re: smb share automount problem

not for cifs mount,
i do that "sudo mount -a" at login, but as you want run torrent at boot??
you would need something like
@boot
wait
sudo mount -a
wait
start deluge
by KLL
Sat Sep 05, 2015 9:05 am
Forum: Beginners
Topic: how to make work for apache2
Replies: 6
Views: 1383

Re: how to make work for apache2

first should do a
sudo apt-get update anyhow, but possibly that not works too because there is no internet connection
does the browser work?
show us results of
ifconfig
ping -c3 google.com
ping -c3 8.8.8.8
by KLL
Sat Sep 05, 2015 7:21 am
Forum: Troubleshooting
Topic: Graphic Interface not booting
Replies: 5
Views: 962

Re: Graphic Interface not booting

The Touchscreen model is "Adafruit PiTFT - Assembled 320x240 2.8" TFT+Touchscreen for Raspberry Pi" and the name of the zip file I downloaded is "2015-02-16-raspbian-pitft28c_150312.zip", so you got the wrong image if you have https://www.adafruit.com/product/1601 need https://learn.adafruit.com/ad...
by KLL
Sat Sep 05, 2015 6:26 am
Forum: Troubleshooting
Topic: Graphic Interface not booting
Replies: 5
Views: 962

Re: Graphic Interface not booting

just to recheck, what model is the touchscreen you have? PID
and what software version you use ( name of zip file?)
"28c" for PID1938
"28r" for PID1601
by KLL
Sat Sep 05, 2015 2:42 am
Forum: Troubleshooting
Topic: I delete all the partitions of my sd card.
Replies: 2
Views: 489

Re: I delete all the partitions of my sd card.

you can try format the card again with
+ SDFormatter 4.0 format option FORMAT SIZE ADJUSTMENT ON
+ or try it in some camera or mobile
+ or use Win32DiskImager and burn a RASPBIAN (only) image https://www.raspberrypi.org/downloads/raspbian/ UNZIP
by KLL
Sat Sep 05, 2015 2:03 am
Forum: Beginners
Topic: SD card problems
Replies: 12
Views: 1502

Re: SD card problems

even you still not try to give precise info, i try a guess: - you got a RPI1B and original ( but possibly also old) Noobs SD card from a kit + you formatted the SD ?with SDFormatter ( format adjustment ON )? + you download, unzip and copy files and dirs from noobs v1.4.1 + you connect HDMI monitor, ...
by KLL
Fri Sep 04, 2015 2:12 pm
Forum: Troubleshooting
Topic: RPI 2 ethernet datarate
Replies: 10
Views: 1538

Re: RPI 2 ethernet datarate

http://speedtest.wdc01.softlayer.com/downloads/test100.zip) and my rate is 2.31 MB/s. :( wow, i try to download that to my PC: http://kll.engineering-news.org/kllfusion01/downloads/wget_test2.png so your RPI2 is 10 times faster as my PC ! and on my RPI2: http://kll.engineering-news.org/kllfusion01/...
by KLL
Fri Sep 04, 2015 10:28 am
Forum: Troubleshooting
Topic: Raspberry Pi 1 B model power/starting
Replies: 4
Views: 713

Re: Raspberry Pi 1 B model power/starting

KissMyAsthma13 wrote:SDFormatter4
Keeps saying 70mb but it should say 16Gigs
set format option: FORMAT SIZE ADJUSTMENT "ON"
by KLL
Fri Sep 04, 2015 10:03 am
Forum: Troubleshooting
Topic: RPI 2 ethernet datarate
Replies: 10
Views: 1538

Re: RPI 2 ethernet datarate

ok, check the connection
sudo apt-get install ethtool
sudo ethtool eth0

look for "Speed"

i see here RPI1B and RPI2B, 2m cable to router, "Speed: 100Mb/s" about 10MB/s brutto
( in iwconfig i see Bit Rate=40Mb/s for WIFI ( same 2m distance))
by KLL
Fri Sep 04, 2015 9:31 am
Forum: Troubleshooting
Topic: RPI 2 ethernet datarate
Replies: 10
Views: 1538

Re: RPI 2 ethernet datarate

gcomte wrote: wget never goes any higher than 5MB/s.
That is OK, we not talk about network here, what you see is the write speed of files to the SD card.
for a test you could try ( a smaller file ) to ramdisk
cd /run/shm/
wget ...

Go to advanced search