linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gigabyte iRam not seen by linux
@ 2006-03-10  0:36 Jure Pečar
  2006-03-10 17:51 ` Tejun Heo
  0 siblings, 1 reply; 11+ messages in thread
From: Jure Pečar @ 2006-03-10  0:36 UTC (permalink / raw)
  To: linux-ide


Hi all,

I just got a gigabyte solid state disk on a test. However, it is not seen by linux. The problem is described well here:
http://www.linuxquestions.org/questions/showthread.php?t=411600

What can one do when there *is* something on the sata port but the driver doesn't recognize it? It's not even in the /sys/block/ or /sys/bus/scsi/ ...  If I don't have the device, I can't use sg utils to ask it how it feels ... 

I'd really want to use this ssd under linux, but I don't know how to debug the problem from here.


-- 

Jure Pečar
http://jure.pecar.org/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: gigabyte iRam not seen by linux
@ 2006-03-15 19:34 Bryan Fink
  0 siblings, 0 replies; 11+ messages in thread
From: Bryan Fink @ 2006-03-15 19:34 UTC (permalink / raw)
  To: linux-ide, pegasus, htejun, edmudama, albertcc

> The patch at the tail of this mail makes ata_dev_try_classify() ignore
> diagnostic code in FEATURE.  If the iRam successfully gets attached
> with the patch, can you please post 'hdparm -I /dev/sdX' and 'hdparm
> --Istdout /dev/sdX' of the iRam?  
> 
> --- a/drivers/scsi/libata-core.c
> +++ b/drivers/scsi/libata-core.c
> @@ -477,7 +477,7 @@ ata_dev_try_classify(struct ata_port *ap
>  	else if ((device == 0) && (err == 0x81))
>  		/* do nothing */ ;
>  	else
> -		return ATA_DEV_NONE;
> +		/*return ATA_DEV_NONE*/;
>  
>  	/* determine if device is ATA or ATAPI */
>  	class = ata_dev_classify(&tf);


Hi, I'm having the same trouble with this card as everyone else. I'm 
wondering if anyone would care to comment about what the above patch may 
break.  Is it going to disable safeguards, such that if a disk in my 
system actually does crash, I won't know it?  Or, is it simply going to 
mean that I should be careful to only plug things into the system that I 
know are supported?

I'm in contact with Gigabyte, trying to get their opinion on the 
matter.  I know others have said that they are very unhelpful when it 
comes to linux support, but I'm hoping that if we can show them what's 
wrong, they could roll up a fix in a firmware release.

-Bryan


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

end of thread, other threads:[~2006-03-15 19:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10  0:36 gigabyte iRam not seen by linux Jure Pečar
2006-03-10 17:51 ` Tejun Heo
2006-03-11  2:02   ` Albert Lee
2006-03-11  2:46     ` Jure Pečar
2006-03-11  3:31       ` Tejun Heo
2006-03-11  8:20         ` Jure Pečar
2006-03-11  8:58           ` Tejun Heo
2006-03-11 16:12             ` Eric D. Mudama
2006-03-11 16:33               ` Tejun Heo
2006-03-11 16:43             ` Jure Pečar
  -- strict thread matches above, loose matches on Subject: below --
2006-03-15 19:34 Bryan Fink

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).