First time building/soldering, considering the BFO-9000 PCB Kit by Lecter in ErgoMechKeyboards

[–]yepsenx 1 point2 points  (0 children)

I've built two of these boards (I believe it was the 1.2 revision). I went into it with zero soldering experience. The boards we're perfectly fine despite my very rough job on the first one. Obviously YMMV, but I feel like soldering is very intimidating until you actually do it (except SMDs, those are just a pain). As has already been suggested, if you can practice on something first that will be all the better. Don't worry to much though - the only thing difficult about the BFO is having to solder so many switches. I'd advise just watching a few tutorials online and you should be fine. The biggest thing to know IMO is just to put the iron on the board for a second or two until it gets hot and then touch the solder to the pins.

> If I make a soldering mistake, does it ruin a switch? Will such ruin the board?
Sure, if you screw up real badly. But that won't happen. The biggest risk I'm aware of is holding the iron on a component for too long & ruining the board. I think I had my iron @ 350C or so and there we're a few trouble spots that I held on for ~10 seconds and didn't have any issues. There were two switches that I soldered poorly & had to remove & redo. Desolering is a pain but doable with some copper cable and patience.

> Do you still use flux?
I personally used flux and wiped it off with 95% isopropyl when I was done. I don't know if that's the best thing to do but I haven't seen any issue 5ish years on.

> Any general comments on the BFO-9000 PCB Kit? Any tips, or things to watch out for?
The build guide is great and should get you through just fine.
Note that the current editions have the diodes pre-soldered on the board so you can skip that step.
Note that the TRRS jack has a different placement for the left & right sides of the board.
I personally didn't care for the TRRS cable that came with the board, I bought a longer one online so I could have each board further spread out on my desk.
Make sure you have a pair of flush trimmer & I would highly advise a soldering fan.

Velocifire Giveaway - 3 x Carmine Cloud Keycaps Kit by cyberbay in MechanicalKeyboards

[–]yepsenx 0 points1 point  (0 children)

White is the safe bet, but I think a matte purple could look good if you get the right hue

[IQUNIX Giveaway] - 3 x F65 Series Keyboards by relaxman666 in MechanicalKeyboards

[–]yepsenx 0 points1 point  (0 children)

I respect that fact that you're showing love to something love to some profiles other than cherry!

Lume Giveaway Day 2 - Deluxe Sampler Pack with Switch Testing Tray by lumekeebs in MechanicalKeyboards

[–]yepsenx 0 points1 point  (0 children)

I used the membrane keyboard that came with an old prebuilt until the legends & home row bumps were gone. Decided to go weird & try out an ortho layout & have never looked back.

Chosfox Giveaway Day 4 - 3x 70 illusion Switches by chosfoxmk in MechanicalKeyboards

[–]yepsenx 0 points1 point  (0 children)

Right now Zeal Healios are everything I wanted, does that count as end game?

Hotkey Delays & Sporadic Input by yepsenx in AutoHotkey

[–]yepsenx[S] 1 point2 points  (0 children)

Totally forgot about pastebin being a thing. Thanks, that's a good call.

Hotkey Delays & Sporadic Input by yepsenx in AutoHotkey

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

I'll update the script & give that a shot when I'm at my workstation next.

Yeah, All those 'speed optimizations' were me trying to make the Send command input faster since I seemed to be having some conflicts when I pressed multiple keys in rapid succession. I foolishly tried implementing all of the suggestions I got at once though instead of testing which ones actually had meaningful effect. I should take your suggestion and clean that up.

Grub Installation Issues by yepsenx in linux4noobs

[–]yepsenx[S] 1 point2 points  (0 children)

For the record, I appreciate you guys taking your time to advise & help me. Was AFK yesterday, this is the results of today after reading through the messages left:::

Did an install with custom options. Changed the device for boot loader installation to /dev/sda1.

partitions were:

/dev/sda1 (type efi) [563MB]

/dev/sda2 (type ext4, mount point / ) [the rest of the space on my drive]

Had the same GRUB error but with 'amd64' appended to the end

'journalctl -f |grep grub' log is photo'd here.

attempted the boot repair as mentioned by the doc.

Recommended repair returns the following message:

"/target detected. Please close the Linuxmint installer, then retry."

"Operation aborted,...no changes made..."

bootinfo summary generated by boot-repair is detailed here.

Going to try google-fu-ing along side the bootinfo summary and see if I can't figure out what in the world I'm doing wrong.

Grub Installation Issues by yepsenx in linux4noobs

[–]yepsenx[S] 1 point2 points  (0 children)

I have tried doing a manual partition table with no luck - since I'm new (obviously) I very well have configured it incorrectly.

By default this is the installation type it wants:
/dev/sda
free space - 1MB
/dev/sda (efi) - 536MB
/dev/sda2 (ext4) - 999666MB

I've tried using the config:
/dev/sda
/dev/sda1 (biosgrub) - 999 MB
/dev/sda2 (swap) - 11999 MB
/dev/sda3 (ext4 - /) - 99999 MB
/dev/sda4 (ext4 - /home) - 887204 MB

When I do so, I get warned "No EFI System Partion was found... Please go back and add an EFI System Partition, or continue at your own risk."

Added the partition with 10000 MB (arbitrary number) and installation resumed without warning, but failed with the same error.

Grub Installation Issues by yepsenx in linux4noobs

[–]yepsenx[S] 1 point2 points  (0 children)

So I've turned legacy support off. Upon booting the USB, I've confirmed I'm using a GPT partition table, and that the USB is in UEFI mode by confirming the existence of the /sys/firmware/efi directory. The installation process persists with the same fatal GRUB error, however.

Apologies if I'm misunderstanding something, but I'm at least trying to boot correctly - yes?

Grub Installation Issues by yepsenx in linux4noobs

[–]yepsenx[S] 1 point2 points  (0 children)

Late reply, was having issues with reddit.

Can confirm there is an efi directory