You are not logged in.

#1 2006-05-05 15:52:44

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

kernel panic Nvidia users please read!

Hi
kernel 2.6.16.14-1 introduces a problem with nvidia packages, please consider to rebuild the module after update to new kernel.
update kernel, rerun pacman -S nvidia

if you already encounter a kernel panic, use this to solve:
boot your kernel with lilo or grub with these parameters
load_modules=off init s
then login with your root password and then run:
pacman -S nvidia
reboot

greetings
tpowa

Offline

#2 2006-05-05 16:17:24

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel panic Nvidia users please read!

{EDIT} If you do not have nvidia in your cache .....don't forget you will have no modules so load up ones you need ie for your network (LAN etc...)

maybe even /etc/rc.d/network restart

Just a thought


Mr Green

Offline

#3 2006-05-05 16:19:26

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel panic Nvidia users please read!

then login with your root password and then run:
pacman -S nvidia
reboot

hmm didn't i wrote reboot? to restart
greetings
tpowa

Offline

#4 2006-05-05 16:48:04

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: kernel panic Nvidia users please read!

the point Mr. Green was making is that if you don't have the nvidia package in your cache and you boot without modules you won't have network support to be able to download the package.

Dusty

Offline

#5 2006-05-05 16:48:52

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel panic Nvidia users please read!

ah ups thanks just misread that, i assumed everyone has the package in cache

Offline

#6 2006-05-05 17:39:44

o2bfishn
Member
Registered: 2005-12-22
Posts: 53

Re: kernel panic Nvidia users please read!

dangit! i must be the first to fall victim...stupid brain, youre supposed to reinstall the nvidia package after a kernel upgrade! DOH! and what is worse i do not have the package in cache

running /etc/rc.d/network start gives a fail and running ifconfig eth0 up says no such device

how do i get my network back up to get the package or should i just burn it to a cd and do it that way? (would like to know how to get the network up though)

Offline

#7 2006-05-05 17:51:42

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel panic Nvidia users please read!

you need to load module for net to work....

assuming you know what it is ...

or try hwdetect --show-net (may not work if no mods loaded doh!)


Mr Green

Offline

#8 2006-05-05 18:07:42

o2bfishn
Member
Registered: 2005-12-22
Posts: 53

Re: kernel panic Nvidia users please read!

dont have hwdect but i was able to boot up by adding nvidia to the mod_blacklist and not changing grub, this at least allowed my network to come up so i can get the nvidia package but it wont install. keeps saying to shutdown the xserver and that it cant open nvidia.ko no such file or directory

yikes! i may have really hosed this up

Offline

#9 2006-05-05 18:16:18

o2bfishn
Member
Registered: 2005-12-22
Posts: 53

Re: kernel panic Nvidia users please read!

ok, got it fixed

to recap what i did

edited grub with "load_modules=off init s" as tpowa said so that i could run the nvidia installer, but it was not in cache...so

i added nvidia to the mod_blacklist in rc.conf and rebooted as normal, this allowed me to download the nvidia package via pacman, but it would not install since nvidia module is in the kernel(?)...so

i edited the grub file again as above, rebooted and was able to install the nvidia driver, removed nvidia from the mod_blacklist line and rebooted

all systems check good!
sorry for the slight panic and thanks for the help!

Offline

#10 2006-05-05 18:33:22

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: kernel panic Nvidia users please read!

For those of us who load modules manually, simply block the module in rc.conf (change it to !nvidia), reboot new kernel, pacman -S nvidia, and unblock the module. you can optionally reboot again to test.

Offline

#11 2006-05-05 18:49:00

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel panic Nvidia users please read!

paranoos wrote:

For those of us who load modules manually, simply block the module in rc.conf (change it to !nvidia), reboot new kernel, pacman -S nvidia, and unblock the module. you can optionally reboot again to test.

Wow even better ,,, lol


Mr Green

Offline

#12 2006-05-05 19:42:20

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: kernel panic Nvidia users please read!

paranoos wrote:

For those of us who load modules manually, simply block the module in rc.conf (change it to !nvidia)

That should work even if using MOD_AUTOLOAD, as !module is synonymous with the blacklist

Offline

#13 2006-05-05 21:28:03

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

Re: kernel panic Nvidia users please read!

what about nvidia-legacy ?
and Is it possible to make pacman -S nvidia install well in X?

EDIT:
1. nvidia-legacy has also this issue and should be reinstalled
2. nvidia should be removed from DAEMONS=() because it also can cause a frees ( /etc/rc.d/nvidia load nvidia module )
3. i rebooted and loaded nvidia module, tried to start kdm but nothing... reloaded nvidia module then kdm and freez. After the secound loading and using it so it's not so dangerous smile

Offline

#14 2006-05-06 04:50:17

Pudge
Arch Linux f@h Team Member
Registered: 2006-01-23
Posts: 300

Re: kernel panic Nvidia users please read!

If ALL you have is an USB keyboard, then telling grub to boot with load_modules off will cause you to have NO working keyboard without the USB modules loaded. 

I had to run across the street and borrow a PS2 keyboard to do this.  Once I had a PS2 keyboard in place, all went well. Once you do the pacman -S nvidia and rebuild the module, you can shut down the computer and re-install your USB keyboard and reboot.  DO NOT change out keyboards with the computer powered up.  I would even suggest unplugging the power cord from the PSU before changing out keyboards.  The USB port should be able to be hot plugged, but the PS2 port isn't. 

Before upgrading to the new kernel, I would suggest rebooting into level 3, or text mode, and doing a pacman -R nvidia, then pacman -Sy kernel26.  Then reboot into level 3, or text mode, again to get the new kernel running and then do pacman -S nvidia.  Let us know if that works.

Pudge

Offline

#15 2006-05-06 06:42:25

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: kernel panic Nvidia users please read!

Pudge  8)

It would have quicker to load up arch install cd chroot in & just !nvidia then reboot fix reboot (thats quicker!!!!)

Man you gotta love Linux .....


Mr Green

Offline

#16 2006-05-06 16:20:20

MaceM
Member
From: Austria
Registered: 2003-11-26
Posts: 47

Re: kernel panic Nvidia users please read!

i get "Unknown interrupt or fault at EIP 00000060..." repeatedly until my laptop reboots with 2.6.16.14-1
I tried upgrading to version 2.6.16.14-2 but it doesnt help.

i downgraded to 2.6.16.11-1, which was in my cache.

anynone what know that is - google didn't return anything useful?

(it's a 1.4Ghz Pentium M Notebook, if that useful)

Offline

#17 2006-05-06 16:22:51

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel panic Nvidia users please read!

update to 2.6.16.14-2, it fixes the EIP errors

Offline

#18 2006-05-06 16:28:47

MaceM
Member
From: Austria
Registered: 2003-11-26
Posts: 47

Re: kernel panic Nvidia users please read!

hm i did the upgrade to 2.6.16.14-2 a second time and it worked. too much coffee i guess. thx tpowa smile
btw 2 more posts and you're teh l33t  :shock:

Offline

#19 2006-05-07 09:26:30

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: kernel panic Nvidia users please read!

out of curiosity, does 2.6.16.14-2 fix the nvidia problem too? i didn't notice anyone saying so.

there were negligible changes to the stock kernel between 13 and 14, so i assume changing to 64gb memory support is what broke binary compatibility with the driver. smile

Offline

#20 2006-05-07 10:33:12

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: kernel panic Nvidia users please read!

When you upgrade from 2.6.16.14-1 to 2.16.16.14-2 , you don't get  a kernel panic, but you have to reinstall nvidia to get X to work again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#21 2006-05-10 17:24:40

Pilli
Member
Registered: 2004-09-01
Posts: 46

Re: kernel panic Nvidia users please read!

I get "Unknown interrupt or fault at EIP ..." repeatedly until my laptop reboots, then i try edit grub with load_modules=off init s but it don't fix the problem.
How can i fix it?

Thanks.

Offline

#22 2006-05-10 17:27:12

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: kernel panic Nvidia users please read!

you need a boot cd for that, the kernel is f* up on your system.
chroot into your / after that and update kernel to 2.6.16.15

Offline

Board footer

Powered by FluxBB