Subject: Re: Sierra Aircard 7X0
To: Alicia da Conceicao <alicia@engine.ca>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 09/11/2005 17:53:21
Alicia da Conceicao <alicia@engine.ca> writes:
> Has anyone been able to get a Sierra Aircard 710/750/755, which is
> a wireless GSM/GPRS PCMCIA card.
>
> This card has decent Linux support:
>
>     http://www.sierrawireless.com/SupportDownload/ac7x0_linux.asp
>
> which includes a Linux serial driver that allows one to run ppp
> over it.
>
> Previously there were a few postings about Sierra Aircarda on
> the NetBSD mailing lists, but no one mentioned if they could get
> it to work.

My guess is that if the card is like the other Sierra card, it
attaches as an OHCI on the cardbus and has faked up serial devices
attached on the fake USB bus.

See if the card will attach as a USB controller by uncommenting the
"CardBus USB controllers" section of  GENERIC.

Assuming it attaches, then try adding this to your kernel:

ugensa* at uhub? port ?
ucom*   at ugensa?

If that works, you can talk to the card on ttyU0.

the ugensa stuff is a gross hack and needs to be improved, and will
spew error messages during attach that you can ignore. Also, note that
if you're running current, there was a bad bug until recently that
caused panics when attaching a USB cardbus controller -- you'll want
to update to very very current to avoid that.

Perry