Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
RTL8192EU driver
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
nordicruler
Tux's lil' helper
Tux's lil' helper


Joined: 20 Dec 2004
Posts: 93
Location: Philippines (but from Sweden)

PostPosted: Fri Feb 22, 2019 3:40 am    Post subject: RTL8192EU driver Reply with quote

Im using RTL8192EU driver from https://github.com/Mange/rtl8192eu-linux-driver and i get this flooding in dmesg

Code:
[    8.563867] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 08]
[    8.566194] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 08]
[    8.568858] RTL871X: duplicate tx power limit combination [band 2.4G][regulation FCC][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.571562] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.574164] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.576825] RTL871X: duplicate tx power limit combination [band 2.4G][regulation FCC][bw 20M][rate section HT][rf path 2T][chnl 10]
[    8.579516] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 10]
[    8.582162] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 10]


What is it?
Back to top
View user's profile Send private message
VinzC
Watchman
Watchman


Joined: 17 Apr 2004
Posts: 5098
Location: Dark side of the mood

PostPosted: Sat Mar 16, 2019 10:36 am    Post subject: Reply with quote

From what I read the driver shows conflicting sections from regulatory specifications. There is a file that comes with and is used by wireless drivers and that lists specifications from regulatory organizations such as the FCC and ETSI. The driver may be instructed to use those specifications to have its wireless communications conform to the specs.

In your case there seems to be overlapping specifications or the driver failed to apply only one specification or you might have not told the driver which country's specs it should use. This is only from memory, I don't remember the specifications file name, unfortunately. The package that should contain those regulatory rules is net-wireless/crda.

Hoping this helps...
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
1739!
Back to top
View user's profile Send private message
babinio74
n00b
n00b


Joined: 23 Jun 2022
Posts: 4

PostPosted: Sat Jun 25, 2022 6:19 am    Post subject: Re: RTL8192EU driver Reply with quote

Hello i have the same TP link adaptor can you help me installing the drivers?? Thanks in advance

nordicruler wrote:
Im using RTL8192EU driver from https://github.com/Mange/rtl8192eu-linux-driver and i get this flooding in dmesg

Code:
[    8.563867] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 08]
[    8.566194] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 08]
[    8.568858] RTL871X: duplicate tx power limit combination [band 2.4G][regulation FCC][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.571562] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.574164] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 09]
[    8.576825] RTL871X: duplicate tx power limit combination [band 2.4G][regulation FCC][bw 20M][rate section HT][rf path 2T][chnl 10]
[    8.579516] RTL871X: duplicate tx power limit combination [band 2.4G][regulation ETSI][bw 20M][rate section HT][rf path 2T][chnl 10]
[    8.582162] RTL871X: duplicate tx power limit combination [band 2.4G][regulation MKK][bw 20M][rate section HT][rf path 2T][chnl 10]


What is it?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Jun 25, 2022 6:24 am    Post subject: Re: RTL8192EU driver Reply with quote

babinio74 wrote:
Hello i have the same TP link adaptor can you help me installing the drivers?? Thanks in advance

There is an ebuild in guru overlay.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
babinio74
n00b
n00b


Joined: 23 Jun 2022
Posts: 4

PostPosted: Sat Jun 25, 2022 1:49 pm    Post subject: Re: RTL8192EU driver Reply with quote

ive just start using Gentoo, can you help me installing this ebuild file?


fedeliallalinea wrote:
babinio74 wrote:
Hello i have the same TP link adaptor can you help me installing the drivers?? Thanks in advance

There is an ebuild in guru overlay.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Jun 25, 2022 2:06 pm    Post subject: Re: RTL8192EU driver Reply with quote

babinio74 wrote:
ive just start using Gentoo, can you help me installing this ebuild file?

You can use eselect-repository for add an repository from repos.gentoo.org. After that you can simply use emerge for install it.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
babinio74
n00b
n00b


Joined: 23 Jun 2022
Posts: 4

PostPosted: Sat Jun 25, 2022 2:22 pm    Post subject: Re: RTL8192EU driver Reply with quote

fedeliallalinea wrote:
babinio74 wrote:
ive just start using Gentoo, can you help me installing this ebuild file?

You can use eselect-repository for add an repository from repos.gentoo.org. After that you can simply use emerge for install it.


thanks a lot!!I think i can make it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum