DevuanDog 'beowulf' build system

A home for all kinds of Puppy related projects
Message
Author
User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#61 Post by fredx181 »

Hi Dan, since you have kernel 4.19.0-5-amd64 installed it should be this:

Code: Select all

apt install linux-headers-4.19.0-5-amd64 nvidia-legacy-340xx-driver
# apt install linux-headers-$(uname -r|sed 's/[^-]*-[^-]*-//') nvidia-legacy-340xx-driver

-create xorg.conf by installing and running nvidia-xconfig.
Above only works when booted with latest kernel (4.19.0-6 at this time)
(upgrade-kernel can be used to create new kernel .squashfs + initrd + vmlinuz1)

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#62 Post by rcrsn51 »

On a DevuanDog install, I ran "upgrade-kernel". I dropped those new files into its "live" folder and rebooted. This got me k4.19.0-6.

I built both the Broadcom wl WiFi driver and the nvidia Xorg driver. Both loaded and worked correctly - no "exec format error".

I then upgraded a Stretch install to k4.19.0-6 using the DevuanDog files.

I installed the wl.ko wifi module and blacklist.conf file from DevuanDog into Stretch. The Broadcom WiFi worked!

I didn't try to pull the nvidia Xorg driver over from Devuan - that looked too complicated.

Thanks.

Bill

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

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#63 Post by fredx181 »

*** Updated mklive-beowulf ***

Download (and make executable) then run 'mklive-beowulf' script , e.g.

Code: Select all

./mklive-beowulf -gui
(for use on 'Dog' based systems, see below for appimages, for use from a Puppy OS)

Web Page

Changes and fixes:
- Changed the GUI for editing packages to be installed (with tabs using yad notebook), more convenient IMO because of better overview and more space in the different sections. (see pics below)
- Removed the 'Kiosk' option from Desktop Choices (outdated)
(for a new prepared Kiosk ISO version, here: http://murga-linux.com/puppy/viewtopic.php?t=116976)

Appimages for to build DevuanDog Beowulf. For use on most modern Puppies (dependencies included), make executable before running:
32-bit appimage: mklive-beowulf32
64-bit appimage: mklive-beowulf64

Run e.g. from partition (Linux filesystem formatted, e.g. ext3 or ext4) with at least 3GB free space:

Code: Select all

./mklive-beowulf32 -gui
And follow the instructions.

Fred
Attachments
2019-10-12-201235_792x609_scrot_592x455.png
Tab Base install
(237.37 KiB) Downloaded 929 times
2019-10-12-201310_792x609_scrot_592x455.png
Tab Extra Install
(121 KiB) Downloaded 957 times
Last edited by fredx181 on Sun 13 Oct 2019, 10:58, edited 1 time in total.

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#64 Post by dancytron »

Built one with the new script.

Did Xfce version minus Firefox and Flashplayer choice this time. Seems to have built fine.

Just watched a few youtube videos on my portable firefox.

Will try to install my nvidia drivers later this week sometime.

Diogenes08
Posts: 4
Joined: Mon 18 Sep 2017, 21:17

flashplayerchoice hangs

#65 Post by Diogenes08 »

I just built an iso using this script, and it seems that flashplayerchoice does not work. When I launch it, it just stays at the "Please wait, checking for updates" screen. launching from the terminal provides no output, and I don't know offhand where to find more. I am looking into it so I can provide more information, but this is the first/only setback I have had with what is otherwise my favourite daily driver. Thanks for all of the great work, and please don't take this as a complaint. Ultimately it is really minor.
Here are the contents of /tmp/.flash_update/flash_url:
Spider mode enabled. Check if remote file exists.
--2019-10-18 20:19:48-- http://adobe.com/software/flash/about/
Resolving adobe.com (adobe.com)... 192.147.130.204, 193.104.215.58
Connecting to adobe.com (adobe.com)|192.147.130.204|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.adobe.com/software/flash/about/ [following]
Spider mode enabled. Check if remote file exists.
--2019-10-18 20:19:48-- https://www.adobe.com/software/flash/about/
Resolving www.adobe.com (www.adobe.com)... 104.77.247.130, 2600:140a:0:5a4::1efd, 2600:140a:0:586::1efd
Connecting to www.adobe.com (www.adobe.com)|104.77.247.130|:443... connected.
HTTP request sent, awaiting response...

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#66 Post by fredx181 »

Hi Diogenes08
it seems that flashplayerchoice does not work
Yes, that's right, thanks, probably it's because of a change at the adobe end, should be fixed now (modified the flashplayerchoice script), install the new version (1.0.6) with synaptic or apt (after reloading the package lists).

Fred

Post Reply