Wireless USB dongle not working <SOLVED>

Archived topics about LMDE 1 and LMDE 2
Locked
MikeF90000

Wireless USB dongle not working <SOLVED>

Post by MikeF90000 »

I have a very commonly available Ralink MT7601U USB wireless dongle (ID 148f:7601). It does not appear in Network Manager for use under LMDE 2 or SolydX. The firmware-ralink package is installed; kernel version is 3.16 :-( and no newer kernels are available AFAIK.

It IS recognized under LM 18 and Ubuntu 16.04, not surprisingly.

Any ideas what else to check?
TIA, Mike
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Moem
Level 22
Level 22
Posts: 16193
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Wireless USB dongle not working

Post by Moem »

Does the Driver Manager show anything of interest?
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
User avatar
Fred Barclay
Level 12
Level 12
Posts: 4185
Joined: Sat Sep 13, 2014 11:12 am
Location: USA primarily

Re: Wireless USB dongle not working

Post by Fred Barclay »

Hi Mike,
If it works under Ubuntu 16.04, but not Debian 8-based distros (LMDE and SolydX), my guess would be that the 3.16 kernel does not have the proper drivers for your wireless card, while later ones do.

Here on LMDE, we (usually) have to update our kernel to get a newer driver, since there's no Driver Manager. Let's try installing the 4.8 kernel from the Debian stable backports:

Code: Select all

sudo su
echo -e "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list.d/jessie-backports.list
apt-get update
apt-get -t jessie-backports install linux-image-amd64
exit
Then reboot and see if it works.

(Sometimes after adding the backports, the Update Manager wants to update all your packages to the version currently in backports. To keep this from happening, create a file /etc/apt/preferences.d/jessie-backports.pref with the contents shown in viewtopic.php?f=236&t=216635&p=1132021#p1132021)
Image
"Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy."
- Albert Einstein
MikeF90000

Re: Wireless USB dongle not working

Post by MikeF90000 »

Moem wrote:Does the Driver Manager show anything of interest?

Not at all. :( It only shows some 'Intel firmware' as being available.
Fred Barclay wrote:Here on LMDE, we (usually) have to update our kernel to get a newer driver, since there's no Driver Manager. Let's try installing the 4.8 kernel from the Debian stable backports:
BTW I did try that in SolydX, as they have a 4.4 kernel available - no success.

I'll try the kernel from the jessie-backports repo to see if that makes a difference.
User avatar
Moem
Level 22
Level 22
Posts: 16193
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Wireless USB dongle not working

Post by Moem »

MikeF90000 wrote:
Moem wrote:Does the Driver Manager show anything of interest?

Not at all. :( It only shows some 'Intel firmware' as being available.
And what happened when you tried that?
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
MikeF90000

Re: Wireless USB dongle not working

Post by MikeF90000 »

I did Not update 'Intel firmware' as this is an external USB, non-Intel device. One thing at a time ....

After some futzing with conflicts (linux-base) I was able to get a 4.9 kernel installed.
This also made no difference - the dongle is found by lsusb but apparently no driver is loaded.

I'll have to revisit some of those other posts I've seen about magic driver incantations. :o
Fortunately Debian 9 isn't far off .....
MikeF90000

Re: Wireless USB dongle not working

Post by MikeF90000 »

Just tested the Stretch RC4 iso and the "unofficial" one that contains "firmware for awkward hardware". The latter ISO is here: http://cdimage.debian.org/cdimage/unoff ... -firmware/ and it detected the dongle!

The Debian web site is not very clear on what else is done to load the firmware, and the docs seem to say that package 'firmware-ralink' contains the secret sauce. It is installed on LMDE2 and SolydX, so perhaps the Stretch version supports more hardware?

UPDATE: after some digging I noticed that Debian has consolidated many binary blobs into the package 'firmware-misc-nonfree'. This is the package required in jessie-backports and stretch. Also, this specific driver is prefaced with Mediatek, the owner of the Ralink brand.

I now consider this issue 'SOLVED'.

Side note: the Debian Xfce panel indicator for Network Manager looks Different than the one for Ubuntu / Mint. The latter version (possibly improved by Canonical) shows the list of user named / defined connections rather than just a list of SSIDs. No idea where to select by named connection in LMDE/SolydX.

Side note #2: I could not get NM to switch over to the USB dongle even though it recognized it as present. I then replaced NM with wicd which worked the first time! Perhaps this is some NM configuration subtlety.
Locked

Return to “LMDE Archive”