Re: Corrupted Hard Drive after activating intel I/oat dma

2008-01-07 Thread Gustavo Guillermo Pérez
El Jueves, 27 de Diciembre de 2007, Marek Kierdelewicz escribió:
> Hi Gustavo,
>
> >By mistake we activate intel I/oat dma support on a laptop with a
> >centrino duo to try to get better performance on IO.
>
> I/OAT is for accelerating network operations on newer Xeon processors
> and E1000 nics. Some information about it is available here:
> http://lwn.net/Articles/165131/
>
> There's no way that enabling this option could cause your hdd to fry.
Thanks to all for the information.
I know, that I'm not having the hardware, but some Intel mother boards sucks 
some times.

> >know the option was not supported, but I want to know if cause that we
> >can have a fried hd :(.
> >thanks in advance if someone has something to said about the
> >failure. :(
> >Kernel 2.6.19-gentoo-r7
>
> I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
> because of the frequent compilations. In my opinion it's not the best
> distro for a mobile system. No wonder your disk gave out :(.
Well, look, I use to build the system, then my customers and friends use a 
clone of that, so ..., they never compile anything, you should not think like 
that.

> Cheers,
> Marek Kierdelewicz
> KoBa ISP
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gustavo Guillermo Pérez
Compunauta uLinux
www.compunauta.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2008-01-07 Thread Gustavo Guillermo Pérez
El Jueves, 27 de Diciembre de 2007, Marek Kierdelewicz escribió:
 Hi Gustavo,

 By mistake we activate intel I/oat dma support on a laptop with a
 centrino duo to try to get better performance on IO.

 I/OAT is for accelerating network operations on newer Xeon processors
 and E1000 nics. Some information about it is available here:
 http://lwn.net/Articles/165131/

 There's no way that enabling this option could cause your hdd to fry.
Thanks to all for the information.
I know, that I'm not having the hardware, but some Intel mother boards sucks 
some times.

 know the option was not supported, but I want to know if cause that we
 can have a fried hd :(.
 thanks in advance if someone has something to said about the
 failure. :(
 Kernel 2.6.19-gentoo-r7

 I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
 because of the frequent compilations. In my opinion it's not the best
 distro for a mobile system. No wonder your disk gave out :(.
Well, look, I use to build the system, then my customers and friends use a 
clone of that, so ..., they never compile anything, you should not think like 
that.

 Cheers,
 Marek Kierdelewicz
 KoBa ISP
 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/



-- 
Gustavo Guillermo Pérez
Compunauta uLinux
www.compunauta.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Shannon Nelson
On Dec 27, 2007 5:49 PM, Gustavo Guillermo Pérez <[EMAIL PROTECTED]> wrote:
> By mistake we activate intel I/oat dma support on a laptop with a centrino duo
> to try to get better performance on IO.
>
> The wd1200bevs Western Digital Scorpio 120GB HD fails with bad sectors and
> power down (randomly) after booting linux with this option enabled, and
> rebooting with old options does not help, I'm just reporting it, cause we can
> think on a power failure too, but the only change was that, and linux start
> up take too long and HD activity was so hard. I know the option was not
> supported, but I want to know if cause that we can have a fried hd :(.

I highly doubt that ioatdma could break a harddrive, as it is only
used by the networking stack.  Besides, the driver will only be useful
on a server type motherboard using a chipset that supports ioatdma.
This is not the case with a Centrino-based machine.

By the way, you might try checking the Maintainer's file to find out
who supports that module and copy them directly.  If they're at work
this week they might have a more official answer.

sln
-- 
==
Mr. Shannon Nelson Parents can't afford to be squeamish.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Valdis . Kletnieks
On Sat, 29 Dec 2007 04:21:44 +0530, Shourya Sarcar said:
> Marek Kierdelewicz wrote:
> 
> > 
> > I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
> > because of the frequent compilations. In my opinion it's not the best
> > distro for a mobile system. No wonder your disk gave out :(.
> 
> Can you substantiate "distro is very disk-demanding
> because of the frequent compilations" ?

As I understand it, the gentoo philosophy is 'update by patching the source,
then compiling it'.  So basically, the way the kernel is updated with a
"patch/make/make install", you apply *all* updates that way.  This can suck
if you have things like OpenOffice and Firefox on your machine, and you get
to recompile them to update. And even if you don't, all it takes is one update
to the wrong /usr/include file, and you end up recompiling 3/4 of the binaries
in /usr.


pgpESCWh4buEl.pgp
Description: PGP signature


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Shourya Sarcar

Marek Kierdelewicz wrote:



I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
because of the frequent compilations. In my opinion it's not the best
distro for a mobile system. No wonder your disk gave out :(.


Can you substantiate "distro is very disk-demanding
because of the frequent compilations" ?

--
Shourya Sarcar
sarcarsh at gmail spot com
http://shouryalive.com/blog


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Shourya Sarcar

Marek Kierdelewicz wrote:



I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
because of the frequent compilations. In my opinion it's not the best
distro for a mobile system. No wonder your disk gave out :(.


Can you substantiate distro is very disk-demanding
because of the frequent compilations ?

--
Shourya Sarcar
sarcarsh at gmail spot com
http://shouryalive.com/blog


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Valdis . Kletnieks
On Sat, 29 Dec 2007 04:21:44 +0530, Shourya Sarcar said:
 Marek Kierdelewicz wrote:
 
  
  I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
  because of the frequent compilations. In my opinion it's not the best
  distro for a mobile system. No wonder your disk gave out :(.
 
 Can you substantiate distro is very disk-demanding
 because of the frequent compilations ?

As I understand it, the gentoo philosophy is 'update by patching the source,
then compiling it'.  So basically, the way the kernel is updated with a
patch/make/make install, you apply *all* updates that way.  This can suck
if you have things like OpenOffice and Firefox on your machine, and you get
to recompile them to update. And even if you don't, all it takes is one update
to the wrong /usr/include file, and you end up recompiling 3/4 of the binaries
in /usr.


pgpESCWh4buEl.pgp
Description: PGP signature


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-28 Thread Shannon Nelson
On Dec 27, 2007 5:49 PM, Gustavo Guillermo Pérez [EMAIL PROTECTED] wrote:
 By mistake we activate intel I/oat dma support on a laptop with a centrino duo
 to try to get better performance on IO.

 The wd1200bevs Western Digital Scorpio 120GB HD fails with bad sectors and
 power down (randomly) after booting linux with this option enabled, and
 rebooting with old options does not help, I'm just reporting it, cause we can
 think on a power failure too, but the only change was that, and linux start
 up take too long and HD activity was so hard. I know the option was not
 supported, but I want to know if cause that we can have a fried hd :(.

I highly doubt that ioatdma could break a harddrive, as it is only
used by the networking stack.  Besides, the driver will only be useful
on a server type motherboard using a chipset that supports ioatdma.
This is not the case with a Centrino-based machine.

By the way, you might try checking the Maintainer's file to find out
who supports that module and copy them directly.  If they're at work
this week they might have a more official answer.

sln
-- 
==
Mr. Shannon Nelson Parents can't afford to be squeamish.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-27 Thread Marek Kierdelewicz
Hi Gustavo,

>By mistake we activate intel I/oat dma support on a laptop with a
>centrino duo to try to get better performance on IO.

I/OAT is for accelerating network operations on newer Xeon processors
and E1000 nics. Some information about it is available here:
http://lwn.net/Articles/165131/

There's no way that enabling this option could cause your hdd to fry.

>know the option was not supported, but I want to know if cause that we
>can have a fried hd :(.
>thanks in advance if someone has something to said about the
>failure. :(
>Kernel 2.6.19-gentoo-r7

I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
because of the frequent compilations. In my opinion it's not the best
distro for a mobile system. No wonder your disk gave out :(.

Cheers,
Marek Kierdelewicz
KoBa ISP
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Corrupted Hard Drive after activating intel I/oat dma

2007-12-27 Thread Marek Kierdelewicz
Hi Gustavo,

By mistake we activate intel I/oat dma support on a laptop with a
centrino duo to try to get better performance on IO.

I/OAT is for accelerating network operations on newer Xeon processors
and E1000 nics. Some information about it is available here:
http://lwn.net/Articles/165131/

There's no way that enabling this option could cause your hdd to fry.

know the option was not supported, but I want to know if cause that we
can have a fried hd :(.
thanks in advance if someone has something to said about the
failure. :(
Kernel 2.6.19-gentoo-r7

I'm a [EMAIL PROTECTED] user myself. This distro is very disk-demanding
because of the frequent compilations. In my opinion it's not the best
distro for a mobile system. No wonder your disk gave out :(.

Cheers,
Marek Kierdelewicz
KoBa ISP
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/