BionicPup32 (UPupBB) (27 June 2020)

A home for all kinds of Puppy related projects
Message
Author
User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#581 Post by OscarTalks »

This source package here:-
https://github.com/rtlwifi-linux/rtlwifi-next
Compiles in BionicPup32 k4.9.163 here and produces various driver modules including rtl8822be
Just running make and make install in the top directory.

Code: Select all

# modinfo rtl8822be
filename:       /lib/modules/4.9.163-lxpup-32-pae/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8822be/rtl8822be.ko
firmware:       rtlwifi/rtl8822befw.bin
description:    Realtek 8822BE 802.11n PCI wireless
license:        GPL
author:         Larry Finger	<Larry.Finger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
alias:          pci:v000010ECd0000B822sv*sd*bc*sc*i*
depends:        rtlwifi,rtl_pci,btcoexist,halmac,phydm_mod
retpoline:      Y
vermagic:       4.9.163-lxpup-32-pae SMP mod_unload modversions 686 
parm:           swenc:Set to 1 for software crypto (default 0)
 (bool)
parm:           ips:Set to 0 to not use link power save (default 1)
 (bool)
parm:           swlps:Set to 1 to use SW control power save (default 0)
 (bool)
parm:           fwlps:Set to 1 to use FW control power save (default 1)
 (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 1)
 (bool)
parm:           debug:Set debug level (0-5) (default 0) (int)
parm:           debug_mask:Set debug mask (default 0) (ullong)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0)
 (bool)
# 
Oscar in England
Image

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#582 Post by bigpup »

OscarTalks,

Thank you very much!!

Your last post did it. :D :D
Compiled and installed working driver and firmware.

I guess I was just trying to use the wrong package.
Github has so much to select from :roll:

Using it now to post this.

This is a very new, low cost laptop, that has some very new hardware.
With this wifi fix Bionicpup32 8.0 now works on it.

Have not tried to change the kernel to see how that would work.
peebee, if you want me to test that I will?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
perdido
Posts: 1528
Joined: Mon 09 Dec 2013, 16:29
Location: ¿Altair IV , Just north of Eeyore Junction.?

#583 Post by perdido »

Wifi driver PET for the Realtek rtl8192eu chipset compiled for latest Bionicpup32 kernel 4.9.163
Contains the firmware and driver.
http://ibm-pc.org/puppy/bionic/realtek- ... .9.163.pet

Confirmed working with TPLinkWN821N 2357:0107
Confirmed working with SimplecomNW382 0bda:818b

See this post for additional info
http://murga-linux.com/puppy/viewtopic. ... 33#1024333

.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#584 Post by peebee »

Latest version is bionicpup32-8.0+2-uefi.iso
Kernel is 4.9.163

iso md5 = 613f1677958fd64bdc58187fe92d8cbb bionicpup32-8.0+2-uefi.iso

Preferred download from SourceForge

Alternative download from Ibiblio (mainly for DistroWatch purposes)

Delta available - can only be applied to the base iso:
9d753e2dffd49beaba80751e87a45c3f bionicpup32-8.0+0-uefi.iso
which can be downloaded from SourceForge
Last edited by peebee on Sat 27 Apr 2019, 08:02, edited 1 time in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#585 Post by vtpup »

BionicPup32 19.03
kernel 4.9.163-lxpup-32-pae (i686)
Acer 5349 laptop

Just tried this pup and installed wine32_3.0 via Puppy Package Manager.

Wine is not recognized or found as a program or command from the console.

The actual command can be found as /usr/lib/wine/wine, and works from a terminal opened there.

Does this mean that subdirectories in /usr/lib/ are not in the path?
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#586 Post by vtpup »

Hmmmm, maybe that's standard operation. I think I've figured out how to fix.....

So would I write a script like

Code: Select all

#!/bin/sh

export LD_LIBRARY_PATH=/usr/lib/wine:$LD_LIBRARY_PATH

exec /usr/lib/wine/wine "$@"
And call it wine and put in /usr/bin/ ?


EDIT: That worked but, wine could not exec the wineserver. I had to create a link in /usr/bin/ to /usr/lib/wine/wineserver32.

I also had to name that link winserver (not wineserver32). After that a test on Google SketchUp7 (SketchUp.exe) opened the program.


Another problem I noticed with BionicPup when I was working with this issue: right clicking on a file and then selecting "properties" always failed the first time I did it.

I had to do it a second time to actually get properties.

I am using a touchpad with real (physical) mouse buttons, and with the touchpad tap functions turned off.
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#587 Post by bigpup »

I would remove the Wine you got from PPM.

Install the Wine pet made for Puppy.

For Wine.

Make sure you have the latest version of Wine.
Well, some programs do seem to work better on older versions of Wine, but I would start with the newest and see.
Good place to get Wine for Puppy.
http://murga-linux.com/puppy/viewtopic.php?t=88711

Also, look on the first post of the Wine topic for a added 'wine_extras-v2.1.pet' that puts Wine entries in the menu.

When you get Wine installed and the Wine menu entries.
Run Wine config to setup Wine.
It will probably offer you a few more programs needed for Wine to run properly.
Should download and install them as part of the initial config.

Also, in Wine config->Drivers Select autodetect to get all the driver locations loaded in Wine.

A lot of settup options in Wine config, so check them all.

What version of Windows you want Wine to mimic can affect how a program runs. Wine Config->Applications.

About specific programs running in Wine.
Go to the Wine web site and see what it says about a specific program and issues.
http://www.winehq.org

Using Wine is almost like learning a new operating system.
Takes a while to learn how to use Wine and to get things working properly.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

lizardidi
Posts: 39
Joined: Thu 20 Sep 2018, 00:33

lifeograph 1.4.2 sfs?

#588 Post by lizardidi »

I tried to install lifeograph 1.4.2 via PPM. First i updated the repo files. Then PPM suggest to install 2 files, ie lifeograph_1.4.2-1 & libgtkmm-3.0-1v5_3.22.2-2.

After installation complete, i can open lifeograph, but i cannot use it because all the functions and icons are not present. This might due to some missing libraries. It says "glibmm-ERROR".

Can anyone please help compile and post a working lifeograph.sfs here? I have been using it instead of for years. Wish i can continue to write journals on my Bionicpup as well. I think such sfs file will benefit other forum member as well.


Thanks for all your kindness..


My system:
1. frugal installed bionicpup32 on 2GB pendrive, pupsave on ext2 file system.
2. Tahrpup 6.0.6
3. Bionicdog64

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#589 Post by vtpup »

Thanks BigPup, I've been running Wine for years, though not for many programs. Mainly the old Google SketchUp 7, a must-have for me. It runs perfectly on Wine 1.5.9, and has problems after that version in the 1.x.series with image exports. They end up blank.

I've been able to install Wine 1.5.9's .pet on other Puppies up until now, but BionicPup32 won't properly run that one, hence the experiment with Wine 3.0 using the installer.

After a few tweaks, Wine 3 seems to run SketchUp 7 okay, so far, but still testing. My aim is to switch to BionicPup32 as my main distro after several years on TahrPup if all works out. And SketchUp is a pivotal program for any change in a tried and true system, used daily.

If I run into problems with the present installed Wine, I'll look at what's specifically available for PionicPup32. Thanks for the suggestions -- and yup, the utilities and config are useful -- used them in the past.
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#590 Post by OscarTalks »

I compiled the new DeaDBeeF 1.8.0 from source in BionicPup32

Build complained about missing libcurl4-nss
Might be worth looking at adding this to the Woof-CE build recipe
I added it via PPM and included the run-time lib in the package.

Optional extra functionality libs added:-
- opus (libopus) upgrade to version 1.3 plus opusfile package for opus file and streaming support.
- libmpg123 to provide the option to choose between that or libmad for mp3 playback
- libwavpack for wavpack playback support

I added a couple of MIME associations including left-click for .opus and
Right-click > Open With > DeaDBeeF for easy playback of any type of audio file in ROX

All looks and sounds very good here on initial testing.
Uploaded strictly for experimentation
http://smokey01.com/OscarTalks
Attachments
deadbeef180-upbb.jpg
Compiled from source with extras, here playing ogg OPUS audio stream
(44.38 KiB) Downloaded 1024 times
Oscar in England
Image

morochos
Posts: 68
Joined: Wed 28 Aug 2013, 02:55

Chromium browser with Bionicpup32

#591 Post by morochos »

I installed the Chromium .deb file, it was installed perfectly, but I can' t run the browser. Something is missing.
I use this way to update the chrome in the 64 buts puppy, why is not working in the 32 bits version?

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#592 Post by bigpup »

What Chromium .deb file?
From where?
Is it 32bit?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

morochos
Posts: 68
Joined: Wed 28 Aug 2013, 02:55

#593 Post by morochos »

bigpup wrote:What Chromium .deb file?
From where?
Is it 32bit?
From debian.org. Yes, it is 32 bits. This is the link:
https://packages.debian.org/stable/web/chromium

lizardidi
Posts: 39
Joined: Thu 20 Sep 2018, 00:33

Cannot run lifeograph

#594 Post by lizardidi »

After few days of messing around, still unable to run lifeograph on Bionicpup32 puppy.

The program will install successfully, but unable to create diary, or open any text file.

In terminal, the error code is as below:





# lifeograph
ERROR: Failed to create the entry view

(lifeograph:26143): glibmm-ERROR **: 22:54:28.172:
unhandled exception (type unknown) in signal handler

Trace/breakpoint trap





From the error code, it said there is a problem with glibmm. However, i had installed all the dependencies. In bionicpup32, i think the glibmm is already installed.

Will try for another few days, is there any puppies that can install and run the latest lifeograph?

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#595 Post by OscarTalks »

morochos wrote:From debian.org. Yes, it is 32 bits. This is the link:
https://packages.debian.org/stable/web/chromium
Bionic Pup is Ubuntu based so better to look for chromium-browser in
http://packages.ubuntu.com

These browsers usually require some modifications to get them to work in Puppy.
Best to look around for packages that have been modified for Puppy already.

However, in BionicPup32
Update PPM databse
Install chromium-browser
Start from terminal with chromium-browser --no-sandbox
Works.

You can then edit /usr/bin/chromium-browser and the .desktop file in order to make it run from the menu entry.
Attachments
chromium-upbb.jpg
chromium-browser from PPM works with a few tweaks
(19.01 KiB) Downloaded 781 times
Oscar in England
Image

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

Re: Chromium browser with Bionicpup32

#596 Post by peebee »

morochos wrote:I installed the Chromium .deb file, it was installed perfectly, but I can' t run the browser. Something is missing.
I use this way to update the chrome in the 64 buts puppy, why is not working in the 32 bits version?
Chromium sfs configured for Puppy is available from the menu:
Internet -> Get Web Browser

This is the recommended approach.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

Re: Cannot run lifeograph

#597 Post by OscarTalks »

lizardidi wrote:After few days of messing around, still unable to run lifeograph on Bionicpup32 puppy.

The program will install successfully, but unable to create diary, or open any text file.

In terminal, the error code is as below:





# lifeograph
ERROR: Failed to create the entry view

(lifeograph:26143): glibmm-ERROR **: 22:54:28.172:
unhandled exception (type unknown) in signal handler

Trace/breakpoint trap





From the error code, it said there is a problem with glibmm. However, i had installed all the dependencies. In bionicpup32, i think the glibmm is already installed.

Will try for another few days, is there any puppies that can install and run the latest lifeograph?
I looked at this in BionicPup32 and tried a few things but always got the same error as you.

I don't know if this is of any use to you, but in Dpup Stretch I installed Lifeograph from PPM and it seems to work. Version is slightly earlier at 1.4.0
Attachments
lifeograph-stretch.jpg
Installed via PPM in Dpup Stretch - any good?
(46.28 KiB) Downloaded 735 times
Oscar in England
Image

morochos
Posts: 68
Joined: Wed 28 Aug 2013, 02:55

#598 Post by morochos »

Thanks, Oscar and Peebee.
Peebee, I was using the sfs file, but I was trying to find a way to keep it updated

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#599 Post by peebee »

morochos wrote:Thanks, Oscar and Peebee.
Peebee, I was using the sfs file, but I was trying to find a way to keep it updated
It is updated as soon as a suitable version becomes available - however AlienBob has had problems building the latest 32-bit version.....
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

morochos
Posts: 68
Joined: Wed 28 Aug 2013, 02:55

#600 Post by morochos »

[quote="It is updated as soon as a suitable version becomes available - however AlienBob has had problems building the latest 32-bit version.....[/quote]

Nice! How we get these updates? Dowloading again the sfs with the link in the menu?

Post Reply