LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-11-2012, 05:23 AM   #16
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled

I just tried, seems to work. So I suppose that yes, you can
 
Old 08-13-2012, 02:29 AM   #17
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by Didier Spaier View Post
I just tried, seems to work. So I suppose that yes, you can
Yes, it worked but when I tried to boot up to the new kernel, the system just froze.

Obviously I need some more current packages in order to use current's kernel. I guess I will just have to wait for Slackware 14.0
 
Old 08-13-2012, 02:34 AM   #18
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by psionl0 View Post
Obviously I need some more current packages in order to use current's kernel. I guess I will just have to wait for Slackware 14.0
Not sure about that. I would bet on a misconfiguration of the kernel, or maybe you compiled a generic kernel and forgot to make an initrd or to make the root file system (the file system used for /) built in.

Please try again and tell us what are the last error messages you get at boot just before the system freezes.
 
Old 08-13-2012, 03:37 AM   #19
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by gabytf View Post
Well, with the kernel issue i can't help much. As i am now having heartbreak, my other -current partition was not able to boot after i run the slackpkg upgrade -all, when i intended to upgrade to the latest kernel in -current.
Quote:
Originally Posted by psionl0 View Post
Yes, it worked but when I tried to boot up to the new kernel, the system just froze.

Obviously I need some more current packages in order to use current's kernel. I guess I will just have to wait for Slackware 14.0
Typical beginner errors.
  1. When using slackpkg to upgrade to a new release of Slackware, use the correct sequence of commands. Just using "slackpkg upgrade-all" gives you a certain 100% failure rate. See http://www.linuxquestions.org/questi...5/#post4676576 where I tried to explain the upgrade process using slackpkg.
  2. When upgrading to the next release of Slackware (even if you intend to run -current) you must go all the way. If you try a partial upgrade (hand-picking the packages you think you need) will almost certainly lead to a broken system. Do not mix packages of multiple releases!

Eric
 
1 members found this post helpful.
Old 08-13-2012, 04:07 AM   #20
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
When upgrading to the next release of Slackware (even if you intend to run -current) you must go all the way. If you try a partial upgrade (hand-picking the packages you think you need) will almost certainly lead to a broken system. Do not mix packages of multiple releases!
Eric
For psion10, that means that he should have build himself a newer kernel re using only the config file from current, instead of installing a package taken from current. I must admit I overlooked he did it that way.
 
Old 08-14-2012, 08:34 PM   #21
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by Didier Spaier View Post
Not sure about that. I would bet on a misconfiguration of the kernel, or maybe you compiled a generic kernel and forgot to make an initrd or to make the root file system (the file system used for /) built in.

Please try again and tell us what are the last error messages you get at boot just before the system freezes.
Well I used the huge kernel which doesn't need an initrd. As far as I am aware, this is not a system dependent kernel.

I would have expected some of the 13.37 packages to have difficulty running under the new kernel but I didn't expect the system to freeze during boot-up. Neither "dmesg" nor "syslog" showed anything useful (I wish we could capture the boot-up messages).
 
Old 08-15-2012, 01:15 AM   #22
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by psionl0 View Post
Well I used the huge kernel which doesn't need an initrd. As far as I am aware, this is not a system dependent kernel.
The kernel by itself, if you mean the kernel source, is not system dependent.

But the kernel once built (the executable) is system dependent.

So the problem is that instead of building it yourself (which is what I recommended) you just installed an already built kernel intended for another Slackware version.

A pointed out by Alien Bob, this can't work.

So, either compile your own kernel, taking as a basis the config file provided in current for it (you could follow this to do that) or wait for Slackware 14 to be released.

Last edited by Didier Spaier; 08-15-2012 at 01:16 AM.
 
Old 08-15-2012, 02:25 AM   #23
psionl0
Member
 
Registered: Jan 2011
Distribution: slackware_64 14.1
Posts: 722
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Quote:
Originally Posted by Didier Spaier View Post
So, either compile your own kernel, taking as a basis the config file provided in current for it (you could follow this to do that) or wait for Slackware 14 to be released.
How does using a current config file create a kernel that will run in 13.37?
 
Old 08-15-2012, 02:51 AM   #24
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
The config file is only a text file which is used as a basis for kernel's configuration. When I wrote "provided in current" I meant one of the files which were used to set the configuration of one of the kernels (version 3.2.26) included in current. But theses files are not specific to a Slackware version, only the kernel built with it is.

So if you put one of these files at the root of your kernel source tree, renamed as ".config", then "make oldconfig" your kernel will get the same configuration as the analog kernel in current. After that you will have to build it it with "make bzImage; make modules; make modules_install" so it be able to run on Slackware 13.37. See aforementioned link for how to proceed.

Last edited by Didier Spaier; 08-15-2012 at 12:25 PM.
 
  


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
Wireless network not found in toshiba satellite laptop atees Linux - Wireless Networking 1 07-27-2012 10:48 AM
Wireless network keeps disconnecting on Intel(R) Pro/wireless 2200bg network card gregh Linux - Wireless Networking 1 09-16-2006 06:57 PM
connecting to wireless network - "no device found" nicejewishboy Linux - Wireless Networking 1 01-17-2006 04:24 PM
Netgear MA521 found as network card but NOT as wireless Almazick Linux - Wireless Networking 0 09-03-2004 10:51 PM
Netgear MA521 found as network card but NOT as wireless Almazick Linux - Wireless Networking 0 09-03-2004 10:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:40 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