Dell Inspiron 6400 wifi won't work - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=24) +--- Thread: Dell Inspiron 6400 wifi won't work (/showthread.php?tid=1669) Pages:
1
2
|
Dell Inspiron 6400 wifi won't work - montey - 03-23-2015 For some reason when i installed Linux Lite the wifi does not work if i use my wifi usb thing it works fine but when i try to use the built in wifi on my laptop it does not work help me plz my laptop is a dell inspiron 6400 Re: Dell Inspiron 6400 wifi won't work - rokytnji - 03-24-2015 Have you consulted your help manual in the menu? Menu, Favorites, Help Manual. Also. More info is needed than what you have posted. Link to review of computer make and model. A terminal output of Code: inxi -F and Code: rfkill list all Re: Dell Inspiron 6400 wifi won't work - N4RPS - 03-25-2015 Hello! Some 6400s have Broadcom wireless cards. They use proprietary firmware that is not supported in the kernel. Depending on the card, there several different drivers to choose from. Inxi will tell us which card you have, so we can point you to the correct driver. It is good you have another adapter that IS supported in the kernel. You will need it to download and install the proper Broadcom drivers. When you get the right one installed, you will see two cards to choose from. You can then remove the USB wireless stick, and just use the built-in card... 73 DE N4RPS Rob Re: Dell Inspiron 6400 wifi won't work - XpRefugee - 04-06-2015 montey, This helped me get mine working linux Lite 2.4 (and linux lite 1.8 and 2.0) granted you will have to have Internet to do this i just plugged in to my network. https://lkubuntu.wordpress.com/2011/09/08/how-to-fix-broadcom-43xx/ I have a Code: lspci -nn | grep 02[80]0 | grep "Broadcom Corporation" Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03) Hope this helps!! Re: Dell Inspiron 6400 wifi won't work - N4RPS - 04-07-2015 Hello! If his card is a Broadcom unit, that would be fine and dandy. However, it could also be an Intel wireless card. That's why we need to do the whole inxi thing, as rokytnji suggested. Code: lspci -vvnn | grep 14e4 will also work, but inxi output or a system report are how we usually troubleshoot here. Either way gives us much more overall information. If the card turns out to be made by Intel, the wireless card might just need to enabled in the BIOS, or turned on by pressing <Fn + F2>. Most Intel wireless cards are already supported in the kernel... 73 DE N4RPS Rob Re: Dell Inspiron 6400 wifi won't work - myfamiliacc - 04-11-2015 I'm also new to Linux.. I just installed Linux lite on my wife's Dell Latitude D410. She loved her lil. laptop until windows xp crashed. I would love to surprise her with a Linux reborn laptop, but it needs to have wifi! lol anyway.. I did the inxi thing on terminal.. and here is what it said.. Code: System: Host: sheena-Rose-D410 Kernel: 3.13.0-49-generic i686 (32 bit) Desktop: Xfce 4.11.8 Distro: Ubuntu 14.04 trusty Please help me surprise my wife. Re: Dell Inspiron 6400 wifi won't work - myfamiliacc - 04-11-2015 (04-06-2015, 09:23 PM)XpRefugee link Wrote: montey, I'm following the steps on the link you provided.. I just typed the following on to terminal.. sudo apt-get purge b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer bcmwl* sudo apt-get install b43-fwcutter firmware-b43-installer bcmwl* It's processing now.. I'll report in after the restart... wish me luck Re: Dell Inspiron 6400 wifi won't work - Dart - 04-11-2015 Seems we both have the same card... This is how I got mine working - thru synaptic... Hope it works for you like it did for me. https://www.freecinema2022.gq/forums/network/wifi-on-compaq-v2000/msg13486/#msg13486 Re: Dell Inspiron 6400 wifi won't work - XpRefugee - 12-29-2015 Follow up I re-installed 2.6 this time erased xp (I am that comfortable with linux now) I also set it up with a seprate /home partition. since I could now use the entire drive. I had the same WiFi issues. I referred to this old post of mine and realized the old way did not work. I ended up connecting to Ethernet and running the following commands on my fresh install. They are different than my previous posts, probably due to the changes in the linux packages, but I am a noob so I really don't know how or why this worked. I went to for a referance http://ubuntuforums.org/showthread.php?t=2214110 Since i just installed Linux Lite 2.6. I needed to build an index of available packages Code: sudo apt-get update Id'ed my card. Code: lspci -nn -d 14e4: 03:02.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03) I used the pci.id [14e4:4320] with the grid found at (http://ubuntuforums.org/showthread.php?t=2214110) Using the format of sudo apt-get install <package> I ran Code: sudo apt-get install firmware-b43-installer When my machine booted the WiFi light blinked then i touched it and I had WiFi. I am posting both as a reference to myself and hopefully to help others. I am still not as proficient with linux as I was with xp and other windows os's. But I no longer have any Windows software on this laptop. Re: Dell Inspiron 6400 wifi won't work - firenice03 - 12-30-2015 Broadcom stuff 8) I too have, you should be able to install via Synaptic.. Maybe for your notes; as I've booked marked for mine ;D https://www.freecinema2022.gq/forums/network/guys-please-help-i'm-desperate/msg18840/#msg18840 (11-13-2015, 08:18 PM)firenice03 link Wrote: 2 things to try... |