Вы находитесь на странице: 1из 9

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Login with SSO

Forum
Quick Links
UsefulForum
Links

Activity Page

Help

Please read before SSO login

Forum Community

Ubuntu Community

The Ubuntu Forum Community

Other Support

Advanced Search
Social Media

Ubuntu Ocial Flavours Support

Networking & Wireless


[SOLVED] 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Results 1 to 10 of 11

Page 1 of 2 1 2

Last

Thread: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Like 2 people like this.

Thread Tools

Display
#1

August 6th, 2014

jaimegm
First Cup of Ubuntu

Join Date:
Oct 2011
Beans:
10

14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)


Hi
I have a laptop Lenovo G40-30, it already had windows 8.1 and I made a partition and I installed
Ubuntu 14.04, my wireless connection hasn't work in ubuntu since there, (in windows is working ne)
I also checked http://ubuntuforums.org/showthread.php?t=2214110 for installing a Broadcom, but
my pci.id does not show up in the list.
The code generated by the wireless_script (as suggested by http://ubuntuforums.org
/showthread.php?t=370108) is below, please help
Code:

########## wireless info START ##########


Report from: 05 Aug 2014 18:38 PDT -0700
Script from: 04 Aug 2014 18:47 UTC +0000
##### release #####
Distributor ID:
Ubuntu
Description:
Ubuntu 14.04.1 LTS
Release:
14.04
Codename:
trusty
##### kernel #####

1 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Linux 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linu
Parameters: ro, quiet, splash, vt.handoff=7
##### desktop #####
Ubuntu (from ~/.dmrc)
##### lspci #####

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Networ

Adv Reply

Reply With Quote

#2

August 6th, 2014

Join Date:
Aug 2005

chili555
Ubuntu Member

Location:
South Carolina, USA
Beans:
20,444
Distro:
Ubuntu 14.10 Utopic Unicorn

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)

2 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

0: ideapad_wlan: Wireless LAN


Soft blocked: no
Hard blocked: yes

This implies that the wireless switch or key combination is set to turn the wireless o. Please look for
and manipulate the wireless switch or key combination. Then try again:
Code:

rfkill list all

Any improvement?
If not, let's try another technique:
Code:

sudo modprobe -r ideapad-laptop


sudo rfkill unblock all
rfkill list all

If this helps, we'll tweak one le to make it permanent.

"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

Adv Reply

Reply With Quote

August 6th, 2014

jaimegm
First Cup of Ubuntu

#3
Join Date:
Oct 2011
Beans:
10

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Hi Chili555
Now the internet connection works, I used the second method, but it is dropping every 10 seconds or
something like that and it is asking for web-key (password for the wireless modem), How can we
make it permanent?
Last edited by jaimegm; August 6th, 2014 at 06:26 PM.

3 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Adv Reply

Reply With Quote

#4

August 6th, 2014

Join Date:
Aug 2005

chili555
Ubuntu Member

Location:
South Carolina, USA
Beans:
20,444
Distro:
Ubuntu 14.10 Utopic Unicorn

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Please do:
Code:

sudo -i
echo "blacklist ideapad-laptop"
exit

>>

/etc/modprobe.d/blacklist.conf

Let's see if there are any clues in the logs:


Code:

dmesg | grep -e wlan -e rtl

"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

Adv Reply

Reply With Quote

August 6th, 2014

jaimegm
First Cup of Ubuntu

#5
Join Date:
Oct 2011
Beans:
10

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Ok, from the last command (dmesg | grep -e wlan -e rtl) I get:
Code:

4 of 9

10.906585] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

[
[
[

http://ubuntuforums.org/showthread.php?t=2238087

11.013978] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'


11.023365] rtlwifi: wireless switch is on
19.641167] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

Adv Reply

Reply With Quote

#6

August 6th, 2014

Join Date:
Aug 2005

chili555
Ubuntu Member

Location:
South Carolina, USA
Beans:
20,444
Distro:
Ubuntu 14.10 Utopic Unicorn

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Looks like we need to dig deeper:
Code:

cat /var/log/syslog | grep -e wlan -e etwork | tail -n20

Please run this as you are trying to connect.

"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

Adv Reply

Reply With Quote

August 6th, 2014

jaimegm
First Cup of Ubuntu

#7
Join Date:
Oct 2011
Beans:
10

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
Well the response is a bit big
Code:

root@espartan813-Lenovo-G40-30:~# cat /var/log/syslog | grep -e wlan -e etwork | tail -n20


Aug 6 15:36:05 espartan813-Lenovo-G40-30 NetworkManager[804]: <info> (wlan0): DHCPv4 state chang

5 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug
Aug

6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6
6

15:36:05
15:36:05
15:36:05
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:06
15:36:07
15:36:07

espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30
espartan813-Lenovo-G40-30

http://ubuntuforums.org/showthread.php?t=2238087

dhclient: Listening on LPF/wlan0/14:2d:27:21:7a:43


dhclient: Sending on
LPF/wlan0/14:2d:27:21:7a:43
dhclient: DHCPREQUEST of 192.168.1.108 on wlan0 to 255.
NetworkManager[804]: <info> (wlan0): DHCPv4 state chang
NetworkManager[804]: <info>
address 192.168.1.108
NetworkManager[804]: <info>
prefix 24 (255.255.255.0)
NetworkManager[804]: <info>
gateway 192.168.1.254
NetworkManager[804]: <info>
hostname 'dhcppc7'
NetworkManager[804]: <info>
nameserver '192.168.1.254
NetworkManager[804]: <info> Activation (wlan0) Stage 5
NetworkManager[804]: <info> Activation (wlan0) Stage 5
NetworkManager[804]: <info> (wlan0): device state chang
NetworkManager[804]: <info> Activation (wlan0) Stage 5
NetworkManager[804]: <info> (wlan0): device state chang
NetworkManager[804]: <info> NetworkManager state is now
NetworkManager[804]: <info> Activation (wlan0) successf
avahi-daemon[773]: Joining mDNS multicast group on inte
avahi-daemon[773]: New relevant interface wlan0.IPv6 fo

AT this moment when I start the computer it makes the wireless connection but again is dropping
very often and in one of this times is when I put your commands, What could it be?

Adv Reply

Reply With Quote

#8

August 6th, 2014

Join Date:
Aug 2005

chili555
Ubuntu Member

Location:
South Carolina, USA
Beans:
20,444
Distro:
Ubuntu 14.10 Utopic Unicorn

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
First, check the settings in the router. WPA2-AES is preferred; not any WPA and WPA2 mixed mode
and certainly not TKIP. Second, if your router is capable of N speeds, I have better luck with a channel
width of 20 MHz in the 2.4 GHz band instead of automatic 20/40 MHz. I also have better luck with a
xed channel, either 1, 6 or 11, rather than automatic channel selection. After making these changes,
reboot the router.
Next, I recommend that your regulatory domain be set explicitly. Check yours:
Code:

sudo iw reg get

If you get 00, that is a one-size-maybe-ts-all setting. Find yours here: http://en.wikipedia.org
/wiki/ISO_3166-1_alpha-2 Then set it temporarily:
Code:

sudo iw reg set IS

6 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Of course, substitute your country code if not Iceland. Set it permanently:


Code:

gksudo gedit /etc/default/crda

Use nano or kate or leafpad if you don't have the text editor gedit.
Change the last line to read:
Code:

REGDOMAIN=IS

Proofread carefully, save and close the text editor.


Next, I'd set IPv6 to Ignore in Network Manager: http://docs.fedoraproject.org/en-US/...pv6ignore.png This example is for ethernet, but you want wireless.
If these changes do not help, please try:
Code:

sudo modprobe -r rtl8723be


sudo modprobe rtl8723be swenc=1

If it helps, make it permanent:


Code:

sudo -i
echo "options rtl8723be swenc=1"
exit

>>

/etc/modprobe.d/rtl8723be.conf

"Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

Adv Reply

August 7th, 2014

jaimegm
First Cup of Ubuntu

7 of 9

Reply With Quote

#9
Join Date:
Oct 2011
Beans:
10

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)
THANK YOU VERY MUCH CHILI555
The modem solution xed the problem, I mean I went to the modem conguration and I followed
your instructions
Code:

First, check the settings in the router. WPA2-AES is preferred; not any

WPA and WPA2 mixed mode

This and your previous suggestion


Code:

sudo modprobe -r ideapad-laptop


sudo rfkill unblock all
rfkill list all

Made the wireless connection to work, once more THANK YOU VERY MUCH
Jaime

Adv Reply

Reply With Quote

5 Days Ago

Manucho
First Cup of Ubuntu

#10
Join Date:
Dec 2011
Beans:
6

Re: 14.04 Wireless internet connection not working, (Laptop Lenovo G40-30)

8 of 9

27/11/14 10:35

[SOLVED] 14.04 Wireless internet connection not...

http://ubuntuforums.org/showthread.php?t=2238087

Originally Posted by chili555

If not, let's try another technique:


Code:

sudo modprobe -r ideapad-laptop


sudo rfkill unblock all
rfkill list all

If this helps, we'll tweak one le to make it permanent.

that worked for me, how do i make it permanent?


thanks in advance

Adv Reply

Reply With Quote

Page 1 of 2 1 2
Quick Navigation

Last

Networking & Wireless

Top

Previous Thread | Next Thread

Tags for this Thread


connection, lenovo, wireless
View Tag Cloud

Bookmarks
Digg
del.icio.us
StumbleUpon
Google

Posting Permissions
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 On
[VIDEO] code is O
HTML code is O
Ubuntu Forums
Code of Conduct

Ubuntu Forums Archive Top

-- Ubuntu vB4.x

All times are GMT +1. The time now is 04:30 PM.
vBulletin 2000 - 2014, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical Canonical Ltd. Tango Icons Tango Desktop
Project.
User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details
and our forum data attribution, retention and privacy policy, see here

9 of 9

27/11/14 10:35

Вам также может понравиться