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 04-17-2024, 09:01 AM   #76
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled

P.S. Should have added: This is only a problem with the stock kernel. The Pi-fork still has wifi fine after running the os-initrd-mgr.
 
Old 04-18-2024, 08:45 AM   #77
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,545

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by pchristy View Post

After running "os-initrd-mgr -S", there is no wlan0 entry at all
Thanks for the report. It's fixed in the latest batch of updates.
I doubt there are any gains to using -S with the RPi fork because it's small enough anyway and a good deal of the required modules are compiled in.

Quote:
Bearing in mind how many of these there are out there, it seems a shame to disenfranchise so many potential slackers.
I make the OS for the Hardware Models that interest me and that are well supported upstream.
Others are welcome to submit changes to make new Hardware Models work or improve support for existing.

Quote:
BTW, did you get my PM where I went into a bit more detail of exactly what I did?
Yes. Most if not all of it will be related to the mainline Linux Kernel - especially if stuff works with the RPi Kernel fork.
There's nothing I can do about it apart from sit back, relax and wait until the changes appear in the mainline Kernel.
 
1 members found this post helpful.
Old 04-18-2024, 08:55 AM   #78
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
Cheers, Stuart!

Speaking of upstream, have you seen this: https://www.phoronix.com/news/Linux-...lat-Image-Tree
 
Old 04-18-2024, 09:10 AM   #79
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,545

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by pchristy View Post
Cheers, Stuart!

Speaking of upstream, have you seen this: https://www.phoronix.com/news/Linux-...lat-Image-Tree
The Slackware Kernel is generic, so the Device Tree needs to remain separate as it is now.
When Device Tree first appeared and the Boot Loaders didn't support it, you had to append it to the Kernel.
 
1 members found this post helpful.
Old Today, 12:15 AM   #80
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,545

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Hello

Can I confirm that the RPi400 works by following the RPi 4 install guide please? I'm planning on adding RPi5 support later this year (I think the marketing in all the Linux mags I see in the news agent has won me over), so I'm thinking of making this a generic RPi installation guide.
 
Old Today, 03:14 AM   #81
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,120

Rep: Reputation: Disabled
Basically, yes. There are a couple of caveats, but nothing that should cause problems to someone reasonably experienced. They may apply to the Pi-4 as well. I don't know, as my Pi-4 is running OpenMediaVault as a NAS server, and I don't want to mess with it!

Things to watch out for:

1) It doesn't play nicely with the stock kernel, due to graphics issues. You are OK as long as you stick to a maximum screen resolution of 1920x1080, though KDE and XFCE are both somewhat clunky. Forget 4K! It is possible to force the frame-buffer (via config.txt) and KDE/XFCE (via xrandr) into 1920x1080 if you have a 4K monitor. Haven't figured out KMS yet! (used during the boot process) It is OK as a CLI environment. Its only the GUIs that are affected. (So you are OK to do a basic install, and then upgrade to the Pi-fork if you need the GUIs)

2) You will still need an in-line power switch with the stock kernel, as it doesn't fully shut down. (CPU shuts down, but not GPU or any peripherals connected to the GPIO connector.) Also you can't restart it from the software switch once it is in this semi-shutdown state. Only removing the power works.

3) The Pi-kernel fork works well, but can cause peculiarities when used with 4K monitors. Mine suddenly stopped displaying any output at all, and I had no way of telling if it was booting or not. Temporarily connecting it to a native 1920x1080 monitor restored the output, and after that it worked perfectly on the 4K monitor! And no, I can't explain that either! It is a very cheap monitor, which may or may not be relevant! The Pi-fork does shutdown correctly, and can be restarted from the software switch.

4) The last time I tried, I couldn't do a totally default install onto an SSD. It always wanted the boot folders to be on an SD card. However, doing a full install onto an SD card, and then cloning that to the SSD worked like a charm. I remember mentioning this some time ago. IIRC it was something to do with the installer, which was hard programmed to install the boot stuff onto SD, rather than whatever device it was running from.

Other than that, I can't think of anything else at the moment. If I do, I will get back to you.

Hope this helps! Any queries, you know where to find me!

P.S. The stock kernel doesn't seem to have the module for the CXD2880 DTV chip, used by the "official" Pi-HAT TV tuner. The Pi-fork kernel does have it, and it works well.

--
Pete
 
1 members found this post helpful.
Old Today, 09:06 AM   #82
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by drmozes View Post
Hello

Can I confirm that the RPi400 works by following the RPi 4 install guide please?
Yes, I followed those instructions, and apart from the minor resolution problem during installation, it installed and works perfectly. It's installed to a cheap (£15 approx.) Yucun 60 GB SSD, connected via a USB3 to SATA cable. I've only used the stock kernel, with updates. No problems, whatsoever.

Last edited by brianL; Today at 09:07 AM.
 
1 members found this post helpful.
Old Today, 09:51 AM   #83
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,545

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Hi guys, thanks for the responses. I've updated the install guide to link to this thread re. the RPi400.
 
  


Reply

Tags
aarch64, hardware, raspberry pi, slackware, support



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
Raspberry Pi 4 bcm2711 / Raspberry Pi 3 bcm2837 (aarch64) sndwvs slarm64 145 03-16-2024 05:05 AM
LXer: Raspberry Pi OS Is Now Powered by Linux Kernel 5.10 LTS, Improves Support for Raspberry Pi 400 LXer Syndicated Linux News 0 03-27-2021 11:04 AM
LXer: openSUSE Tumbleweed ARM Adds Support for Raspberry Pi 400 and Raspberry Pi 4 CM LXer Syndicated Linux News 0 01-13-2021 07:12 PM
[VPS] 4 load page = 100 MB RAM loaded? do i need 100x 400 mb ram for next 400 page? vaporizel Linux - Server 1 03-14-2011 08:40 PM

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

All times are GMT -5. The time now is 12:54 PM.

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