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 04-12-2005, 06:08 PM   #1
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Rep: Reputation: 15
2.6 from testing directory


Does the 2.6 packages in the testing directory support SATA drives? I've just tried installing 2.6 (following the instructions), but when I rebooted I got a kernel panic saying that it was unable to mount the root file system (both with 2.6 and 2.4 )

PS - Is there anyway of rescuing my installation now? No, I didn't create a rescue disk as I don't have a floppy drive.
 
Old 04-12-2005, 06:11 PM   #2
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
You can always boot off the boot cd and follow the text directions to boot into your system (the CD is a rescue disk as well). As far as I know they do have SATA support in that 2.6 kernel, I'm checking for it now and I'll report back.
 
Old 04-12-2005, 06:18 PM   #3
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Ok... did you make an initrd? If so (you should have, read /boot/README.initrd), when you selected the file system module you also would need to select the SATA system module so that it can be loaded before the root file system is mounted. If you tell me what SATA chipset you are using I can give you the exact mkinitrd command line you'd need.
 
Old 04-12-2005, 06:26 PM   #4
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Original Poster
Rep: Reputation: 15
Thanks, I've got an Ich5 chipset.
 
Old 04-12-2005, 06:42 PM   #5
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
mkinitrd -c -k 2.6.10 -m libata:ata_piix:reiserfs

This assumes your using reiserfs as your file system and the 2.6.10 kernel. Change this to ext3 and 2.6.x where applicable. Let me know if you have any problems.
 
Old 04-13-2005, 03:40 AM   #6
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Original Poster
Rep: Reputation: 15
Thanks (again). I'll try it when I get back from Uni
 
Old 04-13-2005, 06:54 AM   #7
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Original Poster
Rep: Reputation: 15
Well after a lot of chroot'ing and rebooting I've got 2.6.11 working

When using 2.6 should I expect any problems using the standard tgz packages? I ask as firefox and thunderbird don't want to connect to remote web servers anymore

Lets see if ndiswrapper will work now...
 
Old 04-13-2005, 07:07 AM   #8
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
hey simon, it took me 9 tries to recompile my kernal to 2.6.10 correctly. If you think something might not work correctly you can always change your .config file and recompile again.

Quote:
PS - Is there anyway of rescuing my installation now? No, I didn't create a rescue disk as I don't have a floppy drive.
Your old kernel should still be on your machine under /usr/src/linux2.X.XX (unless you delted it). If you want to go mack to your old configuration, just cd to the directory containing the old kernel and compile again using your old .config file. Or if you really want to use the new kernel, copy you're .config file from your old kernel to your new kernel folder and run
Code:
make xconfig
just to make sure everything is there.

Quote:
Does the 2.6 packages in the testing directory support SATA drives?
I think it's an option under devices=> hard drives when you run menuconfig/xconfig. I use 2.6.10, so I don't know if 2.6.11 has the support or if it's deprecated. Your best shot is simply recompiling and installing your modules again (make, make modules_install, make install)


GOOD LUCK!
 
Old 04-13-2005, 07:15 AM   #9
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
I wouldn't expect you to have any abnormal problems with packages as a result of 2.6. So long as you have udev running you should be money.
 
Old 04-13-2005, 08:20 AM   #10
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Original Poster
Rep: Reputation: 15
@ mrchaos - I was never trying to compile my own kernel, just use the one from the test directory



No joy with ndiswrapper yet so I'm off the networking forum (and to google to find out what udev is)...

Thanks for the help!
 
Old 04-13-2005, 08:34 AM   #11
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
Quote:
in the testing directory
Guess I'm just oblivious...
 
Old 04-13-2005, 09:33 AM   #12
MunCH
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Red Hat 9, Slackware
Posts: 79

Rep: Reputation: 15
there are some things broken in 2.6.10 get 2.6.11 from www.kernel.org instead.

MunCH
 
Old 04-13-2005, 10:40 AM   #13
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
Post

like what? 2.6.10 seems to work for me so far...
 
Old 04-13-2005, 11:02 AM   #14
simon_w
Member
 
Registered: Jun 2004
Location: UK
Distribution: Debian Etch
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by MunCH
there are some things broken in 2.6.10 get 2.6.11 from www.kernel.org instead.

MunCH
Quote:
Originally posted by simon_w
I've got 2.6.11 working
 
  


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
Autozipping files from 1 directory & dropping them in other directory ??? amitsharma_26 Linux - Networking 5 10-22-2005 06:09 AM
shell script: delete all directories named directory.# except directory.N brian0918 Programming 3 07-13-2005 06:54 PM
Automatically Copying files from the ftp directory into the html directory swatward Linux - General 3 04-17-2005 10:55 PM
Setup as getting debian testing files from ftp - will it stay with testing BrianHenderson Debian 2 09-02-2004 06:06 PM
write permissions for directory - not accidently move/deleted the directory linuxgamer Linux - Newbie 10 12-02-2003 03:04 AM

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

All times are GMT -5. The time now is 10:02 PM.

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