LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-09-2015, 08:52 PM   #1
jobalcaen
LQ Newbie
 
Registered: Feb 2015
Posts: 2

Rep: Reputation: Disabled
Smile RTL8723BE Lenovo G50-70


Hello everyone,

I recently finished installing Scientific Linux 6.6 on my newly purchased Lenovo G50-70. I'm unable to get the wifi working

lspci reveals the following:

Code:
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
I googled the wifi card model number and I came upon this page:

http://unix.stackexchange.com/questi...n-ubuntu-14-04

I tried git cloning this repo: https://github.com/lwfinger/rtlwifi_new and installing the gcc and kernel-devel packages but when I attempt to make I receive this:

Code:
[jobalcaen@kimura rtlwifi_new]$ make
make -C /lib/modules/2.6.32-504.8.1.el6.x86_64/build M=/home/jobalcaen/git/rtlwifi_new modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-504.8.1.el6.x86_64'
  CC [M]  /home/jobalcaen/git/rtlwifi_new/pci.o
/home/jobalcaen/git/rtlwifi_new/pci.c: In function ‘rtl_pci_tx_chk_waitq_insert’:
/home/jobalcaen/git/rtlwifi_new/pci.c:1600: error: ‘struct <anonymous>’ has no member named ‘sta’
/home/jobalcaen/git/rtlwifi_new/pci.c: In function ‘rtl_pci_tx’:
/home/jobalcaen/git/rtlwifi_new/pci.c:1650: error: ‘struct <anonymous>’ has no member named ‘sta’
make[2]: *** [/home/jobalcaen/git/rtlwifi_new/pci.o] Error 1
make[1]: *** [_module_/home/jobalcaen/git/rtlwifi_new] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32-504.8.1.el6.x86_64'
make: *** [all] Error 2
My kernel version:
Code:
Linux kimura 2.6.32-504.8.1.el6.x86_64 #1 SMP Tue Jan 27 13:39:10 CST 2015 x86_64 x86_64 x86_64 GNU/Linux
I've also read that I might need to use backports, but my attempts at installing backports have failed.

I'm not sure where to go from here and would appreciate any help.

Thanks,
Joel
 
Old 02-09-2015, 10:17 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I did some searching and found out that the driver for the RTL8723BE is in the 3.15 Linux kernel.
Often times installing a newer version of the kernel helps hardware issue's most of the time.

These links are a start:
The rtl8723be module is included in the mainline Linux kernel since version 3.15.
https://wiki.archlinux.org/index.php...tion#rtl8723be

This link might help too.
https://ask.fedoraproject.org/en/que...-card-working/

I looked on the Realtek website and I couldn't find a driver for your card; sorry.

HTH
 
Old 02-09-2015, 10:55 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Not sure why adding the repo isn't working for you.
Some repo's are disabled by default to prevent a certain things for some reason. So it may be that it has to be enabled.(the backport that you mean)

Did you try adding it to the /etc/yum.conf file?

https://access.redhat.com/documentat...ositories.html

Maybe another member running Scientific Linux will chime in and help.
Sorry I don't know more.
 
Old 02-17-2015, 08:13 AM   #4
jobalcaen
LQ Newbie
 
Registered: Feb 2015
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thanks for the help. I fixed it by installing Ubuntu 14.04 LTS which supported the card right out of the box.
 
Old 02-17-2015, 02:07 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by jobalcaen View Post
Thanks for the help. I fixed it by installing Ubuntu 14.04 LTS which supported the card right out of the box.
Your Welcome. Glad your laptop is working.

It's nice to have a distro that works out of the box with your pc's architecture.-
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install CentOS 7 on Lenovo G50-70 laptop, unknown hardware version error eyumay Linux - Laptop and Netbook 12 01-03-2015 12:01 PM
[SOLVED] Slackware64 on Lenovo g50-70: no sound TheWormKill Slackware 7 08-09-2014 08:33 AM
Lenovo G470 aka LENOVO 20078 (laptop) ; Essential IdeaPad www.rzr.free.fr Linux - Laptop and Netbook 4 06-16-2013 07:52 AM
Asus G50 Hangs when installing Mrblurr Linux - Laptop and Netbook 2 03-15-2010 07:49 PM
moved harddrive from t61 lenovo to t60 lenovo, now cpu freezes Peter Shepard Ubuntu 3 10-26-2009 06:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration