Search found 2930 matches

by BarryK
Sun Mar 30, 2025 3:36 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.5

Now on the 6.12.19 kernel with AVS enabled, I'm interested to know if anyone has audio fail after updating.

The AVS problem was reported here:

https://bkhome.org/news/202502/intel-sound-avs-driver-still-too-immature.html

...which also explains how you can disable AVS, by blacklisting the snd_soc ...
by BarryK
Sat Mar 29, 2025 5:34 pm
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.5

by BarryK
Sat Mar 29, 2025 12:19 pm
Forum: EasyOS
Topic: Problems with sudo
Replies: 15
Views: 430

Re: Problems with sudo

Have made a start, see blog post:

https://bkhome.org/news/202503/sudo-sh-fix.html

EDIT:
fixed empty $rootPW
The fourth problem, might delay looking at it. Get what has been done so far, out in the next release.

by BarryK
Fri Mar 28, 2025 2:24 pm
Forum: EasyOS
Topic: Problems with sudo
Replies: 15
Views: 430

Re: Problems with sudo


In a script, when a command starts with sudo , the next command starts almost immediately

To visualize the problem, run-as-spot this script
#!/bin/bash

sudo mkdir /testsudo
touch /testsudo/test

The command touch fails (unless you enter the password very quickly)

Another bug, less important ...
by BarryK
Fri Mar 28, 2025 1:20 pm
Forum: EasyOS
Topic: Problems with sudo
Replies: 15
Views: 430

Re: Problems with sudo

Oh God, that stuff is complicated!
Implemented in 2023, ok will have a go at remembering how it was all done.
Thanks for reporting,

by BarryK
Fri Mar 28, 2025 12:17 am
Forum: EasyOS
Topic: BarryK reported 'Surgery on eyelid'
Replies: 14
Views: 390

Re: BarryK reported 'Surgery on eyelid'


Barry,

do you need donations for your eye surgery as it took place in a private clinic?


No, that was a pleasant surprise.
As it was a referral from the public hospital, the hospital paid for it.

The private clinic would have charged me if I had private health insurance, but as I don't, the ...
by BarryK
Thu Mar 27, 2025 2:34 pm
Forum: EasyOS
Topic: Bug in limine installer (UEFI mode)
Replies: 5
Views: 553

Re: Bug in limine installer (UEFI mode)



So in /usr/local/limine-installer/generate-menu-entry, the lines 29 and 238
PROTOCOL=chainload
must be replaced by
PROTOCOL=efi_chainload

The lines 40 and 228
PROTOCOL=chainload
must be replaced by
PROTOCOL=bios_chainload


Thanks, fixed.

Blog post:

https://bkhome.org/news/202503 ...
by BarryK
Thu Mar 27, 2025 2:27 pm
Forum: EasyOS
Topic: A mysterious story of my floppy drives
Replies: 4
Views: 211

Re: A mysterious story of my floppy drives


I'd like to tell you my long battle for good working floppy drive and using floppy disks daily. I am really into legacy data storage media.
It's my passion and I am on the beginnig of building my three first computers with typical 3,5" 1,44MB floppies working perfectly.


Have you tried ...
by BarryK
Thu Mar 27, 2025 12:29 pm
Forum: EasyOS
Topic: Bug in limine installer (UEFI mode)
Replies: 5
Views: 553

Re: Bug in limine installer (UEFI mode)

SteveS wrote: Sun Mar 09, 2025 3:01 am

Thank you very much Caramel for taking a close look at the limine installer code.

Caramel wrote: Sat Mar 08, 2025 9:01 am

EDIT3:
If, at boot, the text in the limine menu is too small, you can add a line

Code: Select all

INTERFACE_RESOLUTION=800x600

(Or another suitable resolution)

OK, done.

by BarryK
Thu Mar 20, 2025 12:07 am
Forum: EasyOS
Topic: How to speed up, customize early boot process; skip password etc?
Replies: 12
Views: 457

Re: Customizing early boot. Speed up, skip password etc.


Done it before. This part was easy. Getting rid of password prompt is much worse. I got kernel panic :shock:
I remarked lines 2145 and 2146. It's not working.


You can't get rid of the password prompt if you had entered a password at first bootup, as the password is required to de-crypt folders ...
by BarryK
Tue Mar 18, 2025 12:13 pm
Forum: EasyOS
Topic: Where to download EasyOS?
Replies: 6
Views: 1494

Re: Where to download EasyOS


It's true that downloading is not facilitated. I gave up after 20 minutes of clicking and reading and downloaded from Major Geeks. It was kind of embarrassing.


On my blog, you don't have to drill down very far to find the announcement of latest release:

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

I ...
by BarryK
Tue Mar 18, 2025 12:04 pm
Forum: EasyOS
Topic: How to speed up, customize early boot process; skip password etc?
Replies: 12
Views: 457

Re: How to speed up, customize early boot process; skip password etc?

If you want to edit 'initrd', all that you need to do is click on it to open it up, then click on it again to update.

To make any changes, you need to study the 'init' script and scripts in /sbin folder.

There is a problem; initrd contains /etc/DISTRO_SPECS which is the same as /etc/DISTRO_SPECS ...
by BarryK
Mon Mar 17, 2025 12:44 am
Forum: EasyOS
Topic: Getting started with EasyOS
Replies: 22
Views: 17456

Re: Getting started with EasyOs

Clicking on the .img file does not mount it. Gunzip insisted that mount_img.gz is in the wrong format, but EasyDD was acceptable, and I installed to USB to copy to HDD.


Once you are running EasyOS, then clicking on the .img will mount it.
Other distros, such as most of the pups, you will need to ...
by BarryK
Sun Mar 16, 2025 2:10 pm
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.4

New "NeoAPT" with simple replacement for the 'apt' package management utility:

https://bkhome.org/news/202503/neoapt-s ... ility.html

This will also work in Easy Scarthgap.

by BarryK
Sun Mar 16, 2025 2:00 pm
Forum: EasyOS
Topic: How to install lots of packages via command line?
Replies: 8
Views: 428

Re: How to install lots of packages via command line?

Decided, why not do this:

https://bkhome.org/news/202503/neoapt-s ... ility.html

Alright, if you are counting the seconds, it might be slower, and require more button clicks, than the real 'apt', but it works OK.

by BarryK
Sun Mar 16, 2025 1:35 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.4

Have moved back to the 6.12.x kernel, with AVS audio drivers enabled:

https://bkhome.org/news/202503/kernel-6 ... abled.html

by BarryK
Sun Mar 16, 2025 1:34 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.4


@ don570 A Pro biker racer was caught with a motor inside the tube that run down to the pedals. Batteries were also in the tubes. Grinder with right angle drive is a good set up. Drill wont last long. I'm attempting a direct drive set up -no reliance on battery power for cruise. It will be fixed ...
by BarryK
Thu Mar 13, 2025 1:56 am
Forum: EasyOS
Topic: EasyOS Scarthgap-series version 6.6.3
Replies: 97
Views: 26159

Re: EasyOS Scarthgap-series version 6.6.3


Perhaps worth mentioning when I powered up this desktop which had been not used for a bit it went to the install screen where it wanted me to choose the keyboard language.


It will do that if a change in hardware is detected. Maybe you changed the keyboard?

EasyOS has "hardware profiling", for ...
by BarryK
Wed Mar 12, 2025 1:40 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.4


I've upgraded from the (downgraded) 6.5.5 version to 6.6.4 and the system is back to normal.
Thank you.


It might be a good idea to delete the folder /mnt/wkg/releases/easy-6.6.3

But, 6.6.4 is not much different from 6.6.3, so I don't know why you had a problem with Xorg not starting.

If it ...
by BarryK
Wed Mar 12, 2025 1:26 am
Forum: EasyOS
Topic: How to install lots of packages via command line?
Replies: 8
Views: 428

Re: How to install lots of package via command line

Sorry, currently there is no way to do that.

Yes, it would be nice to feed in multiple packages on a CLI.

Anyway, it is not something that you have to do often, just once, then compile Unicon.

by BarryK
Tue Mar 11, 2025 1:12 pm
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.4

by BarryK
Tue Mar 11, 2025 12:43 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.3


Oh yes, that option is written in a line just preceding the one asking for a key to unencrypt some dirs.
Never noticed it.

The system rolled-back to 6.5.5.
I was expecting that only the kernel (+initrd) would roll back, but unfortunately, all my configurations and software that I added in the ...
by BarryK
Mon Mar 10, 2025 2:10 am
Forum: EasyOS
Topic: How can I change the state of a disk? [SOLVED]
Replies: 10
Views: 944

Re: How can I change the state of a disk? [SOLVED]

@pp4mnklinux
/mnt/wkg/sfs/settings got created at very first bootup.

It should still be there, somehow you have deleted it.

Well, you can recreate that folder.

by BarryK
Mon Mar 10, 2025 2:00 am
Forum: EasyOS
Topic: EasyOS Daedalus-series version 6.6.5
Replies: 41
Views: 4588

Re: EasyOS Daedalus-series version 6.6.3


I can't tell for sure, but I think it was 6.5.5.
As I cannot boot EasyOS anymore, how can I revert to a previous version?


At early bootup, instead of entering the password, just press ENTER and you will get a menu.
There is an option to rollback to previous version.

Note, in your installation ...
by BarryK
Sun Mar 09, 2025 2:05 am
Forum: EasyOS
Topic: Bug in limine installer (UEFI mode)
Replies: 5
Views: 553

Re: Bug in limine installer (UEFI mode)

Thanks very much, fix applied, see blog:

https://bkhome.org/news/202503/limine-i ... e-fix.html

by BarryK
Sun Mar 09, 2025 1:33 am
Forum: EasyOS
Topic: How can I change the state of a disk? [SOLVED]
Replies: 10
Views: 944

Re: How can I change the state of a disk?

Try not doing the automount from rc.sysinit.

Instead, put this script into /root/Startup:

#!/bin/ash
for PF in sdb1:ntfs sdc2:ntfs sdc3:ntfs sdc4:ntfs sdc5:ntfs sda3:ext4 sda5:ntfs
do
P="${PF/:*/}"
F="${PF/*:/}"
grep -q -F "/dev/${P} " /proc/mounts
if [ $? -ne 0 ];then
mkdir -p /mnt/$P ...
by BarryK
Sat Mar 08, 2025 1:33 am
Forum: EasyOS
Topic: How can I change the state of a disk? [SOLVED]
Replies: 10
Views: 944

Re: How can I change the state of a disk?

I just tested, mounted a usb partition, and chromium sees it and can look into it, as expected.

Your problem might have something to do with how you have automatically mounted the partitions.
Unmount one of them, then mount it in the normal way, by clicking on the partition icon.
Then start ...
by BarryK
Fri Mar 07, 2025 12:28 pm
Forum: EasyOS
Topic: How can I change the state of a disk? [SOLVED]
Replies: 10
Views: 944

Re: How can I change the state of a disk?

Didn't you ask that question once before? Or was that someone else?

Chromium can only download into /files

Unless you give some other folder write privileges for user "chromium"

You can create a folder somewhere, then use the "chown" utility.

Like this:

# chown chromium:chromium <folder name ...
by BarryK
Fri Mar 07, 2025 12:27 am
Forum: Programming
Topic: GTKDIALOG - Make a colored button
Replies: 10
Views: 950

Re: GTKDIALOG - Make a colored button


I worry about Vovchik. He is from 🇺🇦 and his last post here is from December 2021. He certainly has other priorities now, but I hope that he will be back after all this current madness has ended.


He is till active on the BaCon forum.

He was online there in the last 24 hours:

https://basic ...

Go to advanced search