Lost Wifi connection after update to 24.10

Asked by tru quy

I have tried the command: sudo apt install bcmwl-kernel-source broadcom-sta-dkms -v 6.30.223.271-24 500
and the out put is : apt 2.9.8 (amd64)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu broadcom-sta Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Can Yayo (cnyy0) said :
#1

Try these.

sudo systemctl restart NetworkManager and then

sudo apt-get purge network-manager
sudo apt-get install network-manager

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

The syntax of your apt command was wrong. The option "-v" instructs apt to show its own version number (which it did).

Default for apt is installing the version with the highest priority value, which usually is the highest version number available, so there should not be the need to specify a version number on the command line (and if you do, then the syntax is different).

The command

sudo apt install broadcom-sta-dkms

should be sufficient.

(or eventually "sudo apt install broadcom-sta-dkms=6.30.223.271-24")

Can you help with this problem?

Provide an answer of your own, or ask tru quy for more information if necessary.

To post a message you must log in.