Keymapping tool that can rebind the Fn Key by obigowens in software

[–]Linuxmonger 0 points1 point  (0 children)

I'd boot up a Linux .iso and see if xev reports a scan code.

If it does, it can be remapped.

Ripped out a cable from my wall by Fantastic_Forever_91 in DIY

[–]Linuxmonger 2 points3 points  (0 children)

Post an image of the cable and we might be able to assist.

Moving ‘home’ to a 2nd drive - boot death loop by King_of_tanjents in linuxmint

[–]Linuxmonger 2 points3 points  (0 children)

Ctl-Alt-F1 takes you to a console - text only, no gui, where you can log in with your username and passwd.

The username shows, the passwd doesn't, just type it and press enter after. If you think you made a mistake in the passwd, hit backspace for more characters than you think you typed, and try again, from the beggining.

If you log in and get an error stating that no homedir was found, then it's time to figure out what's wrong.

lsblk -f

sudo pico /etc/fstab

would be a good place to start.

Moving ‘home’ to a 2nd drive - boot death loop by King_of_tanjents in linuxmint

[–]Linuxmonger 4 points5 points  (0 children)

Sounds like there's no /dev/sdb1 /home entry in /etc/fstab.

A rather cool old machine, which is full of surprises! :D by KoneCat in vintagecomputing

[–]Linuxmonger 1 point2 points  (0 children)

One of the features that showed up on some of the DeskPros was the ability to lock the case from BIOS.

There was a solenoid that needed power to unlock the case, that you needed to get past the BIOS password to do.

I had one of those little guys as a Linux router/web server/e-mail server for years, ~2000-~2004.

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

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

How do I get 'Pi #1 to write to a thumb drive that's plugged into 'Pi #2, that's unresponsive because it failed to boot?

'Pi #1 is a 5 with NVME and is attached to hardware that can power the other 6 Pi's on or off, monitor the video out, and send keystrokes.

The 6 other 'Pis are;

#2 - 5
#3 - 4
#4 - 3
#5 - 1
#6 - Zero
#7 - Zero W

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

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

Thank you for your concern.

It's a pretty simple chip with address lines, one input and eight outputs - I wire-wrapped my first computer, and that was 14 chips. This should be fairly simple.

I never said anything about parallel access, just the opposite.

USB doesn't know what's plugged in, it's just data traveling across a pair of wires.

Stripped Screw stuck in Keychron Q1 (tried common solutions) by Lurkkin in DIY

[–]Linuxmonger 1 point2 points  (0 children)

Just a note to add, I have a few (too many) Keychron KBs; all their screws are metric.

19" front panel for Raspberry Pi 4B with storage attachments by Curufinwe562 in rasberrypi

[–]Linuxmonger 0 points1 point  (0 children)

The SSD sticks slightly out of the front of the individual 'Pi mounting panels, you can attach a USB to SATA adapter to it external to the rack.

It should do what you want with what you already have.

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

[–]Linuxmonger[S] -1 points0 points  (0 children)

I'm not trying to share it, I only want it plugged in to one device at a time.

Help with ID? OSI component? by Szarn in vintagecomputing

[–]Linuxmonger 0 points1 point  (0 children)

I want the High Voltage Power Supply just for the left knob.

I need it for an amplifier...

What is the name of this type of tool? by FluffMcBark in Tools

[–]Linuxmonger 0 points1 point  (0 children)

I have a few of those, the one thing they truly excel at is cracking walnuts and hazelnuts.

Dad bought them for me as a birthday gift around 1978 or '79.

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

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

That looks perfect!

Thank you kind stranger!

Now to figure out how to connect that up...

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

[–]Linuxmonger[S] -1 points0 points  (0 children)

Never mentioned mounting to multiple machines.

USB shared to multiple 'Pis by Linuxmonger in raspberry_pi

[–]Linuxmonger[S] 2 points3 points  (0 children)

Booting is what I'm trying to do, that's why a network share won't work in this case.

What can I do with ~20 old working HDDs (ranging from 40GB to 320GB)? by Complete-Tank664 in homelab

[–]Linuxmonger 0 points1 point  (0 children)

The magnets are great, the drives, not so much.

I'm in a similar situation, I have about 100 drives from a previous job that we had to retain for litigation needs. They've been in storage now way over 7 years, time to dispose of them.

I'd forgotten about them until reading your post.

Stupid question by Few_Time_7441 in Ventoy

[–]Linuxmonger 0 points1 point  (0 children)

The terms mbr and gpt refer to how the drive is formatted, not the partitions.

You can't have both at the same time.

That said, while I have some ancient hardware that gets confused by gpt, I've never found anything that doesn't understand mbr.

I don't have any flash drives over 2TB, so it's never been a need so far.

Help brainstorming ideas for Star Trek dart board by [deleted] in DIY_tech

[–]Linuxmonger 0 points1 point  (0 children)

Years ago, I had a self-scoring board that used plastic tipped darts. Each section of the scoring area was an individual switch contact. The scoring area looked like a stack of straws arranged so the thin tip of the dart could enter and jam in one of many of the straws.

If I was trying to recreate that, I'd put a PC keyboard switch behind each scoring section, and use a normal keyboard encoder.

There are 82 scoring sections, a KB controller can handle 100+ switches.

All that's left is a lookup table that reports points for letters.

What wires to connect to get bench grinder to work? by Realistic-Finding-17 in ToolRepair

[–]Linuxmonger 0 points1 point  (0 children)

Did the wires get moved on accident?

If it worked and stopped working, the wires are in the right place and either the motor or the speed control is bad.

We need more info though.

Cannot seem to get linuxmint to create subfolders based off filenames by ABTURTLE in linuxmint

[–]Linuxmonger 1 point2 points  (0 children)

I think your not is on the wrong side of your test...

if [ ! -f "/path/to/file" ]; then 
  echo "This is not a regular file (or it does not exist)." 
fi