Discussion:
[Orinoco-users] How do I get a card officially added to orinoco_cs.c
John Ruschmeyer
2006-10-15 00:00:44 UTC
Permalink
I have what appears to be an OEM version of the Zcom XI-300 which is
identical to the normal version except for its device id. These were sold
cheaply by TigerDirect a few years back.

If I add an entry for it to orinoco_cs.c, it works fine, but I'd like to see
it added "officially" to the driver.

Here is the output from `cardctl ident`:

product info: " ", "IEEE 802.11 Wireless LAN/AP Card", ""
manfid: 0xd601, 0x0003
function: 6 (network)

After adding it to orinoco_cs.c and rebuilding the driver, it is detected
correctly. Here is the dmesg output:

[17179634.052000] orinoco 0.15 (David Gibson <***@gibson.dropbear.id.au>,
Pavel Roskin <***@gnu.org>, et al)
[17179634.064000] orinoco_cs 0.15 (David Gibson <
***@gibson.dropbear.id.au>, Pavel Roskin <***@gnu.org>, et al)
[17179634.216000] eth0: Hardware identity 8002:0000:0001:0000
[17179634.216000] eth0: Station identity 001f:0001:0001:0007
[17179634.216000] eth0: Firmware determined as Intersil 1.7.1
[17179634.216000] eth0: Ad-hoc demo mode supported
[17179634.216000] eth0: IEEE standard IBSS ad-hoc mode supported
[17179634.216000] eth0: MAC address 00:A0:65:00:01:02
[17179634.216000] eth0: Station name "Prism I"
[17179634.220000] eth0: ready
[17179634.220000] eth0: index 0x01: Vcc 5.0, irq 4, io 0x0180-0x01bf

Is there someone I can send this info to in order to get the card added?

Thanks...
<<<john>>>
Pavel Roskin
2006-10-15 06:51:05 UTC
Permalink
Hello!
Post by John Ruschmeyer
product info: " ", "IEEE 802.11 Wireless LAN/AP Card", ""
manfid: 0xd601, 0x0003
function: 6 (network)
Considering the the string ID looks so sloppy, I think it's a safe bet
to use the numeric ID.
Post by John Ruschmeyer
Is there someone I can send this info to in order to get the card added?
I've committed the change to the Subversion repository. It will be
pushed upstream after Linux 2.6.19 release.
--
Regards,
Pavel Roskin
Loading...