LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-03-2004, 04:40 PM   #1
defy
Member
 
Registered: May 2004
Location: Greece
Distribution: Suse 9.1
Posts: 44

Rep: Reputation: 15
Kernel 2.6.8.1


Hi,

i have just installed install the new stable kernel but i get some weird messages on boot. This is what i see

Code:
Loaded 26025 symbols from /boot/System.map-2.6.8.1.
Symbols match kernel version 2.6.8.
No module symbols loaded - kernel modules not enabled.

klogd 1.4.1, log source = ksyslog started.
y SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>ide0: reset: success
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>ide0: reset: success
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
<4>end_request: I/O error, dev hda, sector 78172125
<3>Buffer I/O error on device hda7, logical block 6297252
<4>hda: read_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
<4>hda: read_intr: error=0x04 { DriveStatusError }
...

can't mount fs...      [failed]
Does anyone understand what is it about?
Know i can't mount my dvd. It says that
mount: fs type subfs not supported by kernel
Did i forget to check something in xconfig?

Thanks!
 
Old 09-03-2004, 10:13 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi
chech that in ur kernel have u enabled

"enable loadable module support"
since it is specified in ut log that
"No module symbols loaded - kernel modules not enabled."

regards
 
Old 09-03-2004, 11:30 PM   #3
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
MAke sure you have your root filesystems compiled in the kernel, not as a module.

eg if you use ext2/3 or reiser, put it in the kernel...
 
Old 09-05-2004, 07:20 AM   #4
defy
Member
 
Registered: May 2004
Location: Greece
Distribution: Suse 9.1
Posts: 44

Original Poster
Rep: Reputation: 15
Thanks for your replies

"enable loadable module support" is enabled in the kernel config and i compiled all the filesystems in the kernel just to make sure. Nothing happened.
I also opened the .config file of my 2.6.4-smp kernel that works fine and use the exact options. Again nothing. I still can't use the dvd and the weird messages at boot remain.

Any other ideas?
 
Old 09-05-2004, 09:25 AM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

have u enables subfs support in ur kernel??
as it is required in ur case

regards
 
Old 09-06-2004, 05:40 PM   #6
defy
Member
 
Registered: May 2004
Location: Greece
Distribution: Suse 9.1
Posts: 44

Original Poster
Rep: Reputation: 15
I searched the options and there wasn't something such as subfs. I checked everything that was about CD and fs but still the same.

I think there may be something else. After i execute the make bzImage modules, make modules_install and copy the necessary files to /boot, i run mkinitrd and the output is

Code:
linux:/home/ioannidis/kernel/linux-2.6.8.1 # mkinitrd
Root device:    /dev/sda2 (mounted on / as reiserfs)
Module list:    ata_piix sata_promise reiserfs

Kernel image:   /boot/vmlinuz-2.6.4-52-smp
Initrd image:   /boot/initrd-2.6.4-52-smp
Shared libs:    lib/ld-2.3.3.so lib/libc.so.6 lib/libselinux.so.1

Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Modules:        kernel/drivers/scsi/scsi_mod.ko kernel/drivers/scsi/sd_mod.ko kernel/drivers/scsi/libata.ko kernel/drivers/scsi/ata_piix.ko kernel/drivers/scsi/sata_promise.ko kernel/fs/reiserfs/reiserfs.ko kernel/drivers/cdrom/cdrom.ko kernel/drivers/ide/ide-cd.ko
Bootsplash:     SuSE (1024x768)

Kernel image:   /boot/vmlinuz-2.6.7
Initrd image:   /boot/initrd-2.6.7
Shared libs:    lib/ld-2.3.3.so lib/libc.so.6 lib/libselinux.so.1

Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Modules:        kernel/drivers/scsi/scsi_mod.ko kernel/drivers/scsi/sd_mod.ko kernel/drivers/scsi/libata.ko kernel/drivers/scsi/ata_piix.ko kernel/drivers/scsi/sata_promise.ko kernel/fs/reiserfs/reiserfs.ko kernel/drivers/cdrom/cdrom.ko kernel/drivers/ide/ide-cd.ko
Bootsplash:     SuSE (1024x768)

Kernel image:   /boot/vmlinuz-2.6.8.1
Initrd image:   /boot/initrd-2.6.8.1
Shared libs:    lib/ld-2.3.3.so lib/libc.so.6 lib/libselinux.so.1

Cannot determine dependencies of module reiserfs. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-cd. Is modules.dep up to date?
Cannot determine dependencies of module reiserfs. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-cd. Is modules.dep up to date?
Modules:        kernel/drivers/scsi/scsi_mod.ko kernel/drivers/scsi/sd_mod.ko kernel/drivers/scsi/libata.ko kernel/drivers/scsi/ata_piix.ko kernel/drivers/scsi/sata_promise.ko
Bootsplash:     SuSE (1024x768)

Kernel image:   /boot/vmlinuz-2.6.8.1.old
Initrd image:   /boot/initrd-2.6.8.1.old
Shared libs:    lib/ld-2.3.3.so lib/libc.so.6 lib/libselinux.so.1

Cannot determine dependencies of module reiserfs. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-cd. Is modules.dep up to date?
Cannot determine dependencies of module reiserfs. Is modules.dep up to date?
Cannot determine dependencies of module ide-disk. Is modules.dep up to date?
Cannot determine dependencies of module ide-floppy. Is modules.dep up to date?
Cannot determine dependencies of module ide-cd. Is modules.dep up to date?
Modules:        kernel/drivers/scsi/scsi_mod.ko kernel/drivers/scsi/sd_mod.ko kernel/drivers/scsi/libata.ko kernel/drivers/scsi/ata_piix.ko kernel/drivers/scsi/sata_promise.ko
Bootsplash:     SuSE (1024x768)
Also while mounting windows partitions i get this

mount: fs type vfat not supported by kernel
mount: fs type ntfs not supported by kernel


Do you make something out of this?

Thanks!!

Last edited by defy; 09-06-2004 at 05:47 PM.
 
Old 09-06-2004, 07:11 PM   #7
sharper
Member
 
Registered: Aug 2002
Location: MN USA
Distribution: slakware 9.0
Posts: 121

Rep: Reputation: 15
Don't know if this is relevant or not, but if you were running a 2.4 kernel, the modules seem to have undergone a large change. Instead of .o they seem to be .ko and aren't loading with modprobe. Now I get to go check my logs and some other info to see if I can figure out how to load modules again.
 
Old 09-06-2004, 09:10 PM   #8
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
(With a 2.6.x kernel)
File systems --->
Pseudo Filesystems --->[*] /proc file system support[*] /dev file system support (OBSOLETE)[*] Automatically mount at boot[*] Virtual memory file system support (former shm fs) hope this helps
 
Old 09-07-2004, 04:29 PM   #9
defy
Member
 
Registered: May 2004
Location: Greece
Distribution: Suse 9.1
Posts: 44

Original Poster
Rep: Reputation: 15
I was running the kernel 2.6.4-smp which was precompiled by Suse and running fine. It was in rpm format.
I'll try what comprookie2000 proposed and post back.

Thanks!
 
Old 09-07-2004, 06:10 PM   #10
servnov
Member
 
Registered: Sep 2004
Distribution: Slackware 10.2
Posts: 276

Rep: Reputation: 30
try to stick to 2.4.x to be on safe side.
 
Old 09-07-2004, 11:02 PM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by servnov
try to stick to 2.4.x to be on safe side.
hi

for how much do u need to stick to 2.4
2.6 is no dangerous thing here
u need to shift to 2.6 for condrable improvements!!

u can have a 2.4 kernel as a backup though untill u are totally on 2.6

regards
 
Old 09-07-2004, 11:08 PM   #12
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
2.6 kernels are way better and faster. 2.6.7 is quite stable. so is 2.6.8.1 and the 2.6.9 snaps, but some apps (like k3b and dvd-tools) need to catch up with the post 2.6.8 kernels.
 
Old 01-06-2005, 11:14 AM   #13
Sohni
Member
 
Registered: Sep 2003
Location: Planet Earth
Distribution: SuSE Linux 9.0
Posts: 83

Rep: Reputation: 15
You have to download and install subfs module separately. This is not included in 2.6 vanilla kernels.
 
  


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
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM
Kernel 2.4.23 compile causes kernel panics on ATA RAID-1 (mirror) array Raptor Ramjet Slackware 3 12-18-2003 01:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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