Go to advanced search

by DirkS
Sun Jan 05, 2020 3:29 am
Forum: General discussion
Topic: Adding a second USB camera
Replies: 9
Views: 1395

Re: Adding a second USB camera

pi9 wrote:
Sun Jan 05, 2020 2:51 am
Not sure how to do that.
Plug it in and use it?
What exactly is the problem?
by DirkS
Sun Jan 05, 2020 1:15 am
Forum: Troubleshooting
Topic: xrandr rotate display
Replies: 5
Views: 313

Re: xrandr rotate display

zaphodikus wrote:
Sat Jan 04, 2020 10:19 pm
No reason other than not aware that there is a "arandr" tool.

Not sure how I would have found that out,
You did not have to know that.
On the Rapbian Desktop it's in the Preferences menu as 'Screen preferences', exactly where you would expect a tool for screen manipulation...
by DirkS
Sun Jan 05, 2020 1:08 am
Forum: Troubleshooting
Topic: Cant connect to MYSQL remotely
Replies: 1
Views: 113

Re: Cant connect to MYSQL remotely

marsheng wrote:
Sat Jan 04, 2020 10:44 pm
I have installed a working system 3+ years ago but used MYSQL 5.5 or what ever at the time. From memory, everything worked straight off.
Unlikely. AFAIK the default on both is that they only accept local connections. And it has been for a long time...
Google for 'bind address'
by DirkS
Thu Jan 02, 2020 6:53 pm
Forum: Troubleshooting
Topic: RPi4 internet issue - no internet at 1080p
Replies: 12
Views: 863

Re: RPi4 internet issue - no internet at 1080p

Using Wifi or wired network?
There are some known problems with Wifi and HDMI 'interactions'.
by DirkS
Thu Jan 02, 2020 12:13 pm
Forum: General discussion
Topic: Raspberry Pi 4 usb boot?
Replies: 574
Views: 224540

Re: Raspberry Pi 4 usb boot?

This is a lsusb dump of all my connected USB devices. I have bolded the line with the USB bridge device. We can see that the chipset is ASM1153E I'm struggling to see the purpose of your post... And is there a reason to use purplish/red text? Looks quite aggressive to me. Also can't see any bold te...
by DirkS
Thu Jan 02, 2020 12:01 pm
Forum: Troubleshooting
Topic: Trouble afer upgrating from stretch to buster
Replies: 8
Views: 993

Re: Trouble afer upgrating from stretch to buster

In the default Raspbian install, sources.list and sources.list.d/raspi.conf are identical. Don't think so (and I assume you mean 'raspi.list', not 'raspi.conf') I have not made any changes to them: pi@raspi4b:~$ cat /etc/apt/sources.list deb http://raspbian.raspberrypi.org/raspbian/ buster main con...
by DirkS
Thu Jan 02, 2020 11:58 am
Forum: Troubleshooting
Topic: Trouble afer upgrating from stretch to buster
Replies: 8
Views: 993

Re: Trouble afer upgrating from stretch to buster

Sources.list.d seems free of garbage : deb http://archive.raspberrypi.org/debian/ buster main ui staging # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://archive.raspberrypi.org/debian/ stretch main ui <snip> W: Le fichier configuré « staging/binary-armhf/Pack...
by DirkS
Thu Jan 02, 2020 6:39 am
Forum: Automation, sensing and robotics
Topic: Publishing and subscribing using Raspberry Pi broker and ESP32
Replies: 3
Views: 457

Re: Publishing and subscribing using Raspberry Pi broker and ESP32

so the question is, how do I publish to the mosquitto server on the Pi from another device like an ESP32, and also how would I subscribe using an ESP32 Use one of the ESP32 programming tools + MQTT library. This can be done with e.g. MicroPython. This is *not* a Raspberry Pi issue and I would googl...
by DirkS
Thu Jan 02, 2020 6:36 am
Forum: Automation, sensing and robotics
Topic: Publishing and subscribing using Raspberry Pi broker and ESP32
Replies: 3
Views: 457

Re: Publishing and subscribing using Raspberry Pi broker and ESP32

Shea wrote:
Thu Jan 02, 2020 12:33 am
Use the -h parm. default is localhost. e.g mosquitto_pub -h 192.168.1.2 -t topic -m message.
OP asks about using MQTT pub/sub on an ESP32...
by DirkS
Wed Jan 01, 2020 4:03 pm
Forum: Troubleshooting
Topic: Set static IP for usb0 in cmdline.txt
Replies: 22
Views: 794

Re: Set static IP for usb0 in cmdline.txt

Why can't you use dhcpcd.conf?
by DirkS
Wed Jan 01, 2020 12:35 pm
Forum: Python
Topic: how to install openpyxl in python3
Replies: 1
Views: 658

Re: how to install openpyxl in python3

Which OS + version does your Pi run on? python3-openpyxl seems to be available on Debian/Raspbian Stretch and later (not on Jessie) And did you do an update before trying to install the package? The problem with the pip command could be that you run a version of pip / setuptools that's too old. That...
by DirkS
Wed Jan 01, 2020 12:11 pm
Forum: General discussion
Topic: hardware counters raspberry 4
Replies: 14
Views: 1779

Re: hardware counters raspberry 4

bullen wrote:
Wed Jan 01, 2020 11:01 am
Is anyone from the foundation reading this?
They probably do... at some point. Keep in mind it's the holiday season...
Even the RPF/RPT people should be allowed the odd day off ;)
by DirkS
Wed Jan 01, 2020 12:08 pm
Forum: General discussion
Topic: New version of Raspbian image with latest kernel and updates
Replies: 2
Views: 440

Re: New version of Raspbian image with latest kernel and updates

waranpi wrote:
Wed Jan 01, 2020 7:48 am
It is very hard and time consuming when I reformat and have to update the Pi to the latest version which takes around 30 minutes for me :shock:
Do it once and create a backup. Use the backup when you want to make a fresh start.
by DirkS
Wed Jan 01, 2020 1:12 am
Forum: Python
Topic: Help Compiling SK1
Replies: 12
Views: 645

Re: Help Compiling SK1

unixino wrote:
Tue Dec 31, 2019 8:28 pm
The program is coded with python, If this is not the Right place please tell me where to post it.
Thanks
Why does it need compiling if it's written in Python?
by DirkS
Tue Dec 31, 2019 8:03 pm
Forum: Troubleshooting
Topic: 16x2 LCD display screen works on my Pi model B+ but not on my Zero W
Replies: 4
Views: 265

Re: 16x2 LCD display screen works on my Pi model B+ but not on my Zero W

Kaveis wrote:
Tue Dec 31, 2019 7:20 am
Is there something I'm missing?
Almost certainly. But because you give no relevant information apart from the Pi model it's impossible to say what that 'something; is...
by DirkS
Tue Dec 31, 2019 7:48 pm
Forum: General discussion
Topic: How to exit full screen using VNC viewer
Replies: 5
Views: 558

Re: How to exit full screen using VNC viewer

iosman987 wrote:
Tue Dec 31, 2019 12:01 pm
I have just put online my personal notebook which can help beginners for the first steps.
It *could* be helpful, but only when you tell people where to find it...
by DirkS
Tue Dec 31, 2019 7:46 pm
Forum: Python
Topic: Help Compiling SK1
Replies: 12
Views: 645

Re: Help Compiling SK1

How is this related to Python?
by DirkS
Mon Dec 30, 2019 7:23 pm
Forum: General discussion
Topic: Pi Zero W multi purchases
Replies: 64
Views: 5343

Re: Pi Zero W multi purchases

For a GUI version on each pi (easier to troubleshoot), the microusb power port of the zero will need to be upgraded to a data port. That way, each pi zero gets power and Ethernet over 1 port, while getting a mouse/keyboard input (via a switcher box) on the second port. That would require a major re...
by DirkS
Mon Dec 30, 2019 7:13 pm
Forum: Networking and servers
Topic: Test firmware: ONVIF IP camera for Raspberry Pi
Replies: 5
Views: 3855

Re: Test firmware: ONVIF IP camera for Raspberry Pi

Pealy wrote:
Mon Dec 30, 2019 5:30 pm
Hi - sorry to resurrect an old thread but is this image compatible with a pi Zero? Thx
Why not try it...
by DirkS
Mon Dec 30, 2019 2:06 am
Forum: Beginners
Topic: File Manager crash
Replies: 2
Views: 484

Re: File Manager crash

Try

Code: Select all

sudo apt update
sudo apt full-upgrade
See e.g. https://www.raspberrypi.org/forums/view ... p?t=258038
by DirkS
Fri Dec 27, 2019 11:18 pm
Forum: Troubleshooting
Topic: Bluetooth don't work
Replies: 16
Views: 670

Re: Bluetooth don't work

CM17 wrote:
Fri Dec 27, 2019 11:17 pm
How do I know which system I am using?
What did you install?
by DirkS
Thu Dec 26, 2019 9:53 pm
Forum: General discussion
Topic: bad image hdmi output
Replies: 1
Views: 161

Re: bad image hdmi output

Try disabling the overscan first by uncommenting the relevant line in /boot/config,txt
by DirkS
Thu Dec 26, 2019 9:48 pm
Forum: Beginners
Topic: Default Widget
Replies: 1
Views: 105

Re: Default Widget

What widget?
If you want to add an image to your post you have to upload it to a sharing site (e.g. imgur) and then add a link to the image to your post.
by DirkS
Thu Dec 26, 2019 8:46 pm
Forum: Beginners
Topic: How do I add an OLED display with PoE HAT installed?
Replies: 4
Views: 341

Re: How do I add an OLED display with PoE HAT installed?

You could use a shim like this one
by DirkS
Wed Dec 25, 2019 9:48 pm
Forum: General discussion
Topic: Questions before buying
Replies: 6
Views: 523

Re: Questions before buying

Heater wrote:
Wed Dec 25, 2019 9:16 pm
What on Earth is lakka?
Seems like you're not spending enough time on this forum.
https://www.google.com/search?q=site:ww ... s%2F+lakka

https://www.lakka.tv/

Go to advanced search