LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-05-2008, 01:54 PM   #1
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Rep: Reputation: 38
10. 3, updated to new kernel, problems.


I run SUSE 10.3 and it has been really great!! The other day I received a message (automatic updating) that a new kernel was available did I want to update? So, figuring newer is going to be better I did! Now I am getting error messages about things not working. If you click on the "OK" of the message everything seems to be OK, but I'm not so sure!
Anyone else having this type of problem?
 
Old 02-05-2008, 04:03 PM   #2
jantman
Member
 
Registered: Nov 2005
Location: New Jersey, USA
Distribution: SuSE
Posts: 492

Rep: Reputation: 31
Can you post some details - i.e. what the error messages say, what it thinks isn't working, your kernel version, interesting system logs, etc.?
 
Old 02-05-2008, 09:54 PM   #3
terryxela
Member
 
Registered: Dec 2006
Location: Denver, Colorado, USA
Distribution: SuSE 11.3
Posts: 127

Rep: Reputation: 17
Quote:
Originally Posted by jantman View Post
Can you post some details - i.e. what the error messages say, what it thinks isn't working, your kernel version, interesting system logs, etc.?
I do not want to steel the thread but I have the same problem. I run compiz and I did not work any more. Before it worked after kernel upgrades. I tried to install the driver directly from the nvidia site and it install with no error but I could not enable the 3D. So I have a whole system backup and I have just reinstalledit. So now I am back into 2.6.22.13-0.3-default
I tried the upgrade twice so I'm done with it.
-=terry=-
 
Old 02-06-2008, 12:50 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I did have a video problem on one of my computers after a kernel upgrade last week and needed to rerun the NVidia installer program to produce a matching nvidia.ko kernel module.

There is a new kernel security update today as well.

The problem is probably due to kernel modules such as the nvidia driver being missing rather than the changes made with the kernel.
However, your old kernel/initrd files in /boot and the kernel modules directory in /lib/modules/ are probably still present. If your grub menu selects the /boot/linux and /boot/initrd links instead of the actual files, you could simply recreate the shortcuts to the kernel and initrd files you were using before the update. Another option is to edit /boot/grub/menu.lst, and copy & past a stanza (creating a new menu item) and edit it to use your old settings. The upgrade may have made a backup of your old menu.lst file as well if any changes were made.

Last edited by jschiwal; 02-06-2008 at 12:53 AM.
 
Old 02-06-2008, 12:54 PM   #5
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
1. I'll post the note contents the next time they come up.

2. I thought the NVidia installer program only worked with Microsoft OS's ?
 
Old 02-06-2008, 01:01 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
I thought the NVidia installer program only worked with Microsoft OS's ?
Nvidia provides drivers for Linux, FreeBSD and Solaris. They do a good job of supporting non Microsoft operating systems.
 
Old 02-07-2008, 08:48 AM   #7
terryxela
Member
 
Registered: Dec 2006
Location: Denver, Colorado, USA
Distribution: SuSE 11.3
Posts: 127

Rep: Reputation: 17
The new kernel has many bugs, including problems with RAID, with the wireless atheros chips and compiz.
With nvida if you install it using yast makes it easy because you do not need to reinstall the nvidia module after each new kernel update. This is broken too. For some reason it does not create or corrupt the module.dep file and produces fatal error during boot.
There are ways to get around like copying a previous file and changing the reference to the new kernel but for me the solution was to back to the previous kernel.
So this is what I am running

tdec@amd:~> uname -r
2.6.22.13-0.3-default

I will wait before I try it again
BTW I am using opensuse 10.3 64b with compiz-fusion.
-=terry=-
 
Old 02-07-2008, 02:26 PM   #8
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
SUSE Open 10.3, 64 bit, Kernel 2.6.22. 16-0.2

______________________________________________________________________
The following is the note I'm getting:

NS_Error_Failure (This was the heading on the note)

Component returned failure code: 0x80004005 (NS_ERROR Failure)

[nslstringBundle. formatSTRING_FromNANO]
________________________________________________________________________

I'm not very Computer literate but this is the note that keeps popping up! I just select "OK" and everything seems to be fine! What do I know!

My main concern is SECURITY!
 
Old 02-08-2008, 06:29 AM   #9
terryxela
Member
 
Registered: Dec 2006
Location: Denver, Colorado, USA
Distribution: SuSE 11.3
Posts: 127

Rep: Reputation: 17
Quote:
Originally Posted by Lola Kews View Post
SUSE Open 10.3, 64 bit, Kernel 2.6.22. 16-0.2

______________________________________________________________________
The following is the note I'm getting:

NS_Error_Failure (This was the heading on the note)

Component returned failure code: 0x80004005 (NS_ERROR Failure)

[nslstringBundle. formatSTRING_FromNANO]
________________________________________________________________________
It sounds like one of the extensions is giving you a problem. Here is the steps to eliminate the problem IF this is the case:

1. Close firefox, be sure nothing is running.

2. open a terminal

ALt-F2
xterm

3. Run firefox in safe mode

$firefox -safe-mode

The $ is the prompt when you run as user not as root

4. When the window comes it will ask you if you want the changes permanent or not. Just do not mark anything and continue.

5. If this error does not show up then the problem is one of your extensions. So enable one at the time and then uninstall the offender.

-=terry=-
 
Old 02-08-2008, 01:04 PM   #10
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by terryxela View Post
It sounds like one of the extensions is giving you a problem. Here is the steps to eliminate the problem IF this is the case:

1. Close firefox, be sure nothing is running.

2. open a terminal

ALt-F2
xterm

3. Run firefox in safe mode

$firefox -safe-mode

The $ is the prompt when you run as user not as root

4. When the window comes it will ask you if you want the changes permanent or not. Just do not mark anything and continue.

5. If this error does not show up then the problem is one of your extensions. So enable one at the time and then uninstall the offender.

-=terry=-

2. alt-F2 ( this brought up another window, in that window I typed

$firefox ( this just returned another line, that was it)

4. This never happened!

5. I'm lost here. What are extensions?

Last edited by Lola Kews; 02-08-2008 at 01:07 PM.
 
Old 02-09-2008, 08:33 AM   #11
terryxela
Member
 
Registered: Dec 2006
Location: Denver, Colorado, USA
Distribution: SuSE 11.3
Posts: 127

Rep: Reputation: 17
1. A terminal is a "windows" were you can type the command you want. There are many way to accomplish this task. If you follow the instructions you press:

Alt-F2 and then type <xterm> without the <>. This will open an open windows.

2. Inside of the previous open window type

firefox -safe-mode

This will open firefow without any extensions. If you do not see the error message it means it is due to one of the extensions.

3. Extensions are firefox "addon programs" that add extra functionality to the browser.
 
Old 02-09-2008, 12:15 PM   #12
Lola Kews
Member
 
Registered: May 2004
Posts: 549

Original Poster
Rep: Reputation: 38
Quote:
Originally Posted by terryxela View Post
1. A terminal is a "windows" were you can type the command you want. There are many way to accomplish this task. If you follow the instructions you press:

Alt-F2 and then type <xterm> without the <>. This will open an open windows.

2. Inside of the previous open window type

firefox -safe-mode

This will open firefow without any extensions. If you do not see the error message it means it is due to one of the extensions.

3. Extensions are firefox "addon programs" that add extra functionality to the browser.
It has been taken care of, thank you.
 
Old 02-10-2008, 07:19 AM   #13
terryxela
Member
 
Registered: Dec 2006
Location: Denver, Colorado, USA
Distribution: SuSE 11.3
Posts: 127

Rep: Reputation: 17
Quote:
Originally Posted by Lola Kews View Post
It has been taken care of, thank you.
Glad!

-=terry==-
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated Fedora kernel to 2.6.23.9-85.fc8 from 1-49 now all sorts of problems Berwhale Linux - Newbie 3 01-31-2008 04:25 PM
Problems installing madwifi on FC5 updated kernel dehavik Linux - Wireless Networking 7 05-09-2006 06:48 AM
urpmi updated kernel source but not the kernel itself(??) tredegar Mandriva 5 02-15-2005 02:27 AM
Can't get updated kernel Groller Linux - Newbie 2 08-02-2004 12:14 PM
kernel-update, a success... BUT... couldn't boot from the updated-kernel Pisces107 Red Hat 7 12-17-2003 02:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration