rtl-wifi-commit Mailing List for Realtek Linux wireless driver
Status: Alpha
Brought to you by:
hauke-m
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Hosam H. <h.h...@gm...> - 2014-07-17 10:15:44
|
Hello there, I have Ubuntu 13.10 Server running 3.11 kernel, I also have two USB Wireless adapters as follows: Adapter 1: Realtek RTL8187B chipset https://www.thinkpenguin.com/gnu-lin...-g-usb-adapter Adapter 2: AR7010+AR9280 chipsets https://www.thinkpenguin.com/gnu-lin...nux-tpe-nusbdb They claim that they work out of the box and they did, however, Adapter 2 had some limitations on frequency use So, I recompiled backports 3.15 source files after doing some manipulations to get a more opened driver, these manipulations were only for Atheros drivers Now, Adapter 1 stopped working, I tested the same adapter on another computer and it works fine The adapter doesn't even show up in lshw -C network I looked at the module in /lib/modules and the module is still there, apparently it wasn't modified recently Kindly look at the following codes hosam@Robin-05:~$ sudo modprobe rtl8187 ERROR: could not insert 'rtl8187': Invalid argument hosam@Robin-05:~$ sudo insmod /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko Error: could not insert module /lib/modules/3.11.0-12-generic/kernel/drivers/net/wireless/rtl818x/rtl8187/rtl8187.ko: Invalid parameters hosam@Robin-05:~$ dmesg | tail [ 3097.162711] rtl8187: disagrees about version of symbol wiphy_rfkill_start_polling [ 3097.162716] rtl8187: Unknown symbol wiphy_rfkill_start_polling (err -22) [ 3097.162739] rtl8187: disagrees about version of symbol ieee80211_unregister_hw [ 3097.162744] rtl8187: Unknown symbol ieee80211_unregister_hw (err -22) [ 3097.162757] rtl8187: disagrees about version of symbol ieee80211_beacon_get_tim [ 3097.162761] rtl8187: Unknown symbol ieee80211_beacon_get_tim (err -22) [ 3097.162800] rtl8187: disagrees about version of symbol ieee80211_rx_irqsafe [ 3097.162805] rtl8187: Unknown symbol ieee80211_rx_irqsafe (err -22) [ 3097.162828] rtl8187: disagrees about version of symbol ieee80211_rts_duration [ 3097.162833] rtl8187: Unknown symbol ieee80211_rts_duration (err -22) Do you have any suggestions? Thank you Regards, Eng. Hosam Hittini |
|
From: <fal...@us...> - 2008-07-09 12:52:36
|
Revision: 83
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=83&view=rev
Author: falmouth
Date: 2008-07-09 05:52:33 -0700 (Wed, 09 Jul 2008)
Log Message:
-----------
our CCMP, TKIP and WEP modules names end in -rtl
Modified Paths:
--------------
ieee80211/ieee80211_softmac.c
ieee80211/ieee80211_wx.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fal...@us...> - 2008-07-04 22:06:30
|
Revision: 82
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=82&view=rev
Author: falmouth
Date: 2008-07-04 15:06:28 -0700 (Fri, 04 Jul 2008)
Log Message:
-----------
tidy-up Makefiles, Changes to 93cx6 EEPROM access
Modified Paths:
--------------
ChangeLog
Makefile
ieee80211/Makefile
rtl8187-newstack/Makefile
rtl8187-newstack/r8180_hw.h
rtl8187-newstack/r8187.h
rtl8187-newstack/r8187_core.c
rtl818x-newstack/Makefile
rtl818x-newstack/r8180.h
rtl818x-newstack/r8180_core.c
rtl818x-newstack/r8180_hw.h
Added Paths:
-----------
eeprom_93cx6/
eeprom_93cx6/Makefile
eeprom_93cx6/eeprom_93cx6.c
eeprom_93cx6/linux/
eeprom_93cx6/linux/eeprom_93cx6.h
Removed Paths:
-------------
rtl8187-newstack/r8180_93cx6.c
rtl8187-newstack/r8180_93cx6.h
rtl818x-newstack/r8180_93cx6.c
rtl818x-newstack/r8180_93cx6.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fal...@us...> - 2008-07-04 16:16:14
|
Revision: 81
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=81&view=rev
Author: falmouth
Date: 2008-07-04 09:16:12 -0700 (Fri, 04 Jul 2008)
Log Message:
-----------
updated for kernel 2.6.24
Modified Paths:
--------------
ieee80211/compat.h
ieee80211/ieee80211_crypt_ccmp.c
ieee80211/ieee80211_crypt_tkip.c
ieee80211/ieee80211_crypt_wep.c
rtl8187-newstack/r8187_core.c
rtl818x-newstack/compat.h
rtl818x-newstack/r8180_core.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fal...@us...> - 2008-07-01 15:13:13
|
Revision: 80
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=80&view=rev
Author: falmouth
Date: 2008-07-01 08:13:10 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
fixed compat.h error that effected kernel 2.6.8 and earlier
Modified Paths:
--------------
rtl8180-migration-for-upstream/compat.h
rtl8187-newstack/compat.h
rtl818x-newstack/compat.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fal...@us...> - 2008-07-01 14:02:57
|
Revision: 79
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=79&view=rev
Author: falmouth
Date: 2008-07-01 07:02:54 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
The previous revision didn't work on kernel 2.6.8 (rev 57 did)
Revision Links:
--------------
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=57&view=rev
Modified Paths:
--------------
ChangeLog
ieee80211/ieee80211_crypt_ccmp.c
ieee80211/ieee80211_crypt_tkip.c
ieee80211/ieee80211_crypt_wep.c
ieee80211/ieee80211_rx.c
rtl818x-newstack/Makefile
rtl818x-newstack/r8180.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 05:10:09
|
Revision: 78
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=78&view=rev
Author: thenihilist
Date: 2008-04-27 22:10:06 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
rtl8180-migration-for-upstream/r8180_93cx6.c
rtl8180-migration-for-upstream/r8180_core.c
rtl8180-migration-for-upstream/r8180_gct.c
rtl8180-migration-for-upstream/r8180_max2820.c
rtl8180-migration-for-upstream/r8180_rtl8225.c
rtl8180-migration-for-upstream/r8180_rtl8255.c
rtl8180-migration-for-upstream/r8180_sa2400.c
rtl8180-migration-for-upstream/r8180_wx.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:52:29
|
Revision: 77
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=77&view=rev
Author: thenihilist
Date: 2008-04-27 21:52:27 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:51:12
|
Revision: 76
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=76&view=rev
Author: thenihilist
Date: 2008-04-27 21:51:10 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180_core.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:45:37
|
Revision: 75
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=75&view=rev
Author: thenihilist
Date: 2008-04-27 21:45:32 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
rtl8180-migration-for-upstream/r8180_core.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:30:13
|
Revision: 74
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=74&view=rev
Author: thenihilist
Date: 2008-04-27 21:30:11 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Removed compat.h
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180_wx.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:29:16
|
Revision: 73
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=73&view=rev
Author: thenihilist
Date: 2008-04-27 21:29:14 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
rtl8180-migration-for-upstream/r8180_93cx6.h
rtl8180-migration-for-upstream/r8180_gct.h
rtl8180-migration-for-upstream/r8180_max2820.h
rtl8180-migration-for-upstream/r8180_rtl8225.h
rtl8180-migration-for-upstream/r8180_rtl8255.h
rtl8180-migration-for-upstream/r8180_sa2400.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:29:00
|
Revision: 72
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=72&view=rev
Author: thenihilist
Date: 2008-04-27 21:28:56 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
rtl8180-migration-for-upstream/r8180_93cx6.c
rtl8180-migration-for-upstream/r8180_core.c
rtl8180-migration-for-upstream/r8180_gct.c
rtl8180-migration-for-upstream/r8180_max2820.c
rtl8180-migration-for-upstream/r8180_rtl8225.c
rtl8180-migration-for-upstream/r8180_rtl8255.c
rtl8180-migration-for-upstream/r8180_sa2400.c
rtl8180-migration-for-upstream/r8180_wx.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 04:07:22
|
Revision: 71
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=71&view=rev
Author: thenihilist
Date: 2008-04-27 21:07:17 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
rtl8180-migration-for-upstream/r8180_core.c
rtl8180-migration-for-upstream/r8180_wx.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 03:45:11
|
Revision: 70
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=70&view=rev
Author: thenihilist
Date: 2008-04-27 20:45:08 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Initial clean up
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 03:43:56
|
Revision: 69
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=69&view=rev
Author: thenihilist
Date: 2008-04-27 20:43:52 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Initial clean up
Modified Paths:
--------------
rtl8180-migration-for-upstream/r8180_core.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2008-04-28 03:36:22
|
Revision: 68
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=68&view=rev
Author: thenihilist
Date: 2008-04-27 20:36:18 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Added Paths:
-----------
rtl8180-migration-for-upstream/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-11-18 01:47:40
|
Revision: 67
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=67&view=rev
Author: thenihilist
Date: 2007-11-17 17:47:39 -0800 (Sat, 17 Nov 2007)
Log Message:
-----------
Fixes
Modified Paths:
--------------
rtl8180_rtl8185_linux_2_6_23.patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-11-18 00:53:01
|
Revision: 66
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=66&view=rev
Author: thenihilist
Date: 2007-11-17 16:52:59 -0800 (Sat, 17 Nov 2007)
Log Message:
-----------
Initial commit
Modified Paths:
--------------
ChangeLog
Added Paths:
-----------
rtl8180_rtl8185_linux_2_6_23.patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-09-25 04:51:02
|
Revision: 65
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=65&view=rev
Author: thenihilist
Date: 2007-09-24 21:50:59 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
Added -I$(TOPDIR)/include
Modified Paths:
--------------
rtl818x-newstack/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-09-25 04:34:55
|
Revision: 64
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=64&view=rev
Author: thenihilist
Date: 2007-09-24 21:34:46 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
Clean up'ed typo
Modified Paths:
--------------
rtl818x-newstack/r8180.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-09-23 08:13:37
|
Revision: 63
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=63&view=rev
Author: thenihilist
Date: 2007-09-23 01:13:34 -0700 (Sun, 23 Sep 2007)
Log Message:
-----------
Moved stuff over here for migrating to Linux native ieee80211-layer
Modified Paths:
--------------
rtl818x-newstack/r8180.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <the...@us...> - 2007-09-23 06:44:14
|
Revision: 62
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=62&view=rev
Author: thenihilist
Date: 2007-09-22 23:44:09 -0700 (Sat, 22 Sep 2007)
Log Message:
-----------
Fixed a compilation error when debug was on.
Modified Paths:
--------------
ChangeLog
ieee80211/ieee80211_rx.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-07-29 13:07:47
|
Revision: 61
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=61&view=rev
Author: hauke-m
Date: 2007-07-29 06:07:44 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
fix some error in last version
Modified Paths:
--------------
rtl8187-newstack/ieee80211.h
rtl818x-newstack/ieee80211.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ha...@us...> - 2007-07-29 13:07:27
|
Revision: 60
http://rtl-wifi.svn.sourceforge.net/rtl-wifi/?rev=60&view=rev
Author: hauke-m
Date: 2007-07-29 06:07:20 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
fix some error in last version
Modified Paths:
--------------
ieee80211/Makefile
ieee80211/ieee80211.h
ieee80211/ieee80211_wx.c
Removed Paths:
-------------
ieee80211/ieee80211_geo.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|