View previous topic :: View next topic |
Author |
Message |
eleanor l33t
Joined: 01 Nov 2004 Posts: 666
|
Posted: Thu Jan 20, 2005 3:19 pm Post subject: modules failure |
|
|
I have problems with my modules. And there it is: I don't want anyproces to fail, like down are most of them. Can I do something about it?
* Using /etc/modules.autoload.d/kernel-2.4 as config:
* Loading module 3c59x...
* Failed to load 3c59x [ !! ]
* Loading module ext3... [ ok ]
* Loading module jbd... [ ok ]
* Loading module snd-seq-oss...
* Failed to load snd-seq-oss [ !! ]
* Loading module snd-seq-midi-event...
* Failed to load snd-seq-midi-event [ !! ]
* Loading module snd-seq...
* Failed to load snd-seq [ !! ]
* Loading module snd-seq-device...
* Failed to load snd-seq-device [ !! ]
* Loading module snd-intel8x0...
* Failed to load snd-intel8x0 [ !! ]
* Loading module snd-ac97-codec...
* Failed to load snd-ac97-codec [ !! ]
* Loading module snd-pcm-oss...
* Failed to load snd-pcm-oss [ !! ]
* Loading module snd-pcm...
* Failed to load snd-pcm [ !! ]
* Loading module snd-ac97-codec...
* Failed to load snd-ac97-codec [ !! ]
* Loading module snd-timer...
* Failed to load snd-timer [ !! ]
* Loading module snd-mixer-oss...
* Failed to load snd-mixer-oss [ !! ]
* Loading module snd...
* Failed to load snd [ !! ]
* Loading module snd-seq...
* Failed to load snd-seq [ !! ]
* Loading module snd-timer...
* Failed to load snd-timer [ !! ]
* Loading module snd-page-alloc... [ ok ]
* Loading module snd-intel8x0...
* Failed to load snd-intel8x0 [ !! ]
* Loading module soundcore... [ ok ]
* Loading module parport_pc... [ ok ]
* Loading module lp... [ ok ]
* Loading module parport... [ ok ]
* Loading module i810-tco... [ ok ]
* Loading module nvidia... [ ok ]
* Loading module 8139too... [ ok ]
* Loading module mii... [ ok ]
* Loading module ieee1394...
* Failed to load ieee1394 [ !! ]
* Loading module input... [ ok ]
* Loading module uhci... [ ok ]
* Loading module ehci-hcd... [ ok ]
* Loading module usbcore... [ ok ]
* Autoloaded 15 module(s)
* Checking all filesystems...
/dev/hda6: clean, 18/10040 files, 5458/40128 blocks
/dev/hdb1 is mounted. /dev/hda5 is mounted. e2fsck: Cannot continue, aborting.
e2fsck: Cannot continue, aborting.
* Fsck could not correct all errors, manual repair needed [ !! ]
Give root password for maintenance
(or type Control-D for normal startup):
bash-2.05b# |
|
Back to top |
|
|
Apache4857 n00b
Joined: 23 Jun 2004 Posts: 20
|
Posted: Thu Jan 20, 2005 3:30 pm Post subject: |
|
|
Did you just suddenly have this problem, or is this on a new install. Which partition is your root on? The only time I've seen behavior like the last part there is when I had my /etc/fstab setup incorrectly or when I didn't have the proper filesystems compiled into my kernel. Also, did you custom compile your kernel or did you use genkernel?
BT |
|
Back to top |
|
|
eleanor l33t
Joined: 01 Nov 2004 Posts: 666
|
Posted: Thu Jan 20, 2005 4:02 pm Post subject: |
|
|
I used genernel! Is sth wrong with that? |
|
Back to top |
|
|
Apache4857 n00b
Joined: 23 Jun 2004 Posts: 20
|
Posted: Thu Jan 20, 2005 4:09 pm Post subject: |
|
|
Nothing wrong with that, just wanted to know. What does your /etc/fstab look like? |
|
Back to top |
|
|
eleanor l33t
Joined: 01 Nov 2004 Posts: 666
|
Posted: Thu Jan 20, 2005 6:03 pm Post subject: |
|
|
Like this:
bash-2.05b$ cat /etc/fstab
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda6 /boot ext2 noauto,noatime 1 1
/dev/hda8 / ext3 noatime 0 0
/dev/hda7 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/cdroms/cdrom1 /mnt/cdrom2 iso9660 noauto,ro 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0 |
|
Back to top |
|
|
Apache4857 n00b
Joined: 23 Jun 2004 Posts: 20
|
Posted: Thu Jan 20, 2005 6:27 pm Post subject: |
|
|
Apache4857 wrote: | Did you just suddenly have this problem, or is this on a new install... |
Still wondering about that...
Quote: |
/dev/hdb1 is mounted. /dev/hda5 is mounted. |
Any idea why it's trying to check /dev/hdb1 and /dev/hda5 because they'er not even in your fstab? I hate to even ask it, but have you rebooted since you had this problem? I guess it comes down to whether this is a new install or something that suddenly quit working. If it just suddenly quit working, did you recently recompile your kernel? |
|
Back to top |
|
|
eleanor l33t
Joined: 01 Nov 2004 Posts: 666
|
Posted: Thu Jan 20, 2005 9:23 pm Post subject: |
|
|
No no no. My linux is working just fine, this is just anoyinig for me. This happend after I first booted my linux (so when I installed it). I have mounted the /dev/hda5 and /dev/hdb1 after the boot. I've done this in console! |
|
Back to top |
|
|
|