Re: Surecom 9001 and linux on PPC
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
On Mon, 5 Apr 2004, Stefano Marinelli wrote:
> On Fri, Apr 02, 2004 at 09:44:34AM -0500, Francis Provencher wrote:
> > One simple question: are you sure you loaded the good driver for your
> > device?
> >
> > I myself struggled with that when first installing the driver: there is
> > more than one driver build...
>
> It should be: on the supported devices page, it says that surecom 9001
> is supported by the at76c503-rfmd driver...
>
> > grep for the USB ids (xxx,yyy) in the source C files. If
> > you find the pair, manually load the corresponding driver
> > (at76c503-rfmd, at76c503-rmfd-acc, at76c503-i3861, at76c503-i3863,
> > at76c505-rfmd,at76c505-rfmd2958), e.g. by
> >
> > modprobe -v at76c503-rfmd
>
> I've found that the ids are vend/id:0xace prod/id:0x1201
Hmm, the device list states only, that the Surecom 9001 _with the device
ids 1371/0002_ is supported by at76c503-rfmd. Blame Surecom for re-using the
same product name for some other hardware!
Your device seems to be supported by the wlan-ng driver:
$ grep 1201 *.c
prism2sta.c:// {PRISM_USB_DEVICE(0x0ace, 0x1201, "ZyDAS ZD1201 Wireless
USB Adapter")},
/Jörg