Search found 36 matches

by gumanzoy
Fri May 26, 2023 4:25 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Try to boot with i915.enable_dc=0 (with firmware) Yes, works, thanks. But I see that as a workaround. As it is still now (when doing new build) with modprobe i915 from the init, is more like a solution IMO, or do you think it's no good ? (causing other troubles perhaps). Need report bug to debian o...
by gumanzoy
Fri May 26, 2023 2:53 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

@gumanzoy My comparison is with initrd.img without firmware included and initrd1.xz also without firmware included. With both tests I have package firmware-misc-nonfree installed. On both I ran dmesg | grep i915 Output with live-boot initrd.img: (failed to load the firmware, which is good in my cas...
by gumanzoy
Fri May 26, 2023 11:55 am
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

If modprobe i915 in initrd (porteus of live-boot) not contain firmware - no firmware for i915 loaded at all. The initrd.img I tested with was built without firmware (at build system stage) (didn't have installed), I installed firmware-misc-nonfree later. Try to make another initrd.img with /usr/lib/...
by gumanzoy
Fri May 26, 2023 5:54 am
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

For better support GPU other than intel need add Xorg DDX drivers packages to BASE_INSTALL= for each config https://debiandog.github.io/MakeLive/configs-bookworm/ xserver-xorg-video-amdgpu xserver-xorg-video-radeon xserver-xorg-video-nouveau xserver-xorg-video-openchrome xserver-xorg-video-fbdev xse...
by gumanzoy
Thu May 25, 2023 5:09 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Does this work because i915 is now being loaded without its firmware, which you have already shown to be a workaround? This could cause other problems. Yes. Need more testing. Fred can you check winch firmware file in firmware-misc-nonfree cause problem ? And then downgrade or upgrade it from linux...
by gumanzoy
Thu May 25, 2023 4:10 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Added also nouveau and radeon modules to the initrd to be loaded at early stage modprobe nouveau breaks nvidia driver (in case someone use it) radeon module not work without firmware and need include firmware to initrd. And all AMD Ryzen APU use amdgpu (need firmware too) module, not radeon. I stil...
by gumanzoy
Thu May 25, 2023 3:53 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Added also nouveau and radeon modules to the initrd to be loaded at early stage modprobe nouveau breaks nvidia driver (in case someone use it) radeon module not work without firmware and need include firmware to initrd. And all AMD Ryzen APU use amdgpu (need firmware too) module, not radeon. I stil...
by gumanzoy
Tue May 16, 2023 4:12 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

fredx181 wrote: Tue May 16, 2023 4:04 pm

Thanks, good to know. It seems my "newish" Asus laptop doesn't like kernel 6.1.0-8 (or higher) for some reason.

Model name ? GPU ?
I can look for similar hardware.
I try to reproduce on some machines but change resolution work ok with 6.1.0-8.

by gumanzoy
Tue May 09, 2023 7:46 am
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: RAM usage display on Bookworm

As I see no problems with this older procps, I have now added these packages (v3.3.17-7.1) If preferred newest from deb.debian.org (2:4.0.2-3), do apt install procps=2:4.0.2-3 I use cpu-x (4.5.2-2) it depends on libproc2-0 (>= 2:4.0.2) I need to don't forget about it, when i next time rebuild 01-fi...
by gumanzoy
Sun May 07, 2023 1:30 pm
Forum: DebianDogs
Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
Replies: 0
Views: 466

My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)

First big thanks to Fred (fredx181) ! Full announce, description and screenshots of my build English / Russian Bookworm version of my LiveUSB build for hardware testing (mostly laptops). Size 1.3GB LANG="en_US.UTF-8" Contains both amd64 and i686 versions. kernels 5.10.178-amd64 / 6.1.25-am...
by gumanzoy
Wed May 03, 2023 6:25 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Thanks !, yes, forgot about that, added 4.18 to custom repo now, I compiled thunar with "no root warning" patched, it's version 1:4.18.4-1 and will override the official Debian version. Lots of changes in Bookworm compared to Bullseye, e.g. gtk2 less supported, python2 in fact not support...
by gumanzoy
Tue May 02, 2023 9:05 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Yes, I see, conky with all dependencies became very big now. Always difficult and tricky to interfere with the very strict Debian package management, so I would recommend not to do, but anyway... tried some trickery. The libimlib2 from Bullseye doesn't have that much dependencies, so here's modifie...
by gumanzoy
Tue May 02, 2023 12:51 pm
Forum: DebianDogs
Topic: Bookworm Build script
Replies: 278
Views: 186152

Re: Bookworm Build script (testing)

Hi Fred. I try to build with my Xfce config. I see some unwanted packages. That cause by conky I remove it and get -23MB to 01-filesystem.squashfs In Bookworm libimlib2 depends on libheif1 and libspectre1 Maybe it would be nice to rebuild libimlib2 without it. root@live:~# apt-get install conky Read...
by gumanzoy
Mon Jul 25, 2022 9:51 am
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

Ok, but still the script should install debootstrap IMO (1.0.123 then if you prefer) I commented it out. Because debootstrap already installed in my system. And i don't suggest this patch for general version of script. But if no have debootstrap - script show msg "You don't have debootstrap in...
by gumanzoy
Mon Jul 25, 2022 9:27 am
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

Note that it's on purpose that it's an older debootstrap version, once I tried newest version and it didn't follow the --no-merged-usr switch, which is needed, otherwise e.g. /bin /lib become symlinks which may conflict with some custom programs, e.g. remaster and with sfs loading. debootstrap 1.0....
by gumanzoy
Mon Jul 25, 2022 5:45 am
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

Update 2022.07.12 Fresh rebuild 01-filesystem.squashfs. Add man-db and keep eng manpages. Add i386 libs to amd64 build: libjpeg62-turbo:i386 libncursesw5:i386 libncursesw6:i386 libstdc++6:i386 libxcursor1:i386 libxext6:i386 libxft2:i386 libxinerama1:i386 zlib1g:i386 libpng12-0:i386 Modify build scri...
by gumanzoy
Fri Apr 15, 2022 8:56 am
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

@dcung I use this version nvidia-graphics-drivers-legacy-340xx (340.108-10) unstable You can add it from snapshot https://snapshot.debian.org/archive/debian/20210501T031424Z/pool/non-free/n/nvidia-graphics-drivers-legacy-340xx/ deb https://snapshot.debian.org/archive/debian/20210501T031424Z/ sid mai...
by gumanzoy
Tue Mar 15, 2022 2:36 am
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

mouldy wrote: Tue Mar 15, 2022 2:15 am

WINE just isnt installing.

Before installing Wine need
dpkg --add-architecture i386

I dont't try install wine in DebianDog.

by gumanzoy
Thu Feb 17, 2022 6:25 pm
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

Update 2022.02.14 description (in Russian language) Update kernels 5.10.92 / 5.16.7 amd64 debian kernels rebuild with intel-nvme-remap.patch from EndlessOS For 5.10.92 kernel build Realtek rtw88 updated driver from git. Kernel 5.16.7 build with enabled new ntfs3 driver. And enabled by default, inste...
by gumanzoy
Wed Dec 15, 2021 6:50 pm
Forum: Debian-Live Starter Kit
Topic: The Debian-Live Daedalus Starter Kit
Replies: 407
Views: 99136

Re: The Debian-Live Bullseye Starter Kit

This is a 2014 Acer Aspire E11 Win8 "cloudbook" with an N2840 chipset, 2GB RAM and 32GB eMMC drive. These units were briefly promoted by Microsoft as Chromebook alternatives, but disappeared once consumers realized how useless they were. Not disappeared. From 2021 Asus E210MA-GJ001T 11.6&...
by gumanzoy
Sun Sep 12, 2021 5:04 pm
Forum: DebianDogs
Topic: Bullseye build script
Replies: 350
Views: 41112

Re: Bullseye build script

In fact it's very similar to Devuan, and I just found that Devuan has a "banned" list of packages https://pkgmaster.devuan.org/bannedpackages.txt. So probably (most of) these packages cannot be installed on DebianDog too. xfce4-power-manager xfce4-power-manager-plugins Install in Bullseye...
by gumanzoy
Fri Sep 03, 2021 8:30 am
Forum: DebianDogs
Topic: How to connect to wifi from the terminal?
Replies: 4
Views: 766

Re: How to connect to wifi from the terminal?

I use nmcli:

Code: Select all

nmcli d wifi connect WIFISSID password WIFIPASS
by gumanzoy
Thu Sep 02, 2021 6:34 pm
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

fredx181 wrote: Thu Sep 02, 2021 6:27 pm

Yes, I noticed, perhaps good to add to your documentation (if not already) option to add 'load=google-chrome' (to load it automatically from optional) to the boot cmdline.

This option included in all bootloaders configs. You can check grub4dos/doglinux.lst

by gumanzoy
Thu Sep 02, 2021 6:16 pm
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Re: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

The advantage of NetSurf is save memory. I boot every time with copy2ram, and normally don't need web browser. Its good only for static html sites or read html files. Or just for test internet connection is worked.
I include google-chrome-92.0.4515.107.squashfs in live/optional

by gumanzoy
Thu Sep 02, 2021 1:19 pm
Forum: DebianDogs
Topic: Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)
Replies: 23
Views: 4149

Share my BullseyeDog LiveUSB custom build for hardware testing (nvidia-drivers, GPUTest)

First big thanks to Fred (fredx181) ! Full announce, description and screenshots of my build (in Russian language) I build LiveUSB for hardware testing (mostly laptops). Size ~1GB LANG="en_US.UTF-8" Contains both amd64 and i686 versions. For i686 use kernel without PAE for old CPUs compati...
by gumanzoy
Sun May 16, 2021 4:34 pm
Forum: DebianDogs
Topic: Bullseye build script
Replies: 350
Views: 41112

Re: Bullseye build script

fredx181 Hi. I found small bug with PXE. When linuxrc run udhcpc , it create /etc/resolv.conf But when root change to /union we not have resolv.conf and no nameserver available. Need add code co copy /etc/resolv.conf to /union/etc/resolv.conf if boot from PXE. if [ $IP ] && [ -f /etc/resolv...
by gumanzoy
Sun May 09, 2021 3:47 pm
Forum: DebianDogs
Topic: Bullseye build script
Replies: 350
Views: 41112

Re: Bullseye build script

Thanks gumanzoy, I will update filemnt-pcmanfm with your change. For mkinitrd and upgrade-kernel patches I had a quick look, but I will study further in the next days what changes it actually contains. Looks like for upgrade-kernel porteus-boot it's using the Tomas M method, as I said earlier I pre...
by gumanzoy
Sun May 09, 2021 10:41 am
Forum: DebianDogs
Topic: Bullseye build script
Replies: 350
Views: 41112

Re: Bullseye build script

fredx181 We have several problems in package upgrade-kernel_1.3.0_all.deb In /usr/local/cr-initrd/initramfs/ have unpatched copy of modlist and linuxrc Inside script /usr/local/cr-initrd/mkinitrd have copy of modlist instead of use file $INITRAMFS/modlist Inside script /usr/local/bin/upgrade-kernel...
by gumanzoy
Sun May 09, 2021 10:18 am
Forum: DebianDogs
Topic: Bullseye build script
Replies: 350
Views: 41112

Re: Bullseye build script

fredx181 Small fixes for scripts filemnt in filemnt-pcmanfm_1.0.1 and mnt-img in filemnt-thunar_1.0.1 debs If mount udf image, for example Windows installation iso it mount as iso9660 and not show content of iso. Fix is simple. Add udf, elif [ "$Ext" = 'iso' ] ;then Type='udf,iso9660'

Go to advanced search