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

 

 

 

[Abandoned] Dell vostro 2420 wifi is not working

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
dannyhmui
Posts: 32
Joined: 2017-05-10 20:41

[Abandoned] Dell vostro 2420 wifi is not working

#1 Post by dannyhmui »

New to linux,new to debian, fresh installed debian, but wifi is not working.
Tried apt-get install bcmwl-kernek-source
Then modprobe wl
Doesn't work, it shows
Modprobe: Fatal: module wl not found.

Please help.
Last edited by dannyhmui on 2017-05-12 05:57, edited 1 time in total.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Dell vostro 2420 wifi is not working

#2 Post by arochester »

Open a Terminal

Issue this command: lspci |grep Network

What is the output? Copy and Paste here so we can see...

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

Re: Dell vostro 2420 wifi is not working

#3 Post by stevepusser »

Tried apt-get install bcmwl-kernek-source
That's also a (mistyped) Ubuntu-specific command, and won't do a thing on Debian. The Debian wiki has a guide for installing the correct packages for Broadcom wi-fi chipsets, but for some it's quite difficult without any Net connection. So we'll need to know if you have a connection, and what hardware it actually is, per the preceding post.

I do have a prebuilt "wl" driver deb for the stock 64-bit Jessie 3.16 kernel available in my Google drive that does an end-run around all that stuff, though, if that's what your chipset requires: https://drive.google.com/open?id=0BxE7w ... UlrYjVNMU0
MX Linux packager and developer

dannyhmui
Posts: 32
Joined: 2017-05-10 20:41

Re: Dell vostro 2420 wifi is not working

#4 Post by dannyhmui »

In fedora was quite easy to fix this, just
dnf install Broadcom-wl kernel-devel
Su akmod wl
Modprobe -a wl
Then it will solve, anyway, I gave up and installed debian on another virtual machine

Post Reply