You are not logged in.

#1 2015-01-16 20:18:48

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

[Solved] Upgrade of new kernel broke my nvidia

OK, long time running arch, but with a new laptop. Which means I'm running nvidia-beta to get the new nvidia card running. However, yesterday, there was a kernel upgrade. The wiki refers to a recompile. I've reinstalled both nvidia-beta-utils and nvidia-beta, but still not working. I tried to modprobe nvidia but nothing is reported (even after reboot). Any tips?

Last edited by kabads (2015-01-16 21:47:15)

Offline

#2 2015-01-16 21:07:06

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

kabads wrote:

OK, long time running arch, but with a new laptop. Which means I'm running nvidia-beta to get the new nvidia card running. However, yesterday, there was a kernel upgrade. The wiki refers to a recompile. I've reinstalled both nvidia-beta-utils and nvidia-beta, but still not working. I tried to modprobe nvidia but nothing is reported (even after reboot). Any tips?

Which kernel upgrade was it? 3.17.6 -> 3.18.2? If it was that, I'd rebuild the package entirely against 3.18 and the install it and see if that makes a difference.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2015-01-16 21:16:32

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

It was the 3.18.2-2-ARCH - I've had to change some of the extramodules flags in nvidia.install and PKGBUILD to get these to compile, which they seem to have done successfully. However, they don't seem to load (with modprobe nvidia). I'm not sure why they're not loading. Everything seems to build OK.

Offline

#4 2015-01-16 21:23:44

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,836
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

Please post the output of the following:

# modinfo nvidia
pacman -Ql nvidia-beta
# modprobe nvidia; dmesg | tail

EDIT: don't use && dmesg as I originally suggested, it'll not tell us much if modprobe fails.

Last edited by WorMzy (2015-01-16 21:28:27)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2015-01-16 21:32:31

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

I have no idea, since I don't know what the changes you made to the files are. I just downloaded the PKGBUILDs from the AUR (yup, Det updated them in the last 24 hours. Try those) and those build for me (using a chroot). However, as I don't have an nVidia card, I can't test whether it works.

Could you maybe pull out some X server logs and reports from journalctl from the boots X isn't starting? <= Ninja'd by WorMzy.

Last edited by clfarron4 (2015-01-16 21:33:19)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#6 2015-01-16 21:36:51

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

Modprobe and modinfo are failing to find nvidia -

pacman command gave:

nvidia-beta /usr/
nvidia-beta /usr/lib/
nvidia-beta /usr/lib/modprobe.d/
nvidia-beta /usr/lib/modprobe.d/nvidia.conf
nvidia-beta /usr/lib/modules/
nvidia-beta /usr/lib/modules/extramodules-3.17-ARCH/
nvidia-beta /usr/lib/modules/extramodules-3.17-ARCH/nvidia-uvm.ko.gz
nvidia-beta /usr/lib/modules/extramodules-3.17-ARCH/nvidia.ko.gz

Offline

#7 2015-01-16 21:40:44

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,163
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

I'd take the tarball from the AUR website and re-build it with that because that puts the modules in extramodules-3.18-ARCH, not extramodules-3.17-ARCH. Well, it put them in extramodules-3.18-ARCH when I built it in a chroot.

Last edited by clfarron4 (2015-01-16 21:41:49)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#8 2015-01-16 21:48:23

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: [Solved] Upgrade of new kernel broke my nvidia

OK, so redownloading the new packages from aur and installing those worked (I could see the nvidia part compiling, which it didn't do before). Thanks for all the support here. I've marked this one as solved. Now, I just need to look at automating this (if possible) with a hook. Perhaps tomorrow - it's late here.

Offline

Board footer

Powered by FluxBB