linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: "Viktor Ilijašić" <viktor.ilijasic@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: rtl8187 not handling my usb card
Date: Mon, 16 Feb 2009 11:11:57 -0500	[thread overview]
Message-ID: <20090216161157.GB2870@tuxdriver.com> (raw)
In-Reply-To: <63d38a500902152133y264b783cl76800ed3efa46dd4@mail.gmail.com>

On Mon, Feb 16, 2009 at 06:33:10AM +0100, Viktor Ilija=C5=A1i=C4=87 wro=
te:

> The card is AirLive WL1600USB, PCI/USB ID 1b75:8187,
> url: http://www.airlive.com/product/product_3.jsp?pdid=3DPD1223473034=
861
>=20
> I somehow have the feeling that the PCI/USB ID of this card is
> unrecognized by the module (if the module even recognizes hardware
> only by it's ID), since this is rather obscure ID (google only return=
s
> 2 results for that ID). I'm no expert, I might be wrong.

You might try applying the patch below and rebuilding your kernel.
Does that get the driver to recognize the device?

John

---

diff --git a/drivers/net/wireless/rtl818x/rtl8187_dev.c b/drivers/net/w=
ireless/rtl818x/rtl8187_dev.c
index 82bd47e..5da2bd7 100644
--- a/drivers/net/wireless/rtl818x/rtl8187_dev.c
+++ b/drivers/net/wireless/rtl818x/rtl8187_dev.c
@@ -59,6 +59,8 @@ static struct usb_device_id rtl8187_table[] __devinit=
data =3D {
 	{USB_DEVICE(0x0df6, 0x0028), .driver_info =3D DEVICE_RTL8187B},
 	/* Abocom */
 	{USB_DEVICE(0x13d1, 0xabe6), .driver_info =3D DEVICE_RTL8187},
+	/* AirLive */
+	{USB_DEVICE(0x1b75, 0x8187), .driver_info =3D DEVICE_RTL8187},
 	{}
 };
=20

--=20
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-02-16 16:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <63d38a500902152114o7b3c0f91j571a1e1d62e31d24@mail.gmail.com>
2009-02-16  5:33 ` rtl8187 not handling my usb card Viktor Ilijašić
2009-02-16 16:11   ` John W. Linville [this message]
2009-02-16 16:20   ` Larry Finger
2009-02-16 23:15 Xose Vazquez Perez
2009-02-16 23:17 ` Larry Finger
2009-02-17  0:03   ` Hin-Tak Leung
2009-02-17  0:12     ` Larry Finger
2009-02-17  9:49       ` Viktor Ilijašić
2009-02-17 16:05         ` Larry Finger
     [not found]           ` <63d38a500903141114m17d9123ey7d934cd05496c1c5@mail.gmail.com>
2009-03-14 18:16             ` Viktor Ilijašić
2009-03-14 18:29               ` Larry Finger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090216161157.GB2870@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=viktor.ilijasic@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).