Go to advanced search

by chris30o0
Fri Feb 28, 2020 5:45 pm
Forum: Beginners
Topic: Startupscript xdotool not working
Replies: 3
Views: 773

Re: Startupscript xdotool not working

I honestly can not remember whether I fixed it or not.
However, looking at it a few years later, you could try specifying the whole path to xdotool (/usr/bin/ or wherever it's located).
by chris30o0
Wed Oct 12, 2016 6:17 am
Forum: Advanced users
Topic: Turn on Pi via second Pi
Replies: 7
Views: 1308

Re: Turn on Pi via second Pi

Ahh, now I get it! Thank you very much! But what about GPIO25 (opposite side to the 4 you named) and GPIO22 (below the 40-pin connector)? I guess I'll completely remove the HAT then and connect the needed pins individually. This leaves me many pins to play with. The only issue I see here might be th...
by chris30o0
Tue Oct 11, 2016 5:37 pm
Forum: Advanced users
Topic: Turn on Pi via second Pi
Replies: 7
Views: 1308

Re: Turn on Pi via second Pi

Thanks, but I'm not sure I understand completely.
What does this mean in terms of unused pins?
I really don't get through those schematics.
by chris30o0
Sat Oct 08, 2016 1:08 pm
Forum: Advanced users
Topic: Turn on Pi via second Pi
Replies: 7
Views: 1308

Re: Turn on Pi via second Pi

Since both Pis are in a car this won't be possible.
by chris30o0
Sat Oct 08, 2016 12:12 pm
Forum: Advanced users
Topic: Turn on Pi via second Pi
Replies: 7
Views: 1308

Turn on Pi via second Pi

Hi, I have a RPi which is always on. I'd like to use this Pi to turn on a second Pi right next to it. My first thought was WOL but this doesn't seem to be possible since there is now power to the network adapter. The Pi to be woken up is powered via the 5V-pin, however USB could be an option. On tha...
by chris30o0
Mon Aug 22, 2016 8:17 pm
Forum: Troubleshooting
Topic: Temperature sensor not working
Replies: 0
Views: 364

Temperature sensor not working

Hi, so I already got some temperature sensors set up on a Pi. Already some time ago I tried to do it again on another Pi and failed. Today I tried again with these steps: # /boot/config.txt dtoverlay=w1-gpio,gpiopin=4,pullup=on # /etc/modules w1-gpio pullup=1 w1-therm However the sensor doesn't like...
by chris30o0
Sat Apr 16, 2016 12:23 pm
Forum: Media centres
Topic: Spotify Offline Playback...has this ever been achieved?
Replies: 8
Views: 5273

Re: Spotify Offline Playback...has this ever been achieved?

Hi,
Right now I'm using spotify-ripper but it is not what I'd like to have.
It basically just downloads certain playlists (which also takes forever).
by chris30o0
Thu Mar 03, 2016 6:16 pm
Forum: Media centres
Topic: Spotify Offline Playback...has this ever been achieved?
Replies: 8
Views: 5273

Re: Spotify Offline Playback...has this ever been achieved?

Hi,

bumping this since I'm very interested in it.
Also this is the only thread I found where someone actually claims to try it.
Did you get anywhere with it, kusti8?
by chris30o0
Thu Mar 03, 2016 3:33 pm
Forum: Automation, sensing and robotics
Topic: RasPi in car - GPS & GSM
Replies: 2
Views: 1715

RasPi in car - GPS & GSM

Hi, today my RasPi3 arrived and I'm planning on putting it in my car. First idea was to add a GPS module so it could track its movements. Also I'd like to locate my car (e.g. "where the hell did I park again?") which would require some kind of GSM-module with a internet-enabled SIM-card. Luckily pro...
by chris30o0
Tue Jun 30, 2015 7:33 am
Forum: Beginners
Topic: Backups & Clones
Replies: 6
Views: 1069

Re: Backups & Clones

I do a backup every week with this line:

Code: Select all

dd if=/dev/mmcblk0 | gzip -1 - | dd of =/media/nas/Raspi/$NOW.img.gz
For this I simply mounted my NAS (would be possible with a usual Windows PC too).
by chris30o0
Tue Jun 30, 2015 7:10 am
Forum: Troubleshooting
Topic: Use dd to clone used content on sd card to an image?
Replies: 11
Views: 2111

Re: Use dd to clone used content on sd card to an image?

I am not sure about that. I was using this image since february, but as far as I remember i did it on first startup when it asks if you wanted to use the whole card. I only wrote it to a 16GB card, because the image was a few bytes too big for my other vendor's 8GB-card (jeez, why?) so that was the ...
by chris30o0
Mon Jun 29, 2015 7:59 pm
Forum: Deutsch
Topic: (Gelöst)Problem: sudo apt-get update
Replies: 10
Views: 5900

Re: Problem: sudo apt-get update

Hm, so gut kenne ich mich damit nun auch wieder nicht aus.
Bin mir allerdings zu 99% sicher, dass das ":http" dort am Ende nichts verloren hat.
Vielleicht mal auf Englisch versuchen, da wird ggf. schneller geholfen.
by chris30o0
Mon Jun 29, 2015 4:02 pm
Forum: Troubleshooting
Topic: Use dd to clone used content on sd card to an image?
Replies: 11
Views: 2111

Re: Use dd to clone used content on sd card to an image?

Now that I read it: Exactly how I did it. A few days back I tried to write a 8GB to a 8GB SD-Card.. Well, image was a few bytes too big. Since I didn't want to encounter OPs errors I first wrote it to a bigger card, shrank it to 7GB and then used dd with count= because otherwise it would copy the em...
by chris30o0
Mon Jun 29, 2015 2:56 pm
Forum: Troubleshooting
Topic: Use dd to clone used content on sd card to an image?
Replies: 11
Views: 2111

Re: Use dd to clone used content on sd card to an image?

I'm not the best with disks but my first thought was:
Maybe a file is located at the back of your partition?!
by chris30o0
Mon Jun 29, 2015 9:18 am
Forum: Troubleshooting
Topic: Help? Setting up NAS?
Replies: 3
Views: 509

Re: Help? Setting up NAS?

First idea is to do "mount" and then look at the mountpoints.
I guess you'll know where Raspian is mounted, right?
Then you'll know by looking at that output.
You'll get the devicename (e.g. "mmcblk0p5") plus mountpoint (e.g. "/media/drive")
by chris30o0
Mon Jun 29, 2015 9:12 am
Forum: Deutsch
Topic: (Gelöst)Problem: sudo apt-get update
Replies: 10
Views: 5900

Re: Problem: sudo apt-get update

Hi,
zeig doch mal deinen ouput von

Code: Select all

cat /etc/apt/sources.list
Ich nehme an, am Zeilenende sollte eigentlich nicht noch ":http" stehen.
by chris30o0
Mon Jun 29, 2015 8:56 am
Forum: Beginners
Topic: How to run a command at boot, and then at every 5 minutes?
Replies: 15
Views: 2593

Re: How to run a command at boot, and then at every 5 minute

Where exactly did you put that line?
Did you do "crontab -e", "sudo crontab -e" or something different?
by chris30o0
Fri Jun 26, 2015 12:26 pm
Forum: Beginners
Topic: Startupscript xdotool not working
Replies: 3
Views: 773

Startupscript xdotool not working

Hi, this is my script: #!/bin/bash export DISPLAY=:0 epiphany-browser http://10.65.66.111/cgi-bin/mobile.pl & sleep 10 xdotool key F11 I'm calling it by using a .desktop-file so it would start when the GUI is ready. The browser starts and calls the site but xdotool seems to be not working. the expor...
by chris30o0
Thu Jun 25, 2015 8:11 am
Forum: Advanced users
Topic: Increase cron interval by button?
Replies: 2
Views: 430

Re: Increase cron interval by button?

I'm doing something similar. For that I am using cron.d instead of crontab. This is part of my script: echo "$job" > /etc/cron.d/cron the file "cron" is the equivalent of your crontab. Be aware of the slight difference in its syntax! The line above is part of a script called every night. You would c...
by chris30o0
Thu Jun 25, 2015 8:06 am
Forum: Advanced users
Topic: Enable HDMI to play video and then Disable HDMI on video end
Replies: 1
Views: 500

Re: Enable HDMI to play video and then Disable HDMI on video

I also am looking for a solution to turn off my screen - just not HDMI.

What is happening with this script?
Does the screen turn off immediatly after starting the video or not at all?
If the latter you might need to kill the video-application before the script moves on.
by chris30o0
Thu Jun 25, 2015 8:03 am
Forum: Advanced users
Topic: How to decide when everything in up...?
Replies: 3
Views: 541

Re: How to decide when everything in up...?

I guess it's easier to say: What has to happen before everything is up? For my startup-script on my ubuntu-computer I need to know too when it's up. But specifically when the network-connection is established. So that's precisely what I am checking before the startup-scripts are started. Is there a ...
by chris30o0
Thu Jun 25, 2015 6:57 am
Forum: Beginners
Topic: Disable Touchscreen
Replies: 0
Views: 345

Disable Touchscreen

Hi, I just bought this Touchscreen for my Raspberry B+ http://www.amazon.de/gp/product/B00S7U1SLA It seems to work since I used the image the display came with and I don't want to do anything complicated. Now I'd like to turn off the display - mainly for the night - because you can see the light und...
by chris30o0
Mon Jul 21, 2014 9:47 pm
Forum: Beginners
Topic: Getting Jasper up and running
Replies: 0
Views: 601

Getting Jasper up and running

Hi, so I am trying to get Jasper up and running for a few days now. I do not see how I could get anything wrong since the tutorial is pretty easy to follow. So after restarting the pi for the first time after completion I hear "Hello.... I am Jasper... Please wait one moment." After that nothing and...

Go to advanced search