WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Wyse S30 Winterm Problem  (Read 5158 times)

Offline dmtc1

  • Newbie
  • *
  • Posts: 8
Wyse S30 Winterm Problem
« on: October 08, 2011, 11:13:05 AM »
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
*****************************************************************

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Wyse S30 Winterm Problem
« Reply #1 on: October 08, 2011, 12:43:45 PM »
You're right, we have that module disabled, since it's marked experimental/unstable.

You can either use your own kernel, or build that module for ours, and remaster it in.
The only barriers that can stop you are the ones you create yourself.

Offline dmtc1

  • Newbie
  • *
  • Posts: 8
Re: Wyse S30 Winterm Problem
« Reply #2 on: October 08, 2011, 12:58:15 PM »
Thanks! I am actually working on the remaster now.  Can I just use the linux kernel from my gentoo install I compiled on this hardware?  Or do I need to re-compile that kernel with your headers?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Wyse S30 Winterm Problem
« Reply #3 on: October 09, 2011, 12:06:43 AM »
Yes, as long as it's recent enough, it should work on TC. I'm not 100% sure on .38, but try anyway :)

Where the kernel is compiled doesn't matter.
The only barriers that can stop you are the ones you create yourself.

Offline dmtc1

  • Newbie
  • *
  • Posts: 8
Re: Wyse S30 Winterm Problem
« Reply #4 on: October 09, 2011, 09:48:06 AM »
Thanks I got the kernel compiled and working.  I just installed microcore on the internal 64k flash drive.  Now I don't need a usb dangling in case of power loss this thing will boot independently.

Time to start configuring extensions!