All of lore.kernel.org
 help / color / mirror / Atom feed
From: maximilian attems <max@stro.at>
To: flamingice@sourmilk.net, andreamrl@tiscali.it
Cc: linux-wireless@vger.kernel.org
Subject: rtl8187 on realtek 8189
Date: Fri, 7 Sep 2007 13:12:18 +0200	[thread overview]
Message-ID: <20070907111218.GD16304@stro.at> (raw)

hello guys,

tried to get the wireless of the latest medion working,
but simple pci id addition seems not enough, can't see
any access point.
what info do you need?

also why the hack is the interface wlan0 and not ethX?

regards

-- 
maks

lsusb:                                                                          
Bus 005 Device 003: ID 0bda:8189 Realtek Semiconductor Corp.                    

iwconfig:
wlan0     IEEE 802.11g  ESSID:"tunet"                                           
          Mode:Managed  Channel:0  Access Point: Not-Associated                 
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B                 
          Encryption key:off                                                    
          Link Quality:0  Signal level:0  Noise level:0                         
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0              
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0              

dmesg:
wmaster0: Selected rate control algorithm 'simple'                              
phy1: hwaddr 00:07:ca:06:2e:7b, rtl8187 V0 + rtl8225                            
usbcore: registered new interface driver rtl8187                                


diff --git a/drivers/net/wireless/rtl8187_dev.c b/drivers/net/wireless/rtl8187_dev.c
index e61c6d5..ee6c8dd 100644
--- a/drivers/net/wireless/rtl8187_dev.c
+++ b/drivers/net/wireless/rtl8187_dev.c
@@ -33,6 +33,7 @@ MODULE_LICENSE("GPL");
 static struct usb_device_id rtl8187_table[] __devinitdata = {
 	/* Realtek */
 	{USB_DEVICE(0x0bda, 0x8187)},
+	{USB_DEVICE(0x0bda, 0x8189)},
 	/* Netgear */
 	{USB_DEVICE(0x0846, 0x6100)},
 	{USB_DEVICE(0x0846, 0x6a00)},


             reply	other threads:[~2007-09-07 11:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 11:12 maximilian attems [this message]
2007-09-07 15:27 ` rtl8187 on realtek 8189 Dan Williams
  -- strict thread matches above, loose matches on Subject: below --
2007-09-07 15:50 andreamrl
2007-09-07 16:08 ` maximilian attems
2007-09-07 19:36 ` Johannes Berg

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=20070907111218.GD16304@stro.at \
    --to=max@stro.at \
    --cc=andreamrl@tiscali.it \
    --cc=flamingice@sourmilk.net \
    --cc=linux-wireless@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.