Hi, I am trying to install microcore on my Wyse S30 Winterm. My problem is that tinycore will not see the internal ATA flash drive. The controller appears to be CS5535 IDE. Below is the summary of dmesg , lsmod . I have also attached the full specs of the box as well as the full dmesg output. Please let me know if there is anything else you need. I suspect I am not loading a driver required, but couldnt figure out what driver is not loaded. The outputs I posted where from a system rescue boot using a gentoo kernel. Tiny Core will boot fine and run, but I can't mount the internal ATA flash drive.
Pertinent Info related to drive, full info in Attachments:
Kernel Modules(not full list see attached for full):
root@sysresccd /root % lsmod | grep 5535
cs5535_mfgpt 2332 0 [permanent]
cs5535_gpio 1725 0
cs5535_mfd 1513 0
mfd_core 1038 1 cs5535_mfd
pata_cs5535 1809 0
**************************************
[ 0.000000] Linux version 2.6.38-std221-i586 (root@catalyst) (gcc version 4.4
.5 (Gentoo 4.4.5 p1.2, pie-0.4.5) ) #2 SMP Fri Jul 15 17:33:04 UTC 2011
[ 0.000000] BIOS-e820: 00000000076b0000 - 00000000076bffc0 (ACPI data)
[ 0.000000] Memory: 98388k/121536k available (5720k kernel code, 22696k reser
ved, 3099k data, 4476k init, 0k highmem)
[ 0.000000] .data : 0xc0996329 - 0xc0c9d140 (3099 kB)
[ 0.164463] libata version 3.00 loaded.
[ 30.103348] Write protecting the kernel read-only data: 2392k
[ 30.508375] usb 1-2: Product: DataTraveler G2
[ 33.499778] ata1: PATA max UDMA/66 cmd 0x1f0 ctl 0x3f6 bmdma 0xeeb0 irq 14
[ 33.499822] ata2: DUMMY
[ 33.654183] ata1.00: CFA: 64MB ATA Flash Disk, ADAA408J, max MWDMA2
[ 33.654238] ata1.00: 125056 sectors, multi 0: LBA
[ 33.658036] ata1.00: configured for MWDMA2
[ 33.670064] sd 0:0:0:0: [sda] 125056 512-byte logical blocks: (64.0 MB/61.0 M
iB)
[ 33.673057] sd 0:0:0:0: [sda] Write Protect is off
[ 33.673115] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 33.674513] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[ 33.682980] sda: sda1
[ 33.692229] sd 0:0:0:0: [sda] Attached SCSI disk
*****************************************************************