You are not logged in.

#1 2015-12-07 00:10:44

hatahata50
Banned
Registered: 2014-11-29
Posts: 47
Website

[SOLVED] rtl8192cu wifi (32bit )

at 64bit PC and 64bit ARCH
rtl8192cu cannot conect internet  even by using rtl8192du-git .

but
at 32bit PC and 32bit ARCH
rtl8192cu can   easyly  conect internet  by not  using rtl8192du-git .

it is a interesting phenomenon .

rm /etc/wpa_supplicant.conf
rm /run/wpa_supplicant/wlp0s29f7u3
rm /run/wpa_supplicant/wlp0s29f7u4
x=wlp0s29f7u3
# ( otained by ifconfig -a )

echo 'ctrl_interface=DIR=/run/wpa_supplicant' > /etc/wpa_supplicant.conf
wpa_passphrase MyPlace   7046      >> /etc/wpa_supplicant.conf
#               (SSID)  (PASSWD)

   ip link set $x  up
   wpa_supplicant -B -D nl80211 -c /etc/wpa_supplicant.conf -i $x
dhcpcd -A $x
sleep 10
echo '----------------------------'
ping -c 3 www.google.com
ifconfig | grep 192

-----
regards

Last edited by hatahata50 (2015-12-07 02:49:17)

Offline

#2 2015-12-07 01:19:33

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,407
Website

Re: [SOLVED] rtl8192cu wifi (32bit )

I can't make head nor tail of this topic. You can't connect using rtl8192du-git on 64-bit, but you can connect without using that driver on 32 bit. So what driver are you using on the 32-bit? Does that work on the 64-bit? Why is this solved? Was there ever a question?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2015-12-07 02:21:08

hatahata50
Banned
Registered: 2014-11-29
Posts: 47
Website

Re: [SOLVED] rtl8192cu wifi (32bit )

i am poor at english .

i did read ' Realtek RTL8192CU USB wireless driver problem' , but the conclusion was not shown .
and 
---->

https://wiki.archlinux.org/index.php/Wi … #rtl8192cu

he driver is now in the kernel,
but many users have reported being unable to make a connection although scanning for networks does work.
8192cu-dkmsAUR includes many patches, try this if it does not work fine with the driver in kernel.
----<

i am pleased with use rtl8192cu on arch 32bit of 32bit CPU.

i give up     to use rtl8192cu  on arch 64bit of 64bit CPU .
i didnot try to use rtl8192cu  on arch 32bit of 64bit CPU , so i dont know whether  or not to connect .

anyway on arch 32bit of 32bit CPU.

 lsmod  | grep rtl
rtl8192cu              65536  0
rtl_usb                20480  1 rtl8192cu
rtl8192c_common        40960  1 rtl8192cu
rtlwifi                61440  3 rtl_usb,rtl8192c_common,rtl8192cu
mac80211              581632  3 rtl_usb,rtlwifi,rtl8192cu
cfg80211              421888  2 mac80211,rtlwifi
usbcore               172032  6 uhci_hcd,rtl_usb,ehci_hcd,ehci_pci,usbhid,rtl8192cu

------------------------------
dmesg | grep rtl
[   14.853957] rtl8192cu: Chip version 0x10
[   14.968443] rtl8192cu: MAC address: 00:22:cf:ec:c8:05
[   14.968445] rtl8192cu: Board Type 0
[   14.968687] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[   14.968747] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[   15.015431] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   15.016780] usbcore: registered new interface driver rtl8192cu
[   15.194673] rtl8192cu 3-3:1.0 wlp0s29f7u3: renamed from wlan0
[   18.384055] rtl8192cu: MAC auto ON okay!
[   18.417805] rtl8192cu: Tx queue select: 0x05
[   66.372146] rtl8192cu 3-3:1.0 wlp0s29f7u3: disabling HT/VHT due to WEP/TKIP use

------------------------------------------------
uname -ar
Linux dell 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:28:41 CET 2015 i686 GNU/Linux


systemctl list-unit-files|grep enabled
autovt@.service                            enabled       
dhcpcd.service                             enabled       
dhcpcd@.service                            enabled       
display-manager.service                    enabled       
getty@.service                             enabled       
lxdm.service                               enabled       
openntpd.service                           enabled       
remote-fs.target                           enabled

some one solves the problem  to use rtl8192cu  on arch 64bit of 64bit CPU .
i am also poor at rebuild kernel , so this is beyound my ability .

===
regards

Last edited by hatahata50 (2015-12-07 03:16:08)

Offline

#4 2016-10-29 09:05:58

hatahata50
Banned
Registered: 2014-11-29
Posts: 47
Website

Re: [SOLVED] rtl8192cu wifi (32bit )

***another****  USB wifi works by wifi-menu


# uname -ar
Linux R64 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64 GNU/Linux


#lsusb | grep 8188
Bus 004 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter



# lsmod | grep 8188
r8188eu               434176  0
cfg80211              495616  1 r8188eu
usbcore               200704  5 uhci_hcd,r8188eu,ehci_hcd,ehci_pci,usbhid



# dmesg | grep 8188
[   35.459025] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[   35.460079] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[   35.499203] usbcore: registered new interface driver r8188eu
[   35.787780] r8188eu 1-3:1.0 wlp0s26f7u3: renamed from wlan0
[   43.952570] R8188EU: ERROR indicate disassoc
[   93.785598] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[   93.945324] r8188eu 4-1:1.0 wlp0s26f1u1: renamed from wlan0
[  226.509045] R8188EU: ERROR indicate disassoc
[  244.273273] R8188EU: ERROR assoc success
[  260.065612] R8188EU: ERROR indicate disassoc
[  260.199393] R8188EU: ERROR indicate disassoc
[  261.910468] R8188EU: ERROR assoc success


# ifconfig | tail - 
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
wlp0s26f1u1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.80.116  netmask 255.255.255.0  broadcast 192.168.80.255
        ether 00:1d:43:50:5d:98  txqueuelen 1000  (Ethernet)
        RX packets 569  bytes 73966 (72.2 KiB)
        RX errors 0  dropped 42  overruns 0  frame 0
        TX packets 381  bytes 63217 (61.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



# ping -c3 www.google.com
PING www.google.com (172.217.25.228) 56(84) bytes of data.
64 bytes from nrt12s14-in-f228.1e100.net (172.217.25.228): icmp_seq=1 ttl=54 time=17.8 ms
64 bytes from nrt12s14-in-f228.1e100.net (172.217.25.228): icmp_seq=2 ttl=54 time=18.5 ms
64 bytes from nrt12s14-in-f228.1e100.net (172.217.25.228): icmp_seq=3 ttl=54 time=50.4 ms
--- www.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 17.847/28.928/50.435/15.210 ms


-----
regards

Offline

Board footer

Powered by FluxBB