bitte PN an Lilly unchained (Hanni Bal auf Geo)
Danke
Danke
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The "idmap gid" option is deprecated
WARNING: The "idmap uid" option is deprecated
Processing section "[homes]"
Processing section "[profiles]"
Processing section "[users]"
Processing section "[groups]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[serverdata]"
Loaded services file OK.
Server role: ROLE_STANDALONE
[2015/04/30 01:45:12, 0] ../source3/smbd/server.c:1194(main)
smbd version 4.1.17-3.30.1-3375-SUSE-oS13.1-x86_64 started.
Copyright Andrew Tridgell and the Samba Team 1992-2013
[2015/04/30 01:45:13.099744, 0] ../lib/util/become_daemon.c:137(daemon_ready)
STATUS=daemon 'smbd' finished starting up and ready to serve connections
[2015/04/30 01:51:04.458535, 0] ../lib/util/pidfile.c:153(pidfile_unlink)
Failed to delete pidfile /run/samba/smbd.pid. Error was No such file or directory
[2015/04/30 01:51:04, 0] ../source3/smbd/server.c:1194(main)
smbd version 4.1.17-3.30.1-3375-SUSE-oS13.1-x86_64 started.
Copyright Andrew Tridgell and the Samba Team 1992-2013
[2015/04/30 01:51:04.496126, 0] ../lib/util/become_daemon.c:137(daemon_ready)
STATUS=daemon 'smbd' finished starting up and ready to serve connections
[2015/04/30 18:30:23.750206, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
become_local_master_browser: Error - cannot find server SOLTAUSUSESERVER in workgroup WORKGROUP on subnet 192.168.2.2
[2015/04/30 18:35:31.164602, 0] ../source3/nmbd/nmbd_become_lmb.c:533(become_local_master_browser)
become_local_master_browser: Error - cannot find server SOLTAUSUSESERVER in workgroup WORKGROUP on subnet 192.168.2.2
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
[global]
workgroup = WORKGROUP
passdb backend = smbpasswd
security = user
encrypt passwords = yes
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
username map = /etc/samba/smbusers
include = /etc/samba/dhcp.conf
logon path = \\%L\profiles\.msprofile
logon home = \\%L\%U\.9xprofile
logon drive = P:
usershare allow guests = No
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = No
domain master = No
wins support = No
idmap gid = 10000-20000
idmap uid = 10000-20000
wins server = 192.168.2.1
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /http://ift.tt/1eN8RJ6
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
## Share disabled by YaST
# [netlogon]
[serverdata]
comment = serverdata
inherit acls = Yes
path = /mnt/local/fileshares/public
read only = No
guest ok = No
Nach einem langen Ritt steigt ihr von euren Pferden. Tecumseh: "Du magst vielleicht alt sein, aber bist du auch weise?" Du bist etwas verwundert, was er jetzt schon wieder mit dir vor hat... Vor euch siehst du einen riesigen Haufen grauer Lumpen. Tecumseh: "Ich möchte, dass du mit diesem Lumpen 777 Veredelungen durchführst." "Nichts leichter als das!" rufst du erleichtert. Tecumseh: "Nicht so schnell! Ich möchte, dass du dafür so wenige graue Lumpen wie möglich benutzt. Deine Aufgabe besteht darin, dass du mir vor den Veredelungen sagst, wie viele Lumpen du von diesem Haufen benötigst." "Keinen zu viel, und keinen zu wenig!" spricht er mahnend. "2331!" rufts du ungeduldig. "Ist doch ganz einfach! Drei mal 777!" Tecumseh lacht laut! "Ha! So viele Lumpen sind gar nicht auf diesem Haufen! Und warum sollte irgendwer so viele graue Lumpen besitzen?" Kichernd macht er sich zurück auf den Weg zu seinem Stamm und lässt dich ratlos zurück. "Das muss doch zu lösen sein!" denkst du dir. Du setzt dich in den Sand und fängst an zu grübeln. |
Zur Erläuterung:
|
[Unit]
Description=Mein Socket zum Service
[Socket]
ListenStream=777
Accept=no
TimeoutSec=0
[Unit]
Description=Mein Service
[Service]
Type=oneshot
ExecStart=-/bin/sh -c "/home/main/test.sh"
StandardInput=socket
my_service.socket - Mein Socket zum Service
Loaded: loaded (/etc/systemd/system/my_service.socket; static)
Active: failed (Result: service-failed-permanent) since Mo 2015-04-27 23:56:28 CEST; 8s ago
Listen: [::]:777 (Stream)
Apr 27 23:56:28 europa systemd[1]: Unit my_service.socket entered failed state.
my_service.service - Mein service
Loaded: loaded (/etc/systemd/system/my_service.service; static)
Active: failed (Result: start-limit) since Mo 2015-04-27 23:56:28 CEST; 1min 50s ago
Process: 27064 ExecStart=/bin/sh -c /home/main/test.sh (code=exited, status=0/SUCCESS)
Main PID: 27064 (code=exited, status=0/SUCCESS)
Apr 27 23:56:28 europa systemd[1]: my_service.service start request repeated too quickly, refusing to start.
Apr 27 23:56:28 europa systemd[1]: Failed to start Mein Service service.
Apr 27 23:56:28 europa systemd[1]: Unit my_service.service entered failed state.
lspic | grep VGA:
0d:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350]
10:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "dri"
Load "FGL.renamed.libglx"
Load "dbe"
Load "record"
Load "glx"
Load "extmod"
Load "dri2"
EndSection
Section "Monitor"
#DisplaySize 520 320 # mm
Identifier "Monitor0"
VendorName "BNQ"
ModelName "BenQ G2400W"
HorizSync 31.0 - 94.0
VertRefresh 50.0 - 85.0
Option "DPMS"
Option "LeftOf" "Monitor1"
EndSection
Section "Monitor"
#DisplaySize 520 320 # mm
Identifier "Monitor1"
VendorName "BNQ"
ModelName "BenQ G2400W"
HorizSync 31.0 - 94.0
VertRefresh 50.0 - 85.0
Option "DPMS"
Option "RightOf" "Monitor0"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:13:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3840 1200
EndSubSection
EndSection
xrandr --output DVI-0 --right-of HDMI-0
Section "Device"
Identifier "Card1"
Driver "radeon"
BusID "PCI:16:0:0"
EndSection
Section "Monitor"
DisplaySize 530 300 # mm
Identifier "Monitor2"
VendorName "SAM"
ModelName "Samsung irgendwas"
Option "LeftOf" "Monitor0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Screen 1 "Screen1"
Apr 27 21:01:07 giant kernel: [ 1562.088045] INFO: task Xorg:6341 blocked for more than 120 seconds.
Apr 27 21:01:07 giant kernel: [ 1562.088048] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 27 21:01:07 giant kernel: [ 1562.088051] Xorg D ffff88064f2327c0 0 6341 6330 0x00400000
Apr 27 21:01:07 giant kernel: [ 1562.088055] ffff8806343501c0 0000000000000082 0000000000000000 ffff880636712180
Apr 27 21:01:07 giant kernel: [ 1562.088061] 00000000000127c0 ffff8806295fbfd8 ffff8806295fbfd8 ffff8806343501c0
Apr 27 21:01:07 giant kernel: [ 1562.088065] ffff8806321b8508 00000001810713c9 0000000000000246 ffff8806363db000
Apr 27 21:01:07 giant kernel: [ 1562.088070] Call Trace:
Apr 27 21:01:07 giant kernel: [ 1562.088075] [<ffffffff8124e0f7>] ? vga_get+0x10e/0x158
Apr 27 21:01:07 giant kernel: [ 1562.088079] [<ffffffff8103f72d>] ? try_to_wake_up+0x197/0x197
Apr 27 21:01:07 giant kernel: [ 1562.088082] [<ffffffff8124e207>] ? vga_arb_write+0xc6/0x48a
Apr 27 21:01:07 giant kernel: [ 1562.088086] [<ffffffff810fb559>] ? vfs_write+0xa2/0xe9
Apr 27 21:01:07 giant kernel: [ 1562.088089] [<ffffffff810fb736>] ? sys_write+0x45/0x6b
Apr 27 21:01:07 giant kernel: [ 1562.088092] [<ffffffff81356172>] ? system_call_fastpath+0x16/0x1b
Battlefield 4 - Patch-Infos - Level-Design - Chat & Twitch-Integration Ein neuer Nachrichtentag beginnt, wir freuen uns auf die neue Woche und versorgen euch mit allen Neuigkeiten zu Battlefield 4 und Battlefield Hardline. Neben der Übersicht, was diese Woche passieren wird, haben wir Infos zu den Patch-Inhalten,dem Konsolen-Chat und einer Twitch-Integration sowie mehr Zerstörung auf den kommenden Maps. Ebenso dabei: Eine Übersicht über die letzten Balance-Änderungen, ein kurzer Einblick ins Level-Design und ein minimaler Blick über den Tellerrand. In diesem Sinne: Let’s get rolling... |
Battlefield 4 - Community Map Gameplay - Hardline Patch & CTE Ein neuer Nachrichtentag beginnt mit allem, was man rund um Battlefield 4 und Battlefield Hardline wissen muss, um als gut informierter Serienveteran zu gelten. Wir haben Gameplay zur ersten Testversion der Community Map und Infos, was die Entwickler noch planen. Außerdem in der News dabei: Das Community Test Environment für Battlefield Hardline wird sehr bald live gehen und der erste Patch für das Polizei-Battlefield hat auch einen fixen Release-Termin bekommen. In diesem Sinne: Let’s get started... |
root@myserver:~# wget http://ift.tt/1CmRxrc
--2015-04-23 18:07:11-- http://ift.tt/1CmRxrc
Auflösen des Hostnamen kleinanzeigen.ebay.de... 194.50.69.177, 91.211.75.177, 2a04:cb41:a516:1::36, ...
Verbindungsaufbau zu kleinanzeigen.ebay.de|194.50.69.177|:443... verbunden.
FEHLER: Der Common Name »http://ift.tt/1Jh4Hha des Zertifikates entspricht nicht dem angeforderten Hostname »kleinanzeigen.ebay.de«.
Verwenden Sie »--no-check-certificate«, um zu dem Server »kleinanzeigen.ebay.de« eine nicht gesicherte Verbindung aufzubauen.
root@myserver:~# lynx http://ift.tt/1CmRxrc
Suche nach kleinanzeigen.ebay.de
HTTPS-Verbindung zu kleinanzeigen.ebay.de wird aufgebaut.
Verbindung erneut versuchen, ohne TLS.
Suche nach kleinanzeigen.ebay.de
HTTPS-Verbindung zu kleinanzeigen.ebay.de wird aufgebaut.
Obacht: Unable to make secure connection to remote host.
lynx: Unzugängliche Startdatei http://ift.tt/1CmRxrc
Zitat von Katerchen
Nehmt sie einfach als kleinen, nicht böse gemeinten Spaß und gut. Da muss man jetzt auch nicht groß über den Sinn diskutieren bis Blut kommt. Also für jeden der es noch nicht mitbekommen hat, die Sache ist reiner Spaß ohne tieferen Sinn und mehr nicht. Gebt dem Affen was ihr mögt oder lasst es. Es liegt bei euch.
Und damit Ende der Durchsage und dieses Threads. Die Ausgangsfrage dürfte ja jetzt hinlänglich beantwortet sein. |
/usr/include/linux/can.h:81: error: ‘sa_family_t’ does not name a type
../DemoCan.cpp: In function ‘int main()’:
../DemoCan.cpp:54: error: ‘struct sockaddr_can’ has no member named ‘can_family’
../DemoCan.cpp:67: warning: unused variable ‘bytes_sent’
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
rtl8812AU_linux_v4.3.8_12175.20140902.tar.gz
rtl8812AU_linux_v4.3.8_12175.20140902/
rtl8812AU_linux_v4.3.8_12175.20140902/include/
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192CPhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_p2p.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/wifi.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192DPhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723BPhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_bt_mp.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sta_info.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_sdio.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mp_ioctl.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_com_reg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8821a_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_ops.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_qos.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_com_h2c.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_io.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_service_xp.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/ethernet.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_ops_linux.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/if_ether.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/recv_osdep.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8188EPhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_osintf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_ce.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mp.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/circ_buf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192EPwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_ops_xp.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8188EPhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/usb_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_android.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_br_ext.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_service_ce.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_ops_ce.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192EPhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_pwrctrl.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/ieee80211_ext.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/mlme_osdep.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_sdio.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ioctl_set.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/basic_types.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/HalVerDef.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8812PhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/gspi_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192CPhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_gspi.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/ip.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/linux/
rtl8812AU_linux_v4.3.8_12175.20140902/include/linux/wireless.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_xp.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/pci_ops.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_beamforming.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_gspi.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mlme.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/sdio_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723APhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/cmd_osdep.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_conf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_com_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_security.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mp_phy_regdef.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/xmit_osdep.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723BPhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_wapi.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/autoconf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_phy.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/HalPwrSeqCmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_data.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_event.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/wlan_bssdef.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723PwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8812PhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_event.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723BPwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ht.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8812PwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_efuse.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/gspi_ops_linux.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192EPhyReg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_wifi_regd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_eeprom.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8723APhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_intf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/custom_gpio.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ioctl_query.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mlme_ext.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_linux.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_odm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/h2clbk.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_btcoex.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/gspi_osintf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_btcoex.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_version.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/usb_ops.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/usb_vendor_req.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_sreset.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8192DPhyCfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/usb_osintf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_mem.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/ieee80211.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types_pci.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_recv.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8188e_rf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/mp_custom_oid.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_led.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192c_xmit.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_tdls.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8821a_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8821APwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_byteorder.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/nic_spec.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_intf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/pci_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_debug.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_service_bsd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_com_phycfg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ioctl.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723b_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/usb_ops_linux.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_service_linux.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ap.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_vht.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_pg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_ioctl_rtl.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/osdep_service.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192d_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_phy_reg.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/big_endian.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/little_endian.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/generic.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/swab.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/byteorder/swabb.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8812a_cmd.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/hal_com.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/Hal8188EPwrSeq.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/drv_types.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/gspi_ops.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtw_iol.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8192e_hal.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/pci_osintf.h
rtl8812AU_linux_v4.3.8_12175.20140902/include/rtl8723a_pg.h
rtl8812AU_linux_v4.3.8_12175.20140902/runwpa
rtl8812AU_linux_v4.3.8_12175.20140902/Kconfig
rtl8812AU_linux_v4.3.8_12175.20140902/platform/
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_RTK_DMP_usb.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ARM_WMT_sdio.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ARM_SUNxI_usb.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ARM_SUNxI_sdio.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ops.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ARM_SUNnI_sdio.c
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_ops.h
rtl8812AU_linux_v4.3.8_12175.20140902/platform/platform_sprd_sdio.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/usb_ops_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/os_intfs.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/ioctl_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/rtw_proc.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/ioctl_cfg80211.h
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/rtw_cfgvendor.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/xmit_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/ioctl_cfg80211.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/usb_intf.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/rtw_proc.h
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/mlme_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/recv_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/custom_gpio_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/rtw_cfgvendor.h
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/wifi_regd.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/linux/rtw_android.c
rtl8812AU_linux_v4.3.8_12175.20140902/os_dep/osdep_service.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_tdls.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_mp.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_ieee80211.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_ioctl_query.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_mp_ioctl.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_sreset.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_mlme_ext.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_wapi_sms4.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_eeprom.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_btcoex.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_ioctl_rtl.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_p2p.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_cmd.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_mem.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_debug.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_beamforming.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_io.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_xmit.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_iol.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_security.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_br_ext.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_bt_mp.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_mlme.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_ioctl_set.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_recv.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_wapi.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_rf.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/efuse/
rtl8812AU_linux_v4.3.8_12175.20140902/core/efuse/rtw_efuse.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_ap.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_odm.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_pwrctrl.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_wlan_util.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_sta_mgt.c
rtl8812AU_linux_v4.3.8_12175.20140902/core/rtw_vht.c
rtl8812AU_linux_v4.3.8_12175.20140902/ifcfg-wlan0
rtl8812AU_linux_v4.3.8_12175.20140902/clean
rtl8812AU_linux_v4.3.8_12175.20140902/wlan0dhcp
rtl8812AU_linux_v4.3.8_12175.20140902/hal/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/HalPwrSeqCmd.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/led/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/led/hal_usb_led.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_dm.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_com.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_HWConfig.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_debug.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_HWConfig.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_interface.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_reg.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_AntDiv.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RaInfo.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_EdcaTurboCheck.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_AntDect.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_PathDiv.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/PhyDM_Adaptivity.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_CfoTracking.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_ACS.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/Mp_Precomp.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DIG.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_ACS.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_AntDect.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RXHP.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RaInfo.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_types.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RegDefine11AC.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/PhyDM_Adaptivity.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/HalPhyRf.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/HalPhyRf.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_EdcaTurboCheck.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_precomp.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RegDefine11N.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_AntDiv.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_debug.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DynamicBBPowerSaving.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_RXHP.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_NoiseMonitor.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/phydm_RegConfig8812A.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_MAC.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalPhyRf_8812A.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_RF.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_RF.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/phydm_RTL8812A.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_FW.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_BB.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/Mp_Precomp.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/phydm_RegConfig8812A.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_FW.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_MAC.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/phydm_RTL8812A.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalHWImg8812A_BB.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/rtl8812a/HalPhyRf_8812A.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_CfoTracking.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DynamicTxPower.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DynamicTxPower.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_PathDiv.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_PowerTracking.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_PowerTracking.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DIG.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_NoiseMonitor.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_interface.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC/phydm_DynamicBBPowerSaving.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_intf.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_hci/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_hci/hal_usb.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_btcoex.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_dm.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_dm.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_cmd.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_hal_init.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/Hal8812PwrSeq.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_sreset.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_mp.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_phycfg.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_rf6052.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/Hal8821APwrSeq.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_rxdesc.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/usb_ops_linux.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/rtl8812au_xmit.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/rtl8812au_recv.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/usb_halinit.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/usb/rtl8812au_led.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/rtl8812a/rtl8812a_xmit.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8812a2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821a1Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8812a2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821aCsr2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723b1Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723a2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192d2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192e2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723a1Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821aCsr2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8188c2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192d2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723a1Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192e1Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723a2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192e1Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723b2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723b1Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8188c2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/Mp_Precomp.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8723b2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8812a1Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8192e2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821a1Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtcOutSrc.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8812a1Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821a2Ant.h
rtl8812AU_linux_v4.3.8_12175.20140902/hal/OUTSRC-BTCoexist/HalBtc8821a2Ant.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_com_phycfg.c
rtl8812AU_linux_v4.3.8_12175.20140902/hal/hal_phy.c
rtl8812AU_linux_v4.3.8_12175.20140902/Makefile
rtl8812AU_linux_v4.3.8_12175.20140902
Authentication requested [root] for make clean:
install.sh: 38: [: unexpected operator
cd hal/OUTSRC/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal/OUTSRC/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
Authentication requested [root] for make driver:
install.sh: 48: [: unexpected operator
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/3.18.7-v7+/build M=/home/pi/dl/RTL8812AU_linux_v4.3.8_12175.20140902/driver/rtl8812AU_linux_v4.3.8_12175.20140902 modules
make[1]: *** /lib/modules/3.18.7-v7+/build: No such file or directory. Stop.
Makefile:1456: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
Copyright © 2010 linux
Blogger Templates by Splashy Templates
PSD design by Katrin Wegmann