Page 16 of 20

Posted: Tue 22 Oct 2019, 23:38
by rcrsn51
The post-install script puts an entry in /root/.config/openbox/autostart. It's not smart enough to deal with non-root users.

If this isn't working, use:

Code: Select all

ln -sf /usr/local/bin/vnstat-tray $HOME/Startup
Restart X. Or reboot.

Posted: Wed 23 Oct 2019, 23:28
by dancytron
rcrsn51 wrote:The post-install script puts an entry in /root/.config/openbox/autostart. It's not smart enough to deal with non-root users.

If this isn't working, use:

Code: Select all

ln -sf /usr/local/bin/vnstat-tray $HOME/Startup
Restart X. Or reboot.
It did add vnstate-tray to /root/.config/openbox/autostart and it didn't work. No idea why, maybe a systemd thing.

I made a link to /usr/local/bin/vnstat-tray in /root/Startup and that fix it. It works now.

Thanks,

Posted: Thu 24 Oct 2019, 01:30
by rcrsn51
Thanks for testing. I have posted a new version above that uses /root/Startup.

Posted: Thu 24 Oct 2019, 10:11
by rcrsn51
MP3-OGG-WAV Converter renamed and updated here.

Posted: Fri 01 Nov 2019, 10:29
by rcrsn51
Additions to the WiFi driver pack here.

Posted: Fri 01 Nov 2019, 18:09
by backi
Thumbs up !

Posted: Tue 05 Nov 2019, 00:24
by rcrsn51
BT4Stretch Bluetooth client updated here. It has a new version of the bluetoothctl tool that does a better job of disconnecting/reconnecting.

Posted: Tue 05 Nov 2019, 01:29
by dancytron
rcrsn51 wrote:BT4Stretch Bluetooth client updated here. It has a new version of the bluetoothctl tool that does a better job of disconnecting/reconnecting.
Thanks. Getting this to work with my bluetooth headset is still on my list of things to do.

Posted: Tue 05 Nov 2019, 09:51
by rcrsn51
.

Posted: Wed 20 Nov 2019, 09:12
by rcrsn51
Additions to the combo WiFi driver pack for k4.19.0-6-amd64 here.

Posted: Wed 20 Nov 2019, 18:44
by rcrsn51
Instructions for building a Hexchat squashfs module here.

Posted: Thu 21 Nov 2019, 11:09
by rcrsn51
Updates to the discussion about GPT-formatted hard drives here.

Posted: Sat 30 Nov 2019, 18:15
by rcrsn51
.

Posted: Wed 04 Dec 2019, 15:59
by rcrsn51
CPUtemp updated here.. The Info section has a fuller report of your installed drives.

Posted: Thu 05 Dec 2019, 01:52
by rcrsn51
This is a Lenovo N22 "cloudbook". It has a Celeron N3050 chipset, 4GB RAM, a 32GB emmc drive and UEFI firmware. The Lenovo UEFI config is easy - disable Secure Boot and set the boot order (USB, emmc, Windows).

The refurbished N22 came with a clean Win10 setup that I wanted to keep for a while. So I shrank the NTFS partition and made an ext4 Linux partition. I booted off a UEFI flash drive, ran the stretch-live-frugal-installer and put the Buster Starter Kit on the emmc drive (Buster needs the alternate initrd1.xz for this). Unlike some Puppies, installing onto emmc is routine. Windows multi-boots from the Linux UEFI GRUB2 menu.

Everything works (audio, battery, WiFi, HDMI) except for the micro-SD slot. This is a known problem in Linux.

Edit: I decided to scrap Windows. I ran Gparted, deleted the Windows partitions and expanded the Linux partition to fill the drive. On the emmc, this was done in seconds. I expected that the Linux partition's UUID would change and I would need to update GRUB, but it didn't! So the machine booted up in Buster as before.

Posted: Fri 06 Dec 2019, 19:50
by rcrsn51
Installing old Canon printers in the Buster Starter Kit

Many old Canon printers from the Pixma series still have downloadable Linux drivers. They are packaged as two 32bit Debian files and can be right-click-installed into the 32bit Stretch Starter Kit.

But if you are now using the 64bit Buster release, you need a compatibility pack.

1. Start here and do Step #8.

2. Follow the link to here and read the general information.

3. Go here and get the 32bit Debian driver for your model. Extract it to get the pair of .deb files.

4. Read the instructions for Brother printers here.

5. Download and install the brother-canon-32bit-compat-pack.

6. Install your two Canon .deb driver files with the candi64 tool. For example:

Code: Select all

candi64 cnijfilter-common_3.00-1_i386.deb
candi64 cnijfilter-ip1900series_3.00-1_i386.deb
7. Follow the instructions for running "filter-fix". The Canon filter will be "pstocanonij".

Code: Select all

filter-fix pstocanonij
8. Run CUPS and install your printer as usual.

Posted: Sun 08 Dec 2019, 18:03
by rcrsn51
.

Posted: Wed 11 Dec 2019, 09:17
by rcrsn51
.

Posted: Thu 12 Dec 2019, 10:57
by proebler
I am running the latest Firefox 71.0 (64bit) on DebLive_Buster-amd64-60.
Trying to view programs on ABC i-View https://iview.abc.net.au results in 'Video Player Error'.
Youtube videos are playing ok, sound is ok too as long as apulse is invoked with firefox.

I can use the same Firefox on ScPup64 or on LinuxLite and have no problem with viewing programs on ABC i-View.

What might be the reason for the error under DebLive_Buster-amd64-60, how can it be fixed?
regards
proebler

Posted: Thu 12 Dec 2019, 11:59
by rcrsn51
Firefox in Buster needs libavcodec58 for certain streaming content.

This works for me with the ABC news live-stream, after some stuff about DRM.
Recent Firefoxes should play most Youtube content without any modifications. But read here for more info.