Slashdot Mirror


Shuttle's Tiny PC Reviewed

PhantomHarlock writes "VIAHardware posted a review of a great miniature PC desktop system from Shuttle, the motherboard manufacturer. It's a tiny aluminum case with a floppy bay and one 5 1/4 bay. It uses Shuttle's FV24 mobo, one of the smallest on the market. The motherboard has built in video (with S-Video out), audio, 10/100 Ethernet, USB and dual firewire ports. " Might be a nifty device to use as a stereo component with that S-Video out.

7 of 302 comments (clear)

  1. Interesting Specs by XBL · · Score: 4, Informative

    These are from the MWave site (notice the FireWire!):

    VIA VT8604 North Bridge
    Host interface
    Integrated Savage4 2D/3D Graphics Engine
    PC 133 SDRAM/VCM interface
    PCI interface
    ACPI Compliant

    VIA VT82C686B South Bridge
    UDMA 33/66/100 IDE interface
    USB interface
    AC97 Controller
    Integrated Super I/O controller
    Integrated hardware monitoring controller
    Power management meet ACPI requirement
    RTC

    CPU: Socket 370 type CPU
    Intel Celeron with 66MHz FSB (100MHz FSB for future CPU)
    Intel Pentium III with 100 / 133MHz FSB

    FSB
    66 / 100 / 133MHz

    Form Factor
    Flex ATX: 7" X 7.5"

    Memory
    DIMM x 2, Up to 512MB of 168-pin PC100 /PC133 SDRAM

    Graphics
    Built in Savage 4 graphics engine

    Audio
    VIA audio with AC'97 CODEC

    On board 1394 chipset
    Lucent FW323
    1394a OHCI link and PHY in single package
    Complies with 1394 OHCI specification revision 1.0
    Provides three fully compliant cable ports
    Support 400Mb/s, 200Mb/s, 100Mb/s data transfer rate

    Ethernet
    On board Realtek 8139C
    IEEE 802.3u 100Base-T specifications compliant
    10 Mb/s and 100 Mb/s operation
    Supports Wake-On-LAN function

    Modem (optional)
    Proprietary Modem riser Module
    V.90 compliant

    Expansion Bus
    1 x PCI
    PCI 2.2 specification compliant

    I/O
    Built in VIA 686B
    Support 1 UART for Complete Serial Ports
    Support 1 Multi-mode parallel port
    Support 1 Floppy Disk Controller
    Support PS2 keyboard and mouse

    H/W Monitor
    Built in VIA686B
    Voltage, Temperature, Fan Speed Monitor

    IDE
    Ultra DMA 33/66/100 mode
    PIO mode 4
    2 IDE ports

    Power Management
    APM 1.2
    ACPI 1.0

    BIOS
    Award PnP BIOS
    DMI 2.3
    2Mb flash memory

    Back Panel Ports and Connectors
    1 x PS/2 Keyboard
    1 x PS/2 Mouse
    1 x VGA port
    1 x Serial Port
    1 x Parallel port, supports SPP, ECP, and EPP mode
    2 x 1394 ports
    1 x S connector
    1 x Composite connector
    2 x USB ports
    1 x RJ45 port
    1 x line-in connector
    1 x line-out connector

    Other connectors and jumpers
    2 x fan connectors
    2 x Front Panel USB Connector Header
    Front side line-out and mic-In Header
    CD Audio in connector
    Clear CMOS
    1 x ATX power connector

    Others Feature
    CPU Voltage Auto Detecting (CPU PnP)
    Support Suspend to Ram
    Power on by Ring
    Wake-On-LAN

    1. Re:Interesting Specs by jandrese · · Score: 5, Informative

      On board Realtek 8139C

      Man, why is it when companies build in NICs on motherboards they always choose the crappiest one they can find? Bill Paul has some choice words to say about this card (taken from if_rl.c in the FreeBSD source tree).

      /*
      * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is
      * probably the worst PCI ethernet controller ever made, with the possible
      * exception of the FEAST chip made by SMC. The 8139 supports bus-master
      * DMA, but it has a terrible interface that nullifies any performance
      * gains that bus-master DMA usually offers.
      *
      * For transmission, the chip offers a series of four TX descriptor
      * registers. Each transmit frame must be in a contiguous buffer, aligned
      * on a longword (32-bit) boundary. This means we almost always have to
      * do mbuf copies in order to transmit a frame, except in the unlikely
      * case where a) the packet fits into a single mbuf, and b) the packet
      * is 32-bit aligned within the mbuf's data area. The presence of only
      * four descriptor registers means that we can never have more than four
      * packets queued for transmission at any one time.
      *
      * Reception is not much better. The driver has to allocate a single large
      * buffer area (up to 64K in size) into which the chip will DMA received
      * frames. Because we don't know where within this region received packets
      * will begin or end, we have no choice but to copy data from the buffer
      * area into mbufs in order to pass the packets up to the higher protocol
      * levels.
      *
      * It's impossible given this rotten design to really achieve decent
      * performance at 100Mbps, unless you happen to have a 400Mhz PII or
      * some equally overmuscled CPU to drive it.
      *
      * On the bright side, the 8139 does have a built-in PHY, although
      * rather than using an MDIO serial interface like most other NICs, the
      * PHY registers are directly accessible through the 8139's register
      * space. The 8139 supports autonegotiation, as well as a 64-bit multicast
      * filter.
      *
      * The 8129 chip is an older version of the 8139 that uses an external PHY
      * chip. The 8129 has a serial MDIO interface for accessing the MII where
      * the 8139 lets you directly access the on-board PHY registers. We need
      * to select which interface to use depending on the chip type.
      */

      The worst part is, it's not that expensive to build decent 10/100 chips these days. NetGear and LinkSys sell decent cards for as little as $5 a pop. There's really no reason to go with the RealTeks anymore.

      --

      I read the internet for the articles.
  2. Well... by connorbd · · Score: 5, Interesting

    It does the job of being a small and workable system, and that's about it. It'd be a good cluster box, IMHO, but man... mofo is *ugly*.

    Would I buy one? I don't know -- probably if they put it in a nicer case, but not like that. But I speak as someone who still lives at home and doesn't necessarily have space concerns that this box would address. (And I mean, really -- if space was truly an issue, why not just buy a Cappucino box and be done with it?)

    What I want to see -- and I'm serious about this -- are a consumer-electronics-type case for a PC with an IR reciever and a graphical LED front panel (for media control) and a wooden case meant to match those "executive" mini-stereos from The Sharper Image...

    /Brian

  3. Noise level? by larien · · Score: 4, Interesting
    Anyone know how noisy (or quiet) these are? With only one fan, I'd expect it to be pretty good.

    Reason I ask is that I'm looking to get ADSL soon (on order, actually) and I'd like to run a linux box as gateway/router/firewall on the ADSL and this looks ideal provided it's quiet enough.

  4. Try this case from Yeong Yang by Uggy · · Score: 4, Informative

    I like THIS case. It'll fit a normal micro ATX MB and you're not confined to special low profile cards, or limited expansion slots. And it looks a helluva lot better than that shit above.

    The Smallest

    --
    Toddlers are the stormtroopers of the Lord of Entropy.
  5. I bought the motherboard, then sent it back. by krafter · · Score: 5, Insightful

    I bought the FV24 motherboard a few months ago. It is truly an amazing little board with tons of features packed into it.

    I planned on using the motherboard to create a mp3 player I could put in my stereo rack. I put a 60gig ATA100 drive in the machine, a 466 Celeron and 256mb of memory. I didn't add any cards to the machine because everything I needed was on the motherboard.

    I also had a USB audio device from Onkyo, the SE-U55, which I was going to use so that I could connect the output to the optical input on my receiver.

    I installed Win2k on the machine, I know because of that I won't get much sympathy here on slashdot.

    The first problem I had was that the sound coming out of the onboard audio device was garbage. Mp3s played fine but sounded distorted. I tried many other sources of audio and everything was coming out distorted.

    I figured it was just bad on board audio so I switched to the USB audio device and it also sounded distorted.

    I then tested everything using my Compaq E500 laptop and it sounded great so I knew it was the hardware.

    I did some research and found that the southbridge on the motherboard was in the family of VIA chipsets that seemed to be causing problems for other people. I tried new drivers and every hint I could find online but nothing seemed to work.

    I bought a different motherboard with a non-via chipset and everything has been great since. I miss the small size of the FV24 but I don't miss the unusable audio.

    Chris (krafter@zilla.net)

  6. Chassis produced by AMS Electronics by HuangBaoLin · · Score: 4, Informative

    I have a friend who works for the company (AMS Electronics) who makes this aluminum chassis. They sell the same barebones product (called GBOX) direct off their website.

    http://www.amselectronics.com/Products/PC_Servers/ CF-7989.html

    They've changed the front slightly to accept a variety of clear or colored pexiglass shields. This is a great product! Damn sexy and a perfect PC to lug around (just add handle :P )