LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel errors after recompiling (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-errors-after-recompiling-270435/)

muerte42200 12-26-2004 06:46 AM

kernel errors after recompiling
 
after i recomplied my kernel i had this pop up in my

-------------------- Kernel Begin ------------------------


WARNING: Kernel Errors Present
hdb1 hdb2 <hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }...:
4Time(s)
hdb:hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 6Time(
s)
hdb: dma_intr: error=0x84 { DriveStat...: 75Time(s)
hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }...: 63Time(s)
hdb: dma_intr: status=0x53 { DriveReady SeekComplete Index Error }...: 2Time
(s)

---------------------- Kernel End -------------------------
what i dont understand is that i dont use hdn1 or hdb2

my fstab goes as follows

LABEL=/ / ext2 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb4 swap swap defaults 0 0
/dev/hdb5 /mnt/windows ntfs defaults 0 2
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0


why woudl these errors be comming up?

comprookie2000 12-26-2004 11:06 AM

Looks like you set up dma for the whole drive /dev/hdb
But that is a shot in the dark!

muerte42200 12-27-2004 01:20 AM

is this soemthign that i should be worried about cuase i dont think its effecting the system at all its just an error that i would liek to correct cuase i dnt think anyone likes seeing errors..

anymore information reguardign this woudl be helpful

thanks

whipermr5 12-27-2004 02:23 AM

Try editing the first line to
Code:

/ /dev/hdbwhateveryourdriveis

muerte42200 12-27-2004 03:12 AM

Quote:

Originally posted by whipermr5
Try editing the first line to
Code:

/ /dev/hdbwhateveryourdriveis

edit what? :) im kidna new to this so i dont know

i just see thats its saying soemthign with hdb1 hdb2 and theres even a hdb1 or hdb2

hdb3 is mt ext2
hdb4 is swap
hdb5 is ntfs

so im lost

whipermr5 12-27-2004 03:25 AM

Edit your /etc/fstab.

muerte42200 12-27-2004 03:48 AM

Code:

LABEL=/                /                      ext2    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /proc                  proc    defaults        0 0
none                    /dev/shm                tmpfs  defaults        0 0
/dev/hdb4              swap                    swap    defaults        0 0
/dev/hdb5              /mnt/windows            ntfs    defaults        0 2
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy            auto    noauto,owner,kudzu 0 0

i dont see anythign wrong with it
stateing anythign about hdb1 or hdb2


maybe the fact that hdb3 isnt showign my linux ext2 except for LABEL=/


All times are GMT -5. The time now is 09:35 PM.