Slackware Linux on the Toshiba 2065CDS |
| All rights reserved. 0. CaveatBefore I get into the details, I just want to explain that I was unsuccessful in getting the PCMCIA port to work using any driver. Just once did it briefly work, in the sense thatlspci correctly
identified a card, but it is not clear why because
every other time it failed with each PCMCIA driver.
Therefore, if you plan on doing any networking,
you might need to use a USB-based network device.
Update:
Linda says, "I found out that to get the PCMCIA to work in Linux, you have to change the BIOS setting for PC card from Autodetect to 16-bit/Cardbus. It's on 2nd page of BIOS. Once I changed it, I had PCMCIA working in various flavors of LiveCD Linux distros." 1. InstallationThe best way to install Slackware Linux 10 is to use the first Slackware 10 CDROM.
My own Linux partition of about 3.5 gigs. I also created a Linux Swap partition of 500 megs. I did a full install in a 3.5 gig partition (0.5 gigs for swap) leaving out Gnome, KDE, Emacs, and TeX, and I had 2.3 gigs free afterwards. 2. System ProfileThe files/proc/cpuinfo and
/proc/meminfo and the utility
hdparm
collectively inform me that my system has the following
profile:
AMD-K6 processor with 3D Now support, stepping 12 Speed 366 MHz Caches = Level 1: 64kB (32 kB data, 32 kB instructions) Level 2: supposedly 256 kB, but Linux doesn't detect it. FPU Bogomips 732 Memory: 32 megs on my system (160 MB max) Hard drive: original 4 gigs 3. Drivers3.1. VideoThe 2065CDS has an S3 ViRGE/MX rev 06 with 2 MB of video RAM.The maximum external video resolution is 1280x1024, 256 colors. This chip has some kind of support for 3D. 3.1.1. X WindowsThe Xfree86 included with Slackware 10 includes acceleration for the S3 ViRGE.3.1.2. FramebufferWorks great using my FBUI in-kernel windowing system.3.2. SoundThe audio chip is ESS Technology's ESS1978S Maestro 2E rev 10, plus the ESS1918.Run alsaconfig to automatically detect it (as the ess1968) and set it up. mpg321 works great. 3.3. APMThe provided kernel has this as a module. Typing "insmod apm ; apm" seems to indicate it basically works.3.4. USBThe USB controller is by NEC and is rev 02 but there is no chip number given bylspci.
The provided 2.4.26 kernel works fine with USB flash. 3.5. Printing via lp0-not tested-3.6. FloppyWorks fine.3.6. PCMCIAI'm sad to report that after much work, I cannot get Toshiba's proprietary PCMCIA chipset to work with Linux. Current symptoms:
4. Performance4.1. Video4.1.1. X WindowsIn 24bpp mode, opaque window motion works pretty quickly.X is a bloated resource hog, so on my system with only 32 megs of RAM, things can get slow... 4.1.2. Framebuffer-not tested-However you might try my FramebufferUI, in-kernel GUI, which is normally very fast. 4.1.3. MoviesThe 2065CDS has a passive display so movies aren't practical except on an external monitor. However Xine, which is included with Slackware 10, seems to play them pretty rapidly.4.2. Hard driveI am using the standard 4GB hard drive, which is a Toshiba MK4309MAT. I have not bothered trying to upgrade to a bigger drive.From hdparm -T: /dev/hda: Timing buffer-cache reads: 180 MB in 2.02 seconds = 88 MB/sec (very respectable) hdparm -t: /dev/hda: Timing buffered disk reads: 24 MB in 3.00 seconds = 7.9 MB/sec (slow! newer drives get twice that...)It's always good to have these in your /etc/rc.d/rc.0 : /usr/sbin/hdparm -f /dev/hda [flush the hard drive cache] /usr/sbin/hdparm -S 1 /dev/hda [get it to spin down ASAP] And you should add -h to the poweroff command in /etc/rc.d/rc.6 to ensure a quiet hard drive powerdown. 4.3. ProcessorRunning the BYTE drystone 2 test which is at http://www.anime.net/~goemon/benchmarks.html I get an index of 29.2.5. ManualHere's the link: the PDF manual.Or start from the top: http://csd.toshiba.com. Links
|
|