site  contact  history  index

Connecting trike front suspension to frame

April 16, 2024 — BarryK

Continuing my recumbent trike front suspension project, this is the previous post:

https://bkhome.org/news/202403/considering-heim-joints-for-wheel-knuckles.html

Getting close to putting it together, decided today to post about an aspect of the project that is rather weird...

My trike is a TrikExplor/Motrike with a "320" frame. There are various models based on this frame, for example:

https://www.motrike.com/product-item/rear-suspension-recumbent-trike/

img1

So, there is a central frame tube, and a cross-beam to which the wheels are attached. Where the weirdness comes in, is the cross-beam is attached to the central frame at a hinge-point, complete with ball bearings ...except, it doesn't actually hinge. If you look carefully at the above photo, there is another member coming out from the cross-beam and attached to the central-frame, locking the cross-beam at 90 degrees to the central-frame.

Hinging, that is, steering, occurs at the wheels, as is done for all recumbent trikes.

So why the ball-bearing join, when it doesn't hinge? The only reason I can think of is that the 320 frame was designed as a basis for many different trike designs, including the possibility of swivelling the entire cross-beam.

When I bought this, I hardly knew anything about trike design. Soon after buying it, I was thinking, if starting again, I would buy a more "normal" trike frame; however, most trikes weld the cross-beam onto the main frame, so I would have had to cut it off, then weld new framework. Messy; at least this 320 frame, though weird, does make it easy to detatch the cross-beam and fit something new.

I think that a lot of these have been sold in the USA, so if someone reading this can obtain a secondhand one cheap, with a view to modifying it, then this blog post provides some useful information.

What I needed is a tube that will slide into the ball bearings, with some means of attaching a framework. This is what I put together:

img2

The tube is 30mm OD aluminium, which is a perfect fit. Well, not quite. It is a perfect fit for the top-most bearing, but there is a very slight sloppiness sliding through the bottom bearing. Reason is, the tube needs to be painted, then the bottom bearing becomes a snug fit.

When I inserted the tube and pulled it out, the bottom bearing came out, that you can see in the photo. To the immediate right of the bearing, there is an adapter-ring that I took off the trike. Then to the right of that is an aluminium sleeve that I cut to length, so as to fine-tune the height of the suspension-frame relative to the trike-frame. That sleeve is 30mm ID, 40mm OD, but I had to sandpaper the inside a bit to get it to slide over the 30mm OD tube.

Here are where I obtained the parts:

The 30mm pipe clamps. But, I see right now they are out of stock. Perhaps there are metal ones elsewhere in Aliexpress. There are plenty of plastic ones available, which would probably be strong enough. This is where I got mine:

https://www.aliexpress.com/item/1005005478071535.html

I purchased 30mm OD, 20mm ID, 240mm length aluminium pipe. Length is exactly right. Thicker wall than really needed. From here:

https://www.aliexpress.com/item/1005004347889082.html

The aluminium sleeve is 40mm OD, 5mm wall thickness, 100mm length, from here:

https://www.aliexpress.com/item/1005005964994480.html

I spray painted the tube with an etching primer, followed by a red gloss enamel. Just one thin coat of each.

A bit of a hassle attaching to the trike frame, but probably better than having to cut off a cross-beam and weld new framework. Hmmm, but I am going to end up needing a bit of welding to the trike frame anyway.

The actual front suspension is just about ready to be put together; that will be a future blog post. That piece of pine is misleading; there is a lot more to it, with metal reinforcing.    

Tags: light

More /etc/init.d replacements for runit

April 16, 2024 — BarryK

QV, like EasyOS, and before that Quirky and the various pups that I maintained, uses the simple busybox init, with start/stop scripts in /etc/init.d. Except, for QV and EasyOS, there is service management with enhanced pup_event.

Void Linux uses runit to manage services. QV is capable of launching the runit daemon and using runit; however, I would prefer to stay with /etc/init.d, as it is very simple and works flawlwessly. Besides, it is what I know.

woofQV, the QV builder, has a 'packages-templates' directory that can modify any package installation. I have anticipated future packages that a user might want to install, and added /etc/init.d scripts where needed to replace runit.

Here is the commit:

https://github.com/bkauler/woof-quantum-vis/commit/507ebfad912b7a32f237ca147aa33d8228608744

Note, I got all of these from OpenEmbedded.   

Tags: quirky

QV snapshot deletion

April 15, 2024 — BarryK

About two weeks ago, I posted about btrfs snapshot management in QV:

https://bkhome.org/news/202404/qv-snapshot-management.html

I have now added deletion of snapshots. There is a new item in the menu:

img1

Choosing item-4:

img2

...snapshot #1 is missing, because that s the current default that will be booted into. Whatever is the current default will be filtered-out.

From a bit of online reading, it seems that deleting snapshots can take awhile. For that reason, the children of each snapshot are listed. For example, snapshots 3 and 5 are snapshots of number 2. Number 4 is a snapshot of 3. My reasoning is that snapshots that have children, especially children-of-children, are likely to require a lot more processing to delete.

I have selected number 5, and the next window:

img3

There wasn't much processing to delete it, took the blink of an eye, then this window:

img4

After bootup, it is seen that folder "5" is now gone:

img5

Looking good!   

Tags: quirky

QV version 240409 pre-alpha uploaded

April 10, 2024 — BarryK

Download from here:

https://distro.ibiblio.org/easyos/amd64/releases/void/

The md5sum is:

87a22559d5d7b414e810dbf2d7e36ae3

It is a bit bigger than the previous release, 1.3GB up from 1.1GB. The reason is have set zstd to compression level 3, whereas before it was 15. Want to see if it makes a noticeable difference in app startup time. ...for Firefox on my old Compaq Presario, not noticeably faster.

You will notice that the logo is just the letter "Q". That is just a whimsical thing I tried, wanted to see what it looks like in use ...no, doesn't really "work".

If you want to do a frugal install direct to internal drive, and not bootup QV first on a usb-stick, can do. There is a script, 'qv-installer', that should work on most Linux distros. You will also need the 'mount-img' script. I will post the latest of these two scripts to the forum, here:

https://forum.puppylinux.com/viewtopic.php?p=116553#p116553

Grab those two scripts, remove the false ".gz", set as executable, and put them in /usr/bin or anywhere in the $PATH.

You then need to download 'qv-240409-amd64.img' and open a terminal where-ever it is downloaded to, then run, as the root user:

# qv-installer qv-240409-amd64.img

The script will check that you have all the required utilities and packages installed. For example, 'btrfs-progs' package.

Have fun, feedback welcome at the forum.

Oh yeah, the "update" icon on the desktop. That doesn't work. I have yet to figure out a strategy for updating.        

Tags: quirky

New QV Installer

April 08, 2024 — BarryK

Easy install to an internal drive. Announced in forum post:

https://forum.puppylinux.com/viewtopic.php?p=116393#p116393

The script is part-manual, part-automatic. Not as sophisticated as installers in the mainline distros.   

Tags: quirky

Jolene's answer to Dolly

April 05, 2024 — BarryK

I guess just about everyone would have heard Dolly Parton's hit song "Jolene". That was very early in her career. Here is a TV performance in 1973:

https://www.youtube.com/watch?v=OTuQ9cKGSdM

Just a year ago, a young lass has replied, from Jolene's perspective:

https://www.youtube.com/watch?v=y_OcGTay52Y

...nice voice

I watched a couple of ILUKA's other videos on YouTube. I'm a dinosaur, I know, not a fan of modern video songs with lots of media effects. She has a good voice; where she just sat in front of the camera and sang, to me is far more effective.    

Tags: general

QV version 240403 pre-alpha

April 03, 2024 — BarryK

For previous news about QV, see this blog category:

https://bkhome.org/news/tag_quirky.html

Things change every day; the directory hierarchy has changed again, yet to be documented.

This is a pre-alpha. Anyone wants to take it for a spin, you are welcome. Let me know of any bugs.

There is still some EasyOS stuff in there, that needs conversion.

Notice the download 'qv-240403-amd64.img' is quite big, 1.2GB. EasyVoid alongside it on Ibiblio is only 913MB. They contain about the same packages, mostly from the Void Linux repository. Squashfs and btrfs are both using zstd; however, squashfs compacts much more efficiently.

Maybe this is useful information if you have an Intel GPU. Booting on my Lenovo desktop PC, with 8th Gen i3 CPU and Intel GPU, the QuickSetup window shows that Xorg has chosen the "intel" Xorg driver. What I notice after a very short time, is text not displaying properly on the screen; characters missing. I have even had Xorg freeze.
The solution is to exit from X, then run "xorgwizard" from the shell prompt. A window will tell you that the intel driver is using 'sna' acceleration, and will offer to change to 'uxa'. This fixes it for me.

Feel free to test Lockdown mode, and snapshots. I'm thinking maybe it would be good to have some information on the screen, such as snapshot number and whether Lockdown is on.

A technical note. The drive-image file is populated with zstd:15, meaning compression level 15. However, at bootup, the rootfs '@qv' is mounted with zstd:3. This means that any future writes will be level-3. It was done this way to try and get the drive image as small as possible; however, there is a penalty of slower read times expanding the level-15 files. I might change 15 to 7 in the future.

The desktop "update" icon doesn't work. How to implement updating will require more thought. You can run the 'xbps' utility and do a complete package update, so why do we even need a "update" icon?
Well, might need to download some fixes, for example for the 'initrd' file, or update the kernel. QV cannot use the Void kernels.

Get the 'qv-200403-amd64.img' drive-image file from here:

https://distro.ibiblio.org/easyos/amd64/releases/void/

...write it to a USB-stick using 'dd' or whatever, and boot it.

The github repository has changed since the announcement a few days ago. It is now:

https://github.com/bkauler/woof-quantum-vis

...you can download it; there are scripts in the 'rootfs' folder, that you run in sequence, and you end up with a 'qv-<date>-amd64.img' file.
However, the host OS will need to be btrfs-aware (btrfs-progs installed) and have xbps installed. Actually, I haven't tried it yet, but it should work from a running QV. Make sure you have a good quality Flash stick or SSD; apart from quality drives being able to handle more writes, slow cheap Flash sticks will cause very noticeably longer app startup times.

Feedback is welcome here:

https://forum.puppylinux.com/viewtopic.php?t=11131

Have fun!   

Tags: quirky

QV snapshot management

April 01, 2024 — BarryK

Snapshots are a very exciting feature of btrfs. In Puppy Linux, you know that you can copy a "save file", then at bootup choose which save-file you want to use. In brtrfs, a snapshot is like that; however, it is not a copy, nor is it a file.

Brtfs is a COW filesystem, meaning "Copy On Write". This enables a snapshot, similar to creating a Puppy save-file, but it happens almost instantly, with no copying. Quoting from here:

In Btrfs, it uses Copy-On-Write (COW). Every file update is stored in a separate block, and the original file pointer points to this updated data block. So, in a snapshot, there’s no actual copying of files or folders; instead, we freeze the state of the pointers pointing to the data blocks.

For example, if we have 10 GB of data in a sub-volume and create a snapshot, it might seem like a copy-paste, but the total size consumed remains 10 GB. Updating the original sub-volume only takes up space for the newly updated data, not duplicating the entire content.

I have implemented snapshot management in QV. At bootup, there is a menu in the initrd:

img1

I showed this menu in a post about Lockdown, a couple of days ago:

https://bkhome.org/news/202403/qv-lockdown-implemented.html

...at that time, there were snapshot items, but not yet implemented. I have also now added item-7.

Choosing item-3:

img2

Choosing "OK", next window:

img3

After bootup, taking a look at the directory hierarchy:

img4

I have re-organized the directory hierarchy. Folder '1' is the original installation, '2' is the snapshot. '@files' is at the same level, as it will be bind-mounted in all snapshots, as folder /files -- this is for your personal storage, and is not snapshotted. Your photo collection, for example, will be available in all snapshots.

Looking into folder '2':

img6

...'@qv' is the folder that becomes '/', the rootfs, with '@data' bind-mounted as '/data' and '@home' as /home -- these are private to the snapshot. Initially, these three folders are snapshots of the previous current snapshot.

I don't want to explain too much, as just doing it is simple. You bootup and you are in a new snapshot. Only /files has not been snapshotted, as it is common to all snapshots. That is, you download a file into /files, and it is available in all snapshots.

OK, now running in snapshot '2', which is now the default. At a reboot, though, can choose item-4 "Choose snapshot to boot into":

img7

Choose '1':

img8

...back at the original installation!

This snapshot mechanism is really neat. Each snapshot is entirely independent, and they all have the full free space of the partition to play in. You could setup a snapshot just for compiling, another for video editing. Oh, and as Void is a rolling-release if you do a package update in one snapshot, that breaks things, can bootup a different snapshot.

And yes, you can look inside other snapshots. Just click on the "sdc2" desktop icon, and poke around, do whatever you want. It is only in Lockdown mode that you cannot do that.

Haven't yet implemented deleting of snapshots; will do that.  

Tags: quirky