Posts: 26
Threads: 6
Joined: Mar 2014
Reputation:
0
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 ?
(This post was last modified: 04-03-2015, 05:29 PM by
Dart.)
Posts: 739
Threads: 17
Joined: Nov 2014
Reputation:
0
Please post Terminal results of this command , someone will give you a hand :
inxi -Fxz
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit
Dell Inspiron 1720 CrunchBang 11
Duckduckgo ( for now )
Posts: 1,255
Threads: 21
Joined: Aug 2014
Reputation:
0
Quote:From 'Live CD'... since I haven't installed it yet 'cause the old version wifi still works
what different step am I missing here besides what I was doing before ?.
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
may show what I am talking about here.
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
Posts: 26
Threads: 6
Joined: Mar 2014
Reputation:
0
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 _ . _
Posts: 26
Threads: 6
Joined: Mar 2014
Reputation:
0
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.
(This post was last modified: 04-03-2015, 01:08 PM by
Dart.)