Go to advanced search

by jj_0
Thu Sep 05, 2019 2:59 pm
Forum: Troubleshooting
Topic: screen command not working completely
Replies: 6
Views: 413

Re: screen command not working completely

I just got my first Pi4B, it is up and running Buster ofc. I have no idea how to benefit from two HDMI displays and which one is active. Is there a good tutorial how to use dual displays ? How do I install "screen for Buster" ? Just outof curiosity Carl / Helsinki This might help, it should work ou...
by jj_0
Thu Sep 05, 2019 2:53 pm
Forum: Beginners
Topic: How to output 5.1 sound to AV receiver from Pi 4?
Replies: 9
Views: 4147

Re: How to output 5.1 sound to AV receiver from Pi 4?

Maybe you need to enable passthrough? https://kodi.wiki/view/Raspberry_Pi_FAQ ... support.3F

I assume you can connect to your receiver with HDMI.

Btw, where did you see the Pi4 advertised as mediacenter? Surely not by the Foundation? ;)
by jj_0
Tue Sep 03, 2019 4:57 am
Forum: Advanced users
Topic: Access to GPIO connector in a Flirc Case
Replies: 18
Views: 4281

Re: Access to GPIO connector in a Flirc Case

There's a FAQ on the Flirc RPi 4 case page where question 9 specifically adresses the gpio ribbon cable issue: I haven't tried it myself, if you do please let us know if it fits. I now see the FAQ entry, but the link points to a page with a table with multiple cables listed. The connectors on all t...
by jj_0
Mon Sep 02, 2019 11:08 am
Forum: Beginners
Topic: how to detect if pi has rebooted?
Replies: 10
Views: 660

Re: how to detect if pi has rebooted?

graysky wrote:
Mon Sep 02, 2019 11:01 am
jj_0 wrote:
Mon Sep 02, 2019 10:50 am
Or run the script as a systemd service at startup.
graysky wrote:
Mon Sep 02, 2019 10:47 am
You could also optionally make a systemd timer and unit to run your script to avoid pulling down more dependencies (cron).
There's an echo in here :D
Great minds... :lol:
by jj_0
Mon Sep 02, 2019 10:50 am
Forum: Beginners
Topic: how to detect if pi has rebooted?
Replies: 10
Views: 660

Re: how to detect if pi has rebooted?

Or run the script as a systemd service at startup.
by jj_0
Sun Aug 25, 2019 10:46 am
Forum: Beginners
Topic: user pi refused command without using 'sudo' before command?
Replies: 3
Views: 259

Re: user pi refused command without using 'sudo' before command?

It would be helpful if you use the 'Code' tags when posting command-line output, like this: pi@raspberrypi:/ $ ls bin boot.bak dev home lost+found mnt proc run srv tmp var boot CreateDirsCopy etc lib media opt root sbin sys usr pi@raspberrypi:/ $ ls -lr total 79 drwxr-xr-x 12 root root 4096 Jan 20 2...
by jj_0
Thu Aug 22, 2019 10:29 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3B+ - won't boot with keyboard and mouse attached
Replies: 25
Views: 1582

Re: Raspberry Pi 3B+ - won't boot with keyboard and mouse attached

Interesting results. Do you have a different keyboard you could try?
by jj_0
Thu Aug 22, 2019 9:31 am
Forum: Advanced users
Topic: Virtualisation on Raspberry Pi 4
Replies: 2
Views: 1032

Re: Virtualisation on Raspberry Pi 4

Also, you coul look into lightweight container systemd-nspawn if you don't need full virtualisation
by jj_0
Thu Aug 22, 2019 7:59 am
Forum: Troubleshooting
Topic: Raspberry Pi 3B+ - won't boot with keyboard and mouse attached
Replies: 25
Views: 1582

Re: Raspberry Pi 3B+ - won't boot with keyboard and mouse attached

This thread might be helpful.
It's probably related to startup power draw,
using a powered USB hub might help.
by jj_0
Tue Aug 20, 2019 12:26 pm
Forum: Beginners
Topic: Pi image, can I skip image of empty partition?
Replies: 4
Views: 318

Re: Pi image, can I skip image of empty partition?

deepakdeshp wrote:
Tue Aug 20, 2019 11:31 am
A general script, which takes input from fdisk of the source disk will be a good addition to the Pi tools.
There are some tools like that, see https://robotzero.one/headless-pi-zero-backup-clone/
by jj_0
Fri Aug 16, 2019 9:52 pm
Forum: Other
Topic: can't open wireshark on kali RPI
Replies: 7
Views: 3828

Re: can't open wireshark on kali RPI

I'll try to ask there, although I don't think it's distribution related. So have you confirmed this by replicating the issue while running the Raspberry Pi supported Raspbian Operating System? No, but it seems to be a problem with qt since wireshark has GUI It might be an issue with the capabilitie...
by jj_0
Fri Aug 16, 2019 7:54 am
Forum: Beginners
Topic: NTP stops working after a reboot pi3 stretch
Replies: 6
Views: 600

Re: NTP stops working after a reboot pi3 stretch

Hi jj_O again, Thank you for the tips. I had tried disabling systemd-timecyncd before, I had found that blog when searching. It didn't work before but it appears to have worked this time. This setup does not have access to the internet - just a LAN cable between the server and the Pi. I did edit th...
by jj_0
Thu Aug 15, 2019 6:44 pm
Forum: Troubleshooting
Topic: Stuck installing Samba on Pi-4 running Buster
Replies: 7
Views: 1513

Re: Stuck installing Samba on Pi-4 running Buster

The mount command you have used doesn't return an error message, but its usage information. This usually means the command line you have used is missing something. In the mount command you use I see the <remotetarget> but not the <dir> local directory where you want to mount it specified. I would e...
by jj_0
Thu Aug 15, 2019 5:00 pm
Forum: Beginners
Topic: NTP stops working after a reboot pi3 stretch
Replies: 6
Views: 600

Re: NTP stops working after a reboot pi3 stretch

Apparently (I've only found out now, sorry) there is a different standard timeserver running on Raspbian these days, called systemd-timesyncd. This interferes with ntpd. So you could try to use that by de-installing ntpd again. Or disable it and use ntp . But it is probably best to stick to the stan...
by jj_0
Thu Aug 15, 2019 10:09 am
Forum: Advanced users
Topic: Access to GPIO connector in a Flirc Case
Replies: 18
Views: 4281

Re: Access to GPIO connector in a Flirc Case

LTolledo wrote:
Thu Aug 15, 2019 9:15 am
the values inside the parenthesis are the ones to use for metric, the ones outside are for imperial/inch.
Thanks! I get it now.
by jj_0
Thu Aug 15, 2019 6:40 am
Forum: Advanced users
Topic: Access to GPIO connector in a Flirc Case
Replies: 18
Views: 4281

Re: Access to GPIO connector in a Flirc Case

did the math on the linked "slim connector", it turned out as 52.3mm it will probably be a tight fit on the narrow end of the pillars.... I tried the math ( No. Positions/row x (2.54) .100 + (1.50) .059 ) as well even though I don't quite understand the (2.54).100 nor (1.50).059 in the formula, I g...
by jj_0
Thu Aug 15, 2019 5:55 am
Forum: Troubleshooting
Topic: Stuck installing Samba on Pi-4 running Buster
Replies: 7
Views: 1513

Re: Stuck installing Samba on Pi-4 running Buster

All the above from hortimech might apply, but also: pi@raspberrypi:~ $ sudo mount.cifs //PC-PRO/share/b] - My Code Here is what returned: I don't think anything actually happened here. Usage: mount.cifs <remotetarget> <dir> -o <options> Mount the remote target, specified as a UNC name, to a local di...
by jj_0
Thu Aug 15, 2019 5:32 am
Forum: Beginners
Topic: NTP stops working after a reboot pi3 stretch
Replies: 6
Views: 600

Re: NTP stops working after a reboot pi3 stretch

You might have to enable the NTP service so it starts every boot:

Code: Select all

systemctl enable ntpd.service
Apparently you can also check if it's enabled, by using:

Code: Select all

systemctl is-enabled ntpd.service; echo $?
If this returns 0 it's disabled, if it returns 1 it's enabled.
by jj_0
Wed Aug 14, 2019 9:49 pm
Forum: Troubleshooting
Topic: lost my Pi
Replies: 2
Views: 292

Re: lost my Pi

Put the uSD-card in a different Linux-running computer, mount the rootfs that's on the uSD card somewhere, e.g. at /mnt and then edit /mnt/etc/shadow. Look for the row with the username whose password you want to reset and remove the long garbled string between two colons following the username . Af...
by jj_0
Wed Aug 14, 2019 4:06 pm
Forum: Advanced users
Topic: Access to GPIO connector in a Flirc Case
Replies: 18
Views: 4281

Re: Access to GPIO connector in a Flirc Case

There's a FAQ on the Flirc RPi 4 case page where question 9 specifically adresses the gpio ribbon cable issue: I'm having trouble fitting a standard IO Cable for the Connectors, do you have a recommendation? Yes, this one works perfectly fine: https://octopart.com/search?q=IDSD-20-D-06.00 I haven't ...
by jj_0
Thu Aug 08, 2019 11:26 am
Forum: General discussion
Topic: Why are my old files on my new PI, has someone hacked me?
Replies: 19
Views: 1241

Re: pirated pi3s ??

Well... Or the files were on your uSD card of course.
by jj_0
Mon Aug 05, 2019 7:14 am
Forum: General discussion
Topic: Pi4 Cooling
Replies: 116
Views: 16321

Re: Pi4 Cooling

Randomp wrote:
Mon Aug 05, 2019 4:10 am

The case you linked to is a Rpi 3B+ case and not for the 4. So it likely won't fit.
Oops. I guess I was suffering from the heat as well when I ordered it. My Pi 3B+ will be very happy with its new case I hope.
by jj_0
Sun Aug 04, 2019 10:14 am
Forum: General discussion
Topic: Pi4 Cooling
Replies: 116
Views: 16321

Re: Pi4 Cooling

So I finally got my Flirc Kodi Edition case to test against my Wicked Aluminum/Pi Holder case from Barch Designs. Room temp is about 80F or 26.6C. Tests were taken consecutively on two separate Pi4s in the same exact location. The tests were started at about the same time after booting up. The Flir...
by jj_0
Sun Aug 04, 2019 8:10 am
Forum: Advanced users
Topic: systemd module not working
Replies: 13
Views: 1033

Re: systemd module not working

I'm not sure if you are aware of it, but Systemd has a special facility for creating files and/or directories at boot: systemd-tmpfiles. This can be configured by placing a .conf file in the /etc/tmpfiles.d directory.
If you use that instead of your own unit it might work OK.
by jj_0
Thu Aug 01, 2019 6:23 am
Forum: General discussion
Topic: Pi4 Cooling
Replies: 116
Views: 16321

Re: Pi4 Cooling

Just got my Barch Designs Pi Holder machined aluminum case for my 4GB Pi 4. It's very pricey at $70 USD, but I figure well worth it for piece of mind on a machine running 24/7 and avoiding fan noise and dust. Ran a sysbench stress test on it for 10 minutes and it did not go over 58C. https://i.imgu...

Go to advanced search