Page 35 of 37
Re: BookwormPup64 10.0.9
Posted: Mon Dec 16, 2024 12:59 am
by mikeslr
@Wziris, note the changelog, viewtopic.php?p=89021#p89021 in particular the upgrade to the 6.1.119 kernel. Apparently it lacks the drivers or firmware required by your mouse, keyboard and graphic hardware. If none of the other upgrades are essential, then the easiest solution is return to using Bookwormpup64 10.0.8. Most of the other changes can be individually installed, if desired. The alternative --probably more work-- involves swapping kernels but will provide these changes:
• Update run-as-spot for improved support of chrome-based browsers (thanks fredx181)
• Update Graphite_dark GTK theme for improved visibility of text on a dark background
This can be done by replacing 0.9's kernel with that used in 0.8. That requires substituting 0.8's vmlinuz for 0.9's, and also fdrv_dpupbw64_10.0.8.sfs and zdrv_dpupbw64_10.0.8.sfs for those ending in 0.9, renaming the substituted files to 0.9. The initrd file's arguments spell out what other files will be recognized. viewtopic.php?t=5818.
I'd start by just replacing fdrv_dpupbw64_10.0.9 with 0.8. fdrv's contain firmware and are 'kernel independent': can be used with any kernel having the right architecture -- 64 vs. 32bit, user-merged vs. not. If only the required firmware was missing from 09's ISO, a reboot after that substitution may correct all or some of the issues. If not, then you'd have to replace both the vmlinuz and the zdrv. Zdrv holds drivers which are complied against a specific kernel. Technically, vmlinuz is the kernel; but Puppy devs publish 'hugh-kernels' which also contain drivers (zdrv) compiled against it.
Re: BookwormPup64 10.0.9
Posted: Mon Dec 16, 2024 1:12 am
by ozsouth
@Wziris - as mikeslr says, reverting to 10.0.8 won't cost you much, since it works. If you decided to swap kernels, the kbuild...sfs is also specific to each different BookwormPup, & dpupbw64initmodules.txt (if present) must be also deleted before rebooting into a new version.
Re: BookwormPup64 10.0.9
Posted: Mon Dec 16, 2024 9:21 am
by Wziris
I tried again keeping my dpupbw64save.64 file from version 10.0.8
EVERYTHING works! 
BookwormPup64 10.0.9 works
Posted: Fri Dec 27, 2024 7:33 pm
by don570
BookwormPup64 10.0.9 works on my HP Elitedesk 800
Frugal install
Earlier versions work as well.
Suggestions:
1) Right click menu on a mounted partition and use pfind
2) Include ripmime so Uextract can rip open an mhtml file
http://distro.ibiblio.org/fatdog/packag ... 6_64-1.txz
3)When setting up Samba server it would be useful to warn the user to launch the firewall setup app
to allow the Samba server. An inexperienced user wouldn't know that the firewall has to set up.

- Screenshot-firewall.png (80.09 KiB) Viewed 9229 times
pfind
Posted: Sat Dec 28, 2024 6:43 pm
by don570
When I copied a link (Search with pfind) to
/root/.config/rox.souceforge.net/SendTo/.inode_mount-point
pfind would do search in a USB drive

- Screenshot-pfind.png (33 KiB) Viewed 9146 times
___________________________________
Also I checked 'ripmime' with Uextract and it worked.
Re: BookwormPup64 10.0.9
Posted: Fri Jan 03, 2025 7:42 pm
by don570
When I reinstalled Uextract from Smokey repository
the install program put an Uextract icon on desktop and put a right click menu item on mhtml files.
Perhaps it checks if ripmime is installed
Re: BookwormPup64 10.0.9
Posted: Wed Jan 15, 2025 3:38 am
by bigpup
Sudo is broken in BookwormPup64 10.0.9 and also in older versions.
I know sudo is not needed normally in Puppy.
But some Linux software will have scripts that have sudo in the commands.
Try to run the script and it stops running at the command with sudo in it.
Here is a recent example:
viewtopic.php?t=13590
For many years, Puppy would have the basic stuff that would let a sudo command work.
I see BookwormPup64 does have sudo in it, but something must be missing.
Re: BookwormPup64 10.0.9
Posted: Wed Jan 15, 2025 7:56 am
by radky
@bigpup
If I understand correctly, since 2022 Puppy provides a dummy sudo function in /root/.bashrc to handle potential calls to sudo when commands or script are executed through an interactive shell (terminal).
For example (in BW64): sudo apt update
should run OK in a terminal.
The dummy sudo simply tests if /usr/bin/sudo is available.
If the test is true (/usr/bin/sudo is available): the script in the terminal executes via sudo
If the test is false (sudo not available): bypass sudo and execute without superuser permissions
https://github.com/puppylinux-woof-CE/woof-CE/pull/2950
Re: BookwormPup64 10.0.9
Posted: Wed Jan 15, 2025 1:59 pm
by bigpup
OK
I guess the issues I am seeing, are badly written script files, that have commands with sudo in the command.
I tried a test of a few of them.
One script file, did work up to a point, with some of the sudo commands, but stopped on a specific one.
I removed sudo from the command entry and it then seems to have used the command line.
The script proceeded past that line and no error.
Not sure what that indicates?
This was the command line that worked after removing sudo from it:
So I guess this is not caused by how Puppy has sudo setup to use, but badly written script files.
Maybe having a command that Puppy does not support.
sudo commands
Posted: Wed Jan 15, 2025 8:51 pm
by don570
On the subject of sudo
I wanted to switch over to spot user. I read the ReadMe file.
The first suggestion worked...
The second suggestion didn't.
Terminal output...
Perhaps it's the BusyBox version however it's the same version as fatdog64 903
busybox-1.36.1-x86_64-1
Code: Select all
# su --login spot
su: unrecognized option '--login'
BusyBox v1.36.1 (2024-12-09 00:28:32 +08) multi-call binary.
User "spot" is currently used in Puppy by DidiWiki.
See the script /usr/sbin/didiwiki-gui, which is run from
the window manager menu, in "Information managers" submenu.

- Screenshot 2025-01-15 15.44.53.png (26.07 KiB) Viewed 8460 times
Re: BookwormPup64 10.0.9 works
Posted: Thu Jan 16, 2025 11:43 pm
by Clarity
don570 wrote: Fri Dec 27, 2024 7:33 pm... 3)When setting up Samba server it would be useful to warn the user to launch the firewall setup app to allow the Samba server. An inexperienced user wouldn't know that the firewall has to set up. ...
This SHOULD be an OOTB setup from WoofCE production for every modern release. Reason: Almost every home has a PC (one or more) as well as smart-phones (one or more) and smart TVs (one or more) existing on the same network (subnet) where files or media is moved around/shared, often.
Hope WoofCE development and its developers see your post and understand this simple solution I offer to ensure smooth use and acceptance of today's distros for the large communities of users who come to their distros.
Hope this is helpful.
Re: BookwormPup64 10.0.9
Posted: Fri Jan 17, 2025 1:03 am
by don570
Hope WoofCE development and its developers see your post and understand this simple solution
BarryK has made the setting up of the firewall pretty much automatic in Easy OS.
Re: BookwormPup64 10.0.9
Posted: Thu Jan 23, 2025 6:13 pm
by Electricroo
Ok, Maybe I'm a putz. I've been using various versions of Puppy over the years off and on in old PC's and installing it for others. My USB sticks are showing up in the Rox file manager. But, this is the first time I tried to format or install an ISO to a USB stick in a version of Puppy. I installed Mintstick but it is not seeing the USB sticks?
Re: BookwormPup64 10.0.9
Posted: Fri Jan 24, 2025 6:49 am
by bigpup
But, this is the first time I tried to format or install an ISO to a USB stick in a version of Puppy.
I assume you have BookwormPup64 10.0.9 booted somehow and running the computer.
want to run an installer program from it.
Use the installer programs that are in BookwormPup64 10.0.9
Menu ->Setup->Frugalpup installers
The stickpup ones are specifically for doing installs to USB sticks.
Click on the help to get info on the difference between them.
.

- Screenshot.jpg (64.69 KiB) Viewed 8108 times
Re: BookwormPup64 10.0.9
Posted: Fri Jan 24, 2025 7:21 pm
by dejan555
Well, well, hello old puppy pals!!!
Sorry for being absent for so long.
I didn't even have a PC at home for some time, been even two years or more.
Today I have found some cheap 'mini pc' box (Intel NUC piko n2820) on the marketplace that I bought and hooked up to my TV with HDMI and wireless inputs
Needless to say that I quickly got bored with Windows installed on it that wasn't working very good even if it's freshly installed
So I hit the google search since I know there were easy options for frugal installs of puppy and indeed, I find LICK
Next, I hit the puppy downloads page and this is the first distro on the list, so I download, install through lick and restart and BAM! here I am typing from it! 
A pleasant surprise was also the Simple GTK radio that I found in Multimedia and here's the Aardvark Blues blasting from my TV speakers.
Glad to see my scripts are usefull to puppy still, and that puppy is still evolving and that there's still a community I can come back to.
Anyway just wanted to say hi to everyone.
Keep up the good work.
Re: BookwormPup64 10.0.9
Posted: Sat Jan 25, 2025 10:19 am
by Clarity
@radky @rockedge @peebee @dimkr and other forum Debian distro developers

- BKWP64 updated.jpg (41.51 KiB) Viewed 7963 times
Re: BookwormPup64 10.0.9
Posted: Mon Jan 27, 2025 3:09 pm
by JusGellin
Edit: Sorry wrong forum. I actually installed BookwormPup64_10.0.9_nkb. I need to go over there instead.
Re: BookwormPup64 10.0.9
Posted: Mon Jan 27, 2025 3:37 pm
by bigpup
In my topic on using the old save.
mikewalsh wrote:Portables all working fine, so far.....haven't got 'em all linked in yet, mind you. We shall see.
But does not say what he had to do to link them in.
If the portable has in it the MenuAdd script file.
Run that and see if it now works.
Re: Conky and CUPS?
Posted: Tue Jan 28, 2025 2:39 am
by davids45
G'day,
I'm having problems with a couple of C-word applications
.
CUPS
I need to be able to paper-print with a network Epson WorkForce but CUPS doesn't find the usual driver in Bookworms 1008 and 1009? And use the Epson to scan if anyone has achieved that in Bookworm.
Installation of the Epson driver via rcrsn51's EPPI method works fine in Fossa and other Pups.
The only sign of a response in Bookworm Pups was a one-off appearance of an Epson Backend printer in the CUPS Printers list which did not work. Mostly no new Printer has appeared in the CUPS list.
Is a manual driver installation possible?
CONKY
Also how do I use the sensors module in Bookworm Pups. The MSI Cube I'm using wants the coretemp module which should be read by conkyrc (again, Fossa96 is fine with this).
I think Bookworm has two libsensors installed in its packages, but how do these work (e.g. terminal command is what?)
David S.
Re: BookwormPup64 10.0.9
Posted: Tue Jan 28, 2025 3:30 am
by ozsouth
@davids45 - some things to try:
Cups - when you go to set up printer, with printer connected & turned on, with the latest Cups I've discovered you need to use Administration, then Find New Printers, as this gets the correct connection string. Then try to find compatible model.
For coretemp, I too found that wasn't discovered, so a hack to fix it (works for me) is to use the dpupbw64initmodules.txt file, which is either in the same folder as puppy ... sfs , or you may have to create it.
If it exists and has entries, after the last entry (no spaces) add ,coretemp (note: yes, comma first)
If it doesn't exist, create it with just coretemp in it
On reboot, coretemp should load. This is not generally a recommended procedure, but it worked for me.
Re: BookwormPup64 10.0.9 - Conky & CUPS problems
Posted: Tue Jan 28, 2025 8:18 pm
by davids45
G'day ozsouth,
Thanks for the quick reply.
Unfortunately no joy with either try.
CUPS.
I ran EPPI in 1009.nkb but no entry appeared in the Discovered Network Printers CUPS printer list:

- CUPS-try-in-BWnkb.png (234.51 KiB) Viewed 7617 times
Same result in BW-1008 and BW1009 - no EpsonWF2860 appears in CUPS as available.
CONKY
I couldn't find the exact dpupbw64initmodules.txt file with PFind.
With 'initmodules', found a file with no mention of 'coretemp' in which I wouldn't know where to copy 'coretemp' 

- initmodules-search.png (141.18 KiB) Viewed 7617 times
So still stuck with Bookworms not doing what I'd like and only having Fossa96 to play with on my new Cube.
David S.
Re: BookwormPup64 10.0.8 - CUPS Fixed by Firewall OFF!
Posted: Tue Jan 28, 2025 9:48 pm
by davids45
G'day,
CUPS was being blocked from installing my Epson WF2860 by the Bookworm Firewall being 'ON' by default from the get-go!
Turning the green shield red and it's 'GO' for printing.
My fault really, in that I haven't used the Firewall in any past Pups, so being 'ON' in BW got 'under my guard'. I haven't needed to set-up Puppy on a new (modern) computer for a long time.
Can the firewall be permanently turned off?
Anyway, only loading the 'coretemp' module in Bookworm needs solving for now. Would 'modeprobe coretemp' work, I wonder, if that's the right Linux command?
David S.
Re: BookwormPup64 10.0.8 - CUPS Fixed by Firewall OFF!
Posted: Wed Jan 29, 2025 5:08 am
by Clarity
davids45 wrote: Tue Jan 28, 2025 9:48 pm... Can the firewall be permanently turned off? ...
Yes! when on the BKWP64's desktop, at the tray 'firewall' icon, right-click selecting to "quit & remove". Your choice will survive over reboots, assuming you save your session.
Hope this is helpful
Re: BookwormPup64 10.0.9
Posted: Thu Jan 30, 2025 11:22 pm
by Electricroo
I assume you have BookwormPup64 10.0.9 booted somehow and running the computer.
want to run an installer program from it.
Yes BookwormPup64. Maybe I should have been more clear. With a Frugal install to the hard drive up and running, I was trying to to see what tool I could use to create a bootable USB stick installing a random ISO OS such as another linux OS, or Rescuezillz, etc to the stick so I might run and install the OS to another PC. As I mentioned, I found and installed mintstick from the synaptic repository in Puppy. This particular app works fine on my desktop Mint linux. No big deal, just was trying to see if I could do it from Puppy.
Re: BookwormPup64 10.0.9
Posted: Sun Feb 02, 2025 5:40 pm
by os62
Hi, I am running BW10.0.9, and its running nicely (thank you!), but I dont see any of the extras on the usual place http://distro.ibiblio.org/puppylinux/
ie. what version of 32 bit compatiblity libs, wine etc should be used with it? Would the bionic pup ones do? A little readme.txt in the BW download dir might be an idea!
I have downloaded and run wine portable 9.20, and it seems to work, but only with 64 bit window apps.
Shouldn't there be a dir with all the 64 bit versions of apps in http://distro.ibiblio.org/puppylinux/ ?
I dont know how puppy is organised these days..
Also would like to drag menu items onto the desktop as shortcuts, is there a way?
Thanks..
Re: BookwormPup64 10.0.9
Posted: Mon Feb 03, 2025 12:49 am
by mikeslr
The creator of BookwormPup64 does not, as yet, have authorization to use ibiblio. Moreover, its focus on package management is different than older Puppys. The primary package managers are apt and synaptic having direct access to debian bookworms's repositories, have superior dependency checking and are expected to be used for most applications. Puppy Package Manager is included for 'things specifically Puppy'. Keep in mind that when you use it, Apt/Synaptic will have no record of what you've installed; and vice-versa. You may want to consider the Right-Click Tools I originally published for VanillaDpup, but now use with all recent Puppys. See, viewtopic.php?p=69513#p69513 and the post following for other suggested 'Puppy' tools.
I don't have Mikewalsh's recent version of Portable Wine, but assume it functions like his 5.11 version. Did you Left-Click both the Wine-Link script? When you do links for Wine(64), Wine32 and Wineserver are created. However, to run 32-bit Windows programs, you'll have to Right-Click its executable, and enter into the command-line of the GUI which opens that command 'wine32' --without the quotes. [I set that as the default command for ALL 'exe' files. I don't have any 64-bit Windows applications and don't know how well things would work out if I tried to run some 32bits and some 64bits].
Re: BookwormPup64 10.0.9
Posted: Mon Feb 03, 2025 5:11 am
by bigpup
Also would like to drag menu items onto the desktop as shortcuts, is there a way?
Not directly from the menu, but from the storage location of what is used to provide what is in the menu.
In Rox file manager navigate to:
/usr/share/applications directory.
It has a .desktop file for each item of what is in the menu.
Simply drag and drop the .desktop file of the one you want to have a link for onto the desktop.
This does not remove anything from the menu. It makes a desktop icon you can use to run whatever it is.
If you look at what is in /usr/share/applications directory. You will find many more .desktop files for programs not in the menu.
What shows in the menu is controlled by menu ->Desktop ->JWMdesk ->Menu tab ->Menu Manager Item Editor.
Re: BookwormPup64 10.0.9
Posted: Thu Feb 06, 2025 12:47 pm
by os62
@mikeslr
Ah ok, that explains things. It might be worth adding something like your text as a readme in the bookworm folder, the dir structure at ibiblio is very confusing.
so you need to use debian apt get to download wine, etc.
Do the 32 bit libs work that way now? I must say I found the devx.sfs way very nice, you can pin down exactly what you are using without an endless litter of libs, and very simply setup an offline system with it.
I hope puppy keeps x11 in it too, even if some main distros ditch it.
And for windows, yes a lot of stuff i run is old 32bit, but unfortunately a lot of newer stuff is only released as 64bit.
@bigpup
Thanks, added to my linux notes.
Re: BookwormPup64 10.0.9
Posted: Thu Feb 06, 2025 6:44 pm
by mikeslr
Wine was developed in the early days of Linux's becoming popular. At that time there wasn't much Linux 'real-world applications' --things for performing real-world tasks. Wine was almost essential if you wanted to do something beyond running a web-browser and an office suite. Linux has come a long way since then. Unless you need a program specifically created for a particular business activity you will usually find a Linux application as good, sometimes better, that can do the job. [And whether complex business programs created for Windows will run under Wine is a gamble.] So, the first place I look for applications which aren't 'built-in' is "Additional Software", viewforum.php?f=7. The second place is the list of hits produced when I enter "Ubuntu My-Desired-Application" --e.g. Ubuntu Video Editors-- in a Google Search box. [Ubuntu because the billionaire Mark Shuttleworth, the driving force behind Ubuntu, desires that it compete with Windows whenever practical: Concentrate on deploying resources to the development of the most commonly desired applications, using open-source debian applications whenever possible].
Before trying to otherwise solve the potential problem of running both 32-and-64 bit Windows programs, let us know if specifying wine32 and Wine64 via the Right-Click GUI works. After all, the Wine application is supposed to be able to run both.
If not, there are possible [and perhaps complicated] work-arounds. As you are running BookwormPup64, perhaps this might be the easiest: Use Synaptic to install* PlayOnLinux. https://wiki.playonlinux.com/index.php/Main_Page. I installed it one time under some Linux (LinuxMint?). As I recall, it actually enabled me to download several versions of Wine, each creating its own prefix for each (or several?) Windows programs. Its menu enabled me to choose which to run.
* Here the current prior use of Portable-Wine avoids problems: Run the 'Wine-Remove' and 'menuremove' scripts in order to 'remove' the symlinks and menu-entries they created so as to avoid any conflicts they might pose. Retain the Portable-Wine folder until you're satisfied with PlayOnLinux.
two gdmap files
Posted: Sat Feb 08, 2025 6:44 pm
by don570
I noticed that there are two gdmap files installed.Perhaps overlooked??

- Screenshot-gdmap.png (9.32 KiB) Viewed 1506 times