Re: problems with Sil SATA

2004-07-02 Thread Joey Hess
Harald Dunkel wrote:
> I am not sure about Charles' SATA device, but my Sil 3512
> is already included both in discover-data and discover-data1.
> Is it possible that the discover-data on the boot images
> is out of date?

That depends which images you're talking about. The sid_d-i images
typically have a version one day behind what's in the archive. The
sarge_d-i images can be arbitrarily out of date.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: problems with Sil SATA

2004-07-02 Thread Harald Dunkel
Gaudenz Steinlin wrote:
Am Mit, den 30.06.2004 schrieb Charles Steinkuehler um 22:06:

Can someone tell me if libata hardware is supposed to be auto-supported 
by d_i (ie: should I file a bug report if it doesn't detect supported 
hardware)?
Yes, please report a bug against discover1-data and include the output
of lspci and lspci -n and the required module to support the hardware
(only the module that needs to be loaded with modprobe, no
dependencies).
I am not sure about Charles' SATA device, but my Sil 3512
is already included both in discover-data and discover-data1.
Is it possible that the discover-data on the boot images
is out of date?
Regards
Harri
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: problems with Sil SATA

2004-07-01 Thread Gaudenz Steinlin
Am Mit, den 30.06.2004 schrieb Charles Steinkuehler um 22:06:

> Can someone tell me if libata hardware is supposed to be auto-supported 
> by d_i (ie: should I file a bug report if it doesn't detect supported 
> hardware)?
Yes, please report a bug against discover1-data and include the output
of lspci and lspci -n and the required module to support the hardware
(only the module that needs to be loaded with modprobe, no
dependencies).

Gaudenz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: problems with Sil SATA

2004-06-30 Thread Charles Steinkuehler
Harald Dunkel wrote:
Harald Dunkel wrote:
I don't even get that far. After manually loading sata_sil (using
expert26) the Partition Disks menu still does not show any disks.
I had plugged the SATA cable into the wrong socket, so the
disk became /dev/sdb instead of /dev/sda. But nevertheless
/dev/sdb should be shown in the Partition Disks menu, even
if there is no /dev/sda.
What modules do you have loaded?  When I tried using the 6/21 daily 
build to install to a machine with a Promise TX4 SATA card (only 
supported by libata), the disks were not automatically detected.

To get d_i to see the partitions, I had to modprobe the SATA driver 
prior to entering the partition disks menu choice.  It might also work 
if you manually install both the SATA driver and the required SCSI 
modules (ie: modprobe at least sata_sil *AND* sd_mod for SCSI disk support).

Can someone tell me if libata hardware is supposed to be auto-supported 
by d_i (ie: should I file a bug report if it doesn't detect supported 
hardware)?

--
Charles Steinkuehler
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: problems with Sil SATA

2004-06-30 Thread Harald Dunkel
Harald Dunkel wrote:
I don't even get that far. After manually loading sata_sil (using
expert26) the Partition Disks menu still does not show any disks.
I had plugged the SATA cable into the wrong socket, so the
disk became /dev/sdb instead of /dev/sda. But nevertheless
/dev/sdb should be shown in the Partition Disks menu, even
if there is no /dev/sda.

Regards
Harri
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: problems with Sil SATA

2004-06-29 Thread Charles Steinkuehler
Harald Dunkel wrote:
Charles Steinkuehler wrote:
[EMAIL PROTECTED] wrote:
HeIlo
I  have Asus A7N8X-E motherboard with sil SATA and only disk IBM 80GB 
SATA. I haven´t instaled debian yet. Debian instalating program can´t 
detedt my disk. where can I get module for my SATA or how can I use 
newer kernel for instalation or what can I do?
Thanks.

The daily builds have seen my on-board Silicon Image 3112 (I've got an 
A7N8X-Delux), but you might still run into problems.  Depending on your 
drives, there may be problems with the siimage driver (Seagate drives 
are apparently the ones to avoid).  I think all the problems have been 
worked out, but you'd need the latest patches from the lkml or linux-ide 
list.  With the most recent posted just a few days ago, you'll probably 
have to build your own kernel:

I don't even get that far. After manually loading sata_sil (using
expert26) the Partition Disks menu still does not show any disks.
lspci says:
:01:07.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) 
Silicon Image Serial ATARaid Controller [ CMD/Sil 3512 ] (rev 01)
:01:07:0 Class 0104: 1095:3512 (rev 01)
And /proc/scsi/sata_sil/0 says, that there is no support for
/proc yet.
Am I missing another module?
I've been using the siimage driver for my 3112 based controllers (and 
had some problems), I'm not sure if they work better with the 3512 or not.

If you're using the sata_sil module, you'll also need libata and 
scsi_mod (which should get loaded automatically if you modprobe 
sata_sil), but you won't see any partitions (or be able to access the 
disks at all) until you also load sd_mod.  Remember, libata makes new 
sata drives look like scsi disks, so they'll show up as /dev/sdX, not 
/dev/hdX.

--
Charles Steinkuehler
[EMAIL PROTECTED]


Re: problems with Sil SATA

2004-06-28 Thread Harald Dunkel
Charles Steinkuehler wrote:
[EMAIL PROTECTED] wrote:
HeIlo
I  have Asus A7N8X-E motherboard with sil SATA and only disk IBM 80GB 
SATA. I haven´t instaled debian yet. Debian instalating program can´t 
detedt my disk. where can I get module for my SATA or how can I use 
newer kernel for instalation or what can I do?
Thanks.

The daily builds have seen my on-board Silicon Image 3112 (I've got an 
A7N8X-Delux), but you might still run into problems.  Depending on your 
drives, there may be problems with the siimage driver (Seagate drives 
are apparently the ones to avoid).  I think all the problems have been 
worked out, but you'd need the latest patches from the lkml or linux-ide 
list.  With the most recent posted just a few days ago, you'll probably 
have to build your own kernel:

I don't even get that far. After manually loading sata_sil (using
expert26) the Partition Disks menu still does not show any disks.
lspci says:
:01:07.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) 
Silicon Image Serial ATARaid Controller [ CMD/Sil 3512 ] (rev 01)
:01:07:0 Class 0104: 1095:3512 (rev 01)
And /proc/scsi/sata_sil/0 says, that there is no support for
/proc yet.
Am I missing another module?
BTW, the disk is a Samsung SP1614C.
Any idea?
Harri
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: problems with Sil SATA

2004-06-28 Thread Charles Steinkuehler
[EMAIL PROTECTED] wrote:
HeIlo
I  have Asus A7N8X-E motherboard with sil SATA and only disk IBM 80GB SATA. I haven´t 
instaled debian yet. Debian instalating program can´t detedt my disk. where can I get 
module for my SATA or how can I use newer kernel for instalation or what can I do?
Thanks.
The daily builds have seen my on-board Silicon Image 3112 (I've got an 
A7N8X-Delux), but you might still run into problems.  Depending on your 
drives, there may be problems with the siimage driver (Seagate drives 
are apparently the ones to avoid).  I think all the problems have been 
worked out, but you'd need the latest patches from the lkml or linux-ide 
list.  With the most recent posted just a few days ago, you'll probably 
have to build your own kernel:

http://marc.theaimsgroup.com/?l=linux-ide&m=108793699914304&w=2
You may also find your particular combination of drives/controller 
revision work OK as-is.  With the Debian kernel from recent debian daily 
builds (5/26 and 6/21) and new Seagate SATA drives (ST3160023AS Firmware 
Rev: 3.18), my on-board (revision 1) 3112 controller works OK, but using 
an add-in card with a revision 2 chip causes lots of data corruption.

--
Charles Steinkuehler
[EMAIL PROTECTED]


Re: problems with Sil SATA

2004-06-28 Thread Christian Perrier
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> 
> HeIlo
> I  have Asus A7N8X-E motherboard with sil SATA and only disk IBM 80GB SATA. I 
> haven?t instaled debian yet. Debian instalating program can?t detedt my disk. where 
> can I get module for my SATA or how can I use newer kernel for instalation or what 
> can I do?

First of all, please mention the exact version of Debian Installer you
tested. beta4, tc1 or one of the daily builds. If daily builds, which
one.

Then please post the output of "lspci -n" and "lspci -v".



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



problems with Sil SATA

2004-06-28 Thread mebs

HeIlo
I  have Asus A7N8X-E motherboard with sil SATA and only disk IBM 80GB SATA. I haven´t 
instaled debian yet. Debian instalating program can´t detedt my disk. where can I get 
module for my SATA or how can I use newer kernel for instalation or what can I do?
Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]