Re: Re: OPTION 3G+ Orange
Volker <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On 12/23/-58 20:59, Matthias Apitz wrote: > Holla, > > The mentioned card is supported in versions above FreeBSD 6.2 > by the ubsa(4) driver and I've just pulled out the revision 1.20 > (6.2 has 1.17) from CVS: If it's really a card named "Option 3G+" or "Option 3G-Max", then it's not getting to work using ubsa. The card (serial number starting with "NZ...") has a totally different interface (nozomi). Someone (don't remember now) mailed me a partially working (say, partially untested) driver for that card (parts of code are still GPL'd so not ready for inclusion into the base system). I only fixed one compiler error but haven't done anything with it yet. If your card has serial number "NZ...", you may check the driver out at: http://bsd.vwsoft.com/3g/nozomi/Makefile http://bsd.vwsoft.com/3g/nozomi/nozomi.c Put both files into a temp folder, `make' and `kldload nozomi' and see if it works for you. Please report any errors. The device is named /dev/ttyN[0-9] (use the first port for modem comm). Volker _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"