Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[wifi with RT5390] No wireless extension
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
vildric
n00b
n00b


Joined: 20 May 2013
Posts: 12

PostPosted: Fri Sep 20, 2013 7:25 pm    Post subject: [wifi with RT5390] No wireless extension Reply with quote

Hi !

My wireless internet connection don't work with gentoo and the ralink RT5390 wifi card.

I installed linux-firmware becase my firmware is rt2800pci, I follow the instruction of the *Wifi doc page* of gentoo and my wifi still don't work.

There is my kernel config :
Code:

 [*] Networking support --->
       -*- Wireless --->
                <*> cfg80211 - wireless configuration API
                 [*] cfg80212 wireless extensions compatibility
                <*> Generic IEEE 802.11 Networking Stack
   Device Driver --->
              [*] Network device support --->
                        Wireless WAN --->
                              <M> Ralink driver support --->
                                       <M> Ralink rt27xx/rt28xx/rt30xx
                                       [*] rt2800pci - support rt5390


I have also the support for PPP support and too the eeprom_93cx6 compiled as module else I had an unknow symbole error.

Now, when I modprob rt2800pci I have no error, no error in dmesg too, and ifconfig return :

Code:

enp4s0: bla
lo: bla
wlp2s0: flags=4099<Up, BROADCAST, MULTICAST> mtu 1500
             ether e0:06:e6:88:5f:83 txqueuelen 1000 (Ethernet)
              RX packets 0 bytes 0 (0.0 B)
              RX errors 0 dropped 0 overruns 0 frame 0
              TX packets 0 bytes 0 (0.0 B)
              TX errors 0 dropped 0 overruns 0 carrier 0 collision 0


like if my card was well recognized. But iwconfig return :
Code:

$ iwconfig
wlp2s0: no wireless extension


and wicd can't find any network.

Someone can help me?

Thanks!
Back to top
View user's profile Send private message
pepi55
n00b
n00b


Joined: 28 Oct 2013
Posts: 37
Location: The Internet

PostPosted: Wed Jan 22, 2014 12:49 pm    Post subject: Reply with quote

bump

In my case dmesg says that it recognized my chipset as 5390 and that it loaded the firmware.
Using built in modules and linux-firmware package. everything works but iwconfig reports no wireless extensions.
Back to top
View user's profile Send private message
nix213
n00b
n00b


Joined: 08 Feb 2013
Posts: 23
Location: Illinois

PostPosted: Wed Jan 22, 2014 3:10 pm    Post subject: Reply with quote

This is just a shot in the dark, but I'm noticing the only option available for this module is "nohwcrypt" which is false by default. You might try loading the module with that turned on
Code:
modprobe rt2800pci nohwcrypt=1


On a side note, the patch for these kernel drivers orginally came from over here. The new site for that vendor (ralinktech) is mediatek, and I found a link to some drivers or something over here (had to use google to find it, the 'linux' link on their page didn't send me to the right place).

There were some people over on the ubuntu forums who had some problems with these drivers though, and supposedly they got it working, although I'm not sure entirely what they did. There's a link to a vendor driver in that thread though over here. They look pretty different than the stuff I saw in the kernel though.

:?
_________________
"Wherever you go, go with all your heart." -Confucius
Back to top
View user's profile Send private message
pepi55
n00b
n00b


Joined: 28 Oct 2013
Posts: 37
Location: The Internet

PostPosted: Wed Jan 22, 2014 4:17 pm    Post subject: Reply with quote

Apparently building the kernel drivers as modules fixed the issue somehow...

i would like them to be build inside the kernel but that's out of the question. I wonder why... I think you could have the same problem? Just rebuild your kernel with rt2800 experimental rt5390 support as <M> instead of <*>

Device Drivers --> Networking support --> Wireless drivers --> Ralink --> rt2800 (i think that is the path)

for me it worked instantly at next boot with separate drivers
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