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 06-20-2007, 10:58 AM   #16
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30

Daone's guide is for configuring and compiling a kernel from source.

you are installing a prebuilt kernel.

so, no you shouldn't need any more steps. just do what H_TexMex_H said.
 
Old 06-20-2007, 11:01 AM   #17
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
Quote:
Originally Posted by $Linuxnoob
for lilo.conf do I want to have it set to present two slackware kernels?

ex:

image = vmlinuz.old
root = /dev/hda2
label = slackware.old
read-only
image = bzImage
root = /dev/hda2
label = slackware

??
The 'image =' should point to the kernel image, whatever it is called. Look in /boot and make sure you see it there. 'root =' is the partition on which the kernel is located (usually in the /boot directory of that partition). The 'label =' is what you will see when you boot. Also, make sure to keep a 'read-only' after the label.

The above will install the kernel. You will then need to 'installpkg' the kernel modules for that kernel. If it is test26.s, you'll find them in the 'testing/packages/linux-2.6.18' of the install CDs/DVD (not sure which CD, it may be 3 of 4).

or here:
ftp://slackware.mirrors.tds.net/pub/.../linux-2.6.18/

'kernel-modules-2.6.18-i486-1.tgz'

If you want to build kernel modules later you may also want to install:

'kernel-source-2.6.18-noarch-1.tgz'

If you want to compile your own kernel later, you can do so using the kernel-source package. This is where you would need to run 'make menuconfig', 'make' ....
 
Old 06-20-2007, 11:14 AM   #18
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
I used uname -r to check the kernel version, ITS STILL 2.4.33.3 I am absolutely confused as to why this isn't working. I know its me, but wth...
 
Old 06-20-2007, 12:17 PM   #19
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
Remember to run '/sbin/lilo' or all the changes you made to lilo.conf will not take effect.
 
Old 06-20-2007, 12:25 PM   #20
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
well texmex and the others whom helped...

Thanks so much, this was my first go at messing with the kernel, but I'm glad I did it with such wonderful assistance that exists only on this site. I appreciate everyone who helped, hopefully I'm not back within hours with my next big prob, but I've yet to get my internet up, hopefully this 2.6x will have the modules needed to work my internet.. (CROSSING my fingers.)
 
Old 06-20-2007, 12:34 PM   #21
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
I do have an error off the bat with this kernel, I think the mouse is unsupported, is there anyway I can use the keyboard to open up something which will give me options to support my mouse.

its a mouse in the middle of a laptop, I assume alt+2 or alt+f2 whatever the command is will open up the cli where I can make menuconfig and config my kernel, am I on the right track?
 
Old 06-20-2007, 12:50 PM   #22
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
I hope you install the modules. If you installed the modules and it still doesn't work. Try disabling gpm
Code:
chmod a-x /etc/rc.d/rc.gpm
and maybe running 'xorgsetup'.
 
Old 06-20-2007, 12:56 PM   #23
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
I assume alt+2 or alt+f2 whatever the command is will open up the cli where I can make menuconfig and config my kernel, am I on the right track?
alt+f1-6 should get you back to CLI (probably want f2-6 if you've run startx from the default login console)

but to kill X entirely (which is what you'll need to do to affect any mouse config changes there) you'll have to ctrl+alt+backspace. and that should return you to tty1.

have you modified inittab? hopefully your box is still booting to runlevel 3 where you start in the CLI?

might be useful too if you look into /etc/X11/xorg.conf at the 'mouse' section.

Last edited by bioe007; 06-20-2007 at 12:57 PM.
 
Old 06-20-2007, 12:58 PM   #24
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
I don't know that I did install the modules, because in your instructions I don't recall a point where you said I should, and I know I don't have a clue as to how one would do that, so without aide theres no way, I tried running xorgsetup it said:

I had a previous config setup, to click enter if I wanted to configure a new file and make a copy of the old, or I can abort and keep the same one.

when I click enter to make changes like this mouse it says

fatal server error
server is already active for display 0
if the server os mp ;pmher rimmomh remove /tmp/.XO-lock and start again
 
Old 06-20-2007, 01:08 PM   #25
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
yes, you need to kill the X server. if you're in CLI now, go back to X:

alt+F7

then kill X:

ctrl+alt+backspace

then logout:
exit

then log in as root, and run xorgsetup.

Quote:
I don't know that I did install the modules, because in your instructions I don't recall a point where you said I should
in my experience, if you are running huge26.s its unlikely you'll need the modules to get things working, huge26 has most stuff built in.

Last edited by bioe007; 06-20-2007 at 01:11 PM.
 
Old 06-20-2007, 01:09 PM   #26
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
My box is still loading to cli.

I haven't tried to restart x, I tried getting into /etc/x11/xorg.conf from cli only to see it says

bash: /etc/x11/xorg.conf: Permission denied.



What is my next course of action, I wish I knew more, I fell so helpless.
 
Old 06-20-2007, 01:14 PM   #27
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
I did as you said, it won't take me back to ttyl1 I can go to the next virtual cli available and login as root and then attempt as you said, however this was has a blinking cursor beneath all of the cacophony it produced, some of which I think I should list.

it said a bunch of badwindow error I can explain exactly what it says if thats relevant at all.

It says kdeinit: fatal IO error: client killed

kdeinit: sending SIGHUP to children

kwinL fatal IO error: client killed
ksmserver: Fatal IO error

and a bunch of other errors.
 
Old 06-20-2007, 01:18 PM   #28
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
Xorgsetup worked, however, it gave me no options to chose a different mouse, only keyboard and language options. Is there a specific x command I can run to configure my mouse?
 
Old 06-20-2007, 01:22 PM   #29
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
Ok, I think I'm making headway, I clicked mouse and tab completed and found mouse-test and mouseconfig I tried mousecofig and now its allowing me to choose my specific mouse and asked if I want it loaded at boot time, this may now be working, however, I cannot tell til I start up x again after reboot, wish me luck!
 
Old 06-20-2007, 01:31 PM   #30
$Linuxnoob
Member
 
Registered: Mar 2006
Location: Ypsilanti, Michigan
Distribution: Fedora core 5 Ubuntu 6 Slackware 11(if and when I get it running)
Posts: 151

Original Poster
Rep: Reputation: 30
Sadly, it still doesn't work. boy that was a letdown, it said it loaded it and everything, but to no avail.

I'm going to continue and try different mice until one is compliant or someone has an idea what to do to aid me.

ps: here is an interesting error I have incurred which I will assume is the root of my problems, will someone verify as much?

FATAL: could not open /lib/modules/2.6.18/modules.dep No such file or directory
FATAL: could not load/lib/modules/2.6.18/modules.dep No such file or directory
FATAL: could not load /lib/modules/2.6.18/modules.dep No such file or directory
FATAL: could not load /lib/modules/2.6.18/modules.dep No such file or directory


any ideas?
 
  


Reply

Tags
installtion, kernel, slackware



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
2.6.17 kernel while installing slackware Starwobble Linux - Newbie 7 11-11-2006 04:29 PM
Trouble installing new kernel in slackware 10.2 briansaysword Linux - Newbie 3 10-01-2006 06:46 PM
Installing Slackware and 2.6 kernel beserkjay Slackware 4 07-10-2006 02:18 PM
Slackware 10.2 and installing kernel 2.6 Arles Linux - Newbie 4 10-29-2005 06:11 PM
Installing Kernel 2.6.11.8 w/ SlackWare AxXium Slackware 4 05-09-2005 03:14 PM

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

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