LinuxQuestions.org
Help answer threads with 0 replies.
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-30-2005, 12:51 PM   #346
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Re: LOG_BUF_SHIFT Error


Quote:
Originally posted by subekk0
While using PVs 2.6.10 config file did anyone else get a LOG_BUF_SHIFT error? I did. Just changed it to 0 (zero) and it compiled fine.
Not anymore. I was using my own for my system config. If I tried that I would have no Net card. NetworkEverywhere needs the Tulip Driver but I don't know which. I have the disk, so will read that one's red me txt file. Then maybe I can get the 2.6.11.6 installed.
 
Old 04-08-2005, 01:19 AM   #347
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
[ignore] Note: never answer a big thread like this when you're sleepy, you may answer a question at page 3 :P

Last edited by gbonvehi; 04-08-2005 at 01:22 AM.
 
Old 04-08-2005, 02:17 AM   #348
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Re: Compile Guide

Quote:
Originally posted by beyondzero
Some excellent advice in the thread - got me up and running with the new kernel after I had a few problems first time round!

For my future reference I put together a quick guide from everyones advice and have posted it on my site - http://www.randomwire.com/articles.p...cle=kernel.php - hope it might be of help to someone else!

Please note this Link is dead and I get an error trying to look.
 
Old 04-08-2005, 02:20 AM   #349
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Thumbs up

Quote:
Originally posted by gbonvehi
[ignore] Note: never answer a big thread like this when you're sleepy, you may answer a question at page 3 :P
well considering the fact I have tried multiple tiimes and of course even had to format the drive and reinstlal Slackware because of the Linux 2.6.11.6 problems. So far I have done it 4 maybe 5 times and the last time it made my system have no nic again. My friend may get me a 3 Com card, but I am not counting on it. So who knows.
 
Old 04-09-2005, 10:28 PM   #350
berickson345
LQ Newbie
 
Registered: May 2004
Location: Maine
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
After I do make menuconfig and get the kernel to what I want. I run the make command and then make modules, followed by make modules_install. After that is all said and done with I cant seem to find the image of my kernel. Its not in .../linux/arch/i386/boot Did the image move with 2.6.11.7 update? I just installed slack so I am currently running kernel 2.4.29. Is there something that I am doing wrong. I followed the readme to the kernel and I just get stuck at this point.
 
Old 04-09-2005, 10:33 PM   #351
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by berickson345
After I do make menuconfig and get the kernel to what I want. I run the make command and then make modules, followed by make modules_install. After that is all said and done with I cant seem to find the image of my kernel. Its not in .../linux/arch/i386/boot Did the image move with 2.6.11.7 update? I just installed slack so I am currently running kernel 2.4.29. Is there something that I am doing wrong. I followed the readme to the kernel and I just get stuck at this point.

commands are good, but you missed one make install for the main part, oopps don't we all make mistake 1
 
Old 04-09-2005, 10:41 PM   #352
berickson345
LQ Newbie
 
Registered: May 2004
Location: Maine
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
I forgot to write make install into my post...silly me. I have done the make install and all I have in my ../arch/i386/boot folder is bootsect.S edd.S install.sh Makefile mtools.conf.in setup.S video.S and two folders compressed and tools
 
Old 04-10-2005, 12:04 AM   #353
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by berickson345
I forgot to write make install into my post...silly me. I have done the make install and all I have in my ../arch/i386/boot folder is bootsect.S edd.S install.sh Makefile mtools.conf.in setup.S video.S and two folders compressed and tools
Ok, well from one time that I did get it to work, somehow it automatically placed it in /boot if you have bubble prmopts on, then the nice thing about that, it shows time date and file information. the volmunz or what it is, can't remember exactly or bzimage that it makes and the system.map file should be there with the creation date. Hope this helps.
 
Old 04-20-2005, 07:53 AM   #354
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
I am having trouble with editing lilo to work as described in the 2.4 kernel sticky I copied the previous entry and edited it to be for the 2.4.29 kernel

image = /boot/vmlinux.old
root = /dev/hda3
label = Slackware.old

when I save and then run # lilo to update lilo I receive fatal: open /boot/vmlinux.old: no such file or directory.

If I remove the .old from vmlinux then it updates but how would it know which kernel to boot if they are both /boot/vmlinux???

Last edited by flebber; 04-20-2005 at 07:59 AM.
 
Old 04-20-2005, 11:46 AM   #355
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by flebber
I am having trouble with editing lilo to work as described in the 2.4 kernel sticky I copied the previous entry and edited it to be for the 2.4.29 kernel

image = /boot/vmlinux.old
root = /dev/hda3
label = Slackware.old

when I save and then run # lilo to update lilo I receive fatal: open /boot/vmlinux.old: no such file or directory.

If I remove the .old from vmlinux then it updates but how would it know which kernel to boot if they are both /boot/vmlinux???
The file should be VmLinuz or BzImage, System.map, .config and for Some VmLinuz-ide-2.4.29 and System.map-2.4.29 .config-ide-2.4.29


Shilo can also answer this one. What Kernel are you trying to get to work with the Linux 2.4.29???
Linux 2.6.0
Linux 2.6.1
Linux 2.6.11.5
Linux 2.6.11.6
Linux 2.6.11.7

And many more. As soon as I get this full set of Linux 2.6.11.X Instructions setup with someone else adding and editing with me, I think it will help everyone that has been fighting with getting new kernels working. I have successfully made the Linux 2.6.11.7 Work 98%, and wants 100%, so my time getting things debugged and written down, what I do, should help a lot, as Isent my .config to someone and they said it was just fine. The Instructions will be Extrememly Basic, so it will make installing this somewhat easy for anyone that is new, or even a seasoned user, of course they may take it a bit salty, but it will be very simple and as precise as the two of us can make it. Piete is the other person..
 
Old 04-20-2005, 03:43 PM   #356
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
My version was kernel 2.6.11.

 
Old 04-20-2005, 05:06 PM   #357
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by flebber
My version was kernel 2.6.11.

Was?? what did you do, format and redo the system? Kill the new install??? Was?
 
Old 04-20-2005, 09:29 PM   #358
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
well my system I installed was 10.1 with the 2.4.29 which is the Kernel I am still using the 2.6.11 kernel was the one I downloaded and tried to install, haven't removed it or anything. I did cp the 2.4.29 config to the 2.6.11 kernel and did the make and make modules_install commands.

It must have affected the 2.4.29 setup as I tried to install Dropline on the 2.4.29 setup but it cannot install.

Am using a pentium 4, on gigabyte motherboard 8100pe (or something similar cannot remember not at home), NVIDIA 128mb xmicro 5600 card and DHCP configured thru a e1000 pro adapter.
 
Old 04-20-2005, 09:47 PM   #359
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Quote:
Originally posted by flebber
well my system I installed was 10.1 with the 2.4.29 which is the Kernel I am still using the 2.6.11 kernel was the one I downloaded and tried to install, haven't removed it or anything. I did cp the 2.4.29 config to the 2.6.11 kernel and did the make and make modules_install commands.

It must have affected the 2.4.29 setup as I tried to install Dropline on the 2.4.29 setup but it cannot install.

Am using a pentium 4, on gigabyte motherboard 8100pe (or something similar cannot remember not at home), NVIDIA 128mb xmicro 5600 card and DHCP configured thru a e1000 pro adapter.
Ok this is from one of the People here I printed for my own instructons.

this one used make bzimage before make install

here you will be in /usr/src/linux-2.6.11

cp /usr/src/linux/arch/i386/boot/bzimage /boot/vmlinuz.new
cp System.map /boot/Syatem.map-2.6.11
cp .config /boot/config-2.6.11

cd
Here you should be in system@home:#

cd /boot
cp System.map System.old
ln -sf System.map-2.6.11 System.map

If you make install, then two files VmLinuz and System.map are in ./root or the top directory. You can mv these files to the /boot directory and then do the above also.

If you did somehting like this then you should be ok.

Otherwise you over wrote your 2.6 information with the 2.4.29 information and it will not work. You will have to remove all refs of the 2.6.11 and the /lib/modules/2.6.11 directory and also /usr/src/linux-2.6.11 and start again. At least that is what I can figure out since I can't remember the recompile force information, as I am still writing the Install Guide.

Last edited by BenneJezzerette; 04-20-2005 at 09:53 PM.
 
Old 04-21-2005, 04:44 PM   #360
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
Thanks will try when I get home from work...how do edit my lilo instead of vmlinux and vmlinux.old which is what was the in the sticky so i can chose which Kernel to boot..


Thanks Heaps for the help..look forward to seeing your guide

Last edited by flebber; 04-21-2005 at 04:46 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
Help - Need guide on how to (re)compile kernel in 9.2 timko SUSE / openSUSE 1 02-17-2005 08:17 AM
re :kernel compile guide sh4d0w331 Slackware 1 10-02-2004 05:38 PM
Kernel re-compile guide marlor Slackware 6 08-08-2004 03:57 AM
What happened to the Newbie Compile Guide? boutrosboutros Slackware 6 07-14-2004 12:37 AM
mandrake specific kernel compile guide? e1000 Mandriva 4 01-09-2004 12:27 PM

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

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