I had used Debian on a VAIO PCG-C1XE named "algernon" for more than two years. (You can read the records here.) Recently, I got a new PCG-C1MSX as algernon II. This model seems to be released only in Japan, so I find little reason to translate my install log into English. Besides, there is a wonderful web page for the C1 seriese already.
The page above is full of information. Just go there, and you will find what you need.
The followings are the essentials of what is written in my Japanese page.
The attached wireless LAN card is based on the Prism2 chip. First, enable the PCMCIA support. I used the one in the kernel, but the standalone package should work, too. Then turn on
Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)and
Hermes PCMCIA card supportin the section Network device support → Wireless LAN (non-hamradio).
The interface of the wireless LAN is eth1. You will need the wireless-tools package to enable WEP.
It seems that kernel-2.4.22 has some problem with IRQ handling for PCMCIA. I had to return to kernel-2.4.21 to use this wireless LAN card.
$ spicctrl -b <num>where <num> ranges from 0 (darkest) to 255 (brightest).
Select USB support → OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support as USB controller.
USB external storage devices (floppy disk, flash memory, etc.) are recognised as SCSI devices. Turn on USB support → USB Mass Storage support and SCSI support → SCSI Disk support. Note that the first one is assigned to /dev/sdb1 and not to /dev/sda1.
To use USB mice and keyboards, turn on USB support → USB Human Interface Device support → HID input layer support together with Keyboard support and Mouse support under the Input core support section.
# mount -t msdos /dev/sda1 /mntto mount a memory stick.