LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 07-14-2013, 08:03 AM   #16
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308

Quote:
Originally Posted by H_TeXMeX_H View Post
I also wrote a kernel howto on there. It has details on some of the options, and it is geared towards more advanced users:
http://docs.slackware.com/howtos:sla...git_repository
Many thanks! Can't wait to get started, but today my parents in law are coming over, so I don't think I'll be allowed to do anything that involves sitting in front of a keyboard and being unaddressable :-)
In that movie about social networks they called that state of mind "being in the tunnel". I think that describes it well...
 
Old 07-15-2013, 02:57 AM   #17
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
So now I am sitting at work with small eyes because I had to compile kernels till late in the night yesterday. So far I failed miserably... which is great! Finally something to fiddle with again.

At least after a couple of 3.10 attempts that resulted in kernel panics during boot I managed to get the current kernel running again.
This is going to keep me busy again for a while... :-)
 
Old 07-15-2013, 03:47 AM   #18
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
For Slackware 14.0 I recommend the 3.4.x kernels.
 
Old 07-15-2013, 03:57 AM   #19
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by H_TeXMeX_H View Post
For Slackware 14.0 I recommend the 3.4.x kernels.
Is there any special reason why? I think on aptosid e.g. my keyboard backlight starting working without further drivers as of 3.8 ish... So I thought I'd just take the newest one.
Anyway I am now thinking I should maybe start off with 3.2 generic and then move on version by version with make oldconfig... until it breaks. That way I would have fewer new options that I could set wrong...
 
Old 07-15-2013, 05:28 AM   #20
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
If you need a later version than use a later version. I recommended it because it is stable for me.
 
Old 07-15-2013, 09:54 AM   #21
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Ok, I see. Thanks again. I will work my way through a couple more panics and certainly be posting questions at some point :-)
 
Old 07-15-2013, 11:23 AM   #22
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Make sure you build an initrd with your main file system driver (whichever fs /boot is using) or build it into the kernel. That should take care of the panics.
 
Old 07-15-2013, 12:27 PM   #23
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by cynwulf View Post
Make sure you build an initrd with your main file system driver (whichever fs /boot is using) or build it into the kernel. That should take care of the panics.
Hi Cynwulf, thanks for the hint, but I had that already covered. I actually managed to rebuild the 3.2 kernel with the config file provided from the install by including ext4 support as opposed to having it as a module (as originally configured).
No the panics I am getting now are different, but don't worry, I don't feel like posting them just yet... At the moment I am just enjoying to get started with this stuff, and there is no urgency at all.
The Slackware install is just to play with at the moment, I kept my main system intact.

When I feel I have done my "homework" and run out of ideas (and that point is going to come for sure) I will come back to ask for help at LQ :-)
 
Old 07-15-2013, 04:21 PM   #24
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Original Poster
Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
How sweet is that?!

Code:
root@asus-n56v:~$ uname -r
3.9.9.edr.20130715.1
Ok. I admit. I cheated a bit and took the generic config from the "current" directory.

:-)

Last edited by joe_2000; 07-15-2013 at 04:22 PM. Reason: spelling
 
Old 07-16-2013, 12:32 AM   #25
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by joe_2000 View Post
I can see that my post was written in a misleading way. So on my main work machine I am currently running Aptosid, which is based on Sid. But then maybe that doesn't count, I have to admit that I am pretty impressed about how stable it is. Now is that because sid is not so unstable after all, or is it just the aptosid guys doing a great job...?

Either way on a machine that is visible to the www and at the same time has the backup of all my private data (the server I was talking about) I prefer to run stable :-)

And then also I have to say: As much as I enjoy deepdiving into the inner workings of Linux every now and then, I still also want to be able to depend on my install. E.g. I was running Arch for a while, and really liked it because it encouraged me to learn more Linux, but at some point I switched because I don't want my distro to decide for me when I have to spend time on my config files.
Unstable is only really unstable for the people who like to do blind dist-upgrades. I too find that everything is working great. So in that time I play with something different in a VM, such as Gentoo. My second attempt at Gentoo, and things are going good. So then I was thinking why not recompile parts of my Debian install with different cflags to make it faster/smoother? Actually made more a difference than I thought.
 
  


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
The 2011 PCLinuxOS LXDE works flawlessly on my Toshiba Satellite L655D! thesatellitethatcould Linux - Laptop and Netbook 4 08-23-2011 04:07 PM
Linux manpages - frustrating noir911 General 7 02-27-2009 09:28 AM
Mandriva's partitioning system - Can it partition NTFS relatively flawlessly? eBopBob Mandriva 1 07-08-2005 04:10 PM
sun webserver6.1 run flawlessly on slack9.1+ linuxJaver Slackware 1 10-31-2003 04:20 AM
why linux is frustrating rosko Linux - Software 64 08-09-2003 03:03 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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