Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] Kein Kernel update mehr  (Read 2145 times)

Offline roaster

  • User
  • Posts: 5
[DE] Kein Kernel update mehr
« on: 2023/04/11, 10:37:52 »
Hallo,
ich habe vor längerer Zeit auf einem altem Laptop siduction farwell installiert.
bis vor kurzem liefen die updates noch. Nun wird jedoch der kernel nicht auf 6.2.10 aktualiesiert.
Alle anderen Aktualisierungen sind ok.
Wird der Prozessor vieleicht nicht mehr unterstützt?
Inxi meldet:
CPU: quad core Intel Pentium N3700 (-MCP-) speed/min/max: 513/480/2400 MHz
Kernel: 6.2.8-1-siduction-amd64 x86_64 Up: 3m Mem: 1173.3/3839.5 MiB (30.6%)


Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: Kein Kernel update mehr
« Reply #1 on: 2023/04/11, 10:57:40 »

Code: [Select]
dpkg -l | grep x-image
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline roaster

  • User
  • Posts: 5
Re: Kein Kernel update mehr
« Reply #2 on: 2023/04/11, 15:19:26 »
Hallo towo,
danke für die schnelle Reaktion.

ii  linux-image-6.2.8-1-siduction-amd64  6.2-8  amd64  Linux 6.2 for 64-bit PCs
ii  linux-image-siduction-amd64          6.2-8  amd64  Linux image for siduction on 64-bit PCs

ist das Ergebnis, also kein 6.2.10 kernel.

da ich mit aptitude die updates durchführe sehe ich da auch immer sofort einen neuen Kernel.
Gibt es Lösung?

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: Kein Kernel update mehr
« Reply #3 on: 2023/04/11, 15:34:55 »
Code: [Select]
apt policy  linux-image-siduction-amd64
Ich vermute mal, du benutzt einen Mirror, der nicht gesynct ist.


Code: [Select]
apt policy linux-image-siduction-amd64
linux-image-siduction-amd64:
  Installiert:           6.2-10
  Installationskandidat: 6.2-10
  Versionstabelle:
     6.3~rc6-1~exp1 100
        100 https://packages.siduction.org/extra experimental/main amd64 Packages
 *** 6.2-10 500
        500 https://packages.siduction.org/extra unstable/main amd64 Packages
        100 /var/lib/dpkg/status
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline roaster

  • User
  • Posts: 5
Re: Kein Kernel update mehr
« Reply #4 on: 2023/04/12, 10:08:56 »
Hallo towo,
Code: [Select]
apt policy linux-image-siduction-amd64


ergibt bei mir:
linux-image-siduction-amd64:
  Installiert:           6.2-8
  Installationskandidat: 6.2-8
  Versionstabelle:
 *** 6.2-8 500
        500 https://packages.siduction.org/extra unstable/main amd64 Packages
        100 /var/lib/dpkg/status

Ich hatte vor einiger Zeit die quellen in /etc/apt/sources.list.d 
debian.list
extra.list
fixes.list
auf aktuellen Stand geändert, danach lief alles bis zum kernel update auf 6.2.10 prima.
Ein Vergleich mit einem andern siduction Rechner ist kein Unterschied bis auf
ein fehlendes  trusted.gpg~ .
Ich möchte möglichst eine siduction Neuinstallation vermeiden.


 



Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: Kein Kernel update mehr
« Reply #5 on: 2023/04/12, 11:21:08 »
Code: [Select]
apt update
vergessen?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline roaster

  • User
  • Posts: 5
Re: Kein Kernel update mehr
« Reply #6 on: 2023/04/14, 07:30:05 »
Hallo  towo,
das fehlende "apt update" war die Ursache. Nun ist der Kernel 2.6.11-1 auf dem Lapi.
Besten Dank.

Offline roaster

  • User
  • Posts: 5
Re: Kein Kernel update mehr
« Reply #7 on: 2023/04/14, 14:58:44 »
das mus natürlich
"das fehlende "apt update" war die Ursache. Nun ist der Kernel 3.6.11-1 auf dem Lapi."
heißen.

Offline samoht

  • User
  • Posts: 478
Re: Kein Kernel update mehr
« Reply #8 on: 2023/04/15, 10:02:22 »

Quote
Kernel 3.6.11-1


Code: [Select]
$ uname -a
... siduction 6.2-11 (2023-04-13) x86_64 GNU/Linux


Code: [Select]
$ ls -al /lib/modules
...
drwxr-xr-x   4 root root 4096 14. Apr 09:05 6.2.11-1-siduction-amd64

« Last Edit: 2023/04/15, 10:15:58 by samoht »