LinuxQuestions.org
Review your favorite Linux distribution.
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-02-2010, 03:26 PM   #1
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Linux 2.6.35 has been released


It includes a new configuration option "make nconfig".

It's based on ncurses, like "make menuconfig" but the user interface is nicer.

Last edited by Didier Spaier; 08-02-2010 at 04:14 PM.
 
Old 08-02-2010, 03:30 PM   #2
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Interesting...
 
Old 08-02-2010, 03:54 PM   #3
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
I'm still hoping for a way to configure the kernel where I can edit a file that lists EVERY option (and suboption, etc ... leaving nothing out for the selected architecture). Just dropping in my own config file isn't the same, since the saved config files don't have all options in them.
 
Old 08-02-2010, 04:20 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Original Poster
Rep: Reputation: Disabled
@Skaperen: run "make config", "make allyesconfig" or "make allmodconfig", as you like.
 
Old 08-02-2010, 04:51 PM   #5
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
It seems like only yesterday that I was compiling 2.0.35
 
Old 08-03-2010, 05:25 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
lol @ mostlyharmless

my first kernel experience was 2.4.33.3 !

I am running 2.6.35 right now without issue - works just as well as the last release, but if you follow ChangeLogs, you'll notice a lot of new stuff (improvements) in both .35 and .34 over previous versions.

I did try the nconfig menu, and found it to be ugly as heck - needs some colorizing at the least, and maybe some borders around the popup boxes (one or both, to aid in distinguishing popup boxes from background text). Functionally, it's better than menuconfig IMO, though it seems it would take a few builds to get used to the nconfig keys/buttons.

I prefer xconfig over all.
 
Old 08-03-2010, 05:41 AM   #7
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
@Skaperen: 'make oldconfig' is probably what you want.

It asks you about all the new (added) options that don't exist in your config file from the previous (old) kernel, and carries forward all the other old options without asking you.
 
Old 08-03-2010, 05:58 AM   #8
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
It was too long ago to remember exactly, but 1.1.46 rings a bell with me for some reason. I can certainly remember building 1.1.89 and then being really excited when 1.2 was released.

Anyway, nostalgia aside... As well as the new .35 branch, there's also been releases of 34.2 33.7 and a 32.17.

Slackware 13.1 shipped with the .33 branch and 33.7 will be the last of that branch so folks running that need to plan what they're going to do in future when new security vulnerabilities are found. Downgrade to .32 for the long-term or upgrade to .35 and chase the leading edge seems to be the choice at hand.

I'm not sure which I'm going to run at the moment but either way I don't run .0's if I can help it.
 
Old 08-03-2010, 10:00 AM   #9
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
TG3 Driver

I had some problems with the TG3 driver, but found a patch that has seemed to fix it. there was a huge number of updates to this driver in the changelog.
Anyone else run into any problems with Broadcom?

I would bet that there will be a quick .1 release because there were about 10 Russian posts within the first 14 hours of release. The only thing I could read in them was TG3

john

WRONG AGAIN!
It seems the patch was not required
dhcpcd was timing out during boot
result no network
after logging in if I run dhcpcd from command line
the network hooks up fine buisness
My guess is dhcpcd is running too early during boot-up
thanks
john

Last edited by AlleyTrotter; 08-04-2010 at 08:39 AM. Reason: patch not needed
 
Old 08-03-2010, 04:50 PM   #10
piratesmack
Member
 
Registered: Feb 2009
Distribution: Slackware, Arch
Posts: 519

Rep: Reputation: 142Reputation: 142
Has anybody tried AUFS with 2.6.35?

There aren't any patches for 2.6.35 yet, but the 2.6.34 patches seem to apply cleanly.

Last edited by piratesmack; 08-03-2010 at 06:01 PM.
 
Old 08-03-2010, 05:23 PM   #11
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Original Poster
Rep: Reputation: Disabled
Not sure aufs will ever make its way in a mainline kernel...

Anyhow, would I ever want to try it, I'd follow this page and pull it from git, either as a standalone kernel module or with full kernel source files, instead of patching a mainline kernel.
 
Old 08-04-2010, 11:40 AM   #12
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by GrapefruiTgirl View Post
I did try the nconfig menu, and found it to be ugly as heck - needs some colorizing at the least, and maybe some borders around the popup boxes (one or both, to aid in distinguishing popup boxes from background text).
Sasha, do you not see something like this?
Attached Thumbnails
Click image for larger version

Name:	nconfig-01.jpg
Views:	99
Size:	77.8 KB
ID:	4241  
 
Old 08-04-2010, 01:32 PM   #13
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Bruce,

similar to that, minus the borders around stuff. Thinking about it now, the reason may have been due to my terminal settings (I start xterms with a launch script). Lemme go and try it with a 'stock' terminal... Back in a few moments.


Yep, that was it, Bruce.

Just ran nconfig in a black-backgrounded `konsole` and it looked like your pic. Thanks - though I still prefer xconfig for within X; I think the nconfig will be good in a VT though (where I usually don't rebuild kernels unless something went awry on the last build).

Last edited by GrapefruiTgirl; 08-04-2010 at 01:41 PM.
 
Old 08-04-2010, 09:43 PM   #14
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
I still remember back when I compiled my first kernel, the 2.6.35 (way back then). But seriously, this is the first time I have attempted to compile a kernel myself. It is compiling right now. :-)
 
Old 08-04-2010, 09:48 PM   #15
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
I'm thinking I might give it a shot by following AlienBobs how-to, mainly just for learning purposes. Wish me luck
 
  


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
linux-2.6.34 released guanx Slackware 5 05-17-2010 02:28 AM
LXer: Linux: 2.4.35 Released LXer Syndicated Linux News 0 07-27-2007 12:31 PM

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

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