Search found 93 matches
- Fri Nov 22, 2024 10:35 pm
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
Clarity Every effort to make and show a base minimal system that easy to navigate in a LAN setting as the MACs and Windows do, OOTB Just make module with samba package, copy it to live/modules and at next boot you get it OOTB. But. I think samba is not intuitive tool for file sharing to newbie ...
- Fri Nov 22, 2024 1:39 pm
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
smbclient So the smb stuff is what all of us would use in our LAN environments. I use mount.cifs it is included. And it is enough to access to smb. samba and its utilities including smbclient, tldr, btop (as you know is probable the best of the "top" commands), hardinfo2 and fastfetch/neofetch ...
- Thu Nov 21, 2024 9:57 am
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
I have looked on your site here: https://github.com/doglinux/book-worm/releases Hi It is not my site. I prefer to make releases as liveusb tree not .iso file. As i told before. Have 2 options to create .iso or boot from live folder. Annother way for create iso from liveusb tree described in iso ...
- Tue Nov 05, 2024 12:35 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
New version 2024.11.05 uploaded. Files changed: live/01-filesystem.squashfs live/05-customtools.squashfs live/initrd1.xz live/dk5/initrd1.xz live/rootcopy/usr/local/bin/ddrescue-loop live/rootcopy/usr/local/bin/installdog live/rootcopy/usr/local/bin/instddog2win live32/live/01-filesystem.squashfs ...
- Sat Nov 02, 2024 5:18 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
Build optional/nvidia-550.120.squashfs and optional/cuda-550.120.squashfs modules Boot DogLinux dog load=dkms;headers Mount some partition (posix compatible) Download installer cd /mnt/sda1 wget https://download.nvidia.com/XFree86/Linux-x86_64/550.120/NVIDIA-Linux-x86_64-550.120-no-compat32.run apt ...
- Wed Oct 30, 2024 2:35 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
fredx181 Hi I am sorry. I forget to keep dm-crypt.ko in initrd in last patch. Need modify /usr/local/cr-initrd/mkinitrd copy_including_deps /$LMK/kernel/drivers/md/md-mod.* +copy_including_deps /$LMK/kernel/drivers/md/dm-crypt.* It used for changes= As i see in linuxrc code elif [ $CHANGES ]; then ...
- Mon Oct 28, 2024 3:49 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
About zram, wouldn't it be better to add zram to the modlist and copy it too from mkinitrd ? But frankly I don't know if it's required for when a user wants to make use of zram. I never try it. In standard Debian use zswap by default. zswap requires swap partition or file. zram not require swap ...
- Mon Oct 28, 2024 8:33 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
fredx181 Hi I have another suggestions to improve initrd cr-initrd-gumanzoy-2024.10.28.patch.tar.xz /usr/local/cr-initrd/mkinitrd -copy_including_deps /$LMK/kernel/fs/nls +#copy_including_deps /$LMK/kernel/fs/nls +copy_including_deps /$LMK/kernel/fs/nls/nls_ascii.* +copy_including_deps /$LMK/kernel ...
- Sat Oct 26, 2024 12:47 pm
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Package manager names: TLDR, BTOP, NEOFETCH/FASTFETCH. .. fastfetch is only in trixie and sid : https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=fastfetch I think it can be easy back-ported. I don't want to include none of it to 01-filesystem.squashfs ...
- Sat Oct 26, 2024 7:41 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Can you provide debian package names for?
I can look at it, and maybe include something.
Or if i choose to not include it - anyone can make modules by apt2sfs.
Keep distro slim small size in priority.
- Fri Oct 25, 2024 2:12 pm
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Just out of curiosity - tg3 uses firmware but I can't see anywhere in the initrd scripts where firmware gets included. No firmware included in initrd now. realtek r8169 have firmware too /lib/firmware/rtl_nic/ but it works without it. I think most popular is realtek now. I use PXE boot frequently ...
- Fri Oct 25, 2024 11:43 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Thanks. I think we fix problem with tg3 Broadcom Netlink BCM57780 Ethernet adapter What was the solution - to remove tg3 or to include the broadcom module? Hi For normal boot - remove tg3 from modlist For PXE network boot add broadcom module to initrd + add to linuxrc code to modprobe broadcom in ...
- Fri Oct 25, 2024 11:04 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Edit 2: Using your latest initrd, the distro is finding the adapter on boot to desktop; namely 'eth0' is now found and IP assignment proceeded successfully. Hope the status is helpful. Thanks. I think we fix problem with tg3 Broadcom Netlink BCM57780 Ethernet adapter https://forum.puppylinux.com ...
- Fri Oct 25, 2024 10:36 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Annother way for create iso from liveusb tree described in iso_doglinux/iso_doglinux_readme_en.txt Provided iso_doglinux/boot/grub/grub.cfg mv live* ./iso_doglinux grub-mkrescue --locales= -volid DogLinux -o doglinux.iso ./iso_doglinux Сan use this way to create updated .iso. Boot existing .iso. ...
- Fri Oct 25, 2024 7:51 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
- Fri Oct 25, 2024 7:39 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
network modules don't need to modprobe in initrd except for PXE booting. Reverted back now the changes (so no modprobe i915) from the initrd1.xz . So... as if nothing happened :mrgreen: , same as it was 2 days ago. For a part it was nice time spending ;) i915 firmware needed for corresponding ...
- Fri Oct 25, 2024 7:15 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
- Fri Oct 25, 2024 5:24 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
On the initrd replacements, I ONLY do ISO file booting for my Frugal usage. Your methods suggest to have and extraction type of installation environment. On that PC there is no OSes or extracted versions of an OS of any sort. Thus, in my case, I would have to unload the ISO file to a folder, then ...
- Thu Oct 24, 2024 6:44 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
Ok, but that all seems very complex IMHO (and unfortunately I cannot test nvidia), what would you advice for a user to make nvidia work without creating extra .squashfs modules, but just to install the necessary for to save changes in the save storage when the new initrd is in use ? (I remember ...
- Thu Oct 24, 2024 5:56 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
EDIT : Short explanation: The purpose of param nvidia_detect is: load pre-created .squashfs modules with proper nvidia driver version for video card discovered by lspci (or not load it if no one of corresponding video card ID's present). More details (but please, anyone correct me if I'm wrong ...
- Thu Oct 24, 2024 4:35 pm
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
I once owned an HP thin client t510 with the tg3 problem. I may have to find another t510 to test this. Hi This would be nice. Need to test PXE boot with tg3 Broadcom NetLink BCM57780 I could fix it by unloading/reloading the module before the DHCP request. Some googling suggests that the problem ...
- Thu Oct 24, 2024 11:42 am
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
fredx181 Hi. I make patch for upgrade-kernel-gumanzoy-2024.10.24.patch.tar.xz /usr/local/bin/upgrade-kernel /usr/local/cr-initrd/mkinitrd /usr/local/cr-initrd/initramfs/linuxrc /usr/local/cr-initrd/initramfs/modlist Modify upgrade-kernel and mkinitrd scripts for better compress kernel modules ...
- Thu Oct 24, 2024 11:40 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Clarity Nice. But i don't understand now why second run of ifconfig after rmmod tg3; modprobe tg3 now show eth0 As i see lsmod show exactly same at second and last step. tg3 221184 0 libphy 225280 3 tg3,broadcom,bcm_phy_lib broadcom 28672 1 bcm_phy_ptp 20480 1 broadcom bcm_phy_lib 32768 2 bcm_phy ...
- Thu Oct 24, 2024 8:41 am
- Forum: DebianDogs
- Topic: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.11.05
- Replies: 82
- Views: 3370
Re: ISO from gumanzoy's liveusb-doglinux-debian-12-2024.10.08
Clarity Hi About HDMI sound problem. Pls look at my post1 and post2 for instructions. Need to create .asoundrc file and unmute all S/PDIF in alsamixer *** About Broadcom tg3 Can you check again on this PC PC with lspci show this adapter 05:00.0 Ethernet controller: Broadcom Inc. and subsidiaries ...
- Mon Oct 21, 2024 5:43 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
I always hesitate to mix stable with unstable, do you think this is safe ? (even if it's just temporary to have sid repo in sources.list it may give trouble from what I experienced) edit: or if it works ok for the purpose of just creating a .squashfs module, shouldn't it be better to remove the sid ...
- Mon Oct 21, 2024 4:57 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
Build optional/nv340.108.squashfs and optional/nv390.157.squashfs modules First get nvidia-settings-legacy debs rebuilded for stable bookworm. It is need to fix dependency problem. Process described in previous post . nvidia-settings-legacy-340xx_340.108-7_amd64.deb nvidia-settings-legacy-390xx_390 ...
- Sun Oct 20, 2024 11:00 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
Replace symlink /usr/sbin/mount.ntfs -> mount.ntfs-3g With script file #!/bin/sh mountntfs3 () { exec mount -t ntfs3 -o force,sparse "$@" } if grep -q ntfs3 /proc/filesystems; then mountntfs3 "$@" elif modprobe -q ntfs3; then mountntfs3 "$@" else exec ntfs-3g "$@" fi To support of mounting by ntfs3 ...
- Sun Oct 20, 2024 10:43 pm
- Forum: DebianDogs
- Topic: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
- Replies: 17
- Views: 1999
Re: My LiveUSB DogLinux Bookworm build for hardware testing (nvidia-drivers, GPUTest)
Insert export NO_AT_BRIDGE=1 to /etc/profile To prevent warning message in terminal when run GTK3 apps. dbind-WARNING **: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files *** Changes to /etc ...
- Sun Oct 20, 2024 5:50 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
Ok, after that I will make the update(s) (also including the nfs addition you wrote about). And another fix to merge into /usr/local/cr-initrd/mkinitrd and /usr/local/cr-initrd/initramfs/modlist Insert to modlist - vmd before nvme nvme_core And to mkinitrd - code to copy module to initrd. copy ...
- Sun Oct 20, 2024 2:00 pm
- Forum: DebianDogs
- Topic: Bookworm Build script
- Replies: 457
- Views: 216031
Re: Bookworm Build script
fredx181 Thanks. Would you agree if I incorporate your changes ? (so that it will be included in the initrd on a new mklive build, and also in e.g. upgrade-kernel package) Yes. Changes to linuxrc and mkinitrd scripts for support new param nvidia_detect Used in my Bullseye and Bookworm builds from ...