Welcome, Guest. Please login or register.

Author Topic: another PCMCIA goody!  (Read 2800 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CRLTopic starter

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 61
    • Show only replies by CRL
another PCMCIA goody!
« on: January 07, 2004, 10:24:28 PM »
Hi All-
I was wandering through a Staples (office supply store in USA) and saw a wall of blister-packed pcmcia cards for laptops.  The new one (to me) was a USB port mounted on the pcmcia card for about $50.  Of course, no Amiga drivers.    Eeeek!   First wireless net cards and now USB cards, both highly desirable expansions of my A1200, and both out of reach for want of a driver.  Is anyone working on this problem?  Is it just way more difficult than a naive non-programmer like me can understand?  Or is the "classic" Amiga so dead that nobody wants to decorate the corpse with new grave goods?  I would be willing to buy drivers that let me use such cheap and powerful extensions.   Right, - me and maybe 13 other fools who blindly refuse to be assimilated by the Bor-.. er... the M$ empire.
Oh well.
CRL ;-)
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12114
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: another PCMCIA goody!
« Reply #1 on: January 07, 2004, 10:27:12 PM »
Quote

CRL wrote:
Hi All-
I was wandering through a Staples (office supply store in USA) and saw a wall of blister-packed pcmcia cards for laptops.  The new one (to me) was a USB port mounted on the pcmcia card for about $50.  Of course, no Amiga drivers.    Eeeek!   First wireless net cards and now USB cards, both highly desirable expansions of my A1200, and both out of reach for want of a driver.  Is anyone working on this problem?  Is it just way more difficult than a naive non-programmer like me can understand?  Or is the "classic" Amiga so dead that nobody wants to decorate the corpse with new grave goods?  I would be willing to buy drivers that let me use such cheap and powerful extensions.   Right, - me and maybe 13 other fools who blindly refuse to be assimilated by the Bor-.. er... the M$ empire.
Oh well.
CRL ;-)


I have asked this question, but The A1200 PCMCIA is 16bit and the modern PC is 32bit (called Cardbus). the A1200 can not use these cards :-(

Offline Neo

  • Jr. Member
  • **
  • Join Date: Oct 2003
  • Posts: 77
    • Show only replies by Neo
Re: another PCMCIA goody!
« Reply #2 on: January 07, 2004, 10:38:49 PM »
My Netgear Wireless card on my Laptop is 16bit 5V. So, there is still being cards manufactured for that standard. But I guess some high performance cards may use 32bit and 3.3V.

Anyway, wireless support for Amiga may not show up sone because the lack of 68k drivers. (Manufacturers can't release the source or specs due to FCC compliance rules)

For the USB ones check the specs. There are more 16bit 5V cards on the market than you think. But, ofcourse you have to make sure you can get a driver for it.
A3000D CyberstormPPC 040/25 (oc. 40MHz), 604e/180, 128MB Ram, CyberVisionPPC, AriadneII, AmigaOS 3.9 BB2, MiamiDX, Voyager 3.3, SMB-Handler, FroggerNG, Compal 15\\" TFT Monitor
 

Offline B00tDisk

  • VIP / Donor - Lifetime Member
  • Hero Member
  • *****
  • Join Date: Dec 2002
  • Posts: 1670
    • Show only replies by B00tDisk
    • http://www.thedelversdungeon.com
Re: another PCMCIA goody!
« Reply #3 on: January 07, 2004, 11:04:19 PM »
There's lots of neat PCMCIA toys out there that unfortunately were post-16 bit era; IIRC there's a PCI slot box that connects via PCMCIA (although it's prohibitively expensive!), there's a trident based video card, and I do recall having seen a '286 based on a PCMCIA card with it's own RAM (2mb) and I/O!

Sadly without some kind of brain surgery none of these cool toys would ever work on any amiga, ever.
Back away from the EU-SSR!
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: another PCMCIA goody!
« Reply #4 on: January 08, 2004, 02:04:02 AM »
Quote

Neo wrote:
Anyway, wireless support for Amiga may not show up sone because the lack of 68k drivers. (Manufacturers can't release the source or specs due to FCC compliance rules)


Not true.  There are lots of open source drivers for wireless network adapters (pcmcia, pccard, pci, and USB) on Linux.  So, the FCC isn't the hang up.
Time to move on.  Bye Amiga.org.  :(
 

Offline Neo

  • Jr. Member
  • **
  • Join Date: Oct 2003
  • Posts: 77
    • Show only replies by Neo
Re: another PCMCIA goody!
« Reply #5 on: January 08, 2004, 03:42:22 AM »
@adolescent

I got this info about the FCC from one of those open source drivers.
The radio part in those drivers are precompiled x86 code that you have
to link your open source driver to make it work. Apparently there are
drivers for PPC too. But I'm not sure that any of the Linux drivers
are for 68k systems. Haven't seen any yet!

I wanted to do a driver for Atheros based cards (Netgear, D-Link and
more) a couple of months ago but couldn't find any code that wheren't
bound to Intel machines.
A3000D CyberstormPPC 040/25 (oc. 40MHz), 604e/180, 128MB Ram, CyberVisionPPC, AriadneII, AmigaOS 3.9 BB2, MiamiDX, Voyager 3.3, SMB-Handler, FroggerNG, Compal 15\\" TFT Monitor
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: another PCMCIA goody!
« Reply #6 on: January 08, 2004, 04:49:05 AM »
I've used the orinco driver with my MA401 with no problems.  I just looked at the source and there isn't any binary or precompiled pieces.  Maybe you're looking at the wrong place (or I am)?
Time to move on.  Bye Amiga.org.  :(
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: another PCMCIA goody!
« Reply #7 on: January 08, 2004, 04:55:27 AM »
Quote
The radio part in those drivers are precompiled x86 code that you have


Check out http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.html for the latest news on Linux wireless networking development. Some drivers may still include pre-compiled binaries, but I'm having trouble tracking them down. It should also be noted that we aren't technically allowed to distribute software ported from GPL code to a non-GPL operating system. When in doubt, contact the original author. ;-)

Trev
 

Offline CRLTopic starter

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 61
    • Show only replies by CRL
Re: another PCMCIA goody!
« Reply #8 on: January 08, 2004, 06:07:31 PM »
Hi All-
It is my impression that some of the wi-fi cards I looked at were 16 bit.  I can't remember about the USB card.  Does the existance of linix drivers for these cards mean there is some hope of someone having the information to do a port to ami?  There might be hope? :-o

Yours-
CRL
 

Offline Neo

  • Jr. Member
  • **
  • Join Date: Oct 2003
  • Posts: 77
    • Show only replies by Neo
Re: another PCMCIA goody!
« Reply #9 on: January 09, 2004, 12:01:01 AM »
I would guess that many USB 1.0 and 1.1 cards are 16bit. However I'm
quite sure most USB 2.0 cards are 32bit.

32bit yeilds higher speed, but for a 11Mbit connection it wouldn't do
much different.

I've noticed that my 3com 10/100Mbit ethernet card for my laptop is
actually a 16bit version.

16bit cards are usually called PC Card or PCMCIA, while 32bit cards
are called CARDBUS.

Interresting that someone reversed engineered some of the WLAN
drivers and made the code MPL. I'll guess I have to try adding a
PCMCIA slot to my A3000 so I can play with it.
A3000D CyberstormPPC 040/25 (oc. 40MHz), 604e/180, 128MB Ram, CyberVisionPPC, AriadneII, AmigaOS 3.9 BB2, MiamiDX, Voyager 3.3, SMB-Handler, FroggerNG, Compal 15\\" TFT Monitor