LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 05-21-2023, 08:01 AM   #31
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Unhappy


Quote:
Originally Posted by SCerovec View Post
I next plan to see if making the device nodes would help:

Code:
# ls /dev/mmcblk1* -lahn
brw-rw---- 1 0 6 179, 0 Jan  1 12:00 /dev/mmcblk1
brw-rw---- 1 0 6 179, 1 Jan  1 12:00 /dev/mmcblk1p1
brw-rw---- 1 0 6 179, 2 Jan  1 12:00 /dev/mmcblk1p2
shows up on the 5.10.110 kernel...
No dice
 
Old 05-21-2023, 08:48 AM   #32
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Now let's compare it to a running kernel output:
Code:
[    8.596447] sdhci: Secure Digital Host Controller Interface driver
[    8.596452] sdhci: Copyright(c) Pierre Ossman
[    8.596456] Synopsys Designware Multimedia Card Interface Driver
[    8.598168] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    8.598207] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    8.598217] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    8.598261] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 77,32 bit host data width,256 deep fifo
[    8.598344] dwmmc_rockchip fe2c0000.mmc: Looking up vmmc-supply from device tree
[    8.598395] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    8.598431] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    8.598441] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    8.598481] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 78,32 bit host data width,256 deep fifo
[    8.598484] sdhci-pltfm: SDHCI platform and OF driver helper
[    8.598556] dwmmc_rockchip fe2d0000.mmc: Looking up vmmc-supply from device tree
[    8.598575] dwmmc_rockchip fe2d0000.mmc: Looking up vmmc-supply property in node /mmc@fe2d0000 failed
[    8.598605] dwmmc_rockchip fe2d0000.mmc: Looking up vqmmc-supply from device tree
[    8.598624] dwmmc_rockchip fe2d0000.mmc: Looking up vqmmc-supply property in node /mmc@fe2d0000 failed
[    8.598922] dwmmc_rockchip fe2d0000.mmc: allocated mmc-pwrseq
[    8.598932] mmc_host mmc2: card is non-removable.
[    8.599828] dwmmc_rockchip fe2c0000.mmc: Looking up vqmmc-supply from device tree
[    8.600553] sdhci-dwcmshc fe2e0000.mmc: Looking up vmmc-supply from device tree
[    8.600571] sdhci-dwcmshc fe2e0000.mmc: Looking up vmmc-supply property in node /mmc@fe2e0000 failed
[    8.600599] sdhci-dwcmshc fe2e0000.mmc: Looking up vqmmc-supply from device tree
[    8.600612] sdhci-dwcmshc fe2e0000.mmc: Looking up vqmmc-supply property in node /mmc@fe2e0000 failed
snip
Code:
[    8.604530] hid: raw HID events driver (C) Jiri Kosina
[    8.604875] usbcore: registered new interface driver usbhid
[    8.604881] usbhid: USB HID core driver
[    8.608552] rockchip-saradc fec10000.saradc: Looking up vref-supply from device tree
[    8.610095] optee: probing for conduit method.
[    8.610103] optee: api uid mismatch
[    8.610112] optee: probe of firmware:optee failed with error -22
[    8.610246] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    8.610307] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    8.611170] usbcore: registered new interface driver snd-usb-audio
[    8.613557] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    8.615285] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up audio-supply from device tree
[    8.615310] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up audio-supply property in node /power-management@fd8d8000/power-controller failed
[    8.619376] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[    8.621658] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card1/input2
[    8.622753] debugfs: File 'Capture' in directory 'dapm' already present!
[    8.625630] input: rockchip,dp0 rockchip,dp0 as /devices/platform/dp0-sound/sound/card2/input3
I suspect a patch is lacking or something. Unfortunately the community is busy polishing the 5.10.x branch, so maybe a fate similar to early raspberry pi years looms upon us (an out of tree patched kernel on vanilla Slackware)?
 
Old 05-23-2023, 12:04 AM   #33
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Question

I somehow suspect basic subsystem not being selectrd properly. But it eludes me where and how.
The why is because the inittd does not show usb or nvme storage either....
 
Old 05-23-2023, 05:40 AM   #34
Dunc.
Member
 
Registered: Jul 2012
Location: Cumbria UK
Distribution: Slackware
Posts: 62

Rep: Reputation: 30
If you have used the config from aarch64-current to build your kernel then the necessary drivers are modules. You have 2 options.
1 Add the modules to the initrd.
2 or Compile a new kernel with the necessary drivers as built in to the kernel.

Both options have pros and cons. As the whole point is to make it work with standard slackware kernels I would suggest option 1.

I don't normally go this route so there are bits I can't remember too well. The modules that are needed are dw_mmc-rockchip dw_mmc-pltfm mmc_block dw_mmc. There may be others like ext4 if that is your filesystem and it to is not built into the kernel.
Code:
mkinitrd -c -m dw_mmc-rockchip:dw_mmc-pltfm:mmc_block:dw_mmc
Slackware is well documented on initrd creation. https://docs.slackware.com/howtos:sl...ge_for_generic

Kind regards

Dunc.
 
1 members found this post helpful.
Old 05-23-2023, 08:14 AM   #35
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by Dunc. View Post
If you have used the config from aarch64-current to build your kernel then the necessary drivers are modules. You have 2 options.
1 Add the modules to the initrd.
2 or Compile a new kernel with the necessary drivers as built in to the kernel.

Both options have pros and cons. As the whole point is to make it work with standard slackware kernels I would suggest option 1.

I don't normally go this route so there are bits I can't remember too well. The modules that are needed are dw_mmc-rockchip dw_mmc-pltfm mmc_block dw_mmc. There may be others like ext4 if that is your filesystem and it to is not built into the kernel.
Code:
mkinitrd -c -m dw_mmc-rockchip:dw_mmc-pltfm:mmc_block:dw_mmc
Slackware is well documented on initrd creation. https://docs.slackware.com/howtos:sl...ge_for_generic

Kind regards

Dunc.
1. This helps a lot!
2. mkinitrd doesn't work on aarch64 (why?)
3. will test and report back
 
Old 05-23-2023, 09:04 AM   #36
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,551

Original Poster
Rep: Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314
mkinitrd is incompatible with ARM. You use os-initrd-mgr on ARM. It's fully documented (read the man page and the scripts are documented inline) and is far easier to develop with.

I've also created a tool to build Slackware Kernel packages from alternate Kernel repos. I've used it to build RPi Kernel packages so far but you should be able to use it to build from your vendor source, and I've shown the pre-boot shell stages where you could manually load the modules you want.
What you'd do is create the module loader scripts, and use os-initrd-mgr -M to add it manually to your OS InitRD. os-initrd-mgr will repack the initrd and ready it for a reboot.

It's fairly self explanatory but I'll write a doc for it in a few weeks.

It looks like you're getting there.
 
1 members found this post helpful.
Old 05-24-2023, 10:07 AM   #37
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by drmozes View Post
mkinitrd is incompatible with ARM. You use os-initrd-mgr on ARM. It's fully documented (read the man page and the scripts are documented inline) and is far easier to develop with.

I've also created a tool to build Slackware Kernel packages from alternate Kernel repos. I've used it to build RPi Kernel packages so far but you should be able to use it to build from your vendor source, and I've shown the pre-boot shell stages where you could manually load the modules you want.
What you'd do is create the module loader scripts, and use os-initrd-mgr -M to add it manually to your OS InitRD. os-initrd-mgr will repack the initrd and ready it for a reboot.

It's fairly self explanatory but I'll write a doc for it in a few weeks.

It looks like you're getting there.
Code:
Pre-boot Shell (3/3): # ls /proc/device-tree/mmc@fe2e0000/
assigned-clock-rates       mmc-hs400-enhanced-strobe
assigned-clocks            name
bus-width                  no-sd
clock-names                no-sdio
clocks                     non-removable
compatible                 reg
interrupts                 reset-names
max-frequency              resets
mmc-hs400-1_8v             status
however no dice in /dev
Code:
Pre-boot Shell (3/3): # ls /dev/
autofs           ptyp7            tty29            tty62
block            ptyp8            tty3             tty63
btrfs-control    ptyp9            tty30            tty7
char             ptypa            tty31            tty8
console          ptypb            tty32            tty9
cpu_dma_latency  ptypc            tty33            ttyS0
fd               ptypd            tty34            ttyS1
full             ptype            tty35            ttyS2
gpiochip0        ptypf            tty36            ttyS3
gpiochip1        random           tty37            ttyp0
gpiochip2        snapshot         tty38            ttyp1
gpiochip3        stderr           tty39            ttyp2
gpiochip4        stdin            tty4             ttyp3
kmsg             stdout           tty40            ttyp4
kvm              tty              tty41            ttyp5
loop-control     tty0             tty42            ttyp6
loop0            tty1             tty43            ttyp7
loop1            tty10            tty44            ttyp8
loop2            tty11            tty45            ttyp9
loop3            tty12            tty46            ttypa
loop4            tty13            tty47            ttypb
loop5            tty14            tty48            ttypc
loop6            tty15            tty49            ttypd
loop7            tty16            tty5             ttype
mapper           tty17            tty50            ttypf
mem              tty18            tty51            uinput
null             tty19            tty52            urandom
nvme-fabrics     tty2             tty53            vcs
port             tty20            tty54            vcs1
ptmx             tty21            tty55            vcsa
ptyp0            tty22            tty56            vcsa1
ptyp1            tty23            tty57            vcsu
ptyp2            tty24            tty58            vcsu1
ptyp3            tty25            tty59            vfio
ptyp4            tty26            tty6             vga_arbiter
ptyp5            tty27            tty60            zero
ptyp6            tty28            tty61
where are my mmc and nvme entries?
 
Old 05-24-2023, 04:21 PM   #38
Dunc.
Member
 
Registered: Jul 2012
Location: Cumbria UK
Distribution: Slackware
Posts: 62

Rep: Reputation: 30
The mmc device in the /proc listing is your emmc device. SD card should show up too if you have one plugged in. You have mmc_block compiled into the kernel or loaded as a module don't you? What does lsmod show you? Also lsblk is useful too. To get nvme working the pci bus must work.
Code:
lspci
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0002:01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller 980
You should see the pci bridges and devices on your pci bus.

Dunc.
 
1 members found this post helpful.
Old 05-26-2023, 11:35 AM   #39
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,551

Original Poster
Rep: Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314
Quote:
Originally Posted by SCerovec View Post

where are my mmc and nvme entries?
Boot a working OS and run this script with the appropriate device name. In the case below (my Pinebook Pro) it needs all of these modules loaded in the OS InitRD.

Code:
root@wizbit:/slackwareaarch64-current/source/k/scripts# ./find_modules_drivers /dev/nvme0n1p1 | grep DRIVER=
    DRIVER=nvme
    DRIVER=pcieport
    DRIVER=rockchip-pcie
If you're using the Slackware ARM kernel.SlackBuild, it'll most likely bundle the required modules into the OS InitRD as it has a broad inclusion scope (for this exact reason), so it's *probably* just a case of loading the modules.
If not you'll have to figure out the location of the module and add it manually. Or perhaps it's not even compiled as a module in your Kernel.
If you need to add a new directory into kernel.SlackBuild let me know and I'll see how it can be done best.

Last edited by drmozes; 05-26-2023 at 11:36 AM.
 
1 members found this post helpful.
Old 05-27-2023, 12:35 PM   #40
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by Dunc. View Post
The mmc device in the /proc listing is your emmc device. SD card should show up too if you have one plugged in. You have mmc_block compiled into the kernel or loaded as a module don't you? What does lsmod show you? Also lsblk is useful too. To get nvme working the pci bus must work.
Code:
lspci
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0002:01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller 980
You should see the pci bridges and devices on your pci bus.

Dunc.
Code:
bash-5.2# lspci 
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0000:01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
0004:40:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3588 (rev 01)
0004:41:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 04)
bash-5.2# lsblk 
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
mtdblock0    31:0    0    16M  0 disk 
mmcblk1     179:0    0 119.1G  0 disk 
├─mmcblk1p1 179:1    0   512M  0 part /boot
│                                     /
└─mmcblk1p2 179:2    0 118.5G  0 part 
zram0       254:0    0     2G  0 disk [SWAP]
zram1       254:1    0     2G  0 disk [SWAP]
zram2       254:2    0     2G  0 disk [SWAP]
zram3       254:3    0     2G  0 disk [SWAP]
nvme0n1     259:0    0 238.5G  0 disk 
├─nvme0n1p1 259:1    0   512M  0 part 
├─nvme0n1p2 259:2    0 118.5G  0 part 
└─nvme0n1p3 259:3    0 119.4G  0 part /home
bash-5.2#
This is on a 5.10.110 kernel from mara
 
Old 05-27-2023, 01:04 PM   #41
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Quote:
Originally Posted by drmozes View Post
Boot a working OS and run this script with the appropriate device name. In the case below (my Pinebook Pro) it needs all of these modules loaded in the OS InitRD.

Code:
root@wizbit:/slackwareaarch64-current/source/k/scripts# ./find_modules_drivers /dev/nvme0n1p1 | grep DRIVER=
    DRIVER=nvme
    DRIVER=pcieport
    DRIVER=rockchip-pcie
If you're using the Slackware ARM kernel.SlackBuild, it'll most likely bundle the required modules into the OS InitRD as it has a broad inclusion scope (for this exact reason), so it's *probably* just a case of loading the modules.
If not you'll have to figure out the location of the module and add it manually. Or perhaps it's not even compiled as a module in your Kernel.
If you need to add a new directory into kernel.SlackBuild let me know and I'll see how it can be done best.
Code:
# ./find_modules_drivers /dev/mtd0 | grep DRIVER=
    DRIVER=spi-nor
    DRIVER=rockchip-sfc
Code:
# ./find_modules_drivers /dev/mmcblk1p1 | grep DRIVER=
    DRIVER=mmcblk
    DRIVER=dwmmc_rockchip
Code:
# ./find_modules_drivers /dev/nvme0n1p1 | grep DRIVER=
    DRIVER=nvme
    DRIVER=pcieport
    DRIVER=rk-pcie
I have my doubts that any kernel prior the 6.3.3 would support the rk3588 as the earlier ones don't seem to have all the devices nor the DTB entry.

There further seems to be a discrepancy between what a vanilla kernel build yields, what a slackware supplied source build yields and what the mara's packages provide. Thing is to get thru the boot process I happen to be in a need of an uInitrd instead of the slackbuild's supplied initrd. Why I have no idea...

P.S.
This very post (and several others) was written on the very Rock5 with the 5.10.110 kernel and uboot.
 
Old 05-27-2023, 02:43 PM   #42
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Just for the record:
Code:
Fdt Ramdisk skip relocation
Bad Linux ARM64 Image magic!
SCRIPT FAILED: continuing...

Device 0: unknown device
scanning bus for devices...

Device 0: unknown device

Device 2: Could not get clock for spi@fe2b0000: -2
unknown device

Device 1: Could not get clock for spi@fe2b0000: -2
unknown device

Device 0: unknown device
starting USB...
Bus usb@fc000000: "Error" handler, esr 0xbe000011

* Reason:        Exception from SError interrupt
* PC         =   00000000002c0598
* LR         =   00000000002bf48c
* SP         =   00000000eb9f80c0
* ESR_EL2    =   00000000be000011
* Reloc Off  =   00000000eda2d000

x0 : 0000000000000000 x1 : 0000000000000000
x2 : ffffffffffffffe0 x3 : 0000000000000090
x4 : 0000000000000000 x5 : ffffffffffffff50
x6 : 0000000000000000 x7 : 0000000000000042
x8 : 0000000000000044 x9 : 0000000000000008
x10: 00000000ffffffd0 x11: 00000000ebc35f68
x12: 0000000000000000 x13: 0000000000000004
x14: 00000000eb9f90a8 x15: 0000000000000002
x16: 00000000edc7c808 x17: 0000000000000005
x18: 00000000eb9ffcd0 x19: ffffffffffffffe0
x20: 0000000000000000 x21: 0000000000008000
x22: 00000000fffffffe x23: 00000000ebc2cb90
x24: 00000000edd77348 x25: 0000000000000000
x26: 0000000000000000 x27: 0000000000000000
x28: 00000000ebc4f560 x29: 00000000eb9f82a0


Call trace:
  PC:   [< 002c0598 >]
  LR:   [< 002bf48c >]

Stack:  
        [< 002c0598 >]
        [< 00234e64 >]
        [< 0028fc84 >]
        [< 00238850 >]
        [< 002387c8 >]
        [< 00297b68 >]
        [< 0021420c >]
        [< 002142ac >]
        [< 0022ff54 >]
        [< 00219324 >]
        [< 002194d8 >]
        [< 00218bec >]
        [< 0022f538 >]
        [< 0022ff54 >]
        [< 00219324 >]
        [< 002194d8 >]
        [< 00218bec >]
        [< 0022f538 >]
        [< 0022ff54 >]
        [< 00219324 >]
        [< 002194d8 >]
        [< 00218c28 >]
        [< 002191dc >]
        [< 00218fb8 >]
        [< 002194d8 >]
        [< 00218bec >]
        [< 0022f538 >]
        [< 0022ff54 >]
        [< 00219324 >]
        [< 002194d8 >]
        [< 00218bec >]
        [< 0022f4a8 >]
        [< 00219b78 >]
        [< 00217a18 >]
        [< 0021a218 >]
        [< 002a7ad8 >]
        [< 0021a454 >]
        [< 00201e18 >]

Copy info from "Call trace..." to a file(eg. dump.txt), and run
command in your U-Boot project: ./scripts/stacktrace.sh dump.txt

Resetting CPU ...

### ERROR ### Please RESET the board ###
A test run of a 6.1.30 original kernel.
 
Old 05-29-2023, 04:48 AM   #43
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,551

Original Poster
Rep: Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314
Quote:
Originally Posted by SCerovec View Post
Just for the record:

Code:
Copy info from "Call trace..." to a file(eg. dump.txt), and run
command in your U-Boot project: ./scripts/stacktrace.sh dump.txt

Resetting CPU ...

### ERROR ### Please RESET the board ###
A test run of a 6.1.30 original kernel.
That's U-Boot crashing, not the Kernel - that's about as much insight as I can offer there ;-)

On a different but related thread, within the OS InitRD (and Installer) I'm going to bundle that script to find module drivers and the other one to load all Kernel modules, as they'll be useful going forwards.
 
1 members found this post helpful.
Old 05-29-2023, 01:23 PM   #44
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Quote:
Originally Posted by drmozes View Post
On a different but related thread, within the OS InitRD (and Installer) I'm going to bundle that script to find module drivers and the other one to load all Kernel modules, as they'll be useful going forwards.
see even with all this "Direct Integration: Rock5" nonsense , something goods comes out!

SCerovec, keep keeping us posted
 
1 members found this post helpful.
Old 05-29-2023, 02:48 PM   #45
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,478
Blog Entries: 2

Rep: Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982Reputation: 982
Talking

Quote:
Originally Posted by glorsplitz View Post
see even with all this "Direct Integration: Rock5" nonsense , something goods comes out!

SCerovec, keep keeping us posted
Due to popular demand:

My SD card just lost the gist may it rest in peace.

Going forward with /root/ mounted on NVME...



P.S.
I was just going about compiling 6.3.4 package after a successful make run before that for some 55 minutes of realtime
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
direct rendering: Yes :: (but applications say direct rendering is not possible?) AbsoluteMonkey Fedora 0 12-16-2008 09:44 PM
Radius server Integration rockage2001 Linux - Security 4 09-16-2003 11:16 AM
Sendmail to Openldap integration kaushik2510 Linux - Software 1 08-06-2003 09:16 AM
Best way to ALOT of files in a direct to other direct? packman Linux - General 2 10-21-2002 07:31 PM
Linux Squid and Windows NT domain integration deatho01 Linux - Networking 2 07-24-2002 12:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 04:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration