I have an esata from vantec that worked flawlessly in suse 10.2. I upgraded my laptop to 11.1 where the card works with the live cd but not after i install the system … ???
When I insert the card I get this in the log:
pccard: CardBus card inserted into slot 0
PCI: 0000:03:00.0 reg 10 io port: [0, 7]
PCI: 0000:03:00.0 reg 14 io port: [0, 3]
PCI: 0000:03:00.0 reg 18 io port: [0, 7]
PCI: 0000:03:00.0 reg 1c io port: [0, 3]
PCI: 0000:03:00.0 reg 20 io port: [0, f]
PCI: 0000:03:00.0 reg 24 32bit mmio: [0, 1ff]
PCI: 0000:03:00.0 reg 30 32bit mmio: [0, 7ffff]
pci 0000:03:00.0: supports D1
pci 0000:03:00.0: supports D2
sata_sil 0000:03:00.0: enabling device (0000 -> 0003)
vendor=8086 device=2448
sata_sil 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
sata_sil 0000:03:00.0: cache line size not set. Driver may not function
sata_sil 0000:03:00.0: setting latency timer to 64
scsi10 : sata_sil
scsi11 : sata_sil
ata9: SATA max UDMA/100 mmio m512@0x100000000 tf 0x100000080 irq 18
ata10: SATA max UDMA/100 mmio m512@0x100000000 tf 0x1000000c0 irq 18
ata9: SATA link down (SStatus F000E401 SControl 3F0)
ata10: SATA link down (SStatus 0 SControl 300)
Any help getting this to work would be greatly appreciated.
is there anything here that I am missing?
Is there anyone that has the vantec esata pcmcia card working in a laptop?
Is there anyone with any esata pcmcia card working in their laptop?
Got it working!
checked the bios for like the millionth time…
there is not much there, but there are 2 settings that seemed contradictory
cardbus slot enable/disable
express card slot enable/disable
this laptop does not have an express card slot, so maybe this is for docking station express card support …??
anyway both of these were set to enable so I disabled the express card slot and wonder of wonders! the esata card works.
alright this is a follow up and the last you will hear from me on this…
in suse 10.2 this vantec esata card with the silicon image 3512 chip was easily 2x’s as fast as usb 2.0 transfers to my external drives.
Now in opensuse 11.1 is is 1/2 as fast as usb 2.0 !!! this is a 4x’s reduction in speed ??? WTF?
now if i boot into windows xp, this vantec card is just as fast or faster than it was in suse 10.2… so now i know it is not the hardware that is a problem. There is something about the kernel or kernel module that has crippled the speed of this in opensuse 11.1
I wanted to see if another esata card with a different chip would behave the same under opensuse 11.1, so I picked up the startech cbesata card which uses the initio 1620 chip. I plugged it in and it was immediately recognized by opensuse 11.1, the external drive was connected automagically and the the throughput blew me away! Transfer rates are 3x’s usb 2.0 to the same external drive.
it copied a 9Gb vm in about 3 minutes… with usb transfer this took a little more than 9 minutes.
fyi this external drive is ext3 and is mounted using barrier=1
so speed may be even better with barrier=0
cat /proc/mounts
/dev/sdb1 /media/disk ext3 rw,nosuid,nodev,errors=continue,barrier=1,data=ordered 0 0