wifi rtl8188ee was working in Mint16 not in Mint 17

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
driuli

wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

I have a toshiba c55-a5300.

Now in 17, I can see the networks, but it does not connect to any om them.
In Mint 16, the network was working perfect.

I have realtek rtl8188ee

Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

See if it connects after

Code: Select all

sudo rmmod rtl8188ee

Code: Select all

sudo modprobe rtl8188ee swenc=1
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

JeremyB wrote:See if it connects after

Code: Select all

sudo rmmod rtl8188ee

Code: Select all

sudo modprobe rtl8188ee swenc=1

No, still same problem. It tries for 30 sec and then disconects.
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

Try to connect again and after it times out

Code: Select all

dmesg | tail
Did it work when you used the Live DVD/USB to install?
Zekolas

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by Zekolas »

I have same issue but have a an intel card (Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) card.)

worked flawlessly in Mint16; in Mint 17 I can see all wireless networks but after I put in the password it does not authenticate (I know its the right password as I re-installed 16 and connected flawlessly again)
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

JeremyB wrote:Try to connect again and after it times out

Code: Select all

dmesg | tail
Did it work when you used the Live DVD/USB to install?

I did not worked on the live USB.

Here are the results of dmesg | tail


user@pc ~ $ dmesg | tail
[ 41.509218] wlan0: send auth to 30:85:a9:8b:c5:28 (try 1/3)
[ 42.800120] wlan0: send auth to 30:85:a9:8b:c5:28 (try 2/3)
[ 43.811675] wlan0: send auth to 30:85:a9:8b:c5:28 (try 3/3)
[ 44.799472] wlan0: authentication with 30:85:a9:8b:c5:28 timed out
[ 55.224544] wlan0: authenticate with 30:85:a9:8b:c5:28
[ 58.725121] wlan0: send auth to 30:85:a9:8b:c5:28 (try 1/3)
[ 59.794603] wlan0: send auth to 30:85:a9:8b:c5:28 (try 2/3)
[ 60.806354] wlan0: send auth to 30:85:a9:8b:c5:28 (try 3/3)
[ 61.806067] wlan0: authentication with 30:85:a9:8b:c5:28 timed out
[ 76.502588] wlan0: authenticate with 30:85:a9:8b:c5:28
user@pc ~ $


I tried a different router. Same problem.
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

http://ubuntuforums.org/showthread.php? ... st13019101

It might work, seems to have some code fixes for rtl8188ee

If it doesn't

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

JeremyB wrote:http://ubuntuforums.org/showthread.php? ... st13019101

It might work, seems to have some code fixes for rtl8188ee

If it doesn't

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script

So, I tried first solution: That the error after make command:

user@pc ~/rtl8188ce-linux-driver $ make
if [ -e verify_branch.sh ] ; \
then \
./verify_branch.sh ; \
fi;
Verifying a sane branch for your kernel version...
No (Current branch On branch master)
Recommended branch is ubuntu-14.04 based on your kernel version (3.13.0-24-generic)
Should I switch it to ubuntu-14.04 for you? (y/n): y
Branch ubuntu-14.04 set up to track remote branch ubuntu-14.04 from origin.
Switched to a new branch 'ubuntu-14.04'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/user/rtl8188ce-linux-driver/base.o
CC [M] /home/user/rtl8188ce-linux-driver/rc.o
CC [M] /home/user/rtl8188ce-linux-driver/debug.o
CC [M] /home/user/rtl8188ce-linux-driver/regd.o
CC [M] /home/user/rtl8188ce-linux-driver/efuse.o
CC [M] /home/user/rtl8188ce-linux-driver/cam.o
CC [M] /home/user/rtl8188ce-linux-driver/ps.o
CC [M] /home/user/rtl8188ce-linux-driver/core.o
CC [M] /home/user/rtl8188ce-linux-driver/stats.o
CC [M] /home/user/rtl8188ce-linux-driver/pci.o
LD [M] /home/user/rtl8188ce-linux-driver/rtlwifi.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/user/rtl8188ce-linux-driver/rtlwifi.mod.o
LD [M] /home/user/rtl8188ce-linux-driver/rtlwifi.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192c modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192c/main.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192c/dm_common.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192c/fw_common.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192c/phy_common.o
LD [M] /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.mod.o
LD [M] /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.ko
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192ce modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192ce/hw.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192ce/table.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192ce/sw.o
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c: In function ‘rtl92ce_rx_query_desc’:
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c:396:3: error: implicit declaration of function ‘_ieee80211_is_robust_mgmt_frame’ [-Werror=implicit-function-declaration]
if ( ( _ieee80211_is_robust_mgmt_frame( hdr ) ) &&
^
cc1: some warnings being treated as errors
make[3]: *** [/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o] Error 1
make[2]: *** [_module_/home/user/rtl8188ce-linux-driver/rtl8192ce] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make: *** [all] Error 2
user@pc ~/rtl8188ce-linux-driver $


then:

user@pc ~/rtl8188ce-linux-driver $ sudo make install
if [ -e verify_branch.sh ] ; \
then \
./verify_branch.sh ; \
fi;
Verifying a sane branch for your kernel version...
Yes
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192c modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
Building modules, stage 2.
MODPOST 1 modules
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192ce modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
CC [M] /home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c: In function ‘rtl92ce_rx_query_desc’:
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c:396:3: error: implicit declaration of function ‘_ieee80211_is_robust_mgmt_frame’ [-Werror=implicit-function-declaration]
if ( ( _ieee80211_is_robust_mgmt_frame( hdr ) ) &&
^
cc1: some warnings being treated as errors
make[3]: *** [/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o] Error 1
make[2]: *** [_module_/home/user/rtl8188ce-linux-driver/rtl8192ce] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make: *** [all] Error 2
user@pc ~/rtl8188ce-linux-driver $


still not working
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

JeremyB wrote:http://ubuntuforums.org/showthread.php? ... st13019101

It might work, seems to have some code fixes for rtl8188ee

If it doesn't

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script


user@pc ~/rtl8188ce-linux-driver $ wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script

--2014-06-09 18:30:00-- http://dl.dropbox.com/u/57264241/wireless_script
Resolving dl.dropbox.com (dl.dropbox.com)... 23.21.239.59
Connecting to dl.dropbox.com (dl.dropbox.com)|23.21.239.59|:80... connected.
HTTP request sent, awaiting response... 302 FOUND
Location: http://dl.dropboxusercontent.com/u/5726 ... ess_script [following]
--2014-06-09 18:30:00-- http://dl.dropboxusercontent.com/u/5726 ... ess_script
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 50.16.219.187, 54.243.113.159, 50.17.184.208, ...
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|50.16.219.187|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4352 (4.2K) [text/plain]
Saving to: ‘wireless_script’

100%[====================================>] 4,352 --.-K/s in 0.001s

Last-modified header missing -- time-stamps turned off.
2014-06-09 18:30:00 (2.86 MB/s) - ‘wireless_script’ saved [4352/4352]


Results archived in "wireless-info.tar.gz", as they exceed the 19.5 kB size limit for .txt files on the Ubuntu Forums.

user@pc ~/rtl8188ce-linux-driver $

after I run the script I got this in the info file



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

##### release #####

Distributor ID: LinuxMint
Description: Linux Mint 17 Qiana
Release: 17
Codename: qiana

##### kernel #####

Linux pc 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 i686 i686 GNU/Linux

##### lspci #####

01:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
Subsystem: Toshiba America Info Systems Device [1179:ff1e]
Kernel driver in use: alx
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0181]
Kernel driver in use: rtl8188ee

##### lsusb #####

Bus 002 Device 003: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 10f1:1a52 Importek
Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA Card Info #####

##### rfkill #####

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

##### iw reg get #####

country 00:
(2402 - 2472 @ 40), (3, 20)
(2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
(5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS

##### interfaces #####

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

##### iwconfig #####

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr=2347 B Fragment thr:off
Power Management:off


##### route #####

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface

##### resolv.conf #####

##### nm-tool #####

NetworkManager Tool

State: connecting

- Device: wlan0 [elena_asus] --------------------------------------------------
Type: 802.11 WiFi
Driver: rtl8188ee
State: connecting (configuring)
Default: no
HW Address: <MAC address removed>

Capabilities:

Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes

Wireless Access Points
HOME: Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 60 WPA
HOME-4937: Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 30 WPA WPA2
vshanahan: Infra, <MAC address removed>, Freq 2457 MHz, Rate 54 Mb/s, Strength 27 WEP
ASUS: Infra, <MAC address removed>, Freq 2452 MHz, Rate 54 Mb/s, Strength 27 WPA2
EVGENI-HP_Network: Infra, <MAC address removed>, Freq 2462 MHz, Rate 54 Mb/s, Strength 34 WPA2
2WIRE157: Infra, <MAC address removed>, Freq 2442 MHz, Rate 54 Mb/s, Strength 27 WEP
xfinitywifi: Infra, <MAC address removed>, Freq 2437 MHz, Rate 54 Mb/s, Strength 55
HOME-ED98: Infra, <MAC address removed>, Freq 2452 MHz, Rate 54 Mb/s, Strength 27 WPA WPA2
elena_asus: Infra, <MAC address removed>, Freq 2452 MHz, Rate 54 Mb/s, Strength 100 WPA2

- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: alx
State: unavailable
Default: no
HW Address: <MAC address removed>

Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s

Wired Properties
Carrier: off

##### NetworkManager.state #####

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

##### NetworkManager.conf #####

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### iwlist #####

wlan0 Scan completed :
Cell 01 - Address: <MAC address removed>
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=44/70 Signal level=-66 dBm
Encryption key:on
ESSID:"HOME"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000045404653f60
Extra: Last beacon: 18220ms ago
IE: Unknown: 0004484F4D45
IE: Unknown: 010882848B962430486C
IE: Unknown: 030106
IE: Unknown: 2A0104
IE: Unknown: 2F0104
IE: Unknown: 32040C121860
IE: Unknown: DD7F0050F204104A0001101044000102103B00010310470010E1BBB2B46DFCC171F1E62F77679A8C9A102100074C696E6B73797310230006526F757465721024000857525435344753321042000C43555130314A3632353739381054000800060050F204000110110011576972656C6573732D4720526F75746572100800020084
IE: Unknown: DD090010180200F5000000
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK

##### iwlist channel #####

wlan0 13 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz

##### lsmod #####

rtl8188ee 84210 0
rtl_pci 26314 1 rtl8188ee
rtlwifi 52835 2 rtl_pci,rtl8188ee
mac80211 545990 3 rtl_pci,rtlwifi,rtl8188ee
cfg80211 409394 2 mac80211,rtlwifi

##### modinfo #####

filename: /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko
firmware: rtlwifi/rtl8188efw.bin
description: Realtek 8188E 802.11n PCI wireless
license: GPL
author: Larry Finger <Larry.Finger@lwfinger.net>
author: Realtek WlanFAE <wlanfae@realtek.com>
author: zhiyuan_yang <zhiyuan_yang@realsil.com.cn>
srcversion: 1B8E36556B30AA35325F55D
alias: pci:v000010ECd00008179sv*sd*bc*sc*i*
depends: rtlwifi,rtl_pci,mac80211
intree: Y
vermagic: 3.13.0-24-generic SMP mod_unload modversions 686
signer: Magrathea: Glacier signing key
sig_key: <MAC address removed>:A1:7E:EF:58:C6:AC:5E:9A:85:71:2C:92:08:DF
sig_hashalgo: sha512
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: debug:Set debug level (0-5) (default 0) (int)

filename: /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko
description: PCI basic driver for rtlwifi
license: GPL
author: Larry Finger <Larry.FInger@lwfinger.net>
author: Realtek WlanFAE <wlanfae@realtek.com>
author: lizhaoming <chaoming_li@realsil.com.cn>
srcversion: B6B8AA929B5F982954A6DE1
depends: mac80211,rtlwifi
intree: Y
vermagic: 3.13.0-24-generic SMP mod_unload modversions 686
signer: Magrathea: Glacier signing key
sig_key: <MAC address removed>:A1:7E:EF:58:C6:AC:5E:9A:85:71:2C:92:08:DF
sig_hashalgo: sha512

filename: /lib/modules/3.13.0-24-generic/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko
description: Realtek 802.11n PCI wireless core
license: GPL
author: Larry Finger <Larry.FInger@lwfinger.net>
author: Realtek WlanFAE <wlanfae@realtek.com>
author: lizhaoming <chaoming_li@realsil.com.cn>
srcversion: C21FC2F90947540319DE390
depends: mac80211,cfg80211
intree: Y
vermagic: 3.13.0-24-generic SMP mod_unload modversions 686
signer: Magrathea: Glacier signing key
sig_key: <MAC address removed>:A1:7E:EF:58:C6:AC:5E:9A:85:71:2C:92:08:DF
sig_hashalgo: sha512

##### modules #####

lp

##### blacklist #####

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/fbdev-blacklist.conf]
blacklist arkfb
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist gx1fb
blacklist gxfb
blacklist kyrofb
blacklist matroxfb_base
blacklist mb862xxfb
blacklist neofb
blacklist nvidiafb
blacklist pm2fb
blacklist pm3fb
blacklist s3fb
blacklist savagefb
blacklist sisfb
blacklist tdfxfb
blacklist tridentfb
blacklist viafb
blacklist vt8623fb

##### udev rules #####

# PCI device 0x1969:0x1090 (alx)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x10ec:0x8179 (rtl8188ee)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC address removed>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

##### dmesg #####

[ 16.581641] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
[ 16.581727] rtl8188ee 0000:02:00.0: irq 43 for MSI/MSI-X
[ 16.824717] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 16.824973] rtlwifi: wireless switch is on
[ 20.194743] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.195138] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 25.530586] wlan0: authenticate with <MAC address removed>
[ 28.807005] wlan0: send auth to <MAC address removed> (try 1/3)
[ 29.804387] wlan0: send auth to <MAC address removed> (try 2/3)
[ 30.803983] wlan0: send auth to <MAC address removed> (try 3/3)
[ 31.815663] wlan0: authentication with <MAC address removed> timed out
[ 39.925903] wlan0: authenticate with <MAC address removed>
[ 41.718204] wlan0: send auth to <MAC address removed> (try 1/3)
[ 42.807152] wlan0: send auth to <MAC address removed> (try 2/3)
[ 43.806352] wlan0: send auth to <MAC address removed> (try 3/3)
[ 44.793573] wlan0: authentication with <MAC address removed> timed out
[ 54.012947] wlan0: authenticate with <MAC address removed>
[ 54.623764] wlan0: send auth to <MAC address removed> (try 1/3)
[ 55.784604] wlan0: send auth to <MAC address removed> (try 2/3)
[ 56.795679] wlan0: send auth to <MAC address removed> (try 3/3)
[ 57.794894] wlan0: authentication with <MAC address removed> timed out
[ 72.433960] wlan0: authenticate with <MAC address removed>
[ 76.158098] wlan0: send auth to <MAC address removed> (try 1/3)
[ 76.779384] wlan0: send auth to <MAC address removed> (try 2/3)
[ 77.778593] wlan0: send auth to <MAC address removed> (try 3/3)
[ 78.777730] wlan0: authentication with <MAC address removed> timed out
[ 80.436560] wlan0: deauthenticating from <MAC address removed> by local choice (reason=3)
[ 85.565320] wlan0: authenticate with <MAC address removed>
[ 89.063618] wlan0: send auth to <MAC address removed> (try 1/3)
[ 89.768818] wlan0: send auth to <MAC address removed> (try 2/3)
[ 90.767952] wlan0: send auth to <MAC address removed> (try 3/3)
[ 91.767107] wlan0: authentication with <MAC address removed> timed out
[ 105.013449] wlan0: authenticate with <MAC address removed>
[ 106.277541] wlan0: send auth to <MAC address removed> (try 1/3)
[ 106.940328] wlan0: deauthenticating from <MAC address removed> by local choice (reason=3)
[ 111.407507] wlan0: authenticate with <MAC address removed>
[ 114.882453] wlan0: send auth to <MAC address removed> (try 1/3)
[ 115.747524] wlan0: send auth to <MAC address removed> (try 2/3)
[ 116.746689] wlan0: send auth to <MAC address removed> (try 3/3)
[ 117.745850] wlan0: authentication with <MAC address removed> timed out
[ 135.820956] wlan0: authenticate with <MAC address removed>
[ 136.388714] wlan0: send auth to <MAC address removed> (try 1/3)
[ 136.389978] wlan0: deauthenticating from <MAC address removed> by local choice (reason=3)
[ 442.370151] wlan0: authenticate with <MAC address removed>
[ 446.243389] wlan0: direct probe to <MAC address removed> (try 1/3)
[ 446.444989] wlan0: direct probe to <MAC address removed> (try 2/3)
[ 446.648816] wlan0: direct probe to <MAC address removed> (try 3/3)
[ 446.852653] wlan0: authentication with <MAC address removed> timed out
[ 463.676305] wlan0: authenticate with <MAC address removed>
[ 463.686473] wlan0: send auth to <MAC address removed> (try 1/3)
[ 464.646039] wlan0: send auth to <MAC address removed> (try 2/3)
[ 465.645177] wlan0: send auth to <MAC address removed> (try 3/3)
[ 466.644416] wlan0: authentication with <MAC address removed> timed out
[ 491.654215] wlan0: authenticate with <MAC address removed>
[ 493.584527] wlan0: send auth to <MAC address removed> (try 1/3)
[ 494.621520] wlan0: send auth to <MAC address removed> (try 2/3)
[ 495.608677] wlan0: send auth to <MAC address removed> (try 3/3)
[ 496.619866] wlan0: authentication with <MAC address removed> timed out
[ 519.631649] wlan0: authenticate with <MAC address removed>
[ 519.641818] wlan0: send auth to <MAC address removed> (try 1/3)
[ 520.588332] wlan0: send auth to <MAC address removed> (try 2/3)
[ 521.587804] wlan0: send auth to <MAC address removed> (try 3/3)
[ 522.586692] wlan0: authentication with <MAC address removed> timed out
[ 534.518359] wlan0: authenticate with <MAC address removed>
[ 536.597402] wlan0: send auth to <MAC address removed> (try 1/3)
[ 537.586372] wlan0: send auth to <MAC address removed> (try 2/3)
[ 538.585535] wlan0: send auth to <MAC address removed> (try 3/3)
[ 539.572760] wlan0: authentication with <MAC address removed> timed out
[ 586.040417] wlan0: authenticate with <MAC address removed>
[ 588.239247] wlan0: send auth to <MAC address removed> (try 1/3)
[ 589.531885] wlan0: send auth to <MAC address removed> (try 2/3)
[ 590.543048] wlan0: send auth to <MAC address removed> (try 3/3)
[ 591.542272] wlan0: authentication with <MAC address removed> timed out
[ 609.188779] wlan0: authenticate with <MAC address removed>
[ 609.757626] wlan0: send auth to <MAC address removed> (try 1/3)
[ 610.514703] wlan0: send auth to <MAC address removed> (try 2/3)
[ 610.529128] wlan0: deauthenticating from <MAC address removed> by local choice (reason=3)
[ 911.359017] wlan0: authenticate with <MAC address removed>
[ 915.310509] wlan0: send auth to <MAC address removed> (try 1/3)
[ 916.479894] wlan0: send auth to <MAC address removed> (try 2/3)
[ 917.479547] wlan0: send auth to <MAC address removed> (try 3/3)
[ 918.479196] wlan0: authentication with <MAC address removed> timed out
[ 939.345679] wlan0: authenticate with <MAC address removed>
[ 941.114152] wlan0: send auth to <MAC address removed> (try 1/3)
[ 941.117954] wlan0: deauthenticating from <MAC address removed> by local choice (reason=3)
[ 946.259133] wlan0: authenticate with <MAC address removed>
[ 949.731571] wlan0: send auth to <MAC address removed> (try 1/3)
[ 950.481042] wlan0: send auth to <MAC address removed> (try 2/3)
[ 951.480740] wlan0: send auth to <MAC address removed> (try 3/3)
[ 952.480400] wlan0: authentication with <MAC address removed> timed out
[ 969.503204] wlan0: authenticate with <MAC address removed>
[ 971.240755] wlan0: send auth to <MAC address removed> (try 1/3)
[ 972.462069] wlan0: send auth to <MAC address removed> (try 2/3)
[ 973.473760] wlan0: send auth to <MAC address removed> (try 3/3)
[ 974.473381] wlan0: authentication with <MAC address removed> timed out

########## wireless info END ############
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

driuli wrote:
JeremyB wrote:http://ubuntuforums.org/showthread.php? ... st13019101

It might work, seems to have some code fixes for rtl8188ee

If it doesn't

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script

So, I tried first solution: That the error after make command:

Code: Select all

user@pc ~/rtl8188ce-linux-driver $ make
if [ -e verify_branch.sh ] ; \
	then \
	    ./verify_branch.sh ; \
	fi;
Verifying a sane branch for your kernel version...
No (Current branch On branch master)
Recommended branch is ubuntu-14.04 based on your kernel version (3.13.0-24-generic)
Should I switch it to ubuntu-14.04 for you?  (y/n): y
Branch ubuntu-14.04 set up to track remote branch ubuntu-14.04 from origin.
Switched to a new branch 'ubuntu-14.04'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/user/rtl8188ce-linux-driver/base.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rc.o
  CC [M]  /home/user/rtl8188ce-linux-driver/debug.o
  CC [M]  /home/user/rtl8188ce-linux-driver/regd.o
  CC [M]  /home/user/rtl8188ce-linux-driver/efuse.o
  CC [M]  /home/user/rtl8188ce-linux-driver/cam.o
  CC [M]  /home/user/rtl8188ce-linux-driver/ps.o
  CC [M]  /home/user/rtl8188ce-linux-driver/core.o
  CC [M]  /home/user/rtl8188ce-linux-driver/stats.o
  CC [M]  /home/user/rtl8188ce-linux-driver/pci.o
  LD [M]  /home/user/rtl8188ce-linux-driver/rtlwifi.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/user/rtl8188ce-linux-driver/rtlwifi.mod.o
  LD [M]  /home/user/rtl8188ce-linux-driver/rtlwifi.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192c modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/main.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/dm_common.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/fw_common.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/phy_common.o
  LD [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.mod.o
  LD [M]  /home/user/rtl8188ce-linux-driver/rtl8192c/rtl8192c_common.ko
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192ce modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192ce/hw.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192ce/table.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192ce/sw.o
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c: In function ‘rtl92ce_rx_query_desc’:
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c:396:3: error: implicit declaration of function ‘_ieee80211_is_robust_mgmt_frame’ [-Werror=implicit-function-declaration]
   if ( ( _ieee80211_is_robust_mgmt_frame( hdr ) ) &&
   ^
cc1: some warnings being treated as errors
make[3]: *** [/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o] Error 1
make[2]: *** [_module_/home/user/rtl8188ce-linux-driver/rtl8192ce] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make: *** [all] Error 2
user@pc ~/rtl8188ce-linux-driver $ 
then:

Code: Select all

user@pc ~/rtl8188ce-linux-driver $ sudo make install
if [ -e verify_branch.sh ] ; \
	then \
	    ./verify_branch.sh ; \
	fi;
Verifying a sane branch for your kernel version...
Yes
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192c modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  Building modules, stage 2.
  MODPOST 1 modules
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192c'
make[1]: Entering directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make -C /lib/modules/3.13.0-24-generic/build M=/home/user/rtl8188ce-linux-driver/rtl8192ce modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-24-generic'
  CC [M]  /home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c: In function ‘rtl92ce_rx_query_desc’:
/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.c:396:3: error: implicit declaration of function ‘_ieee80211_is_robust_mgmt_frame’ [-Werror=implicit-function-declaration]
   if ( ( _ieee80211_is_robust_mgmt_frame( hdr ) ) &&
   ^
cc1: some warnings being treated as errors
make[3]: *** [/home/user/rtl8188ce-linux-driver/rtl8192ce/trx.o] Error 1
make[2]: *** [_module_/home/user/rtl8188ce-linux-driver/rtl8192ce] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-24-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/user/rtl8188ce-linux-driver/rtl8192ce'
make: *** [all] Error 2
user@pc ~/rtl8188ce-linux-driver $ 
still not working
Did you enter this after?

Code: Select all

sudo cp -r firmware/* /lib/firmware
and restart

Does your wifi router have the option for wpa2/aes?
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

Did you enter this after?

Code: Select all

sudo cp -r firmware/* /lib/firmware
and restart

Does your wifi router have the option for wpa2/aes?[/quote]

I did enter. Restart it. I does not work.
Now I this message ( see the picture)

I do have only AES with wpa2.
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

driuli wrote:Did you enter this after?

Code: Select all

sudo cp -r firmware/* /lib/firmware
and restart

Does your wifi router have the option for wpa2/aes?
I did enter. Restart it. I does not work.
Now I this message ( see the picture)

I do have only AES with wpa2.[/quote]

Try the instructions again from http://ubuntuforums.org/showthread.php? ... st13019101
except use

Code: Select all

sudo make
If that don't work, it might take installing a newer kernel(3.14.1) to fix
teslasparks

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by teslasparks »

I have same situation. I tried compiling the driver you did and got the same compile error. I finally installed a 3.14 kernel and the driver works better. I used this link: http://ubuntuforums.org/showthread.php?t=2218962
Post 7 has the instructions. If you copy and paste the commands they will not work directly because an embedded space is missing. IOW, you have to add a space between wget and kernel. Ironically, the driver we tried to compile will compile error free when using the 3.14 headers but then, we don't need it because the supplied driver works. I don't like the idea of being out of step with the repositories but I was in a bad mood and just was ready to try anything.

Go to https://github.com/FreedomBen to get more info on the driver. I think we needed to use an older branch to compile under 3.13. Also go over the readme. There is some good info there. I tried increasing my wifi's transmit power but it didn't work. This chipset is a real pain. :evil:

-ts
JeremyB
Level 21
Level 21
Posts: 13855
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by JeremyB »

teslasparks wrote:I have same situation. I tried compiling the driver you did and got the same compile error. I finally installed a 3.14 kernel and the driver works better. I used this link: http://ubuntuforums.org/showthread.php?t=2218962
Post 7 has the instructions. If you copy and paste the commands they will not work directly because an embedded space is missing. IOW, you have to add a space between wget and kernel. Ironically, the driver we tried to compile will compile error free when using the 3.14 headers but then, we don't need it because the supplied driver works. I don't like the idea of being out of step with the repositories but I was in a bad mood and just was ready to try anything.

Go to https://github.com/FreedomBen to get more info on the driver. I think we needed to use an older branch to compile under 3.13. Also go over the readme. There is some good info there. I tried increasing my wifi's transmit power but it didn't work. This chipset is a real pain. :evil:

-ts
From the looks of the filenames and descriptions on the freedomben site, the 3.14.5 kernel might be the one to try, with the files here http://kernel.ubuntu.com/~kernel-ppa/ma ... .5-utopic/
If you have a 64 bit install, you would need
http://kernel.ubuntu.com/~kernel-ppa/ma ... 35_all.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb
http://kernel.ubuntu.com/~kernel-ppa/ma ... _amd64.deb

if you wanted to download them from terminal

Code: Select all

wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-headers-3.14.5-031405_3.14.5-031405.201405311735_all.deb

Code: Select all

wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-headers-3.14.5-031405-generic_3.14.5-031405.201405311735_amd64.deb

Code: Select all

wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-image-3.14.5-031405-generic_3.14.5-031405.201405311735_amd64.deb
And to install

Code: Select all

sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb
Almost forgot this part

Code: Select all

sudo update-grub
User avatar
karlchen
Level 23
Level 23
Posts: 18212
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by karlchen »

This post:
nakedgary wrote:I have the same problem after installing a Rosewill RNX-N250PCe Wireless WiFi Adapter on my Desktop Linux Mint 17 Mate that uses a Realtek RTL8192CE Chipset .
was split off and converted to a separate thread: wifi rtl8192CE not working in Mint 17
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 771 days now.
Lifeline
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

I installed a fresh linux mint 17. The only 2 things I did are:

1.
update mint from 4.6.2 to 4.6.7

2.
wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-headers-3.14.5-031405_3.14.5-031405.201405311735_all.deb

wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-headers-3.14.5-031405-generic_3.14.5-031405.201405311735_i386.deb

wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.14.5-utopic/linux-image-3.14.5-031405-generic_3.14.5-031405.201405311735_i386.deb

sudo dpkg -i linux-headers-3.14*.deb linux-image-3.14*.deb

sudo update-grub


And everything is working.

And a bonus, I have a USB TL-WN725N which was not working previously and now is working.
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

Thank you for you help. I was giving up, to be honest...

I will wait 2 weeks to see how my wifi is working and I will post again...
Kardosh

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by Kardosh »

Thank you for trying that out. I had similar problem, did the same thing with the kernel and my wi-fi now works, too.

BTW, did your login screen change drastically, too?
driuli

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by driuli »

So, everything works perfect. Thank you for all the help!
V8MeatHead

Re: wifi rtl8188ee was working in Mint16 not in Mint 17

Post by V8MeatHead »

Just wanted to let you know that I had slow and intermittent internet with my HP Pavilion 17 and rtl8188ee.
I upgraded the kernel to: linux-image-extra-3.13.0-34-generic
Using:
apt-cache search linux-image
sudo apt-get install linux-image-your_version_choice
(http://askubuntu.com/questions/119080/h ... ro-upgrade)

It works much better now!

So I don't think you necessarily need to upgrade to 3.14, fyi.
Locked

Return to “Networking”