Go to advanced search

by neilgl
Mon Jul 13, 2020 7:53 pm
Forum: Beginners
Topic: Unable to connect to Raspberry Pi Zero through usb using default username and password
Replies: 3
Views: 97

Re: Unable to connect to Raspberry Pi Zero through usb using default username and password

Maybe you are running Manjaro on your PC (with a GeForce 1050 graphics card)? And then trying to connect to pi zero.
by neilgl
Mon Jul 13, 2020 6:56 pm
Forum: General discussion
Topic: gzip: stdin: not in gzip format
Replies: 16
Views: 356

Re: gzip: stdin: not in gzip format

All looks pretty tame to me, but anyway if you want a quote it has to be "no such undertaking has been received..."
by neilgl
Mon Jul 13, 2020 2:11 pm
Forum: General discussion
Topic: Rasp Pi Dashboard / Personal Calendar / etc?
Replies: 1
Views: 73

Re: Rasp Pi Dashboard / Personal Calendar / etc?

I use infrared from a pi to control my TV, sound bar and satellite tuner, and openhab2 on a pi3 to control smart lights via mqtt commands (and Alexa) so you could do that and open a web page you create containing google calendar, news etc. Openhab2 can know what time sunrise is in your location.
by neilgl
Mon Jul 13, 2020 9:34 am
Forum: Troubleshooting
Topic: Can't get DS18B20 to work
Replies: 9
Views: 176

Re: Can't get DS18B20 to work

The yellow looks green on my iPad but never mind.
by neilgl
Mon Jul 13, 2020 9:27 am
Forum: Troubleshooting
Topic: Slow Internet Speeds
Replies: 9
Views: 216

Re: Slow Internet Speeds

Can you post the client and server iperf3 commands and the result when pc and pi are on Ethernet. I can compare it to mine.
by neilgl
Sun Jul 12, 2020 11:10 pm
Forum: Beginners
Topic: Beginner's Project - already ran into trouble
Replies: 17
Views: 429

Re: Beginner's Project - already ran into trouble

Ok MySQL has (sort of) been replaced with mariadb as that is open source (good). It is almost identical. Let me check commands later.
Forget about pihole for now.
by neilgl
Sun Jul 12, 2020 9:49 pm
Forum: Beginners
Topic: Beginner's Project - already ran into trouble
Replies: 17
Views: 429

Re: Beginner's Project - already ran into trouble

Login as pi

Code: Select all

cd /var/www/html
Then use nano editor (or other) to create index.php as per the tutorial
You should then have just index.php in that directory.
by neilgl
Sun Jul 12, 2020 8:57 pm
Forum: Beginners
Topic: Beginner's Project - already ran into trouble
Replies: 17
Views: 429

Re: Beginner's Project - already ran into trouble

Have you deleted index.html as per the tutorial?

Code: Select all

cd /var/www/html
sudo rm index.html
by neilgl
Sun Jul 12, 2020 3:33 pm
Forum: Troubleshooting
Topic: Slow Internet Speeds
Replies: 9
Views: 216

Re: Slow Internet Speeds

with the iperf3 client on the pI, where did you run the iperf3 server?
by neilgl
Sun Jul 12, 2020 7:12 am
Forum: Troubleshooting
Topic: Can't get DS18B20 to work
Replies: 9
Views: 176

Re: Can't get DS18B20 to work

Can you check the value of that resistor with a multimeter?
by neilgl
Sat Jul 11, 2020 11:31 pm
Forum: Python
Topic: beginer here!
Replies: 5
Views: 201

Re: beginer here!

Have a look at the help here https://www.raspberrypi.org/help/
And the beginners guides here https://magpi.raspberrypi.org/books
by neilgl
Sat Jul 11, 2020 5:59 pm
Forum: General programming discussion
Topic: fallout 3 pipboy
Replies: 51
Views: 29293

Re: fallout 3 pipboy

by neilgl
Sat Jul 11, 2020 5:56 pm
Forum: Troubleshooting
Topic: RPi 4 8gb Berryboot RaspberryPi VNC viewer problem
Replies: 6
Views: 121

Re: RPi 4 8gb Berryboot RaspberryPi VNC viewer problem

Use raspi-config to set a screen resolution, then reboot.
by neilgl
Sat Jul 11, 2020 3:56 pm
Forum: Troubleshooting
Topic: Slow Internet Speeds
Replies: 9
Views: 216

Re: Slow Internet Speeds

DId you try it with iperf3 not iperf
by neilgl
Sat Jul 11, 2020 3:49 pm
Forum: Beginners
Topic: Help in Building a new OS for car infotainment system
Replies: 5
Views: 135

Re: Help in Building a new OS for car infotainment system

I would go with a prototype using the standard RaspiOS, add a few media player icons (e.g. VLC for videos etc.) and figure out how to power it down correctly when turning off the ignition.
by neilgl
Sat Jul 11, 2020 12:19 pm
Forum: General discussion
Topic: Which OS is the fastest ?
Replies: 48
Views: 1707

Re: Which OS is the fastest ?

SSD boots faster
by neilgl
Sat Jul 11, 2020 12:06 pm
Forum: General discussion
Topic: Which OS is the fastest ?
Replies: 48
Views: 1707

Re: Which OS is the fastest ?

SSD = Solid State Disk
by neilgl
Sat Jul 11, 2020 11:48 am
Forum: Beginners
Topic: Connecting Pi 4 to Laptop?
Replies: 6
Views: 230

Re: Connecting Pi 4 to Laptop?

Laptop USB port might not be enough to power the pi4, so yes, get an official pi power supply.
I have signed the forms in triplicate and sent in - have they been received?
by neilgl
Sat Jul 11, 2020 11:29 am
Forum: Beginners
Topic: I want to create a cycle timer when a pressing a single button, can this be done?
Replies: 1
Views: 47

Re: I want to create a cycle timer when a pressing a single button, can this be done?

Yes you can do that. E.g. a python script that detects the button press and remembers the number of presses so far. Press 1 gives 30 min, then off, next press is press 2 so that is 1 hour on then off, etc.
by neilgl
Sat Jul 11, 2020 9:07 am
Forum: Beginners
Topic: How to set speakers on raspberry
Replies: 13
Views: 404

Re: How to set speakers on raspberry

It’s one of those things where it is not immediately obvious, unless you already know it.
by neilgl
Fri Jul 10, 2020 9:56 pm
Forum: Beginners
Topic: How to set speakers on raspberry
Replies: 13
Views: 404

Re: How to set speakers on raspberry

If you have a spare microSD card, put Raspberry Pi OS (32-bit) with desktop (Buster) on it using Raspberry Pi Imager, then right mouse click on the speaker icon at the top right of the menu bar and select "AV Jack" (not HDMI). Let us know if that works.
by neilgl
Fri Jul 10, 2020 6:47 pm
Forum: General discussion
Topic: Linux WIFI Not Supported by Spectrum/Charter?
Replies: 29
Views: 717

Re: Linux WIFI Not Supported by Spectrum/Charter?

Hold on did I not suggest plugging your own router into their box earlier?
by neilgl
Fri Jul 10, 2020 4:36 pm
Forum: General discussion
Topic: Linux WIFI Not Supported by Spectrum/Charter?
Replies: 29
Views: 717

Re: Linux WIFI Not Supported by Spectrum/Charter?

Their site says you can use your own router, so maybe place theirs in a cupboard and connect your own (another one) which works with your WiFi setup e.g. you can have WPA or none security? Or plug another router into a LAN port on their router and configure it as an Access Point (i.e. Using DD-WRT) ...

Go to advanced search