Trying to get D-Link DWA-123 wifi dongle work, but no luck so far. (r8188eu)
$this->bbcode_second_pass_code('', '
$ uname -r
3.14.4-1-ARCH
')
$this->bbcode_second_pass_code('', '
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
11: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether c4:a8:1d:f3:cb:68 brd ff:ff:ff:ff:ff:ff
')
$this->bbcode_second_pass_code('', '
$ sudo iw dev wlan0 info
command failed: No such device (-19)
')
$this->bbcode_second_pass_code('', '
$ lsmod | grep 8188
r8188eu 739433 0
usbcore 187240 6 uhci_hcd,usb_storage,r8188eu,ehci_hcd,ehci_pci,usbhid
')
$this->bbcode_second_pass_code('', '
$ lsusb
Bus 001 Device 010: ID 2001:3310 D-Link Corp.
')
$this->bbcode_second_pass_code('', '
$ sudo lshw -C network
*-usb
description: Wireless interface
product: DWA-123 11n Adapter
vendor: Realtek
physical id: 5
bus info: usb@1:5
logical name: wlan0
version: 0.00
serial: C4A81DF3CB68
capabilities: usb-2.00 ethernet physical wireless
configuration: broadcast=yes driver=r8188eu maxpower=500mA multicast=yes speed=480Mbit/s wireless=unassociated
')
$this->bbcode_second_pass_code('', '
$ dmesg | tail
[10075.540577] usbcore: deregistering interface driver r8188eu
[10075.962797] R8188EU: ERROR indicate disassoc
[10076.092362] usb 1-1.3: reset high-speed USB device number 5 using dwc_otg
[10087.504201] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[10087.506818] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[10087.569339] usbcore: registered new interface driver r8188eu
')
Very frustrating, I have bought 3 different wifi dongles and none of them work on my PC arch or on Raspberry Arch