How to use linux kernel I compiled?

LIMA (DRM support for ARM Mali 400/450 GPU) (DRM_LIMA)
CONFIG_DRM_LIMA

Got somthing!

thanks very much for your patience and resilient help !

I wonder if I can piggyback on this kernel on my SD now to just copy an ubuntu rootfs there and boot 18.04 right away… ?

You have to copy /lib/modules , /lib/firmware to ubuntu, maybe you can’t open Xorg.

my main interest is headless VIM, so not having X is ok

1 Like

If you’re able to ping 8.8.8.8 but not google.com in linux 5.2 then I was having the same issue.

What has been working for me for some time, is disabling systemd-resolved and rebooting.
sudo systemctl disable systemd-resolved .

Also if double IP is a problem for you, you can remove the /etc/systemd/network/20-wired.network file. It seems it’s not really needed anymore.

Adviced by strit

in fact I’m such an Arch noob that I have to relearn the hard way all my ubuntu behaviour

2 Likes

whatever wifi-menu is doing does not survive reboots; how to make automatic wifi connect on boot ?

netctl enable xxxxxx

:+1:
this worked, after reboot, VIM auto connects to wifi,
and pacman is able to fetch packages as well,
only DNS seems not in good shape as…

[root@alarm ~]# ping www.google.fr
ping: www.google.fr: System error

WTF !?
I tried your systemctl disable but no way, so I renabled it

NSS instead of DNS seems better:

[root@alarm ~]# getent hosts www.google.fr
2a00:1450:4007:805::2003 www.google.fr
[root@alarm ~]# getent hosts www.google.com
2a00:1450:4007:80c::2004 www.google.com

maybe we shoudn’t worry too much

I like fresh distros, so
pacman -Syy
pacman -Su

and now everything is very uptodate

Which wifi driver was used for linux5.2?
Can you provide the driver firmware?

after installing sudo, I had to do
chmod 755 /
nano /etc/sudoers
add “alarm ALL=(ALL) ALL” in there
(using the group option in sudoers did fail for some reasons)

it’s apparently a problem with Arch linux as said here

I wanted to install alsa-utils w/ pacma, I see problems with hostname resolving…

please help !

[alarm@alarm ~]$ sudo pacman -Sy alsa-utils
[sudo] password for alarm:
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
error: failed to update core (invalid url for server)
error: failed retrieving file 'extra.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
error: failed to update extra (invalid url for server)
error: failed retrieving file 'community.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
error: failed to update community (invalid url for server)
error: failed retrieving file 'alarm.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
error: failed to update alarm (invalid url for server)
error: failed retrieving file 'aur.db' from mirror.archlinuxarm.org : Could not resolve host: mirror.archlinuxarm.org
error: failed to update aur (invalid url for server)
error: failed to synchronize all databases

@Spikerguy
from ubuntu /lib/firmware/brcm
click here

1 Like

the system became useless as network name resolution stopped working, using ip adresses is still working, but pacman cannot sync nor install anything now

[alarm@alarm ~]$ resolvectl status
Global
       LLMNR setting: yes
MulticastDNS setting: yes
  DNSOverTLS setting: no
      DNSSEC setting: allow-downgrade
    DNSSEC supported: no
  Current DNS Server: 8.8.8.8
Fallback DNS Servers: 1.1.1.1
                      9.9.9.10
                      8.8.8.8
                      2606:4700:4700::1111
                      2620:fe::10
                      2001:4860:4860::8888
          DNSSEC NTA: 10.in-addr.arpa
                      16.172.in-addr.arpa
                      168.192.in-addr.arpa
                      17.172.in-addr.arpa
                      18.172.in-addr.arpa
                      19.172.in-addr.arpa
                      20.172.in-addr.arpa
                      21.172.in-addr.arpa
                      22.172.in-addr.arpa
                      23.172.in-addr.arpa
                      24.172.in-addr.arpa
                      25.172.in-addr.arpa
                      26.172.in-addr.arpa
                      27.172.in-addr.arpa
                      28.172.in-addr.arpa
                      29.172.in-addr.arpa
                      30.172.in-addr.arpa
                      31.172.in-addr.arpa
                      corp
                      d.f.ip6.arpa
                      home
                      internal
                      intranet
                      lan
                      local
                      private
                      test

Link 3 (wlan0)
      Current Scopes: LLMNR/IPv4 LLMNR/IPv6
DefaultRoute setting: no
       LLMNR setting: yes
MulticastDNS setting: no
  DNSOverTLS setting: no
      DNSSEC setting: allow-downgrade
    DNSSEC supported: yes

Link 2 (eth0)
      Current Scopes: none
DefaultRoute setting: no
       LLMNR setting: yes
MulticastDNS setting: no
  DNSOverTLS setting: no
      DNSSEC setting: no
    DNSSEC supported: no
[alarm@alarm ~]$ sudo ping www.google.com
ping: www.google.com: Name or service not known

Try this to make the nameserver work @ravelo

Worked thats. But some files are already there so needed force install.
Wifi works.

Whats the status with GPU?
I have drm lima but still I m noy happy with the video playback as I can see the frame switch, like the line you see when frames are changing very fast and still the graphic is being processed by cpu.

There’s a Segmentation Fault with xorg
(LIMA driver)

How’s it working fine with armbian?

I don’t know, maybe I can get something in Armbian