トップ 一覧 検索 ヘルプ RSS ログイン

tips-rtl8812AUの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!! Wifi dongle ( ELECOM WDC-433DU2HBK )

!Leap42.3 / RaspbarryPI
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
 # does not work
 # https://github.com/diederikdehaas/rtl8812AU
 #

 cd rtl8812AU_8821AU_linux
 
 make
 
 make install

! Leap15
 # zypper install rtl8812au

==https://github.com/gordboy/rtl8812au==

==https://github.com/diederikdehaas/rtl8812AU==

==https://github.com/gnab/rtl8812au/==

https://github.com/aircrack-ng/
*https://qiita.com/aq3948/items/144feeecbd390c883b7c

  sudo  zypper install bc linux-glibc-devel kernel-devel
 sudo zypper install dkms

 ### git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
 ### git clone https://github.com/aircrack-ng/rtl8812au.git
 ### git clone https://github.com/aircrack-ng/rtl8812au.git
 ### git clone https://github.com/gordboy/rtl8812au.git
 # git clone https://github.com/gnab/rtl8812au/
 git clone https://github.com/aircrack-ng/rtl8812au
修正
 #ifdef CONFIG_RTL8821A
        /*=== Realtek demoboard ===*/
        {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0811), .driver_info = RTL8821}, /* Default ID */
        {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0821), .driver_info = RTL8821}, /* Default ID */
          :
        /*=== Customer ID ===*/
        {USB_DEVICE(0x0411, 0x0242), .driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */
        {USB_DEVICE(0x0411, 0x029B), .driver_info = RTL8821}, /* Buffalo - WI-U2-433DHP */
        {USB_DEVICE(0x04BB, 0x0953), .driver_info = RTL8821}, /* I-O DATA - Edimax */
        {USB_DEVICE(0x056E, 0x4007), .driver_info = RTL8821}, /* Elecom - WDC-433DU2HBK */
        {USB_DEVICE(0x056E, 0x400E), .driver_info = RTL8821}, /* ELECOM -  ELECOM */
        {USB_DEVICE(0x056E, 0x400F), .driver_info = RTL8821}, /* ELECOM -  ELECOM */
        {USB_DEVICE(0x056E, 0x4010), .driver_info = RTL8821}, /* ELECOM-ELECOM <<< 追加*/
        {USB_DEVICE(0x0846, 0x9052), .driver_info = RTL8821}, /* Netgear - A6100 */

Build
 cd ./rtl8812au
 # make 
 make dkms_install

 sudo nmcli device wifi connect 'SSIDname' password 'YOUR_PASSWORD' ifname wlan1
 nmcli device disconnect wlan0 


 ----
 sudo insmod 8812au.ko 
 lsmod | grep  8812au
 # sudo rmmod 8812au.ko
 # sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
 sudo cp 8812au.ko /lib/modules/4.12.14-lp150.12.70-default/kernel/drivers/net/wireless/
 sudo depmod
 
 # make install
 # depmod
 # modprobe 8812au
 # modprobe -r 8812au 

!! any ??
https://github.com/gnab/rtl8812au/
*https://github.com/gnab/rtl8812au/
*https://github.com/fastoe/RTL8812BU

! tips 
https://blog.techlab-xe.net/linux-use-usb-wifi-2016/
*https://blog.techlab-xe.net/linux-use-usb-wifi-2016/

----