BookwormPup64 10.0.6

Moderator: Forum moderators

dimkr
Posts: 1905
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 36 times
Been thanked: 827 times

Re: BookwormPup64 10.0.4

Post by dimkr »

vtpup wrote: Fri Feb 16, 2024 5:43 pm

I'd appreciate it if you stop trying to shut me up via comments like these or those earlier telling me to program it myself or find someone who will.

I apologize if I made you feel this way. I'm only trying to push those interested in participating in Puppy's development towards action, because woof-CE is a very inactive project these days and many things in Puppy aren't improving just because there's nobody who maintains or develops them. Discussion is nice but you'll need somebody to implement the conclusions of this discussion if you don't want to waste your time.

williwaw
Posts: 1594
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 145 times
Been thanked: 291 times

Re: BookwormPup64 10.0.4

Post by williwaw »

if apt is to be configured the puppy way instead of the gnome way, then puppy apt configs should be incorporated into woof-ce so that apt behavior remains consistent across all pups and the puppy apt config should be well documented in order to assist apt users coming to puppy from debian or ubuntu based distros.

On the other hand, a nice tutorial on the forum in the user section of how to customize apt for use the puppy way should be sufficient.

Making a tweaked apt the puppy standard negates one of the primary reasons for puppy to adopt apt.

for @dimkr avatar consideration

spock.jpeg
spock.jpeg (2.72 KiB) Viewed 1883 times
dimkr
Posts: 1905
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 36 times
Been thanked: 827 times

Re: BookwormPup64 10.0.4

Post by dimkr »

williwaw wrote: Fri Feb 16, 2024 8:42 pm

if apt is to be configured the puppy way instead of the gnome way, then puppy apt configs should be incorporated into woof-ce so that apt behavior remains consistent across all pups

This already exists,

https://github.com/puppylinux-woof-CE/w ... rv.sh#L127

User avatar
Marv
Posts: 384
Joined: Fri Dec 20, 2019 3:09 am
Has thanked: 181 times
Been thanked: 103 times

Re: BookwormPup64 10.0.4

Post by Marv »

wizard wrote: Thu Feb 15, 2024 2:15 am

@Marv
@mikewalsh

Not the problem here. Even with those things in place, when you click the "Choose file" button it does not open a file management window (nothing happens).

Thanks
wizard

I'm going to be bold and bump this, knuckleslaps accepted. It seems that gtdialog-file_chooser will not open from any of the chromium portables in bookworm64 10.04. I also see a failure when saving to PDF from those browsers in that bookworm. The file_chooser opens correctly for me from all those browsers in jammypup64, any of the fossapup64s and derivatives, voidpup64, and LxPup64. I don't have any other browsers on board to test, someone with FF could try and import bookmarks and see. It will open when called from terminal in BW64. I've tried what I could with versions, changed themes etc. and can't get it to go.

If you've solved it wizard, give this hound a clue. Otherwise, I'll continue to workaround.

ThANKS,

My pups: LxPupSc64 and Voidpup64 with LXDE ydrv & synaptics touchpad drivers, both using savefiles. Ydrv based Jammypup64 (JWM), Bookworm64, Fossapup23 & FossapupFire (LXDE/PCManFM). No savefiles, no fdrvs there. :thumbup:

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4

Post by wizard »

@Marv

Same as you, found that the Chrome (ium) portables bookmark import function works on Fossapup64 and F96CE. My work-around was to use Fossa to do the import and then when I open in BW64 the bookmarks are there.

My Firefox portables work fine in BW64.

Thanks
wizard

Big pile of OLD computers

User avatar
mikeslr
Posts: 2791
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 837 times

Re: BookwormPup64 10.0.4 --Alien & Difficult Apps

Post by mikeslr »

In response to posts noting problems under various Package Managers, see Obtaining Alien & Difficult Applications, https://www.forum.puppylinux.com/viewto ... 44#p112044

dogcat
Posts: 199
Joined: Fri Feb 18, 2022 11:14 pm
Has thanked: 32 times
Been thanked: 80 times

Re: BookwormPup64 10.0.4

Post by dogcat »

In BookwormPup64 the package resolvconf will break DNS in simple network setup and frisbee. It will also damage the default connection manager's handling of the DNS

The only workaround I found that somewhat fixes SNS, Frisbee and Connection Manager it to replace the symlink /etc/resolv.conf with a file named resolv.conf and then add your own nameserver lines in that new file and make that file immutable.

something like this to set cloudlare DNS
nameserver 1.1.1.1
nameserver one.one.one.one

After adding what you want to the new resolv.conf file then set the immutable bit (prevents deletion) by opening a terminal window in /etc/ and run

Code: Select all

chattr +i resolv.conf

After setting the immutable bit the file will not be able to be deleted until you unset the immutable bit using

Code: Select all

chattr -i resolv.conf

The wireguard VPN program I use depends on resolvconf and the VPN was being assigned my wireless carrier's DNS through connection manager, it was supposed to be using cloudflare DNS. I changed the resolv.conf file entries to use the cloudflare DNS and then set the immutable bit, now everything (including SNS and Frisbee) is using the cloudflare DNS no matter which wireless or VPN used.

Last edited by dogcat on Mon Feb 19, 2024 4:26 am, edited 2 times in total.

μακάριοι οἱ δεδιωγμένοι ἕνεκεν δικαιοσύνης, ὅτι αὐτῶν ἐστιν ἡ βασιλεία τῶν οὐρανῶν.

User avatar
vtpup
Posts: 707
Joined: Sat Aug 15, 2020 2:34 pm
Location: Republic of Vermont
Has thanked: 178 times
Been thanked: 151 times
Contact:

Re: BookwormPup64 10.0.4

Post by vtpup »

The basic problem with implementation of a uninstaller in Debian based on apt is that apt is fundamentally incapable of making sophisticated file distinctions because of its original conceptual basis.

Apt marks files in two ways, either "manually" installed or "automatically" installed. Apt autoremove removes "automatically" installed "orphan" files and ignores "manually" installed files, unless otherwise directed. It does a lookup on what Debian says is supposed to be a dependency for installed packages to try to guess which "automatic packages" are orphans, but it has no actual systemic knowledge. It is a method based on estimation.

This is a binary choice system which made sense back when 16K was a lot of memory. The problem is that it doesn't allow for complex interactions between file dependencies. Unfortunately it is the standard in Debian on which file managers have been constructed since then. Unless they implement their own type of file database, they simply use this binary means of making choices.

A better way of dealing with file manipulations would be to adopt a system of file ownership. When a new program package and dependencies are installed, the dependencies are tagged with the name of the calling package, as owner. If another program is installed and it also uses a couple of the same dependencies, it adds its owner nametag to to those dependencies as a co-owner.

When the first program is deleted, all of the dependencies that have ONLY its nametag are also deleted. The two jointly owned dependencies are not removed, only the ownership tag of the first program is deleted.

HP Envy Laptop 17t-cr100
Fossapup F-96 CE rev 4
Huge kernel: huge-6.1.8-fossapup64

My homemade foam boat:
www.youtube.com/watch?v=4sDubB0-REg

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: BookwormPup64 10.0.4

Post by bigpup »

@vtpup

Your idea is really good.

You need to get involved in this topic:
viewtopic.php?t=10704

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

fr-ke
Posts: 105
Joined: Mon Nov 07, 2022 3:18 pm
Has thanked: 4 times
Been thanked: 35 times

Re: BookwormPup64 10.0.4

Post by fr-ke »

Just a little something

Simple-scan freezes - apparently

When you select settings, a window opens that appears to have no close button.
If you then click on the main window, the settings window closes, but simple-scan freezes and can only be ended with kill.

The other settings windows have a close button and work as expected.

Attachments
Simple-scan_Screenshot.jpg
Simple-scan_Screenshot.jpg (24.61 KiB) Viewed 1631 times
Simple-scan_Screenshot(1).jpg
Simple-scan_Screenshot(1).jpg (14.4 KiB) Viewed 1631 times
User avatar
OscarTalks
Posts: 603
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 227 times

Re: BookwormPup64 10.0.4

Post by OscarTalks »

fr-ke wrote: Sun Feb 18, 2024 7:08 pm

When you select settings, a window opens that appears to have no close button.
If you then click on the main window, the settings window closes, but simple-scan freezes and can only be ended with kill.
The other settings windows have a close button and work as expected.

I believe this is a "known bug". Solution is to change your GTK theme.
See "Note-2" in the second post of this thread:-

"Note-2: When rendered by Puppy-specific GTK3 themes (such as Flat-grey-rounded) the Preferences dialog of the Simple-Scan Document Scanner may not correctly render widgets of the titlebar, in which case the vertical dimension of the titlebar appears markedly truncated and there is no button to close the Preferences dialog. In this scenario, you can close the dialog by pressing the keyboard ESC key. However, non-Puppy GTK3 themes such as Numix and Graphite will render the titlebar correctly and a button is available to close the Preferences dialog."

fr-ke
Posts: 105
Joined: Mon Nov 07, 2022 3:18 pm
Has thanked: 4 times
Been thanked: 35 times

Re: BookwormPup64 10.0.4

Post by fr-ke »

@OscarTalks Thanks, and sorry for the sloppy reading.

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4 wifi driver

Post by wizard »

Trying to install BW64 for a friend, but no wifi device is recognized.
Laptop = HP 15-fd0081wm

The output of lspci shows: Realtek Device b85b

Any recommendations for firmware/kernels for that device?

Thanks
wizard

Big pile of OLD computers

User avatar
BologneChe
Posts: 427
Joined: Sun Aug 23, 2020 12:29 am
Location: Stoneham, Québec
Has thanked: 250 times
Been thanked: 110 times

Re: BookwormPup64 10.0.4 wifi driver

Post by BologneChe »

wizard wrote: Sat Feb 24, 2024 10:27 pm

Trying to install BW64 for a friend, but no wifi device is recognized.
Laptop = HP 15-fd0081wm

The output of lspci shows: Realtek Device b85b

Any recommendations for firmware/kernels for that device?

Thanks
wizard

Maybe this :https://packages.debian.org/ca/bookworm ... re-realtek

Born to lose; live to win

ozsouth
Posts: 1359
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 602 times

Re: BookwormPup64 10.0.4

Post by ozsouth »

@wizard - googling, I found this:

Searching for "0bda:b85b Realtek Semiconductor" seems to match a Realtek RTL8852BE chipset. According to and the previous discussion , it seems that your WiFi/BT device is supported as of Linux kernel 6.2. Since Debian Bookworm is released with Linux kernel 6.1, you probably need to install a newer kernel.

Later: 6.7.5 kernel with rtw89 drivers compiled in fixed problem.

Last edited by ozsouth on Fri Mar 01, 2024 9:06 am, edited 2 times in total.
User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4

Post by wizard »

@ozsouth

Thanks oz, late here so will be tomorrow before I can test it and report.

wizard

Big pile of OLD computers

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4

Post by wizard »

@ozsouth

The rtw8852be found the wifi, did have to copy the .ko files into /lib/modules/6.1.67 before modprobe would find them. Will test more later.

Thanks
wizard

Big pile of OLD computers

ozsouth
Posts: 1359
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 602 times

Re: BookwormPup64 10.0.4

Post by ozsouth »

@wizard -

did have to copy the .ko files into /lib/modules/6.1.67 before modprobe would find them

Ah, so you are running bookworm as non-usrmerge? This .pet has .ko's in /usr/lib/modules, as per usrmerge.

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4

Post by wizard »

@ozsouth

Just a standard 10.0.4 install. Wifi and Bluetooth are working except when the computer wakes up from suspend it looses wifi and has to be rebooted. Lsmod shows the module is still loaded, but when you open Connman no networks are shown. Any ideas on how to solve that?

Thanks
wizard

Big pile of OLD computers

User avatar
Marv
Posts: 384
Joined: Fri Dec 20, 2019 3:09 am
Has thanked: 181 times
Been thanked: 103 times

Re: BookwormPup64 10.0.4

Post by Marv »

wizard wrote: Sun Feb 25, 2024 11:53 pm

@ozsouth

Just a standard 10.0.4 install. Wifi and Bluetooth are working except when the computer wakes up from suspend it looses wifi and has to be rebooted. Lsmod shows the module is still loaded, but when you open Connman no networks are shown. Any ideas on how to solve that?

Thanks
wizard

I had this issue in BW64 until I went to a 6.6.x kernel from the 6.1.x in the BW64 isos (2nd gen i5 all intel laptop circa 2012). It has not recurred using kernels from 6.6.1 to 6.6.17 (all usrmerge structure adjusted). Try running @ozsouths' 6.6.13aoum kernel and see if connman will stay connected for you.

My pups: LxPupSc64 and Voidpup64 with LXDE ydrv & synaptics touchpad drivers, both using savefiles. Ydrv based Jammypup64 (JWM), Bookworm64, Fossapup23 & FossapupFire (LXDE/PCManFM). No savefiles, no fdrvs there. :thumbup:

ozsouth
Posts: 1359
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 602 times

Re: BookwormPup64 10.0.4

Post by ozsouth »

@wizard @Marv - this wireless driver is available in kernels 6.2 on, but must be compiled in. I didn't do that, but will make a 6.7 usrmerge kernel in the next few hours, with the rtw89 drivers.

@wizard LATER: Usrmerge Kernel 6.7.5 is in forum Kernels section.

User avatar
wizard
Posts: 1583
Joined: Sun Aug 09, 2020 7:50 pm
Has thanked: 2126 times
Been thanked: 502 times

Re: BookwormPup64 10.0.4

Post by wizard »

@ozsouth

Have it up and running, thanks for your help. Forum is lucky to have someone with your skills. :thumbup2:

wizard

Big pile of OLD computers

radky
Posts: 296
Joined: Fri May 28, 2021 2:14 am
Has thanked: 35 times
Been thanked: 262 times

Re: BookwormPup64 10.0.5

Post by radky »

BookwormPup64 10.0.5

• New Woof-CE build of BW64
• See first post for downloads and second post for changelog

TerryH
Posts: 568
Joined: Mon Jun 15, 2020 2:08 am
Has thanked: 98 times
Been thanked: 128 times

Re: BookwormPup64 10.0.5

Post by TerryH »

BookwormPup64 10.0.5 running smoothly. Thank you radky and all who have contributed.

New Laptop - ASUS ZenBook Ryzen 7 5800H Vega 7 iGPU / 16 GB RAM

User avatar
darksun
Posts: 21
Joined: Tue Dec 19, 2023 10:12 am
Has thanked: 14 times
Been thanked: 2 times

Re: BookwormPup64 10.0.5

Post by darksun »

been using BW64 since last months. I am a linux user since 2005 and I can tell, this is really a great distro, puppy linux the final destination for the linux desktop distro-hoppers :thumbup2:

dancytron
Posts: 653
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 422 times
Been thanked: 190 times

Re: BookwormPup64 10.0.5

Post by dancytron »

Hardware report:

Lenovo Gen 3 Chromebook 11e - all works as before. No microphone (all linux is like that as far as I can tell) and the touchpad sensitivity is too low so it seems to be failing. The correct setting to make the touchpad usable out of the box in psynclient are Touch 15, Release 10.

Problem HP15 Cheap Walmart bargain bin AMD laptop continues to fail as before with the new kernel. I set it up with the 5.x kernel later to make sure that still works. I have an idea what it might be...

ozsouth
Posts: 1359
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 602 times

BookwormPup64 10.0.5m - CD size version

Post by ozsouth »

v10.0.6m will replace this.

Also made a more generic CPU temp1 data display (some cpus didn't like my previous one). Has Utility menu entry.

Attachments
cpu1temp.pet
Displays initial temp1 data. Use at own risk
(704 Bytes) Downloaded 23 times
Last edited by ozsouth on Tue Mar 05, 2024 5:45 am, edited 1 time in total.
User avatar
Jasper
Posts: 1595
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 676 times
Been thanked: 357 times

Re: BookwormPup64 10.0.5

Post by Jasper »

@ozsouth

Thanks for the Mediafire link :thumbup:

@radky

I am using a laptop with a display of 1368x768.

As a general observation, could the menu items fold onto themselves? ........ lol I will try to explain better.

At my end the Utility menu is more populated with applications than other headings. As a consequence it nearly fills the screen top to bottom.

This would not be an issue on a HD display.

I know I can hide items using the Desktop Manager.

Also, the Bluetooth Adapter appears to be in the wrong category.

Image

Clarity
Posts: 3270
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1347 times
Been thanked: 438 times

Re: BookwormPup64 10.0.5

Post by Clarity »

ALERT: v10.0.5 has been retired due to a LAN adapter problem; under review.

Being launched via either not only gets to desktop but ALL BKWP64 features behave as expected.

Forum

------ Bare-Metal ------

------- QEMU (VM) -------

PXE

Distro

Ventoy

SG2D

Native

Ventoy

SG2D

PXE

BookwormPup64 10.0.5

Y

Y

Y

Y

Y

N(6)

BookwormPup64 10.0.6

Caveats

  • For Ventoy boot, the boot stanza MUST have a PSAVE= parm to direct persistence

  • For SG2D boots, no such is needed as the SAVESPEC file, if exist, automatically directs persistence

Legend for 'N' (No) in table

  • (1) - Drops out to GRUB prompt

  • (2) - Stops at Console w/o Desktop

  • (3) - TRAP/Abend during boot

  • (4) - IMG Not Supported by Launcher

  • (5) - Requires session-save parm, manually added, to GRUB2 Menu stanza for boot

  • (6) - Not tested

Last edited by Clarity on Sat Mar 02, 2024 4:55 pm, edited 1 time in total.
esos
Posts: 151
Joined: Thu Feb 18, 2021 4:33 am
Been thanked: 17 times

Re: BookwormPup64 10.0.5

Post by esos »

Annoying wifi problem random on/off every minutes/seconds

02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)

dmesg | grep irmware

[ 0.560169] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 23.231622] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
[ 23.231630] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[ 23.231633] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
[ 25.578933] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[ 25.579166] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[ 30.869507] r8169 0000:01:00.0: firmware: direct-loading firmware rtl_nic/rtl8168d-2.fw
[ 31.042750] brcmsmac bcma0:1: firmware: direct-loading firmware brcm/bcm43xx-0.fw
[ 31.042891] brcmsmac bcma0:1: firmware: direct-loading firmware brcm/bcm43xx_hdr-0.fw
#

Post Reply

Return to “BookwormPup”