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 10-14-2006, 09:25 AM   #1
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Slackware 11/2.6 kernel: no mouse and no modules


I've installed Slackware 11 w/2.6 kernel on a server that I have.

When I started x, the mouse cursor won't move...I checked dmesg and don't see a problem...

I found this thread on this forum,

http://www.linuxquestions.org/questi...d.php?t=491623

And installed this package, and rebooted, but still nothing...

I've also noticed that there were no modules when I did an lsmod, after installing that package...So I'm not quite understanding
what is going on.

thanks
 
Old 10-14-2006, 09:34 AM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
After you finished the install of the 2.6 kernel did you install the kernel modules and kernel headers? If you didn't you will need to do that.
 
Old 10-14-2006, 09:49 AM   #3
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
No, I didn't install kernel modules and headers, I didn't know. Any my only experience with 2.6 kernel is when I ran Knoppix a few years ago (which was automatically done for you).

Not so sure how to do this, did a quick google on the subject and really didn't see anything.

Any hints/tips on doing this?

thanks
 
Old 10-14-2006, 10:29 AM   #4
Cpoc
Member
 
Registered: Sep 2005
Distribution: Switched to Debian Lenny
Posts: 69

Rep: Reputation: 15
No need to install the 2.6 kernel headers as it is advised by Pat not to unless you really need them. All you need right after setup is to reboot then mount your slackware install disk manually and install the 2.6 modules and sources and leave the 2.4 kernel headers the way they are.

As for me I'm stuck with the 2.4 kernel because this laptop is so old that udev and pcmciautils don't work correctly however my destkop works perfectly.
 
Old 10-14-2006, 10:51 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by JockVSJock
No, I didn't install kernel modules and headers, I didn't know. Any my only experience with 2.6 kernel is when I ran Knoppix a few years ago (which was automatically done for you).

Not so sure how to do this, did a quick google on the subject and really didn't see anything.

Any hints/tips on doing this?

thanks
When your computer boots up and you are at the command prompt log-on as root. You will need to insert the second slackware install cd if you installed the 2.6.17.13 kernel or the fourth slackware install cd if you installed the 2.6.18 kernel. As an example if you installed the 2.6.17.13 kernel insert the 2nd cd then log-on as root. At the prompt mount your cd rom drive and navigate to the extra directory. In the extra directory install the kernel modules and kernel headers with the installpkg command. Note you don't need to install the generic kernel. After you've installed the modules, headers reboot and you'll be fine:-)
 
Old 10-14-2006, 06:01 PM   #6
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
If you selected huge26.s Kernel, or want to use this kernel(Which I found works great on my Dell Laptop):

Lilo Prompt: Linux single
Login as root
Insert 1st CD
Code:
mount -t iso9660 /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/kernels/huge26.s/bzImage /boot/vmlinuz-huge-2.6.17.13
cp /mnt/cdrom/kernels/huge26.s/config /boot/config-vmlinuz-huge-2.6.17.13
umount /mnt/cdrom
eject
Insert 2nd CD
Code:
mount -t iso9660 /dev/cdrom /mnt/cdrom
installpkg /mnt/cdrom/extra/linux-2.6.17.13/kernel-modules-2.6.17.13-i484-1.tgz
installpkg /mnt/cdrom/extra/linux-2.6.17.13/kernel-source-2.6.17.13-noarch-1.tgz
umount /mnt/cdrom
eject
vi /etc/lilo.conf
Add:
Code:
image = /boot/vmlinuz-huge-2.6.17.13
root = /dev/<whatever your other Linux entry has (mine is /dev/sda3)>
label = Linux-26
read-only
Then you will need to run: lilo -v (Check for any errors lilo gives you)
You don't need an initrd with this kernel because it has most of the filesystems support built in.

Last edited by hanzerik; 10-14-2006 at 06:06 PM.
 
Old 10-16-2006, 09:57 AM   #7
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Ok, I'm thinking of reinstalling Slackware 11, because I only burned
disk 1 and disk 2 and was only prompted for those while doing the install.

Also, when I went to install the kernel, the 2.4 kernel was not an option to install...I only saw 2.6.18...and a ton of other options for kernels...

Anyways, I don't have a ton of Linux kernel experience, but I spent the weekend reading thru some stuff online trying to learn more like

http://kernelnewbies.org/

I'll post an update later...

thanks
 
  


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
No sound modules after compiling kernel-2.6.11.11 on Slackware 10.1 Basel Slackware 11 06-17-2005 04:38 PM
Just installed Slackware 10! Just a few questions on mouse, and kernel, and so forth. RHLinuxGUY Slackware 7 09-12-2004 01:03 AM
Installing ATI drivers to Slackware 10 - kernel modules? wezzer Slackware 9 08-31-2004 05:12 PM
kernel modules in slackware e1000 Slackware 8 12-15-2003 11:12 PM
Updated Slackware Kernel - no modules Freaksta Linux - Software 6 02-28-2003 10:53 AM

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

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