Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-18-2005, 03:34 AM   #1 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default Installing 2.6.13 on slack 10.2

Hey, I need to know how to install a new kernel onto slackware 10.2. The new kernel is 2.6.13, I hear that when most people upgrade, they get their wireless working. So I wanted to give that a shot.

Can someone give me a pointer or something please? That would be great if you could
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-18-2005, 04:31 AM   #2 (permalink)
 
Junior Techie

Join Date: May 2005

Posts: 71

popey

Default

Just type test26.s at the boot prompt when you start the install. Don't forget to read the release notes as there are some extra packages you should install.
popey is offline  
Old 09-18-2005, 10:55 AM   #3 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Oh, do I need to reinstall as I have already installed it?
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-18-2005, 01:13 PM   #4 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

No, you need to recompile the kernel then. I'm no expert at this, so that's about all I can tell you.
__________________



Debian Support Forums!
macdude425 is offline  
Old 09-18-2005, 01:58 PM   #5 (permalink)
 
Junior Techie

Join Date: May 2005

Posts: 71

popey

Default

You can install 2.6 without compiling, just install the kernel package and all the other packages in the 2.6 directory. You should then run /sbin/lilo. If you have any unusual hardware or are using a file system other than ext2/ext3/reiserfs then you will need to make a new initrd.

I haven't tried this myself, I did a fresh install with 2.6 so I wish you luck
popey is offline  
Old 09-18-2005, 03:00 PM   #6 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Whoa whoa...how did you fresh install 2.6?

I have nothing on the partition right now so I am free to delete it and reinstall as much as I need to.
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-18-2005, 03:48 PM   #7 (permalink)
 
Junior Techie

Join Date: May 2005

Posts: 71

popey

Default

As I said in my previous post type test26.s at the boot prompt when you start your install then when you get to the kernel selection menu choose to install one from the cd and select test26.s again. Make sure you choose ext2/ext3 or reiserfs as a filesystem or you might have problems booting.

When you boot into slackware you'll get error messages because the 2.6 kernel modules (and other stuff) are missing, so the first thing to do is reinsert disk2 and install them with

mount /mnt/cdrom
cd /mnt/cdrom/linux-2.6.13
pkgtool

Install all the packages except the kernel (kernel-generic-2.6.13-i486-1.tgz, it's already installed) and reboot.

Have fun
popey is offline  
Old 09-18-2005, 04:33 PM   #8 (permalink)
 
Wizard Techie

Join Date: Mar 2004

Posts: 3,545

GameGURU is on a distinguished road

Default

Quote:
Originally posted by popey
As I said in my previous post type test26.s at the boot prompt when you start your install then when you get to the kernel selection menu choose to install one from the cd and select test26.s again. Make sure you choose ext2/ext3 or reiserfs as a filesystem or you might have problems booting.

When you boot into slackware you'll get error messages because the 2.6 kernel modules (and other stuff) are missing, so the first thing to do is reinsert disk2 and install them with

mount /mnt/cdrom
cd /mnt/cdrom/linux-2.6.13
pkgtool

Install all the packages except the kernel (kernel-generic-2.6.13-i486-1.tgz, it's already installed) and reboot.

Have fun
Ok...

So I installed the new installation no problem.

Well, I restarted the system and there was no error message...thinking everything worked fine I started x. My mouse doesn't work.

Thinking I needed to install things like you said, I cd'd the directory which doesn't exist. :mad:

I dunno what to do now
__________________
15'' Macbook Pro
Intel Core 2 Duo 2.16ghz
x1600 128MB
1GB DDR2 SDRAM
Windows XP/Mac OSX 10.5


No longer a Guru of games...
GameGURU is offline  
Old 09-19-2005, 05:39 AM   #9 (permalink)
 
Junior Techie

Join Date: May 2005

Posts: 71

popey

Default

Things won't work properly until you finish by installing the packages in the linux-2.6.13 directory. Make sure you're mounting the cd (disk 2) properly, use

more /etc/fstab

to view your fstab and check the mount point and

ls

to view the contents of the cd. The directory definitely exists, cd to it and use pkgtool to install the contents.
Use tab completion to avoid typo's, for example, type cd /m then press tab then type c and press tab then type l and press tab.
popey is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On