LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-16-2019, 06:52 AM   #1
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Rep: Reputation: Disabled
USB WiFi connection fails


The USB WiFi (Panda Wireless PAU06) worked fine with Stretch. Did a clean install with Buster (latest Debian stable) and it won't connect.
I have tried using nmcli in lieu of the gui; still no joy

Quote:
root@kilroy:/# uname -a
Linux kilroy 4.19.0-4-amd64 #1 SMP Debian 4.19.28-2 (2019-03-15) x86_64 GNU/Linux
root@kilroy:/# iwconfig
bash: iwconfig: command not found
root@kilroy:/# sbin/iwconfig
enp2s0 no wireless extensions.

enp3s0 no wireless extensions.

lo no wireless extensions.

wlx9cefd5fdec63 IEEE 802.11 ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short long limit:2 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
 
Old 05-16-2019, 11:30 AM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
do you not have to go thought that install non-free drivers, because Debain do not install them, and when I used it, that was, and still is the biggest hair ball crazy like a cat on kibbles and bits for dogs thing to do. Causes difficulty with wifi working after install. Especially when you need wifi to get access to the internet to get the drivers to install so you can have access to the internet.

do you remember doing anything like installing drivers for it on your last Debian, cuz that might be the thing needed here.

Last edited by BW-userx; 05-16-2019 at 11:35 AM.
 
Old 05-16-2019, 01:35 PM   #3
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
Yeah, Network Manager identifies all WiFi signals and reports their signal strength. I don't think that that would happen if I didn't have the driver configured properly.
 
Old 05-16-2019, 02:09 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by piobair View Post
Yeah, Network Manager identifies all WiFi signals and reports their signal strength. I don't think that that would happen if I didn't have the driver configured properly.
you should have lead with that... permissions issue, perhaps?
 
Old 05-16-2019, 02:25 PM   #5
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
The password supplied to Network Manager for the subject computer works for other WiFi devices. I triple-checked that the password that I supplied was not corrupted.
 
Old 05-16-2019, 09:08 PM   #6
coltree
Member
 
Registered: Nov 2003
Location: Jacobs Well, Queensland AU
Distribution: OpenBSD
Posts: 102
Blog Entries: 1

Rep: Reputation: 34
https://www.linuxquestions.org/quest...ng-4175616249/
a bit older ? don't know if it is still relevant to your situation ?

have you got the correct firmware installed ?

over the years I've had varying wifi experiences with linux, some drivers in the kernel are downright flaky
results can change, I've recently changed to a different driver when my old one wouldn't compile in arm64
look for a driver which is being actively developed

what is your usb wifi device ? usb id and chipset
e.g. Bus 001 Device 003: ID 0bda:a811 Realtek Semiconductor Corp.

lsusb
google the USB Device ID
 
Old 05-17-2019, 07:59 AM   #7
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
Quote:
infi -Fn
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp2s0 state: down mac: 08:60:6e:f9:aa:ec
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 08:60:6e:fa:5d:4d
Device-3: Ralink RT5372 Wireless Adapter type: USB driver: rt2800usb
IF: wlx9cefd5fdec63 state: down mac: 96:ef:c6:7f:ff:15
From this, enp3s0 is the Panda WiFi adapter, and is "up", but the IF is "down".
/sbin/modprobe -v rt2800usb
returns (blank)
 
Old 05-17-2019, 08:11 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by piobair View Post
From this, enp3s0 is the Panda WiFi adapter, and is "up", but the IF is "down".
/sbin/modprobe -v rt2800usb
returns (blank)
no its up
Code:
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: 08:60:6e:fa:5d:4d
Device-3: Ralink RT5372 Wireless Adapter type: USB driver: rt2800usb
each IF is a different device. You're looking at whatever the h?ll that thing is
Code:
IF: wlx9cefd5fdec63 state: down mac: 96:ef:c6:7f:ff:15
 
Old 05-17-2019, 08:36 AM   #9
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
so, I need to turn wlx9cefd5fdec63 "on"?
 
Old 05-17-2019, 09:09 AM   #10
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by piobair View Post
so, I need to turn wlx9cefd5fdec63 "on"?
I do not even know what that one is, the
Code:
 Ralink RT5372 Wireless Adapter type: USB driver: rt2800usb
I'd think should be the one you should be using, if this is your box, and your router, and you have access to it, set up a no password line in, then see if it connects, if yes, then look at your permissions on how to get into your router via using a password.

you should too then be able to give your box a static IP to get in via no passwd. yes?

I'd try both if possible, static IP and dynamic IP, whichever is easiest for you.

Last edited by BW-userx; 05-17-2019 at 09:10 AM.
 
Old 05-17-2019, 11:04 AM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,704

Rep: Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897Reputation: 5897
Quote:
wlx9cefd5fdec63
Predictable network device naming

wl = wireless device
x = MAC = 9C:EF:D5:FD:EC:63

Although it does not match the mac: 96:ef:c6:7f:ff:15 from the posted output. I believe there are other naming conventions used for USB wireless which is why it might look strange. It still confuses me...

What exactly happens when you try to connect to an access point?

Last edited by michaelk; 05-17-2019 at 11:10 AM.
 
Old 05-17-2019, 12:29 PM   #12
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
Trying to connect, Network Manager times out.
 
Old 05-17-2019, 08:01 PM   #13
coltree
Member
 
Registered: Nov 2003
Location: Jacobs Well, Queensland AU
Distribution: OpenBSD
Posts: 102
Blog Entries: 1

Rep: Reputation: 34
is this package already installed ?

apt show firmware-misc-nonfree

have you been to https://wikidevi.com/wiki/Ralink
https://wikidevi.com/wiki/Panda_Wireless_PAU05

drivers won't compile, pretty old code
get a new usb wifi which works
 
Old 05-18-2019, 11:40 AM   #14
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
The Panda Wireless site says that the device uses the RT5372 chipset.
Debian says that the RT2800USB is the appropriate package.
apt show firmware-misc-nonfree

AH-HAH!
The apt show lists the RT2800, but does not include the RT5372 chipset!
Thus far, I have not found a driver for the RT5372
 
Old 05-21-2019, 08:42 PM   #15
piobair
Member
 
Registered: Aug 2013
Distribution: Debian, Ubuntu
Posts: 267

Original Poster
Rep: Reputation: Disabled
I thought that the driver did not support the RT5372 chip.

Quote:
root@kilroy:~# modinfo rt2800usb | grep 5372
alias: usb:v148Fp5372d*dc*dsc*dp*ic*isc*ip*in*
This is verbatim with the modinfo for my laptop, which is currently connected with an identical device.
So, why won't it connect?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wifi option is there but no wifi scanning or wifi not working Aakash447 Linux - Newbie 3 06-28-2018 11:48 PM
#WIFI IP Loss - #Ubuntu #Zesty fails to obtain #IP when logged to #Router via WIFI tarant8l Linux - Wireless Networking 1 10-05-2017 08:07 AM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
dual wifi and wired connection: how to make a specific website use only wifi? shinji2001xyz Linux - Networking 2 04-08-2010 10:13 AM
WiFi Only Connects Using Shell, GUI Fails on Fiesty 7.04 / Dell 1350 WiFi Card pr0gr4mm3r Linux - Wireless Networking 1 07-10-2007 08:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration