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 03-28-2005, 01:07 AM   #1
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Linux 2.6.6 Linus T Releases


Visit here -->>> Kernaeltrap. -- and read up on the new Version. For the Frame Buffer errors read there, that if you disable the 4K in, Kernel Hacking, 4th Optiion, say no, let it run at 8K, then the Framebuffer issue will not crash your system on 2.6.11.5. Go to this site and be sure you take a look, as I have been reading up on a lot here, to make sure that Ihave compiled the 2.6.11.5 correctly, found that I have not and many here have not also, and there they have some great answers to the problems related to out group issues.

also 2.6.6 FTP Site

Yes I will state, I have FTP'd the 2.6.11.6 and also 2.6.6 and will attempt the 2.6.116 for now. maybe later the 2.6.6, as stated on the other site linuxtrap, there has been reported problems with reisrejfs systems. Be sure you read all the "read me's" too. They are important.

Also the Kerneltrap is a nice resouce to review some of the things you may be needing to upgrade your kernel bug free.

Posted when I was falling asleep. Hurried to make it known.

Last edited by BenneJezzerette; 03-28-2005 at 10:05 AM.
 
Old 03-28-2005, 05:49 AM   #2
Seppel
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Frugalware (everywhere), Ubuntu (notebook only), Tomato (router)
Posts: 73

Rep: Reputation: 15
I'm pretty sorry, but I didn't get what you wanted to say. This is no flaming, but please add some more dots, colons and things like that to your posting, so the sentence structuring gets clearer.

Greetings,

Seppel
 
Old 03-28-2005, 10:07 AM   #3
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Seppel
I'm pretty sorry, but I didn't get what you wanted to say. This is no flaming, but please add some more dots, colons and things like that to your posting, so the sentence structuring gets clearer.

Greetings,

Seppel
Ok added more ,,,, ...... ----- : "" and what I could think of to break it into small sentances, or phrases, for better understanding.
 
Old 03-28-2005, 10:09 AM   #4
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Original Poster
Rep: Reputation: 30
Ok, since getting this, one note, I have found the xconfig will break, along with the gconfig. Do I have to be in the XWindow To run these? Admits, this is the first time I have tried to run the "make xconfig", and got the error 2 "can not connect to the X Window Server"
 
Old 03-28-2005, 10:14 AM   #5
Seppel
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Frugalware (everywhere), Ubuntu (notebook only), Tomato (router)
Posts: 73

Rep: Reputation: 15
Quote:
Originally posted by BenneJezzerette
Ok added more ,,,, ...... ----- : "" and what I could think of to break it into small sentances, or phrases, for better understanding.
Tanks a lot - this makes things much clearer. Since I use 2.6.11.6 this hopefully doesn't affect me. However, thanks a lot for the information (though you should give this thread a name which is pointing more to the solution you've found). I admire you contribution to the Slack community :-)

Greetings,

Seppel
 
Old 03-28-2005, 10:17 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Obviously you need to be in XWindows to run make xconfig and make gconfig
as the first use qt libs and the second gtk libs (both libs are libs that run in X session)
 
Old 03-28-2005, 10:25 AM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Quote:
Originally posted by BenneJezzerette
Ok, since getting this, one note, I have found the xconfig will break, along with the gconfig. Do I have to be in the XWindow To run these? Admits, this is the first time I have tried to run the "make xconfig", and got the error 2 "can not connect to the X Window Server"
i always open a console in X and " su " to " root "
then:
-cd /usr/src/linux-2.6.11.5
-make xconfig
-make bzImage
-make modules
-make modules_install
-cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.11.5
-cp System.map /boot/System.map-2.6.11.5
-cp .config /boot/config-2.6.11.5

( and i also copy the config-file to my home-dir. ).

allways works.

if you've edited lilo.conf ok. then just running lilo will do.

egag
 
Old 03-28-2005, 11:36 AM   #8
kailun
Member
 
Registered: Oct 2003
Distribution: Slackware
Posts: 48

Rep: Reputation: 15
Re: Linux 2.6.6 Linus T Releases

Quote:
Originally posted by BenneJezzerette
Go to this site and be sure you take a look, as I have been reading up on a lot here, to make sure that Ihave compiled the 2.6.11.5 correctly, found that I have not and many here have not also, and there they have some great answers to the problems related to out group issues.
So.. what is the right way to do it..? I've been doing it the way it's been outlined by egag and it seems to work ok. Care to point anything extra that we all might have missed?

Thanks for the heads up
 
Old 03-28-2005, 03:04 PM   #9
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Original Poster
Rep: Reputation: 30
Re: Re: Linux 2.6.6 Linus T Releases

Quote:
Originally posted by kailun
So.. what is the right way to do it..? I've been doing it the way it's been outlined by egag and it seems to work ok. Care to point anything extra that we all might have missed?

Thanks for the heads up
Well I must say. I tried it the way they posted it, the read me and for the first time, because I did not think I needed to, ran xconfig and it could not run. So I think it's a issue for the Xwindows, and not GNome or KDE. The GConfig is for Gnome I think, and I don't use that. the make menuconfig is the one for KDE. I think they need to post all that to make it more refined.

A few other things, Network information, I have used the IPv6 and Like it, but........forgot one essential thing. The network card setup. Well now I know to use the tulip settings and it will work. So next is the 2.6.6 and testing.

The site I sent everyone to is to get a better handle on how to.. and make the streamlining of the installs better.
 
Old 03-29-2005, 02:46 AM   #10
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Linux: 2.6.6 Released
Posted by Jeremy on Sunday, May 9, 2004 - 21:30

Sigh, I though we are having a dejavu and Linus Trovalds is revisiting the older release number to make it look more stable.


Note to myself: Must stop getting excited everytime seeing the word
released.
 
Old 03-29-2005, 12:20 PM   #11
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by carboncopy
Linux: 2.6.6 Released
Posted by Jeremy on Sunday, May 9, 2004 - 21:30

Sigh, I though we are having a dejavu and Linus Trovalds is revisiting the older release number to make it look more stable.


Note to myself: Must stop getting excited everytime seeing the word
released.
Ok, so asks what is the ACTUAL version? I have seen "Official 2.4.30rc typo" and 2.6.6. and 2.6.9 and 2.6.5 and so on. I have the 2.6.9 currnetly and am going to play with it. Is there going to be a 3.0.0? Just curious.
 
Old 03-29-2005, 01:53 PM   #12
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Ok, so asks what is the ACTUAL version?
 
Old 03-29-2005, 02:32 PM   #13
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by keefaz

the Latest "Official" Versoin 2.6.11.6 Linux. This is the Real official release version and the Latest via a Check on Kernel.org site via FTP there. Looking through all of them, the Linux 2.6.11.6 is the last and most recent and my mistakes are that I did not look as hard as I should at the Dates of the files. The Kernel Versioning is at best, very confusing. It's like the BC Calendar, it gets smaller by the version, not bigger? or ??? Still getting the hang on this. Setting up the initial Linux / X Desktop is not a problem, mouse, sound and display. These have come to me very easy. The Programming part is what I have trouble with. Versioning too. This is where a Linux Bible will come in very handy.
 
  


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
Build OpenBSD releases on Linux? Moy Easwaran *BSD 5 03-25-2005 05:41 PM
IBM releases first Linux only Mainframe jeremy Linux - General 6 06-09-2004 01:27 PM
RealNetworks releases player code for Linux macewan General 8 02-16-2004 01:29 AM
linux releases csspcman Linux - Laptop and Netbook 1 08-11-2003 02:35 AM
Sony releases Linux for PlayStation2 Kzin Linux - General 1 02-03-2002 05:17 PM

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

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