View previous topic :: View next topic |
Author |
Message |
Barade n00b

Joined: 03 Feb 2009 Posts: 47
|
Posted: Thu Jul 31, 2014 2:36 am Post subject: rtl8723be |
|
|
hey,
my lenovo y50 has a realtek pci wireless adapter.
I've already compiled the kernel with the drivers and installed the necessary firmware.
Unfortunately, when starting with wpa_supplicant it does only seem to get an IPv6 address and I do not have any access to the Internet.
It also seems that it is not recognized as wlan interface since it does not support any operation by iwconfig.
Quote: |
wlp8s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::9ead:97ff:fe37:11d prefixlen 64 scopeid 0x20<link>
ether 9c:ad:97:37:01:1d txqueuelen 1000 (Ethernet)
RX packets 731 bytes 36108 (35.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 65 bytes 7190 (7.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
|
Quote: | [ 9269.063298] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) [ 9269.063299] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A) [ 9270.693072] IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready [ 9271.709529] wlp8s0: authenticate with ec:1a:59:1a:ed:09 [ 9271.729761] wlp8s0: send auth to ec:1a:59:1a:ed:09 (try 1/3) [ 9271.731231] wlp8s0: authenticated [ 9271.732289] wlp8s0: associate with ec:1a:59:1a:ed:09 (try 1/3) [ 9271.735969] wlp8s0: RX AssocResp from ec:1a:59:1a:ed:09 (capab=0x431 status=0 aid=3) [ 9271.736124] wlp8s0: associated [ 9271.736131] IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready |
Quote: |
modules_wlp8s0="wpa_supplicant"
wpa_supplicant_wlp8s0="-Dnl80211 -Dwext"
config_wlp8s0="dhcp"
/etc/conf.d/network
|
|
|
Back to top |
|
 |
chithanh Developer


Joined: 05 Aug 2006 Posts: 2152 Location: Berlin, Germany
|
Posted: Thu Jul 31, 2014 7:59 am Post subject: |
|
|
Please use [code] and not [quote] tags for posting your log messages.
About iwconfig, it does not work with modern drivers, unless you enable the legacy wireless extensions in your kernel (CONFIG_CFG80211_WEXT). Use iw instead.
For your wpa_supplicant line, -Dnl80211 should be the only option. Do not set -Dwext. Also remove the line config_wlp8s0="dhcp", because dhcp is already the default. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|