Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't connect to wifi network - Ralink 3070

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
fasset
Posts: 2
Joined: 2018-01-29 18:30

Can't connect to wifi network - Ralink 3070

#1 Post by fasset »

Hi. I have problems with wifi network - I can see list of SSIDs but can't connect to anyone. Wifi adapter:

- Bus 007 Device 003: ID 148f:3070
Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter

System version:
Linux debian 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux

Chipset drivers works (can see SSID). What can I do more to solve this problem? Thanks for any response.

Code: Select all

root@debian:/home/fasset# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.7  netmask 255.255.255.224  broadcast 192.168.0.31
        inet6 fe80::baac:6fff:fe89:b186  prefixlen 64  scopeid 0x20<link>
        ether b8:ac:6f:89:b1:86  txqueuelen 1000  (Ethernet)
        RX packets 78057  bytes 99337662 (94.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 50413  bytes 5096099 (4.8 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 3044  bytes 231180 (225.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3044  bytes 231180 (225.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlx00aaab03226b: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 1a:65:08:93:60:75  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  collisions 0

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Can't connect to wifi network - Ralink 3070

#2 Post by bw123 »

There's a nice wiki or two. I use an rt2870 sometimes it works fine. Has an issue with random mac on networkmanager.

https://wiki.debian.org/WiFi
https://wiki.debian.org/WiFi/HowToUse
resigned by AI ChatGPT

fasset
Posts: 2
Joined: 2018-01-29 18:30

Re: Can't connect to wifi network - Ralink 3070

#3 Post by fasset »

I have done all points of this turtorials earlier. Unfortunately it still doesn't work.

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Can't connect to wifi network - Ralink 3070

#4 Post by bw123 »

fasset wrote:I have done all points of this turtorials earlier. Unfortunately it still doesn't work.
Did you really try *all* of the methods, including network-manager, wicd, connman, and ifupdown? I've used mine with ifupdown and wpa_supplicant+wpa_cli, and also on networkmanager after disabling random mac. I haven't used the other methods.

If you couldn't get any of the many methods to work that is a real mystery. I'm sure if that device was broken in linux it would get some attention, there are plenty of links on the web.

You can check to make sure that specific device is supported here:
https://wiki.debian.org/rt2800usb

Some more odd collection of people with trouble. Be careful, lot of real wacky stuff in these links.
https://duckduckgo.com/html/?q=linux+rt3070
resigned by AI ChatGPT

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: Can't connect to wifi network - Ralink 3070

#5 Post by Dai_trying »

if the problem is random mac address (I suspect it may be) then there is a simple fix.

Edit /etc/NetworkManager/NetworkManager.conf and add

Code: Select all

[device]
wifi.scan-rand-mac-address=no
and then you may (or may not) need to logout/in (or reboot) to make the system use the new configuration. It has worked with a couple of other devices that have had same issue.

Post Reply