Older laptops have those PCMCIA slots "card slots".
You can buy a new card for those laptops that gives them 4 USB ports
all at USB 2.0 speed. It is cheap at 6 dollars new.
Hi cast-fish, maybe you can help me...
I have a little server, a Toshiba Magnia SG20, that is a lot like an old laptop in some ways:
*) it has a pair of PATA hard drives, little notebook sized (2.5") ones
*) it has a pcmcia slot that wa originally populated with a wireless card
it also has
*) a built-in 8-port switch visible as eth0
*) a single ethernet port (presumably as eth1)
*) an Agere Systems LT WinModem
*) a parallel (printer) port
and
*) no video
*) no keyboard
*) no "PS/2" (mouse/keyboard) ports
*) no USB ports
I've got micro core on hda1 starting openssh onboot so I can log in and I've got a 4-port USB hub in the PCMCIA slot.
My problem is I can't see the devices that I plug in to the USB ports - so far I've tried a couple of different USB flash drives.
lspci and lsusb produce:
tc@gilkerson:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:09.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 0d)
00:0a.0 Communication controller: Agere Systems LT WinModem (rev 02)
00:0b.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller
02:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 61)
02:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 63)
tc@gilkerson:~$
tc@gilkerson:~$ lsusb
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
tc@gilkerson:~$
tc@g
Any clues on how to access the USB devices?