Page 17 of 20

Posted: Sun 05 Jan 2020, 14:27
by rcrsn51
PeasyPort updated here.

Posted: Mon 06 Jan 2020, 20:04
by rcrsn51
.

Posted: Wed 08 Jan 2020, 13:46
by rcrsn51
The Samba4 Basic Server package has been updated for Buster64 here.

Posted: Sun 12 Jan 2020, 17:10
by rcrsn51
How to install Mike Walsh's Opera browser

Mike Walsh has built an excellent "portable" Opera package http://murga-linux.com/puppy/viewtopic. ... 80#1046380. The following procedure converts it into a conventional install with a desktop shortcut. The additional dependencies for Stretch/Buster are also downloaded.

Note: Do Step 4 BEFORE Step 5.

1. Download and unpack "Opera-portable.tar.gz"
2. This creates the folder "Opera-portable"
3. Open this folder and locate the "opera" folder
4. Copy the "opera" folder into your filesystem at /opt
5. Install the opera-desktop_1.0_amd64.deb attached below
6. Look in the Internet/Network menu for Opera

This Opera can play its audio through Bluetooth, but it doesn't sync quite as well as Firefox.

--------------------

Posted: Wed 15 Jan 2020, 18:26
by rcrsn51
Sound Card Selector updated here.

Posted: Thu 16 Jan 2020, 19:53
by rcrsn51
Unzipper v1.5-2 posted here with support for the .tar.zst archive format.

Posted: Fri 17 Jan 2020, 10:18
by rcrsn51
How to run Mike Walsh's Opera browser as guest

1. Create the guest user with the regular procedure.
2. Download and extract the attached script. It is NOT a fake .gz file!
3. Copy the script to the folder /opt/opera
4. Go to /usr/share/applications and open the Opera desktop file in a text editor.
5. Change the Exec line to:

Code: Select all

Exec=/opt/opera/opera-browser-guest

Posted: Sat 18 Jan 2020, 10:47
by rcrsn51
.

installation report

Posted: Tue 21 Jan 2020, 21:13
by Ether
.
FWIW.

Just downloaded:

602669cd30f8b195a43b2609e00b7d8b DebLive_Stretch-4.19.0-6-amd64.iso

confirmed checksum.

extracted "live" folder from iso and copied to top of sda4 (hd0,3) of Dell Inspiron 1525 laptop with ethernet connection.

Added GRUB menu item:

title DebianDog live-boot-3x (sda4)
root=(hd0,3)
kernel /live/vmlinuz1 boot=live config swapon quickreboot noeject showmounts union=aufs
initrd /live/initrd.img
boot

Booted successfully.

Tried to configure my wireless (add password), but got message wlan0 not active.

So tried Synaptic:
- reload (using ethernet cable connection)
- search for "b43". not installed.
- installed firmware-b43-installer and b43-fwcutter
- exit synaptic

Still couldn't configure wlan0

Ran AptToSfs and created a squashfs file containing firmware-b43-installer and b43-fwcutter. Placed that squashfs into "base" subfolder of "live" folder.

Re-booted.

Still can't configure wlan0.

Note: wlan0 on this machine, Dell Inspiron 1525, works with debdog Jessie and debdog32 stretch when b43 is installed.

So I know the wireless card hardware is not the problem.


.

Posted: Tue 21 Jan 2020, 21:16
by rcrsn51
.

Posted: Tue 21 Jan 2020, 21:21
by rcrsn51
@Ether: To check for firmware problems, run this command:

Code: Select all

dmesg | grep -i firmware
There are three ways to get the b43 firmware.

1. Via synaptics/apt-get. You must then either reboot or run these commands:

Code: Select all

modprobe -r b43
modprobe b43
2. Download the package attached below. Rename it and remove the fake .gz extension on the end. Right-click on the file. Select "Install deb".

3. Get the b43 firmware packaged as a squashfs module from here. Put it in the "live" folder of your frugal install.

-----------------

Posted: Tue 21 Jan 2020, 22:10
by Ether
.
rcrsn51 wrote:@Ether: Have you done a reboot after installing the b43 firmware?
Yes.

I used AptToSfs to create a squashfs file after installing b43. Then I moved that file into the "base" subfolder of the "live" folder. Then I re-booted, thinking the squashfs file would bring in b43. But apparently it didn't: I ran Synaptic and searched for b43 and it said b43 was not installed.

Not sure why that did not work.
Or run:

Code: Select all

modprobe -r b43
modprobe b43
Then check with the command: dmesg | grep -i firmware
bash: -i: command not found
If it still doesn't work, install the attached package.
I am embarressed to say I don't know how to installed a deb file. Is it fairly simple, or can you provide a link to the procedure?
[Edit] You are doing a "live-boot" install instead of "Porteus", so you have no persistence set up. Is that what you intended?
Yes. That's why I tried making a squashfs file.

Is there a way to boot this using save folder instead of save file?

.

Posted: Tue 21 Jan 2020, 22:12
by Ether
.
rcrsn51 wrote: How did you get this working in the Dogs?
I used ReMaster Dog (that worked) and I also used CoW (and that worked too).

.

Posted: Tue 21 Jan 2020, 22:55
by rcrsn51
1. Turning the b43 stuff into a squashfs module won't work because a program needs to be run.

2. Because you are running without persistence, every reboot is a clean start, so you need to repeat everything. You do NOT have a save file in play.

3. Assuming that installing "b43-fwcutter" from Synaptics works, you must then run the commands

Code: Select all

modprobe -r b43
modprobe b43
4.
bash: -i: command not found
You are typing the command wrong. The "|" is the pipe symbol.

5.
Is there a way to boot this using save folder instead of save file?
Please read Page 1 and follow the instructions to get the stretch-live-frugal-install-tool.

6. To install the deb file: Download it. Rename it and remove the .gz extension on the end. Right-click on the file. Select "Install deb".

Posted: Tue 21 Jan 2020, 23:25
by rcrsn51
@Ether: If this is easier for you, I have packaged the b43 firmware as a squashfs module. Download it here.

Posted: Tue 21 Jan 2020, 23:36
by Ether
.
rcrsn51 wrote:1. Turning the b43 stuff into a squashfs module won't work because a program needs to be run.
Here's what I did that worked for DebDog Jessie and DebDog Stretch32,
without a save file:
install b43,
create CoW squashfs,
reboot,
configure wlan0 using frisbee,
create another CoW squashfs,
reboot,
now it connects automatically.
2. Because you are running without persistence, every reboot is a clean start, so you need to repeat everything. You do NOT have a save file in play.
Understood.
3. Assuming that installing "b43-fwcutter" from Synaptics works, you must then run the commands

Code: Select all

modprobe -r b43
modprobe b43
Thank you, I will try that. If that works, it's a lot better than the way I've been doing it.
4.
bash: -i: command not found
You are typing the command wrong. The "|" is the pipe symbol.
I did type the pipe symbol.

"bash: -i: command not found"

is the response I got when it typed the command

"dmesg | grep | -i firmware"

I think the second pipe does not belong in there?
5.
Is there a way to boot this using save folder instead of save file?
Please read Page 1 and follow the instructions to get the stretch-live-frugal-install-tool.
OK
6. To install the deb file: Download it. Rename it and remove the .gz extension on the end. Right-click on the file. Select "Install deb".
Thank you.

.

Posted: Tue 21 Jan 2020, 23:37
by Ether
.
rcrsn51 wrote:@Ether: If this is easier for you, I have packaged the b43 firmware as a squashfs module. Download it here.
Thanks. I'll try that too.

.

Posted: Tue 21 Jan 2020, 23:42
by rcrsn51
You are typing the command with the "|" in the wrong place.

Code: Select all

dmesg | grep -i firmware 

Posted: Tue 21 Jan 2020, 23:57
by Ether
.
rcrsn51 wrote:You are typing the command with the "|" in the wrong place.

Code: Select all

dmesg | grep -i firmware 
My bad. I copied it down incorrectly.

Posted: Wed 22 Jan 2020, 04:13
by Ether
.

I'm gonna try again tomorrow.

Getting tired and making too many mistakes.

If I'm successful I will post results here.

.