LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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, 01:36 PM   #31
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30

Quote:
FATAL: could not open /lib/modules/2.6.18/modules.dep No such file or directory
now you're back to the modules part. I doubt that is why your mouse isn't working (what kind is is USB?) but who knows, and its certainly worth doing anyway.

i can't remember which disk this is on:

you need to do this (as root):

installpkg <slack cd X>/testing/packages/linux-2.6.18/kernel-modules-2.6.18-i486-1*.tgz

to solve the modules problem.
 
Old 06-20-2007, 01:50 PM   #32
$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 believe you when you say modules are not the problem, all I am saying is the linux bootup produced that error, in the event that it has anything to do with anything I wanted to let those wiser than I know. I tried mouseconfig and got my use to load, however, the mouse still doesn't work on x
 
Old 06-20-2007, 02:44 PM   #33
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
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
I said it here:
http://www.linuxquestions.org/questi...85#post2794285

Quote:
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'
 
Old 06-20-2007, 03:37 PM   #34
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
Quote:
Originally Posted by me
now you're back to the modules part. I doubt that is why your mouse isn't working (what kind is is USB?) but who knows, and its certainly worth doing anyway.
to be clear, I wasn't trying to sound as terse as that post sounded. I meant it to sound more like, "you're getting this error because the modules arent installed."

sorry if I came across rudely.

you _should_ install the modules.
 
Old 06-20-2007, 10:11 PM   #35
$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
Can I get those modules on from CLI? I'll try that now if I can.
 
Old 06-20-2007, 10:25 PM   #36
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
If you have internet access:
Code:
wget ftp://slackware.mirrors.tds.net/pub/slackware/slackware-11.0/testing/packages/linux-2.6.18/kernel-modules-2.6.18-i486-1.tgz
installpkg kernel-modules-2.6.18-i486-1.tgz
 
Old 06-20-2007, 10:26 PM   #37
$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 know of wget, however, I have no internet on my linux box, its only on my windows XP

Last edited by $Linuxnoob; 06-20-2007 at 10:31 PM.
 
Old 06-20-2007, 10:43 PM   #38
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
do you have the CDs?

mount /dev/cdrom
ls /media/cdrom0/slackware/*/* | grep kernel-modules*

if you find it that way, then just installpkg <path you found>.tgz

if not, then:

eject

repeat above until you find the package. then use installpkg

if you dont have the CDs, then just d/l the package to your windows partition, then reboot into linux and copy the package from the windows partition
 
Old 06-20-2007, 10:48 PM   #39
$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'll try that, thanks for the suggestion I'll check that out now.
 
Old 06-21-2007, 10:07 AM   #40
$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 tried reinstalling a different kernel, big26 I believe its called didn't work for me. I'm going back to 2.6.18 and will download the modules offline and add those before I install the kernel. I think that should solve my problems, at least I hope
 
  


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 10:54 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