LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-21-2006, 03:11 PM   #421
demolished
Member
 
Registered: Jan 2006
Distribution: Slackware 10.2 - Once you go slack you never go back
Posts: 35

Rep: Reputation: 15

um i have 2.6.15.1
and i cant find the lines of code ur talking about in the guide
 
Old 01-21-2006, 03:13 PM   #422
skisoccer13
LQ Newbie
 
Registered: Jan 2006
Location: Virginia
Distribution: Slackware 10.2
Posts: 20

Rep: Reputation: Disabled
use this guide: slackersbible.org/node/42
 
Old 01-21-2006, 03:18 PM   #423
demolished
Member
 
Registered: Jan 2006
Distribution: Slackware 10.2 - Once you go slack you never go back
Posts: 35

Rep: Reputation: 15
yeah but it says put the kernel in the /usr/src directory but i see folders ..am i surpoes to put the kernel in the folders?
 
Old 01-21-2006, 04:17 PM   #424
skisoccer13
LQ Newbie
 
Registered: Jan 2006
Location: Virginia
Distribution: Slackware 10.2
Posts: 20

Rep: Reputation: Disabled
when you download the kernel, just put the .tgz in /usr/src then follow the rest of the instructions.
 
Old 01-21-2006, 05:07 PM   #425
demolished
Member
 
Registered: Jan 2006
Distribution: Slackware 10.2 - Once you go slack you never go back
Posts: 35

Rep: Reputation: 15
what ahh well ok no specific folder
 
Old 01-21-2006, 07:26 PM   #426
skisoccer13
LQ Newbie
 
Registered: Jan 2006
Location: Virginia
Distribution: Slackware 10.2
Posts: 20

Rep: Reputation: Disabled
upgrading from 2.6.15 to 2.6.15.1 helped solve some usb problems.
 
Old 01-22-2006, 02:15 AM   #427
demolished
Member
 
Registered: Jan 2006
Distribution: Slackware 10.2 - Once you go slack you never go back
Posts: 35

Rep: Reputation: 15
I downloaded the newest kernel and cant find the code hes talking about. Also it says create a link but he doesnt say which..
 
Old 01-22-2006, 10:31 AM   #428
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Quote:
Originally Posted by demolished
yeah but it says put the kernel in the /usr/src directory but i see folders ..am i surpoes to put the kernel in the folders?
Folder = directory
So, copy the kernel file to /usr/src/
I would recommend to read up on the basics before you start to compile your own kernel.
Cheers, Leon.
 
Old 01-22-2006, 11:40 PM   #429
skisoccer13
LQ Newbie
 
Registered: Jan 2006
Location: Virginia
Distribution: Slackware 10.2
Posts: 20

Rep: Reputation: Disabled
to make it easier just use this: http://www.slackersbible.org/node/42

1. extract the kernel with 'tar -zxvf linux-2.6.X.tar.gz'
2. change to the /usr/src directory, then run a 'rm linux && ln -s linux-2.6.X linux' in the console
3. change to the linux-2.6.X directory with 'cd linux'
4. run 'make menuconfig' or 'make xconfig' in the console then set up all your options
5. run 'make && make modules_install' in the console
6. run 'cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.X' and 'cp System.map /boot/System.map-2.6.X' and 'cp .config /boot/config-2.6.X' in the console
7. change to the boot directory with 'cd /boot'
8. run 'rm System.map vmlinuz config' in console
9. run 'ln -s vmlinuz-2.6.X vmlinuz' and 'ln -s System.map-2.6.X System.map' and 'ln -s config-2.6.X config' in console
10. run 'lilo' in console

**remember to replace 2.6.X with your version**
 
Old 02-14-2006, 12:51 AM   #430
Dymitry
Member
 
Registered: Oct 2005
Distribution: Slackware 12.0
Posts: 30

Rep: Reputation: 16
And sure enough, following those directions to the letter resulted in a delightful "Kernel Panic: VFS: Unable to mount root fs" error on the next boot.

Since I am using ext3 and did not configure the filesystem as a module, my best guess is that the lilo.conf needed some additional editing. Is getting only a "*" response after running Lilo normal?
 
Old 02-14-2006, 02:25 AM   #431
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
not sure what a "*" response is, but you might wanna do a "lilo -v" instead of a "lilo" in order to get more verbose output...
 
Old 02-14-2006, 12:44 PM   #432
Dymitry
Member
 
Registered: Oct 2005
Distribution: Slackware 12.0
Posts: 30

Rep: Reputation: 16
Ah, never mind, I thought I had messed up the path in the bootloader, but the problem turned out to be that I needed to specify my drive controller more accurately in the kernel configuration ( support for SATA controllers of course had to be buried deeply within SCSI devices for some reason ).
 
Old 02-18-2006, 10:24 AM   #433
Dark()
LQ Newbie
 
Registered: Feb 2006
Location: Serbia
Distribution: Slackware
Posts: 18

Rep: Reputation: 0
I have a problem, after compiling kernel 2.6.13 on Slackware 10.2, my keyboard do not work???
My "boot" goes just fine,and when it gives me login prompt,I can't use keyboard.
 
Old 03-03-2006, 06:19 PM   #434
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Quote:
Originally Posted by gwine
A very good tutorial based on DaOnes Kernel Compile Guide

The Slackware Guide to installing Kernel 2.6

http://xushi.co.uk/guides/kernel.php
Great guide! I've been doing what's decribed in stages 2-4 (without knowing this guide existed until now) for a while now and things work great!

One thing I recently learned is if upgrading from one 2.6.x kernel to a newer one, if you copy the .config file from the previous kernel build to the new kernel directory simply running "make bzImage" will result in being prompted for any new options in the new kernel you might want to set or not. Neat.

Running 2.6.15.5 on my Slack box at home now.

Peace...
 
Old 03-13-2006, 11:25 PM   #435
Jbernoski
Member
 
Registered: Oct 2005
Distribution: Slackware
Posts: 46

Rep: Reputation: 15
Okay. I've got a serious question here. When I pick "oldoption" and the machine asks me all the questions, can I just hold enter? Or is that a bad idea?
 
  


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 02:22 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