Hi all,
I recently bought an Asus A8N-SLI mobo and an AMD 3500+ CPU for my
system but my ide drive seems to have some problems with them. Here is
what I get at boot :
<snip>
hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
/dev/ide/host0/bus0/target0/lun0:hda: dma_intr: status=0x51 {
DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide: failed opcode was: unknown
</snip>
First I thought it was bad ide cable ( because I wasn't using the one
that came with mobo ) so I tried with the brand new cable coming with
mobo and same error happened. Also trying to do something like :
hdparm -m16 -c -u1 -d1 -Xudma2 /dev/hda
results in a cpu exception thrown and a kernel panic after that. Full
dmesg log is attached. I appreciate any help/comments.
P.S: I tried with kernel 2.6.10 and 2.6.12-rc2 and same problems happen
Regards,
ismail
--
Time is what you make of it
FWIW problem happens way before any driver is loaded ( i.e nVidia ) so
this is not a such problem.
On 4/20/05, ismail d?nmez <[email protected]> wrote:
> Hi all,
>
> I recently bought an Asus A8N-SLI mobo and an AMD 3500+ CPU for my
> system but my ide drive seems to have some problems with them. Here is
> what I get at boot :
>
> <snip>
> hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63,
> UDMA(100)
> hda: cache flushes supported
> /dev/ide/host0/bus0/target0/lun0:hda: dma_intr: status=0x51 {
> DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> </snip>
>
> First I thought it was bad ide cable ( because I wasn't using the one
> that came with mobo ) so I tried with the brand new cable coming with
> mobo and same error happened. Also trying to do something like :
>
> hdparm -m16 -c -u1 -d1 -Xudma2 /dev/hda
>
> results in a cpu exception thrown and a kernel panic after that. Full
> dmesg log is attached. I appreciate any help/comments.
>
> P.S: I tried with kernel 2.6.10 and 2.6.12-rc2 and same problems happen
>
> Regards,
> ismail
>
>
> --
> Time is what you make of it
>
>
--
Time is what you make of it
On Wed, 20 Apr 2005, ismail d?nmez wrote:
> Hi all,
> I recently bought an Asus A8N-SLI mobo and an AMD 3500+ CPU for my
> system but my ide drive seems to have some problems with them. Here is
> what I get at boot :
> <snip>
> hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
> hda: cache flushes supported
> /dev/ide/host0/bus0/target0/lun0:hda: dma_intr: status=0x51 {
> DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
> ide: failed opcode was: unknown
> </snip>
> First I thought it was bad ide cable ( because I wasn't using the one
> that came with mobo ) so I tried with the brand new cable coming with
> mobo and same error happened. Also trying to do something like :
> hdparm -m16 -c -u1 -d1 -Xudma2 /dev/hda
> results in a cpu exception thrown and a kernel panic after that. Full
You might want to post that Oops message if you want someone to try and
fix it.
Also, from your dmesg output I see that you are loading the NVIDIA module
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-7174 Tue Mar 22 06:45:40 PST 2005
You may want to try /not/ loading that module and then reproduce the
kernel panic and then post that Oops or panic message instead.
--
Jesper Juhl
Hi,
On 4/20/05, Jesper Juhl <[email protected]> wrote:
> You might want to post that Oops message if you want someone to try and
> fix it.
>
Ok see it below.
> Also, from your dmesg output I see that you are loading the NVIDIA module
> NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-7174 Tue Mar
> 22 06:45:40 PST 2005
> You may want to try /not/ loading that module and then reproduce the
> kernel panic and then post that Oops or panic message instead.
>
Ok this message was taken without loading nvidia module.
I get this just after hdparm command on /dev/hda :
<snip>
CPU 0: Machine Check Exception: 4 Bank 4: b200000000070f0f
TSC 1cb2201501c
Kernel panic - not syncing : Machine check
</snip>
Any help is appreciated.
Regards,
ismail
--
Time is what you make of it
Oh well, this was due to bad cabling after all. A 80-conductor cable
fixed the issue.Thanks for heads up. Appreciated.
Regards,
ismail
On 4/21/05, ismail d?nmez <[email protected]> wrote:
> Hi,
>
> On 4/20/05, Jesper Juhl <[email protected]> wrote:
> > You might want to post that Oops message if you want someone to try and
> > fix it.
> >
>
> Ok see it below.
>
> > Also, from your dmesg output I see that you are loading the NVIDIA module
> > NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module 1.0-7174 Tue
> Mar
> > 22 06:45:40 PST 2005
> > You may want to try /not/ loading that module and then reproduce the
> > kernel panic and then post that Oops or panic message instead.
> >
> Ok this message was taken without loading nvidia module.
>
> I get this just after hdparm command on /dev/hda :
>
> <snip>
> CPU 0: Machine Check Exception: 4 Bank 4: b200000000070f0f
> TSC 1cb2201501c
> Kernel panic - not syncing : Machine check
>
> </snip>
>
> Any help is appreciated.
>
> Regards,
> ismail
>
>
> --
> Time is what you make of it
>
--
Time is what you make of it