Kernel Update errors for MX 18.3  [Solved]

Message
Author
teddyk67
Posts: 35
Joined: Sun May 12, 2019 4:50 pm

Kernel Update errors for MX 18.3  [Solved]

#1 Post by teddyk67 »

Hi everyone.

I'm trying to update my 4.19 kernel on MX 18.3 by using Package Installer. The installer returns the names of the image and header files that are needed. When I click OK, the installer returns error messages by saying that the files couldn't be located. I tried changing the repo server from MD to VA and I get the same error message.

What could I be doing wrong?

Thanks in advance.

PS: I'm writing this message from a different machine and I haven't attached the QSI for the machine in question.

EDIT: QSI is attached.

Code: Select all

System:
  Host: 40gblaptop Kernel: 4.19.0-9-686-pae i686 bits: 32 compiler: gcc 
  v: 6.3.0 Desktop: Xfce 4.12.3 Distro: MX-18.3_386 Continuum Feb 9  2019 
  base: Debian GNU/Linux 9 (stretch) 
Machine:
  Type: Portable System: Gateway product: MX6025 v: 3402169 serial: <filter> 
  Mobo: Gateway model: N/A v: Rev 1.0 serial: <filter> BIOS: Gateway 
  v: 61.01 date: 02/24/2005 
CPU:
  Topology: Single Core model: Intel Celeron M bits: 32 type: MCP 
  arch: M Dothan rev: 8 L2 cache: 1024 KiB 
  flags: nx pae sse sse2 bogomips: 2799 
  Speed: 1400 MHz min/max: N/A Core speed (MHz): 1: 1400 
Graphics:
  Device-1: Intel 82852/855GM Integrated Graphics vendor: Gateway 
  driver: i915 v: kernel bus ID: 00:02.0 
  Display: x11 server: X.Org 1.19.2 driver: intel 
  unloaded: fbdev,modesetting,vesa resolution: 1280x800~60Hz 
  OpenGL: renderer: Mesa DRI Intel 852GM/855GM x86/MMX/SSE2 
  v: 1.3 Mesa 18.2.6 direct render: Yes 
Audio:
  Device-1: Intel 82801DB/DBL/DBM AC97 Audio vendor: Gateway 
  driver: snd_intel8x0 v: kernel bus ID: 00:1f.5 
  Sound Server: ALSA v: k4.19.0-9-686-pae 
Network:
  Device-1: Broadcom Limited BCM4401-B0 100Base-TX vendor: Gateway 
  driver: b44 v: 2.0 port: 2000 bus ID: 02:00.0 
  Device-2: Broadcom Limited BCM4318 [AirForce One 54g] 802.11g Wireless LAN 
  vendor: Gemtek driver: b43-pci-bridge v: N/A port: 2000 bus ID: 02:04.0 
  IF-ID-1: eth0 state: down mac: <filter> 
  IF-ID-2: wlan0 state: up mac: <filter> 
Drives:
  Local Storage: total: 41.10 GiB used: 8.73 GiB (21.2%) 
  ID-1: /dev/sda vendor: Western Digital model: WD400UE-00HCT0 
  size: 37.26 GiB 
  ID-2: /dev/sdb type: USB vendor: Kingston model: DataTraveler 2.0 
  size: 3.84 GiB 
Partition:
  ID-1: / size: 34.43 GiB used: 8.67 GiB (25.2%) fs: ext4 dev: /dev/sda1 
  ID-2: swap-1 size: 2.00 GiB used: 60.8 MiB (3.0%) fs: swap dev: /dev/sda2 
Sensors:
  Message: No sensors data was found. Is sensors configured? 
Repos:
  Active apt repos in: /etc/apt/sources.list.d/antix.list 
  1: deb http://mirror.umd.edu/mxlinux/antix/stretch/ stretch main
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
  1: deb http://ftp.us.debian.org/debian/ stretch-updates main contrib non-free
  Active apt repos in: /etc/apt/sources.list.d/debian.list 
  1: deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
  2: deb http://security.debian.org/ stretch/updates main contrib non-free
  Active apt repos in: /etc/apt/sources.list.d/devrepo.list 
  1: deb http://mxrepo.com/mx/testrepo/ mx18 dev
  Active apt repos in: /etc/apt/sources.list.d/mx.list 
  1: deb http://mirror.umd.edu/mxlinux/mx/repo/ stretch main non-free
  No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:
  Processes: 177 Uptime: 3h 43m Memory: 929.1 MiB used: 434.3 MiB (46.7%) 
  Init: SysVinit runlevel: 5 Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 
  inxi: 3.0.36 
Last edited by teddyk67 on Wed Jan 27, 2021 11:18 pm, edited 1 time in total.

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: Kernel Update errors for MX 18.3

#2 Post by JayM »

You need to refresh the package list after changing mirrors.

Code: Select all

sudo apt update
in a terminal will do that. You may however have changed from one bad mirror to another one. Try the Salt Lake City US one.

Also the best way to install kernels in MXPI is from the Kernels section of Popular Applications to make sure you get all needed packages such as headers.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
dolphin_oracle
Developer
Posts: 22047
Joined: Sun Dec 16, 2007 12:17 pm

Re: Kernel Update errors for MX 18.3

#3 Post by dolphin_oracle »

actually it looks like the package names changed.

I will update the package lists in mxpi.

thanks for the report.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

teddyk67
Posts: 35
Joined: Sun May 12, 2019 4:50 pm

Re: Kernel Update errors for MX 18.3

#4 Post by teddyk67 »

I changed mirrors to Salt Lake City and I'm using Kernels from Popular Applications to update the kernel and I receive the same location not found error.

Thanks DO!! :number1:

User avatar
dolphin_oracle
Developer
Posts: 22047
Joined: Sun Dec 16, 2007 12:17 pm

Re: Kernel Update errors for MX 18.3

#5 Post by dolphin_oracle »

update to sent the repo, probably hit tomorrow.

thanks for the reports!
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

teddyk67
Posts: 35
Joined: Sun May 12, 2019 4:50 pm

Re: Kernel Update errors for MX 18.3

#6 Post by teddyk67 »

dolphin_oracle wrote: Wed Jan 27, 2021 11:06 pm update to sent the repo, probably hit tomorrow.

thanks for the reports!
That could explain why the kernel wasn't auto-updating on the machine.

User avatar
dolphin_oracle
Developer
Posts: 22047
Joined: Sun Dec 16, 2007 12:17 pm

Re: Kernel Update errors for MX 18.3

#7 Post by dolphin_oracle »

teddyk67 wrote: Wed Jan 27, 2021 11:10 pm
dolphin_oracle wrote: Wed Jan 27, 2021 11:06 pm update to sent the repo, probably hit tomorrow.

thanks for the reports!
That could explain why the kernel wasn't auto-updating on the machine.
actually no. on mx18 the kernels do not auto-update. we added that in mx19, and even then only for the current debian stable kernel.

you can get kernel 4.9 to autoupdate on mx18 by installing the linux-image-* package that matches your architecture (i386 or amd64 for 32bit/64bit respectively).
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Huckleberry Finn

Re: [Solved] Kernel Update errors for MX 18.3

#8 Post by Huckleberry Finn »

Though off-topic:

Active apt repos in: /etc/apt/sources.list.d/devrepo.list
1: deb http://mxrepo.com/mx/testrepo/ mx18 dev

Is this normal? (That was fixed in 18.3 later, test repo staying enabled, am I wrong? Or that's something else? )

User avatar
dolphin_oracle
Developer
Posts: 22047
Joined: Sun Dec 16, 2007 12:17 pm

Re: [Solved] Kernel Update errors for MX 18.3

#9 Post by dolphin_oracle »

Huckleberry Finn wrote: Thu Jan 28, 2021 6:51 am Though off-topic:

Active apt repos in: /etc/apt/sources.list.d/devrepo.list
1: deb http://mxrepo.com/mx/testrepo/ mx18 dev

Is this normal? (That was fixed in 18.3 later, test repo staying enabled, am I wrong? Or that's something else? )
its something else, and its empty right now. we set up dev when we were preparing the upgrade from mx17 to mx18.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Huckleberry Finn

Re: [Solved] Kernel Update errors for MX 18.3

#10 Post by Huckleberry Finn »

Ah, ok, thank you :)

Post Reply

Return to “Older Versions”