--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/dee48ddc-4d03-48e3-ac58-b05b763a7605n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/965f1087-41c4-439f-baa5-2baccc54d15dn%40googlegroups.com.
I'm running Rasbpian Buster on a Pi 4. My changes were minimal. I wrapped a couple of calls in a mutex. When you diff the files, you will see what I've changed. Perhaps trying running the native checkout of PiDP with no changes on the Pi 5 and see if there are issues. Happy to help here if want me to test anything. I've been running three months now with no issues.
Well, bummer. I didn't realize there had been a recent update for Pi 5, but I see the code changes now. Here are diffs of my changes based on the "Pre-Pi5" code updates:
On Sunday, July 6, 2025 at 9:18:01 AM UTC-4 eric...@gmail.com wrote:Well, bummer. I didn't realize there had been a recent update for Pi 5, but I see the code changes now. Here are diffs of my changes based on the "Pre-Pi5" code updates:I've merged your changes into the latest version of the emulator, as well as making a number of otherfixes for things that have been nagging me:
9) Report your successes (or my failures) here
On Monday, July 7, 2025 at 1:30:52 PM UTC+10 terry-...@glaver.org wrote:On Sunday, July 6, 2025 at 9:18:01 AM UTC-4 eric...@gmail.com wrote:Well, bummer. I didn't realize there had been a recent update for Pi 5, but I see the code changes now. Here are diffs of my changes based on the "Pre-Pi5" code updates:I've merged your changes into the latest version of the emulator, as well as making a number of otherfixes for things that have been nagging me:[snip]9) Report your successes (or my failures) hereTerri,As it happens my PiDP-11 entered the panel freeze mode some timeearlier today - giving me the opportunity to try your LED-Fix-2.tgz changes.Following your instructions yielded a successful compile/update.Re-booting my PI 3B controlled panel and it came up correctly runningmy RSTS/E V10.1 system.
Spoke too soon. The system did not start DECnet properly.I had to re-apply my fix to be able to get it to use libpcapas non-root (as I use the raw eth0 device and not a bridge).This should also be included in your update just in case othersimulations have an 'att xu eth0' in their boot.ini file.#!/bin/sh
#
# Set capabilities on the PiDP11 client to allow pcap to attach to raw eth0
# interface.
#
sudo setcap cap_net_raw,cap_net_admin=+ep /opt/pidp11/src/02.3_simh/4.x+realcons/bin-rpi/pdp11_realcons
sudo getcap /opt/pidp11/src/02.3_simh/4.x+realcons/bin-rpi/pdp11_realcons
I missed that in Oscar's install.sh. He has eip, not just ep. However, I'm utterly unfamiliar with Linux capability flags (my background is in FreeBSD). I added:
# to use PCAP as non-root
sudo setcap cap_net_raw,cap_net_admin=+eip /opt/pidp11/src/02.3_simh/4.x+realcons/bin-rpi/pdp11_realcons
I ran ./recompile.sh again followed by the above setcap command and it works.
I ran ./recompile.sh again followed by the above setcap command and it works.
Everything appeared to compile correctly, however, I get the following error when starting the pdp.sh script, and there are no lights on my PDP-11:
--
You received this message because you are subscribed to a topic in the Google Groups "[PiDP-11]" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pidp-11/osWq3mfln_g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/0a686404-d71e-4f36-bd99-8fea79237511n%40googlegroups.com.
Can I get feedback from anyone else who has tried my LED-Fix-2.tgz with updated recompile.sh a few posts further down?
On Tuesday, August 26, 2025 at 1:54:30 AM UTC-4 terry-...@glaver.org wrote:Can I get feedback from anyone else who has tried my LED-Fix-2.tgz with updated recompile.sh a few posts further down?
Bill Ezell emailed me directly to tell me about another LED hang fix that he submitted and Oscar accepted, but which didn't make it into the GitHub repo. That one is in hisorybuffer.c.
I'm debating whether I should:
A) Create a new LED-fix release with this and other fixes
B) Build a complete kit with this and other fixes, replacing the "git clone" with a curl or wget install
C) Fork Oscar's PiDP-11 repo and do all work in there
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/c934d586-60dc-49bf-afa4-c26feecf1b8bn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/15f1ec71-045b-4fa6-afa7-4ba4099824een%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pidp-11/CAE%3DviVqNawT22dse4KmV8xqBUwMBFytbPE3qk2hWspp6gOXFJA%40mail.gmail.com.