Driver: Ralink RT3092

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Vilduha

Driver: Ralink RT3092

Post by Vilduha »

Hello guys!

I'm unable to activate my wifi network. I've updated everything from "update manager" and I've done some google'ing, but can't seem to find a solution :(

I'm running Mint 18.3
Computer: HP hpe-555sc

Anyone got some tips? Thanks in advance :)

Code: Select all

lshw:
*-network DISABLED
description: Wireless interface
product: RT3092 Wireless 802.11n 2T/2R PCIe
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:05:00.0
logical name: wlp5s0
version: 00
serial: 00:26:82:71:52:1c
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=4.13.0-38-generic firmware=0.34 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:19 memory:fa100000-fa10ffff
kukamuumuka

Re: Driver: Ralink RT3092

Post by kukamuumuka »

Code: Select all

inxi -Nn

Code: Select all

rfkill list
Vilduha

Re: Driver: Ralink RT3092

Post by Vilduha »

Code: Select all

inxi -Nn
Network: Card-1: Ralink RT3092 Wireless 802.11n 2T/2R PCIe driver: rt2800pci
IF: wlp5s0 state: down mac: 00:26:82:71:52:1c
Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169
IF: enp6s0 state: up speed: 100 Mbps duplex: full
mac: e0:69:95:33:d3:ed

Code: Select all

rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
kukamuumuka

Re: Driver: Ralink RT3092

Post by kukamuumuka »

Vilduha wrote: Thu Apr 12, 2018 2:54 pm

Code: Select all

Network:   Card-1: Ralink RT3092 Wireless 802.11n 2T/2R PCIe driver: rt2800pci
         
It seems to be a difficult chip. :?
https://wiki.debian.org/WiFi
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Driver: Ralink RT3092

Post by JeremyB »

Try

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Then reboot and see if wifi power management causes this problem
Vilduha

Re: Driver: Ralink RT3092

Post by Vilduha »

JeremyB wrote: Sat Apr 14, 2018 12:08 pm Try

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Then reboot and see if wifi power management causes this problem
Nope, it did not do anything.
Strange thing tho; if I turn off the computer with the "power button 5 sec" -way, wifi works when I turn it back on. But not if I turn it off or restart it normally through the menu :S
administrollaattori wrote: Sat Apr 14, 2018 11:59 am
Vilduha wrote: Thu Apr 12, 2018 2:54 pm

Code: Select all

Network:   Card-1: Ralink RT3092 Wireless 802.11n 2T/2R PCIe driver: rt2800pci
         
It seems to be a difficult chip. :?
https://wiki.debian.org/WiFi
Yea, seems like it :(
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Driver: Ralink RT3092

Post by JeremyB »

Open terminal and run

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL from terminal
Vilduha

Re: Driver: Ralink RT3092

Post by Vilduha »

https://raw.githubusercontent.com/Ubunt ... eless-info

NOTE: WIFI also works if I turn off computer normally, its only when I do menu->quit->restart it doesn't work :? Maybe the power management did something?
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Driver: Ralink RT3092

Post by JeremyB »

I want the URL from terminal after the second command is run
Vilduha

Re: Driver: Ralink RT3092

Post by Vilduha »

JeremyB wrote: Sat Apr 14, 2018 2:46 pm I want the URL from terminal after the second command is run
Sorry :roll:
Last edited by Vilduha on Sat Apr 14, 2018 5:49 pm, edited 2 times in total.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Driver: Ralink RT3092

Post by JeremyB »

Can you change the settings on the wifi router to wireless B/G rather than B/G/N? Then see if it works
Vilduha

Re: Driver: Ralink RT3092

Post by Vilduha »

I changed the router to only B/G, but it didn't do anything.

The strange thing is;
Menu->quit->restart = wifi not working at all
Menu->quit->shut down = wifi working just fine
j8a

Re: Driver: Ralink RT3092

Post by j8a »

Hi, Vildua
I searched for the Ralink wireless driver in the following link: https://wireless.wiki.kernel.org/en/users/drivers which told me it is not supported at all.
Please, consider the advice to buy a dongle and you could save a lot of time. The further improvements on the Linux kernel could solve this problemas, meanwhile we may have to be patient.
Regards,
AK25

Re: Driver: Ralink RT3092

Post by AK25 »

JeremyB wrote: Sat Apr 14, 2018 2:32 pm Open terminal and run

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info

Code: Select all

cat wireless-info.txt | nc termbin.com 9999
Post URL from terminal
i tried the code in the terminal but it shows
<pre> wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireles ... eless-info &amp;&amp; chmod +x wireless-info &amp;&amp; ./wireless-info
--2018-08-10 22:02:10-- https://github.com/UbuntuForums/wireles ... eless-info
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Ubunt ... eless-info [following]
--2018-08-10 22:02:12-- https://raw.githubusercontent.com/Ubunt ... eless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.152.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.152.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17021 (17K) [text/plain]
wireless-info: Permission denied

Cannot write to ‘wireless-info’ (Success).
</pre>
Please tell me what to do?
and second thing, when i run sudo apt purge bcml-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bcml-kernel-source
alokik@alokik2598:/home$ wget http://mirrors.kernel.org/ubuntu/pool/r ... _amd64.deb
--2018-08-10 22:00:48-- http://mirrors.kernel.org/ubuntu/pool/r ... _amd64.deb
Resolving mirrors.kernel.org (mirrors.kernel.org)... 2001:19d0:306:6:0:1994:3:14, 149.20.37.36
Connecting to mirrors.kernel.org (mirrors.kernel.org)|2001:19d0:306:6:0:1994:3:14|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://mirrors.edge.kernel.org/ubuntu/p ... _amd64.deb [following]
--2018-08-10 22:00:50-- http://mirrors.edge.kernel.org/ubuntu/p ... _amd64.deb
Resolving mirrors.edge.kernel.org (mirrors.edge.kernel.org)... 2604:1380:2001:3900::1, 147.75.101.1
Connecting to mirrors.edge.kernel.org (mirrors.edge.kernel.org)|2604:1380:2001:3900::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1549548 (1.5M) [application/octet-stream]
bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb: Permission denied

Cannot write to ‘bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb’ (Permission denied).
this appears.
Joe_Linux

Re: Driver: Ralink RT3092

Post by Joe_Linux »

If you can't see your wireless router and you don't have an Ethernet port, you cannot update the kernel drivers. Why does my wireless card work with Ubuntu derivatives, but not Mint, when Mint is based on Ubuntu? At least it used to be based on Ubuntu, maybe things have changed. Not that it matters but I was a one time financial contributor to the Mint effort. I've always enjoyed my Mint experience. Presently posting from the computer in question with Kubuntu 18.10. Manjaro also worked, but I found it has security issues. Actually the issue is that Manjaro is annoyingly too secure which creates user friendliness issues. This has always been one of the big bugaboos with the Linux Desktop. It killed a lot of Distributions. By the way, this is a fairly expensive Dell 2n1 purchased at Costco. It has an Intel i7 processor with 8 cores. It's not some off brand piece of junk.
Gemstone

Re: Driver: Ralink RT3092

Post by Gemstone »

Hi! My lenovo Thinkpad A475 has also got Realtek 8822 BE wireless pci drive

"lspci" clear shows it does not recognize it as a valid wireless driver, just some b822 chipset.

And adding that "rtl8822befw.bin" file to /lib/firmware/rtlwifi did not work

Any solutions?

BTW: this guy seems have come up with some solution to it, but in newer kernel of Linux 4.20 , meanwhile latest Mint only got 4.15

https://github.com/lwfinger/rtlwifi_new ... /README.md
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: Driver: Ralink RT3092

Post by Hoser Rob »

Gemstone wrote: Tue Feb 26, 2019 8:06 am ... this guy seems have come up with some solution to it, but in newer kernel of Linux 4.20 , meanwhile latest Mint only got 4.15

https://github.com/lwfinger/rtlwifi_new ... /README.md
Kernel 4.20 is still in the rc stage. This means that even if you were using a true rolling release like Arch or Gentoo, you wouldn't be able to install a stable version. Pre stable kernels are unreliable and only for expert users (like most Gentoo users, they have to be) who know how to deal with the likely breakages.

WHoever said above that you'd probably be better off buying a cheap USB dongle that does work properly in Linux, I agree with him or her. SOmetimes that's really the best way.
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
Gemstone

Re: Driver: Ralink RT3092

Post by Gemstone »

I switched to Deepin, and it works!

Don't know how those guys dealt with the Realtek driver when ubuntu has not given one.
Locked

Return to “Beginner Questions”