public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] sdhc card on eeepc701 running gentoo
@ 2011-11-16 18:32 Érico Porto
  2011-11-16 19:06 ` Michael Mol
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Érico Porto @ 2011-11-16 18:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

Hello,

I'm having lots of hardware error current when trying to use a sdhc card
(transcend 16GB) on my eeepc701. I have never used any card on gentoo
before, but I have used with success previously in Ubuntu.

Is there some know bug?

Also, only sometimes I get a device at /dev/sdb and couldn't get any
/dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them pressing p.

Érico V. Porto

[-- Attachment #2: Type: text/html, Size: 439 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 18:32 [gentoo-user] sdhc card on eeepc701 running gentoo Érico Porto
@ 2011-11-16 19:06 ` Michael Mol
  2011-11-16 20:03 ` Paul Hartman
  2011-11-17  6:08 ` fenlo
  2 siblings, 0 replies; 11+ messages in thread
From: Michael Mol @ 2011-11-16 19:06 UTC (permalink / raw
  To: gentoo-user

On Wed, Nov 16, 2011 at 1:32 PM, Érico Porto <ericoporto2008@gmail.com> wrote:
> Hello,
>
> I'm having lots of hardware error current when trying to use a sdhc card
> (transcend 16GB) on my eeepc701. I have never used any card on gentoo
> before, but I have used with success previously in Ubuntu.
>
> Is there some know bug?
>
> Also, only sometimes I get a device at /dev/sdb and couldn't get any
> /dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them pressing p.
>
> Érico V. Porto
>

Could be a dying card. Try imaging it on another machine?


-- 
:wq



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 18:32 [gentoo-user] sdhc card on eeepc701 running gentoo Érico Porto
  2011-11-16 19:06 ` Michael Mol
@ 2011-11-16 20:03 ` Paul Hartman
  2011-11-16 22:20   ` Érico Porto
  2011-11-17  6:08 ` fenlo
  2 siblings, 1 reply; 11+ messages in thread
From: Paul Hartman @ 2011-11-16 20:03 UTC (permalink / raw
  To: gentoo-user

On Wed, Nov 16, 2011 at 12:32 PM, Érico Porto <ericoporto2008@gmail.com> wrote:
> Hello,
>
> I'm having lots of hardware error current when trying to use a sdhc card
> (transcend 16GB) on my eeepc701. I have never used any card on gentoo
> before, but I have used with success previously in Ubuntu.
>
> Is there some know bug?
>
> Also, only sometimes I get a device at /dev/sdb and couldn't get any
> /dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them pressing p.

I have a USB card reader that only worked if I issued "hdparm -z
/dev/sdX", for some reason the device only worked after the second
time it was initialized. I don't know if you're using USB or MMC
interface for your card reader but maybe you can try it.

I have another device that used the MMC driver, it didn't work
properly with fast cards (above class 4) -- massive corruption every
time -- the "fix" was to hardcode the DTO value of 0xA in the mmc
driver (instead of dynamic calculation), after that it worked fine...



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 20:03 ` Paul Hartman
@ 2011-11-16 22:20   ` Érico Porto
  2011-11-16 22:28     ` Dale
  0 siblings, 1 reply; 11+ messages in thread
From: Érico Porto @ 2011-11-16 22:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]

it is a 16GB class 10 Transcend, but the eeepc uses a usb card reader
inside of it - no mmc I think.

Actually, the first thing I tried to do with it was to format to ext2, and
then the formating proccess frozed in the middle of it.. I've tried to load
it in a windows pc after but couldn't read, and when I tried to format,
everything frozed - but it was a public computer, so I don't know if it
ever had a working card reader.

I've booted ubuntu in the eeepc now, and the card is shown in /dev/sdc1,
but I can't edit it using disk utility - it gives me error calling
fsync(2), on:/dev/sdc: input/output error. But on ubuntu I don't see no
dmesg error msgs like the ones I see on gentoo just by plugin it on the
port.

Is there any disk error checking utility in gentoo or ubuntu?


Érico V. Porto


On Wed, Nov 16, 2011 at 6:03 PM, Paul Hartman <paul.hartman+gentoo@gmail.com
> wrote:

> On Wed, Nov 16, 2011 at 12:32 PM, Érico Porto <ericoporto2008@gmail.com>
> wrote:
> > Hello,
> >
> > I'm having lots of hardware error current when trying to use a sdhc card
> > (transcend 16GB) on my eeepc701. I have never used any card on gentoo
> > before, but I have used with success previously in Ubuntu.
> >
> > Is there some know bug?
> >
> > Also, only sometimes I get a device at /dev/sdb and couldn't get any
> > /dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them
> pressing p.
>
> I have a USB card reader that only worked if I issued "hdparm -z
> /dev/sdX", for some reason the device only worked after the second
> time it was initialized. I don't know if you're using USB or MMC
> interface for your card reader but maybe you can try it.
>
> I have another device that used the MMC driver, it didn't work
> properly with fast cards (above class 4) -- massive corruption every
> time -- the "fix" was to hardcode the DTO value of 0xA in the mmc
> driver (instead of dynamic calculation), after that it worked fine...
>
>

[-- Attachment #2: Type: text/html, Size: 2574 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 22:20   ` Érico Porto
@ 2011-11-16 22:28     ` Dale
  2011-11-17  0:09       ` Érico Porto
  0 siblings, 1 reply; 11+ messages in thread
From: Dale @ 2011-11-16 22:28 UTC (permalink / raw
  To: gentoo-user

Érico Porto wrote:
> it is a 16GB class 10 Transcend, but the eeepc uses a usb card reader 
> inside of it - no mmc I think.
>
> Actually, the first thing I tried to do with it was to format to ext2, 
> and then the formating proccess frozed in the middle of it.. I've 
> tried to load it in a windows pc after but couldn't read, and when I 
> tried to format, everything frozed - but it was a public computer, so 
> I don't know if it ever had a working card reader.
>
> I've booted ubuntu in the eeepc now, and the card is shown in 
> /dev/sdc1, but I can't edit it using disk utility - it gives me error 
> calling fsync(2), on:/dev/sdc: input/output error. But on ubuntu I 
> don't see no dmesg error msgs like the ones I see on gentoo just by 
> plugin it on the port.
>
> Is there any disk error checking utility in gentoo or ubuntu?
>
>
> Érico V. Porto
>
>

This may help.  smartmontools  I'm not sure what sort of testing can be 
done on those if any.

Dale

:-)  :-)


-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 22:28     ` Dale
@ 2011-11-17  0:09       ` Érico Porto
  2011-11-17  0:40         ` Érico Porto
  0 siblings, 1 reply; 11+ messages in thread
From: Érico Porto @ 2011-11-17  0:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]

hdparm -i /dev/sdb gives me
SG_IO: bad/missing sense data sb[]: 70 00 05 00 00 00 00 10 00 00 00 00 24
00 (00..
HDIO_GET_IDENDITY failed: Invalid argument

I think I will try to use my warranty...

Érico V. Porto


On Wed, Nov 16, 2011 at 8:28 PM, Dale <rdalek1967@gmail.com> wrote:

> Érico Porto wrote:
>
>> it is a 16GB class 10 Transcend, but the eeepc uses a usb card reader
>> inside of it - no mmc I think.
>>
>> Actually, the first thing I tried to do with it was to format to ext2,
>> and then the formating proccess frozed in the middle of it.. I've tried to
>> load it in a windows pc after but couldn't read, and when I tried to
>> format, everything frozed - but it was a public computer, so I don't know
>> if it ever had a working card reader.
>>
>> I've booted ubuntu in the eeepc now, and the card is shown in /dev/sdc1,
>> but I can't edit it using disk utility - it gives me error calling
>> fsync(2), on:/dev/sdc: input/output error. But on ubuntu I don't see no
>> dmesg error msgs like the ones I see on gentoo just by plugin it on the
>> port.
>>
>> Is there any disk error checking utility in gentoo or ubuntu?
>>
>>
>> Érico V. Porto
>>
>>
>>
> This may help.  smartmontools  I'm not sure what sort of testing can be
> done on those if any.
>
> Dale
>
> :-)  :-)
>
>
> --
> I am only responsible for what I said ... Not for what you understood or
> how you interpreted my words!
>
>
>

[-- Attachment #2: Type: text/html, Size: 2000 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-17  0:09       ` Érico Porto
@ 2011-11-17  0:40         ` Érico Porto
  2011-11-17  0:44           ` Érico Porto
  0 siblings, 1 reply; 11+ messages in thread
From: Érico Porto @ 2011-11-17  0:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1755 bytes --]

one thing I don't get is why I can see /dev/sdb1 when I type fdisk and
press p, but that isn't listed when I type ls /dev/sd*

Érico V. Porto


On Wed, Nov 16, 2011 at 10:09 PM, Érico Porto <ericoporto2008@gmail.com>wrote:

> hdparm -i /dev/sdb gives me
> SG_IO: bad/missing sense data sb[]: 70 00 05 00 00 00 00 10 00 00 00 00 24
> 00 (00..
> HDIO_GET_IDENDITY failed: Invalid argument
>
> I think I will try to use my warranty...
>
> Érico V. Porto
>
>
>
> On Wed, Nov 16, 2011 at 8:28 PM, Dale <rdalek1967@gmail.com> wrote:
>
>> Érico Porto wrote:
>>
>>> it is a 16GB class 10 Transcend, but the eeepc uses a usb card reader
>>> inside of it - no mmc I think.
>>>
>>> Actually, the first thing I tried to do with it was to format to ext2,
>>> and then the formating proccess frozed in the middle of it.. I've tried to
>>> load it in a windows pc after but couldn't read, and when I tried to
>>> format, everything frozed - but it was a public computer, so I don't know
>>> if it ever had a working card reader.
>>>
>>> I've booted ubuntu in the eeepc now, and the card is shown in /dev/sdc1,
>>> but I can't edit it using disk utility - it gives me error calling
>>> fsync(2), on:/dev/sdc: input/output error. But on ubuntu I don't see no
>>> dmesg error msgs like the ones I see on gentoo just by plugin it on the
>>> port.
>>>
>>> Is there any disk error checking utility in gentoo or ubuntu?
>>>
>>>
>>> Érico V. Porto
>>>
>>>
>>>
>> This may help.  smartmontools  I'm not sure what sort of testing can be
>> done on those if any.
>>
>> Dale
>>
>> :-)  :-)
>>
>>
>> --
>> I am only responsible for what I said ... Not for what you understood or
>> how you interpreted my words!
>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2548 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-17  0:40         ` Érico Porto
@ 2011-11-17  0:44           ` Érico Porto
  2011-11-17  0:54             ` Dale
  0 siblings, 1 reply; 11+ messages in thread
From: Érico Porto @ 2011-11-17  0:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2069 bytes --]

one thing I noted, is that I'm having buffer i/o error on logical block
3939582. Is it possible to at least use the position before this?

Érico V. Porto


On Wed, Nov 16, 2011 at 10:40 PM, Érico Porto <ericoporto2008@gmail.com>wrote:

> one thing I don't get is why I can see /dev/sdb1 when I type fdisk and
> press p, but that isn't listed when I type ls /dev/sd*
>
> Érico V. Porto
>
>
>
> On Wed, Nov 16, 2011 at 10:09 PM, Érico Porto <ericoporto2008@gmail.com>wrote:
>
>> hdparm -i /dev/sdb gives me
>> SG_IO: bad/missing sense data sb[]: 70 00 05 00 00 00 00 10 00 00 00 00
>> 24 00 (00..
>> HDIO_GET_IDENDITY failed: Invalid argument
>>
>> I think I will try to use my warranty...
>>
>> Érico V. Porto
>>
>>
>>
>> On Wed, Nov 16, 2011 at 8:28 PM, Dale <rdalek1967@gmail.com> wrote:
>>
>>> Érico Porto wrote:
>>>
>>>> it is a 16GB class 10 Transcend, but the eeepc uses a usb card reader
>>>> inside of it - no mmc I think.
>>>>
>>>> Actually, the first thing I tried to do with it was to format to ext2,
>>>> and then the formating proccess frozed in the middle of it.. I've tried to
>>>> load it in a windows pc after but couldn't read, and when I tried to
>>>> format, everything frozed - but it was a public computer, so I don't know
>>>> if it ever had a working card reader.
>>>>
>>>> I've booted ubuntu in the eeepc now, and the card is shown in
>>>> /dev/sdc1, but I can't edit it using disk utility - it gives me error
>>>> calling fsync(2), on:/dev/sdc: input/output error. But on ubuntu I don't
>>>> see no dmesg error msgs like the ones I see on gentoo just by plugin it on
>>>> the port.
>>>>
>>>> Is there any disk error checking utility in gentoo or ubuntu?
>>>>
>>>>
>>>> Érico V. Porto
>>>>
>>>>
>>>>
>>> This may help.  smartmontools  I'm not sure what sort of testing can be
>>> done on those if any.
>>>
>>> Dale
>>>
>>> :-)  :-)
>>>
>>>
>>> --
>>> I am only responsible for what I said ... Not for what you understood or
>>> how you interpreted my words!
>>>
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 3106 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-17  0:44           ` Érico Porto
@ 2011-11-17  0:54             ` Dale
  0 siblings, 0 replies; 11+ messages in thread
From: Dale @ 2011-11-17  0:54 UTC (permalink / raw
  To: gentoo-user

Érico Porto wrote:
> one thing I noted, is that I'm having buffer i/o error on logical 
> block 3939582. Is it possible to at least use the position before this?
>
> Érico V. Porto
>

I had sort of the same problem with a hard drive a few weeks ago.  I got 
the data off and a day or so later, it died.  If it was me, I wouldn't 
trust it with any data where there is no copies somewhere else.  It has 
problems, I would replace it.  Since it is under warranty, just get them 
to replace it.  Maybe the new one will be better.

Dale

:-)  :-)

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-16 18:32 [gentoo-user] sdhc card on eeepc701 running gentoo Érico Porto
  2011-11-16 19:06 ` Michael Mol
  2011-11-16 20:03 ` Paul Hartman
@ 2011-11-17  6:08 ` fenlo
  2011-11-17 22:44   ` Érico Porto
  2 siblings, 1 reply; 11+ messages in thread
From: fenlo @ 2011-11-17  6:08 UTC (permalink / raw
  To: gentoo-user

Hello,

I would guess  the internal reader don't work properly for such modern cards.
Especially for the 701 there exist some reports about similar problems.
You may try on another (external) sd-card-reader which is specified for class 10  cards.

Steffen.

 
Am 16.11.2011 19:32, schrieb Érico Porto:
> Hello,
>
> I'm having lots of hardware error current when trying to use a sdhc card
> (transcend 16GB) on my eeepc701. I have never used any card on gentoo
> before, but I have used with success previously in Ubuntu.
>
> Is there some know bug?
>
> Also, only sometimes I get a device at /dev/sdb and couldn't get any
> /dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them pressing p.
>
> Érico V. Porto
>



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [gentoo-user] sdhc card on eeepc701 running gentoo
  2011-11-17  6:08 ` fenlo
@ 2011-11-17 22:44   ` Érico Porto
  0 siblings, 0 replies; 11+ messages in thread
From: Érico Porto @ 2011-11-17 22:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

You are correct, the internal card reader was the problem, I tried today in
a Dell Vostro running ubuntu, and everything worked nice, even tried in
another Dell laptop with windows, and the card was recognized as well. It
seems the problem is indeed my hardware, so I'm buying a usb card reader to
shove it inside the eeepc to finally gain 16GB that I'm needing to do some
more interesting stuff in it.

Érico V. Porto


On Thu, Nov 17, 2011 at 4:08 AM, <fenlo@gmx.net> wrote:

> Hello,
>
> I would guess  the internal reader don't work properly for such modern
> cards.
> Especially for the 701 there exist some reports about similar problems.
> You may try on another (external) sd-card-reader which is specified for
> class 10  cards.
>
> Steffen.
>
>
> Am 16.11.2011 19:32, schrieb Érico Porto:
> > Hello,
> >
> > I'm having lots of hardware error current when trying to use a sdhc card
> > (transcend 16GB) on my eeepc701. I have never used any card on gentoo
> > before, but I have used with success previously in Ubuntu.
> >
> > Is there some know bug?
> >
> > Also, only sometimes I get a device at /dev/sdb and couldn't get any
> > /dev/sdb1 to show, but I do see it using fdisk /dev/sdb and them
> pressing p.
> >
> > Érico V. Porto
> >
>
>

[-- Attachment #2: Type: text/html, Size: 1691 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-11-17 22:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-16 18:32 [gentoo-user] sdhc card on eeepc701 running gentoo Érico Porto
2011-11-16 19:06 ` Michael Mol
2011-11-16 20:03 ` Paul Hartman
2011-11-16 22:20   ` Érico Porto
2011-11-16 22:28     ` Dale
2011-11-17  0:09       ` Érico Porto
2011-11-17  0:40         ` Érico Porto
2011-11-17  0:44           ` Érico Porto
2011-11-17  0:54             ` Dale
2011-11-17  6:08 ` fenlo
2011-11-17 22:44   ` Érico Porto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox