LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wifi doesn't work
#1
In all the years I've been using Linux it's always had problems with wifi and ethernet. Windows solved that issue with Win 95. I'm using a Dell Latitude D620 and forget how to fix the built in wireless. Anyone know the answer? Thanks
Reply
#2
A couple things...

In terminal (Alt + T) enter the following command:
Code:
inxi -Fxz

Post results (use the "code" tags '#' above reply or [code ] output here [/code ] (without spaces)..
This output will list your adapters...

In meanwhile you may want to try:
Clicking on MENU, then type "Install Drivers".. Once open under Additional Drivers there may be drivers listed.

If nothings listed; options may vary depending on your driver (posting the output will )....

LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
#3
It's probably a Broadcom card, so post back output of this terminal command:

Code:
lspci -nn -d 14e4:

That will show exact model & revision number of card, which will enable correct driver recommendation.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply
#4
enter in terminal:

sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source

Have to do this every time I updgrade Linux Lite on our Dell Latitude D620s for work.
Hope this helps
Measure Twice...Cut Once!
Reply
#5
Just used this on an old Dell Inspiron 1501. After a reboot it worked.
Thanks.
Reply
#6
(01-08-2016, 01:30 PM)Joseph link Wrote: enter in terminal:

sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source

Have to do this every time I updgrade Linux Lite on our Dell Latitude D620s for work.
Hope this helps
Hi Joseph,

My Dell Lattitude D630 (setup4 in sig below) has the iwl3945 driver installed - the WiFi works but speed is slow at 54 Mb/s.  Instead, I use a wired connection, as this is faster at 100Mb/s. Does the firmware-b43-installer improve on either of these speeds?  I can imagine that it doesn't, given the 10-years-old age of this PC.  Just for comparison with less old PCs (in sig) running LL, WiFi speeds for the other setups are either 150 Mb/s (setup2) or 300 Mb/s (setups 1&3).

Regards
Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#7
On the Dell 1501, the BCM43xx is only rated for max 54 mps and once you update per above you have to Hold the Fn key and hit F2 to turn on wifi lite or you'll never get there...Found out the hard way...
changed from Windows 10 to a REAL OS
Reply
#8
(10-12-2016, 12:16 PM)bayoubooger link Wrote: On the Dell 1501, the BCM43xx is only rated for max 54 mps and once you update per above you have to Hold the Fn key and hit F2 to turn on wifi lite or you'll never get there...Found out the hard way...
Thanks for your reply bayoubooger - I'm glad I didn't go and update with the firmware-43-installer, based on your unfortunate experience! As it stands, with the iwi3945 driver, I've found the Dell Latitude D630 connects automatically to WiFi with LL3.0, even though the speed is slow, but as you've said, 54 mb/s appears to be the max speed achievable.

Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#9
Hi Mike

You can disable those wifi on/off key functions in the BIOS setup.

Hi Joseph

54mbps is reasonably fast (mid range) for consumer broadband wifi. Cheap wifi here is about 25mbps. You generally won't be able to exceed that without paying your provider for extra bandwidth, even with a wired connection. You can however exceed that with ad hoc wifi connections computer to computer depending on your card, upwards to 300mbps. Also keep your Deb brdcm wifi package on a USB stick to insert before upgrades or installations and the installer will find it and install it. Just save it as a Deb package, (just like it comes from synaptic) on the USB stick and you can use it anytime when installing any Deb based distro.

TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Reply
#10
(10-13-2016, 01:42 PM)trinidad link Wrote: Hi Mike
You can disable those wifi on/off key functions in the BIOS setup.
Yes that's right - even simpler is just to use the WiFi slider switch on the LHS of the machine.

Mike
64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)