Hi @dimkr
I was curious about the Retro build and decided to try it out using a flashdrive.
I am using the current build and managed to get the my WiFi working.
Code: Select all
~$ uname -a
Linux Workstation 6.1.76 #1 SMP PREEMPT_DYNAMIC Mon Apr 1 02:05:50 UTC 2024 x86_64 GNU/Linux
~$ lspci
00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 06)
00:00.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant (rev 06)
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 06)
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06)
00:12.0 SATA controller: Intel Corporation Celeron/Pentium Silver Processor SATA Controller (rev 06)
00:13.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:13.2 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 06)
00:16.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 0 (rev 06)
00:16.3 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 3 (rev 06)
00:17.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 4 (rev 06)
00:17.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 5 (rev 06)
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 06)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
~$
My soundcard is not recognised (did try to swap over the larger fdrv from the regular ISO) which is surprising as it is a HDA Intel.
Doesn't support DKMS (out-of-tree drivers) and has no devx: if you need extra drivers, you'll need to load the kernel sources SFS, install development packages like GCC, and build the drivers yourself...
I did download the kernel sources provided with the ISO ..........btw I added the ucode.cpio from the regular ISO as it is missing in the Retro offering.
Code: Select all
/mnt/sdb1/vanilladpup$ tree
.
├── AUTOSAVE
├── SAVESPEC
├── extra_boot_parameters.txt
├── fdrv_vanilladpup_10.0.50.sfs
├── initrd.gz
├── kernel_sources-6.1.76-kernel-kit.sfs
├── puppy_vanilladpup_10.0.50.sfs
├── ucode.cpio
├── vanilladpupinitmodules.txt
├── vanilladpupsave66.tar.gz
├── vmlinuz
└── zdrv_vanilladpup_10.0.50.sfs
0 directories, 12 files
/mnt/sdb1/vanilladpup$
So my next step would be to build GCC (?)
If so, which version?
From previous experience, I realised that I need more than 8GB RAM to do this. I did this on a 8G RAM PC with a swap file and after awhile it just crawled along and I gave up.
I am bit confused as I did use a DevX SFS to build GCC in Fossapup/Jammypup.
Advice, tips and suggestions most welcome 