Linux Lite Forums
New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - 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: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset (/showthread.php?tid=1398)



New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - Wirezfree - 01-11-2015

Hi,

A new install of LL 2.2, all appeared to be O.K, System info at the end.
I have to admit, I didn't check WiFi with a Live Boot. (naughty boy Sad )
I always do the installs connected via cable.

After install & Updates I found I did not have WiFi. It is based on Realtek "rtl8723be"
Long story short after lot's of Googling, it appears lots of people have issue with this chipset.

I found a solution that appeared to work, but after 2/3 hours lost the WiFi until I did a re-boot.
Then
I found lots of reference to it being fixed in Kernel 3.16.
So I tried kernel 3.16, the WiFi appeared to work, but I then had a video ripping/tearing issue.

I tried 3.17, WiFi O.K but still had a video ripping/tearing issue.
I tried 3.18, NO WiFi, and also had a video ripping/tearing issue.

I have found possibly another option, but don't fully understand "back-ports"??
I found a thread on what, If I understand it, is installing the the latest drivers used in 3.16, but on to 3.13.?
Post 16 in: http://ubuntuforums.org/showthread.php?t=2243978

Quote:Please install the kernel headers and build-essential beforehand -
Code:
sudo apt-get install linux-headers-generic build-essential

Then follow these steps to download and install the backported driver -
1) Download the "backports-3.16.2-1" package from here : http://drvbp1.linux-foundation.org/~...tml/backports/
2) Copy the downloaded archive to your Desktop > Right-Click > Extract here.
3) Open a terminal (Ctrl-Alt-T) and run these commands to build and install the driver -
Code:
cd Desktop/backports-3.16.2-1
make defconfig-rtlwifi
make
sudo make install

I would be taking a stab in the dark with this, and it may break my install possibly.? Comments welcome.?

So in summary, In the absence of any other ideas.?
I try the above, fingers crossed, or I'm stuck with LL 2.2 / kernel 3.13 and cable, or the "flaky" option.

Hope this all makes sense.?

Dave

mac addresses removed
Code:
dave@jetway1:~$ inxi -F
System:    Host: jetway1 Kernel: 3.17.0-linuxlite x86_64 (64 bit) Desktop: Xfce 4.11.6 Distro: Ubuntu 14.04 trusty
Machine:   Mobo: NP93B model: NP93B version: 1.0 Bios: American Megatrends version: BAR3BA02 date: 09/16/2014
CPU:       Dual core Intel Celeron CPU N2807 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx)
           Clock Speeds: 1: 1919.519 MHz 2: 1814.500 MHz
Graphics:  Card: Intel ValleyView Gen7 X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: [email protected]
           GLX Renderer: Mesa DRI Intel Bay Trail GLX Version: 3.0 Mesa 10.1.3
Audio:     Card: Intel ValleyView High Definition Audio Controller driver: snd_hda_intel Sound: ALSA ver: k3.17.0-linuxlite
Network:   Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter driver: rtl8723be
           IF: wlan0 state: up mac: - REMOVED -
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
           IF: p1p1 state: down mac: - REMOVED -
Drives:    HDD Total Size: 123.9GB (3.9% used) 1: id: /dev/sda model: Samsung_SSD_840 size: 120.0GB
           2: USB id: /dev/sdb model: USB_DISK size: 3.9GB
Partition: ID: / size: 20G used: 4.3G (23%) fs: ext4 ID: /home size: 20G used: 148M (1%) fs: ext4
           ID: swap-1 size: 4.29GB used: 0.00GB (0%) fs: swap
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 33.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 173 Uptime: 2 min Memory: 315.7/1881.8MB Client: Shell (bash) inxi: 1.9.17



Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - altman - 01-12-2015

Have a look at this link , if you haven t looked at it already ; https://unix.stackexchange.com/questions/170012/rtl8723be-realtek-wifi-card-driver-not-working-on-ubuntu-14-04


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - Wirezfree - 01-12-2015

Hi altman,

Thanks... Yes I have seen that one... It was another confusing one...

Where it said 3.16 by it'self did not fix the problem, and the latest drivers also needed to be installed,
That's where I got lost, the link to the drivers appear to be a bunch of source code and things, so I had no idea what to do..??

That's when I found that a live Ubuntu(14.10) boot with it's 3.16 worked,
so that appeared to have the correct drivers included.

LL 3.16 kernel WiFi works...
But I get the video tearing/ripping issue

One step forward... One step back.

Dave


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - altman - 01-12-2015

You have a special computer mate , which one is that already .


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - Wirezfree - 01-12-2015

Do you mean what make.?


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - altman - 01-12-2015

Ah , either make or if it s your laptop or tower .

Tought one was ok , don t remember which one .


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - Wirezfree - 01-12-2015

Hi,

O.K, no all other PC's O.K
This is a cheap mini PC I bought to set up a LL2 based Media PC to attach to my TV

Dave


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - altman - 01-12-2015

lol , ah ok , it s getting wild here !


Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - anon222 - 01-12-2015

Dave,
Check these links:
https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=http%3A%2F%2Fubuntu.pl%2Fforum%2Fviewtopic.php%3Ff%3D137%26t%3D176116
http://askubuntu.com/questions/507470/wifi-not-working-on-ubuntu-14-04-lenovo-g-50-30
For the second link to show kernel modules use
Code:
lsmod



Re: New Install LL 2.2 > NO WiFi with "rtl8723be" Chipset - Wirezfree - 01-12-2015

Hi misko,

Thanks...
I will add to my list of options, I'm going to do a new install first.
I have lost track of everything I've done to try and fix the WiFi and the Xfce/HDMI issue.

Dave