|
Edited by vshard at 2016-1-26 00:17
If you want to stop flour find solutions - try this - http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=867&extra=page%3D1
Orange Pi PC + [Debian Jessie with GPU driver, WiringOP, Wifi, Retroarch etc preinstalled]
I have RTL8188CUS aka Edimax EW-7811Un (ASIN - B003MTTJOY - amazon.com)
Realtek RTL8188CUS working.
(+ more these devices are working -> 1 - "noname" Ralink RT5370 with antenna 2dBi, 2 - RTL8192CU aka ComFast CF-WU825N)
All the are working "out of the box".
-----------
uname -a
Linux OrangePI 3.4.39-02-lobo #1 SMP PREEMPT Tue Nov 10 10:37:50 CET 2015 armv7l GNU/Linux
-----------
dmesg
....
[ 20.320998] rtl8192cu: Chip version 0x10
[ 20.436455] rtl8192cu: MAC address: 80:1f:02:e6:9d:89
[ 20.447441] rtl8192cu: Board Type 0
[ 20.456563] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 20.467956] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
[ 20.479793] usbcore: registered new interface driver rtl8192cu
[ 20.495486] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 20.512688] rtlwifi: wireless switch is on
[ 20.570481] systemd-udevd[197]: renamed network interface wlan0 to wlan2
.....
--------------
lsmod
Module Size Used by
rtl8192cu 87956 0
rtlwifi 70757 1 rtl8192cu
rtl8192c_common 52422 1 rtl8192cu
mac80211 331125 3 rtlwifi,rtl8192c_common,rtl8192cu
8189es 901572 0
mali_drm 6634 1
drm 180399 2 mali_drm
mali 213192 0
ump 41069 3 mali
------------------
lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-------------------
ifconfig
eth0 Link encap:Ethernet HWaddr c6:64:50:86:03:fa
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:114
lo Link encap : local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:238 errors:0 dropped:0 overruns:0 frame:0
TX packets:238 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:19764 (19.3 KiB) TX bytes:19764 (19.3 KiB)
wlan2 Link encap:Ethernet HWaddr 80:1f:02:e6:9d:89
inet addr:192.168.1.151 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::821f:2ff:fee6:9d89/64 Scope : link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17257 errors:0 dropped:1 overruns:0 frame:0
TX packets:17315 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13160340 (12.5 MiB) TX bytes:2527292 (2.4 MiB)
Using this image - "Debian Jessie with GPU driver, WiringOP, Wifi, Retroarch etc preinstalled" (link at the beginning of the post), you can quickly understand why does not work the one that you use.
|
|