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 09-16-2009, 03:35 AM   #1
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Rep: Reputation: 15
Update kernel Opensuse 11


Hi Experts,
I am using Opensuse 11.0 kernel 2.6.25-1.1 default. I also have pae. I cannot connect to the internet with wires and without wires.
So, I have to download anything in Windows Vista and then open it in Suse.
Cannot use DVD as I get this error 'Cannot access installation media(Medium 1). Check whether the server is accessible'.
I am trying to update the kernel . I have a link
http://linuxwireless.org/en/users/Do...t-wireless-old from which I downloaded it but dont know how to.
How do I update the kernel?

Regards,
Bamtoy
 
Old 09-16-2009, 03:40 AM   #2
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
try this
http://www.cyberciti.biz/tips/compil...kernel-26.html
there are lot more howtos to help you install your kernel.
 
Old 09-16-2009, 01:04 PM   #3
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mobinskariya View Post
try this
http://www.cyberciti.biz/tips/compil...kernel-26.html
there are lot more howtos to help you install your kernel.
Will these commands work for Opensuse as well. I will try this out.
 
Old 09-16-2009, 01:13 PM   #4
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
ohh no you are to update your kernel.. sorry i gave you the link to upgrade or compile a kernel.im sorry.my mistake

edit:you can follow the link you already posted in post #1..it describes how to build and install.

Last edited by mobinskariya; 09-16-2009 at 01:17 PM.
 
Old 09-16-2009, 01:17 PM   #5
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mobinskariya View Post
ohh no you are to update your kernel.. sorry i gave you the link to upgrade or compile a kernel.im sorry.my mistake
I just need the latest kernel so that my wireless will work in Opensuse 11
2.6.25-1.1
 
Old 09-16-2009, 01:21 PM   #6
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
you have the required kernel as stated in the link you provided.
Quote:
Requirements

You will need at least of these kernels:

* 2.6.21 (non-PCI support, PCI was never tested)
* 2.6.22
* 2.6.23
* 2.6.24
* 2.6.25
* 2.6.26
 
Old 09-16-2009, 01:51 PM   #7
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mobinskariya View Post
you have the required kernel as stated in the link you provided.
How do I update the kernel? I have downloaded compat-wireless-old.tar., bz2
I dont know if it is right.
I have done 'cd compat-wireless-old.tar.bz2'
Did a 'make' and 'make install'.
Will it appear on the grub menu?
What happens next?

bamtoy
 
Old 09-16-2009, 02:39 PM   #8
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by bamtoy View Post
Cannot use DVD as I get this error 'Cannot access installation media(Medium 1). Check whether the server is accessible'.
I am unsure what you are saying here:
is your installation medium (CD/DVD) in the drive when you get this message? It looks as if the drive may not be local to your computer. Is this true?

Quote:
I cannot connect to the internet with wires and without wires.
For one reason or another, that is not the problem that you are trying to cure first. The problem that you are trying to cure first is to install a different kernel, whether that this helps with this problem, or not.

Quote:
I am trying to update the kernel . I have a link
http://linuxwireless.org/en/users/Do...t-wireless-old from which I downloaded it but dont know how to.
How do I update the kernel?
You have SuSE and you are trying to grab a kernel from somewhere else. It is quite possible that this will fix the wireless problem and break other things. SuSE do do their own little 'hacks' and you will lose those.

If the requirement is to get a kernel of a particular version and you want the rest of the SuSE system to keep on working, wouldn't it have been better to try a kernel of the appropriate version from SuSE? Or is that not available for 11.0 now?

Quote:
So, I have to download anything in Windows Vista and then open it in Suse.
I'm not sure that this trick works in 11.0...I know it does in 11.1, and AFAIK it doesn't back in 10.0, but I can only say that it probably does in 11.0.
  • You can create a repository on your own hard disk
  • You go into Yast and define a directory as a repository of the 'simple directory' type
  • Any .rpm files that you place in this directory are then easily installable using 'Yast > Install/Manage Software' in the usual way

BTW, it looks as if for 11.0 at least 2.6.25 through .29 (and possibly others) are available from SuSE themselves.
 
Old 09-17-2009, 03:58 AM   #9
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by salasi View Post
I am unsure what you are saying here:
is your installation medium (CD/DVD) in the drive when you get this message? It looks as if the drive may not be local to your computer. Is this true?
My DVD is in the drive of my PC to install the packages. Inspite of that, I get the error as mentioned.
Quote:
For one reason or another, that is not the problem that you are trying to cure first. The problem that you are trying to cure first is to install a different kernel, whether that this helps with this problem, or not.
I am being told that updating kernels will help getting the right packages and also help fix the wireless problem.
I was told to get gcc, gcc-kernel, etc and then compile the kernel.

Quote:
You have SuSE and you are trying to grab a kernel from somewhere else. It is quite possible that this will fix the wireless problem and break other things. SuSE do do their own little 'hacks' and you will lose those.
I am trying to get wireless, that is it.

Quote:
If the requirement is to get a kernel of a particular version and you want the rest of the SuSE system to keep on working, wouldn't it have been better to try a kernel of the appropriate version from SuSE? Or is that not available for 11.0 now?
'Since Suse 11.0 doesn't have the latest kernel (and drivers), you first should install the latest wireless drivers'.
so I was told in a forum

Quote:
  • You can create a repository on your own hard disk
  • You go into Yast and define a directory as a repository of the 'simple directory' type
  • Any .rpm files that you place in this directory are then easily installable using 'Yast > Install/Manage Software' in the usual way
Recently,I downloaded wicd.rpm into the home directory and tried Yast-->install software. I got dependencies error. Urwid needs to be installed.
Quote:
BTW, it looks as if for 11.0 at least 2.6.25 through .29 (and possibly others) are available from SuSE themselves.
I did not see it in the repository list on my DVD.

Last edited by bamtoy; 09-17-2009 at 03:59 AM.
 
Old 09-19-2009, 03:19 AM   #10
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Update to kernel 2.6.31

Hello experts,
I am using opensuse 11.0 kernel 2.6.25.5-1.1 default.
I think this is the version that comes with the DVD.
I have found this to the latest stable kernel on my search.
linux-2.6.31.tar.bz2

Please tell me how do I update the kernel.

bamtoy.
 
Old 09-19-2009, 03:24 AM   #11
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
my suggestion is look in opensuse repositories for latest kernel image and install your kernel with yast(i think it is the package manager in suse).. i hope i am right.. i havnt used opensuse

Last edited by mobinskariya; 09-19-2009 at 03:25 AM.
 
Old 09-19-2009, 03:29 AM   #12
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mobinskariya View Post
my suggestion is look in opensuse repositories for latest kernel image and install your kernel with yast(i think it is the package manager in suse).. i hope i am right.. i havnt used opensuse
I have tried yast. I have to be connected to the internet(maybe I am wrong)
I dont have it in the DVD.
I tried to filter using 'Repositories' and then I see contents of my DVD and dont see the latest kernel.
 
Old 09-19-2009, 04:25 AM   #13
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
sorry forgot about your post #1..
here is the link from opensuse
http://en.opensuse.org/Configure,_Bu...m_Linux_Kernel

hope that solves your problem.

Last edited by mobinskariya; 09-19-2009 at 04:30 AM.
 
Old 10-03-2009, 05:23 AM   #14
bamtoy
Member
 
Registered: Jul 2009
Posts: 46

Original Poster
Rep: Reputation: 15
Updated kernel

Hi,
Thank you all. I have updated my kernel using rpm package.
Now it is 2.6.25.20-0.5-default. I dont know if this has helped in getting wireless. But now I have wireless connection.
I am closing the thread.

Thank you.
 
  


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
[SOLVED] Opensuse update manager does not update lpallard SUSE / openSUSE 7 01-04-2009 06:28 PM
openSUSE 11.0 won't update wiliamvw Linux - Newbie 1 09-18-2008 08:30 PM
no sound: how to update the kernel or alsa in opensuse 10.2? riccisit SUSE / openSUSE 4 03-25-2008 08:18 AM
Wireless connections doesn't work properly after kernel update on OpenSuse 10.3 flik Linux - Wireless Networking 0 03-11-2008 04:22 AM
openSUSE 10.1 Won't Update! illusive_spirit SUSE / openSUSE 9 10-24-2006 06:43 AM

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

All times are GMT -5. The time now is 05:29 PM.

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