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

 

 

 

Old WiFi adapter not working after upgrade [Solved]

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Gip-Gip
Posts: 5
Joined: 2017-08-03 16:38

Old WiFi adapter not working after upgrade [Solved]

#1 Post by Gip-Gip »

I upgraded my Debian installation to Stretch and so far I'm annoyed by a few things; most annoying being my WiFi adapter not working. It appears when I run

Code: Select all

ip link show
but when I try to use something like wicd-curses no networks show up. Even when I try to set it up through the command line it fails to connect.

It previously worked so what happened?

SOLUTION:
The interface worked after installing the firmware-ralink package. This may/may not have been due to user error as well, because my driver is normally built into the kernel. Worth a shot if you're having trouble.
Last edited by Gip-Gip on 2017-08-04 00:22, edited 1 time in total.

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Old WiFi adapter not working after upgrade

#2 Post by Lysander »

I'm sure we had a similar topic to this just very recently. Seems to be an ongoing issue, not just with Debian, but many Linux distros.

Anyway, I use wired internet so have no experience of this directly, but if you enter the query into a search engine, you will see quite a few results, some of which, I'm sure, would assist you.

https://lmsptfy.com/?q=wifi%20not%20wor ... %20stretch
http://lmgtfy.com/?q=wifi+not+working+debian+stretch

Gip-Gip
Posts: 5
Joined: 2017-08-03 16:38

Re: Old WiFi adapter not working after upgrade

#3 Post by Gip-Gip »

Lysander wrote:I'm sure we had a similar topic to this just very recently. Seems to be an ongoing issue, not just with Debian, but many Linux distros.

Anyway, I use wired internet so have no experience of this directly, but if you enter the query into a search engine, you will see quite a few results, some of which, I'm sure, would assist you.

https://lmsptfy.com/?q=wifi%20not%20wor ... %20stretch
http://lmgtfy.com/?q=wifi+not+working+debian+stretch
The one time I googled it I only got results for people with proprietary drivers. Not everyone has StartPage :roll:

I'll try that fix when I get the chance

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Old WiFi adapter not working after upgrade

#4 Post by stevepusser »

A lot depends on what hardware you have, and whether the driver is in the kernel or if you had to build your own driver for it.

Also, the name of the interface may have been changed, and you would have to let wicd know about the change.
MX Linux packager and developer

Gip-Gip
Posts: 5
Joined: 2017-08-03 16:38

Re: Old WiFi adapter not working after upgrade

#5 Post by Gip-Gip »

stevepusser wrote:A lot depends on what hardware you have, and whether the driver is in the kernel or if you had to build your own driver for it.

Also, the name of the interface may have been changed, and you would have to let wicd know about the change.
I already changed it in wicd, so no luck

I use the rt2500usb driver, which as far as I know is ancient and has been supported since the v2 Linux kernel. Why it would stop working after many years of essentially plug-n-play I have no idea

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Old WiFi adapter not working after upgrade

#6 Post by stevepusser »

Did you enable the non-free section and install firmware-ralink?
MX Linux packager and developer

Gip-Gip
Posts: 5
Joined: 2017-08-03 16:38

Re: Old WiFi adapter not working after upgrade

#7 Post by Gip-Gip »

stevepusser wrote:Did you enable the non-free section and install firmware-ralink?
I've honestly never heard of the package. I'll install it and see what happens

Gip-Gip
Posts: 5
Joined: 2017-08-03 16:38

Re: Old WiFi adapter not working after upgrade

#8 Post by Gip-Gip »

stevepusser wrote:Did you enable the non-free section and install firmware-ralink?
After installing it I went to the wicd-curses control panel and noticed an extra Wireless Interface field. Either I completely missed the text box it or installing the drivers actually worked :D

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Old WiFi adapter not working after upgrade [Solved]

#9 Post by Bulkley »

Thanks for posting your fix. It may help someone else.

Post Reply