![]() |
[SOLVED] WiFi on Compaq V2000 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: [SOLVED] WiFi on Compaq V2000 (/showthread.php?tid=1618) Pages:
1
2
|
[SOLVED] WiFi on Compaq V2000 - Dart - 03-08-2015 Had been using a much older version of LinuxLite for a long time... Today, I tried installing the new version....wifi was always a seamless configuration with my old Compaq notebook and LinuxLite. After disk install, I would see a list of all wifi connections... clicked on my ssid and entered pass - and I'm in ![]() Things have changed a bit with the newer versions tho - can't get wifi to work no matter what I do ? :-\ what different step am I missing here besides what I was doing before ? Re: [SOLVED] WiFi on Compaq V2000 - altman - 03-08-2015 Please post Terminal results of this command , someone will give you a hand : inxi -Fxz Re: [SOLVED] WiFi on Compaq V2000 - Dart - 03-08-2015 From 'Live CD'... since I haven't installed it yet 'cause the old version wifi still works. Code: linux@linux:~$ inxi -Fsz Re: [SOLVED] WiFi on Compaq V2000 - rokytnji - 03-08-2015 Code: Broadcom BCM4318 Quote:From 'Live CD'... since I haven't installed it yet 'cause the old version wifi still works probably the broadcom firmware install you did on the previous install. A live cd will not have everything. Code: sudo apt-get install firmware-b43-installer The problem with the above command. You have to reboot for it to take. On a live cd session. It will not stick as a live session is read only. Only a live session with persistence will work with the above command. In a live session Code: sudo dmesg | grep firmware Re: [SOLVED] WiFi on Compaq V2000 - Dart - 03-10-2015 Quote:probably the broadcom firmware install you did on the previous install. A live cd will not have everything. The older Linux Lite (Amethyst) Live CD loads up with the wicd network manager which lists all wiifi networks within range. All to do is click on yours and enter pass and it's done. The 2.2 version Live CD does not provide this - by past experience on other distros in other computers: If it doesn't load in Live cd, it more than likely will not on a full install. ... a persistent location connection is not possible for me right now ![]() Re: [SOLVED] WiFi on Compaq V2000 - N4RPS - 03-10-2015 Hello! Don't know why they were in 1.0.8, but Broadcom drivers are proprietary. They can be downloaded on a working connection and copied over to the new setup with a USB drive, or can be downloaded after installation on a wired or mobile tethered connection. Since 1.0.8 installs the proper drivers, they are probably on the 1.0.8 LiveCD. Jerry would know more about exactly where they are on there than I do, but here's an article that describes it in more detail: http://linuxforums.org.uk/index.php?topic=5842.0 Hope this helps... 73 DE N4RPS Rob Re: [SOLVED] WiFi on Compaq V2000 - Dart - 03-11-2015 N4RPS, was aware of that... but copying these drivers this way has gotten me into trouble in the past. Also noticed that the older version live CD is much faster on this old laptop than 2.2 ~ thanks for the suggest and 73's _ . _ Re: [SOLVED] WiFi on Compaq V2000 - N4RPS - 03-11-2015 Hello! (03-11-2015, 12:02 AM)Dart link Wrote: N4RPS, was aware of that... but copying these drivers this way has gotten me into trouble in the past. That's understandable. I get around (most of) this by keeping a USB wireless chiclet on hand that IS supported in the kernel - which is pretty much anything that isn't Broadcom. I use ITS connection to download the Broadcom drivers. The loss of speed on the 2.2 LiveDVD doesn't transfer over to the installed system - at least I haven't noticed any hit in speed on the several I've moved over to 2.2 using the upgrade script. The only way to know for sure is to install 2.0 from its LiveDVD, check performance, install 2.2 from the LiveDVD, and see if there's any adverse difference in performance. May do this soon, just to see what happens... 73 DE N4RPS Rob Re: [SOLVED] WiFi on Compaq V2000 - Dart - 03-11-2015 Quote:I get around (most of) this by keeping a USB wireless chiclet on hand that IS supported in the kernel - which is pretty much anything that isn't Broadcom. ;D I have 2 of those chicklets here... Netgear N300 - which unfortunately are Broadcom :-\ ... will keep the old version for now and update as much as I can thru synaptic... hopefully the drivers will be included in a future release : ![]() Broadcom is still popular... don't know why they are not included anymore... noticed this on most 'post ubuntu 12' based distros today... Re: [SOLVED] WiFi on Compaq V2000 - Dart - 03-11-2015 add: Forgot to ask - which usb wifi chipsets would install automatically on install ? Add... I bought a usb tplink which works with LL - But still want to have the internal Broadcom card functional. |