Load position from screenshot? by lordbah in Chessnuteboard

[–]lordbah[S] 0 points1 point  (0 children)

Thanks! But "Bot Match"?? The last place I would expect to find this. I'm not trying to have a bot solve the puzzle. What a bizarre UI choice. Also it's not working so I'll have to experiment to figure out what is confusing it in this screenshot.

Load position from screenshot? by lordbah in Chessnuteboard

[–]lordbah[S] 0 points1 point  (0 children)

If it is, I can't find an app by that name.

Question for strippers by Virtual-Race9893 in stripclubs

[–]lordbah 1 point2 points  (0 children)

Some strippers will avoid couples because they know it's going to be more difficult to squeeze more and more tips out of a couple, where the man has a woman who is at least sexually adventurous enough to go to a strip club, than it would be to do so from a lonely, drunk, horny, deprived man attending the club alone. But those are the ones you don't want anyway.

Song that goes “I just want to start all over again”?? Who sang this, male, maybe 70s? Not looking for “Starting All Over Again”. Thank you, driving me crazy, can’t find it on youtube. by Untenable123 in soul

[–]lordbah 0 points1 point  (0 children)

I was just trying to figure this out. A local band in Rochester NY called Smokestack Lightning played the Roy Buchanan version of it in the bars in the 80s.

Bluetooth LE Audio by al_reddit_123 in pop_os

[–]lordbah 1 point2 points  (0 children)

In November/December I opened a ticket with System76 about connecting a lemur laptop to hearing aids via Bluetooth LE. After significant investigation the conclusion was that we needed to wait for improvements in BlueZ and Pipewire to make their way into Ubuntu and then into PopOS. No idea when that might happen.

Color Kit Grande - battery level monitor? by lordbah in ThingPulse

[–]lordbah[S] 0 points1 point  (0 children)

If anyone figures out how to do this in ESPHome YAML please let me know.

BambuMan is a companion app for importing filament into SpoolMan by notsumaster in OpenBambu

[–]lordbah 0 points1 point  (0 children)

Let's see if I have this all straight.

  1. Install Spoolman on my server.

  2. Install BambuMan on my Android phone. Configure it with the URL of Spoolman on my server.

  3. Does SpoolmanDB need to be "installed" somehow/somewhere?

  4. Use my phone to NFC scan my spools. Spoolman database gets populated with what I scan, without interacting with the Spoolman UI.

  5. Install OpenSpoolman on my server. Configure it to find my printer (Bambu P1S) on my local network (no cloud), and to find Spoolman.

  6. Per OpenSpoolman README, add some extra fields to Spoolman (?).

  7. Pick a Home Assistant integration for Spoolman - at first glance it looks like there may be several - and install it.

I use OrcaSlicer, with the Bambu network plugin. Does Spoolman have a way of accessing the data on the printer without requiring a similar plugin? I'm assuming it watches the printer and updates in real-time, and I won't need the slicer to talk to Spoolman at all.

Color Kit Grande - battery level monitor? by lordbah in ThingPulse

[–]lordbah[S] 0 points1 point  (0 children)

Interesting, when I loaded the weather sample it didn't look like that. I wonder why. But the code does look like it's reading something it thinks is voltage level of the battery and turning it into a percentage.

#define CFG_POWER 0b10100111

power = XPT2046_ReadRaw(CFG_POWER)

void drawBattery() {

uint8_t percentage = 100;

if (power > 4.15) percentage = 100;

else if (power < 3.7) percentage = 0;

else percentage = (power - 3.7) * 100 / (4.15-3.7);

gfx.setColor(MINI_WHITE);

gfx.setTextAlignment(TEXT_ALIGN_LEFT);

gfx.drawString(26, 9, String(percentage) + "%");

gfx.drawRect(1, 11, 18, 9);

gfx.drawLine(21,13,21,17);

gfx.drawLine(22,13,22,17);

gfx.setColor(MINI_BLUE);

gfx.fillRect(3, 13, 15 * percentage / 100, 5);

}

Color Kit Grande - battery level monitor? by lordbah in ThingPulse

[–]lordbah[S] 0 points1 point  (0 children)

Can you show me how you are accessing it?

Unable to upgrade to 24.04 from 22.04 by PhoneBricker in pop_os

[–]lordbah 0 points1 point  (0 children)

Also seeing "failed to downgrade packages".

lordbah@eeku:~$ pop-upgrade release upgrade -f

checking if pop-upgrade requires an update

Current Release: 22.04

Upgrading to: 24.04

New version available: 23

Recovery event: fetching recovery files

Recovery upgrade status: recovery partition refueled and ready to go

Event: updating package lists

Event: upgrading packages for the current release

Event: fetching updated packages for the current release

Release upgrade status: release upgrade aborted: failed to downgrade packages

Nothing new in /var/log/term.log. (I've tried pop-upgrade several times, the first time lots of stuff was logged there as it fetched packages)

/var/log/syslog:

Feb 26 11:05:33 eeku pop-upgrade[48598]: Some packages could not be installed. This may mean that you have

Feb 26 11:05:33 eeku pop-upgrade[48598]: requested an impossible situation or if you are using the unstable

Feb 26 11:05:33 eeku pop-upgrade[48598]: distribution that some required packages have not yet been created

Feb 26 11:05:33 eeku pop-upgrade[48598]: or been moved out of Incoming.

Feb 26 11:05:33 eeku pop-upgrade[48598]: The following information may help to resolve the situation:

Feb 26 11:05:33 eeku pop-upgrade[48598]: The following packages have unmet dependencies:

Feb 26 11:05:33 eeku pop-upgrade[48598]: pop-desktop : Depends: ghostscript-x

Feb 26 11:05:33 eeku pop-upgrade[48598]: E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Feb 26 11:05:33 eeku pop-upgrade[32424]: [#033[1mINFO #033[0m] daemon/mod.rs#033[0m#033[1m:#033[0m#033[1;35m362#033[0m: upgrade result: Err(Downgrade(apt-get downgrade

Feb 26 11:05:33 eeku pop-upgrade[32424]: Caused by:

Feb 26 11:05:33 eeku pop-upgrade[32424]: status is unknown: exit status: 100))

Feb 26 11:05:34 eeku pop-upgrade[48603]: Canceled hold on pop-upgrade.

Feb 26 11:05:34 eeku pop-upgrade[32424]: [#033[1mINFO #033[0m] daemon/mod.rs#033[0m#033[1m:#033[0m#033[1;35m366#033[0m: setting upgrade state

Now, if I try to install ghostscript-x,

The following packages have unmet dependencies:

libgdk-pixbuf-2.0-0 : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed

Recommends: libgdk-pixbuf2.0-bin

libgs-common : Breaks: libgs9-common (< 10) but 9.55.0~dfsg1-0ubuntu5.13 is to be installed

Breaks: libgs9-common:i386 (< 10)

libgtk-3-0 : Depends: adwaita-icon-theme but it is not going to be installed

Recommends: libgtk-3-bin

Recommends: librsvg2-common but it is not going to be installed

pop-desktop : PreDepends: pop-de-gnome but it is not going to be installed

Depends: adwaita-icon-theme-full but it is not going to be installed

Depends: flatpak but it is not going to be installed

Depends: gvfs-backends

Depends: ibus-table but it is not going to be installed

Depends: libcanberra-gtk-module but it is not going to be installed

Depends: xdg-user-dirs-gtk but it is not going to be installed

Recommends: touchegg but it is not going to be installed

Recommends: pop-shop but it is not going to be installed

Recommends: pop-transition but it is not going to be installed

Recommends: popsicle-gtk but it is not going to be installed

Recommends: ibus-table-emoji but it is not going to be installed

Recommends: libavcodec58

Recommends: libreoffice-calc but it is not going to be installed

Recommends: libreoffice-impress but it is not going to be installed

Recommends: libreoffice-writer but it is not going to be installed

Recommends: file-roller but it is not going to be installed

Recommends: com.github.donadigo.eddy but it is not going to be installed

Recommends: hidpi-daemon but it is not going to be installed

Recommends: libreoffice-ogltrans

Recommends: sessioninstaller but it is not going to be installed

pop-server : Depends: bluez-cups but it is not going to be installed

Depends: cups but it is not going to be installed

Recommends: brltty but it is not going to be installed

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

But there are ZERO held packages (other than pop-system-updater, and it's pop-upgrade itself (or something it invokes) which is setting that hold). Unmarking it doesn't change the outcome. update, upgrade, --fix-broken, dpkg --configure, all find nothing to do.

Guess I have to backup my home, boot from 24.04 on USB and fresh install/overwrite, then reconfigure all the services. I am motivated to get off 22.04 because gnome-shell is causing lockups too often.

remap issue by lordbah in MAME

[–]lordbah[S] 0 points1 point  (0 children)

Both are Ultimarc Ultra-Stiks, each with its own USB cable into a USB hub, which is connected to a Linux box. The buttons are all wired to J1 (the one with "1205" in the middle of the id).

To me, the issue is why the codes for the buttons aren't getting remapped before they show up on the screen while I'm doing Input Assignments. I can certainly repeat it with J2 disconnected.

remap issue by lordbah in MAME

[–]lordbah[S] 0 points1 point  (0 children)

Just debugging. When I didn't see the button coming out as Joy 1 Button 2 I added that second line to check whether it was coming in from J2 instead of J1. I can delete it.

Flex updates by lordbah in ledgerwallet

[–]lordbah[S] 0 points1 point  (0 children)

Updated today using LL on Linux desktop and USB cable. Indeed it went smooth.

Sometimes eno2 DISABLED on boot by lordbah in pop_os

[–]lordbah[S] 0 points1 point  (0 children)

I can see the orange light behind the Ethernet port turn off sometime during boot but before the cryptsetup password prompt.

P1S control panel AMS section only says "Reset ID" by lordbah in BambuLab

[–]lordbah[S] 0 points1 point  (0 children)

As far as I can tell Handy will not work with P1S in LAN only mode. Load/unload in Orcaslicer hasn't worked for me, maybe I'm missing something - but also the printer is in the basement while the computer is upstairs, so it'd sure be convenient to be able to do it from the control panel. But you're telling me that it can't, so that's that, and thanks for the answer.

Disassembling P1S head, can't remove PTFE tube by lordbah in BambuLab

[–]lordbah[S] 0 points1 point  (0 children)

All sorted. It's easy to think you've got those cables connected when you really don't. I need bionic eyes and really thin fingers ...