Page 6 of 6 FirstFirst ... 456
Results 51 to 53 of 53

Thread: How do I install a Wsky Wireless Adapter in Ubuntu 17.10

  1. #51
    Join Date
    Mar 2011
    Beans
    9

    Re: How do I install a Wsky Wireless Adapter in Ubuntu 17.10

    Quote Originally Posted by jeremy31 View Post
    You could try my patched dkms version, using a dkms.conf I made with Temujin's patch from above
    Code:
    cd Desktop
    sudo apt install dkms
    git clone https://github.com/jeremyb31/rtl8822bu.git
    sudo dkms add ./rtl8822bu
    sudo dkms install 8822bu/1.1
    I can understand why you would have to compile again after a kernel update but not sure why you would have to apply the patch again unless you deleted the directory and did the git clone command again

    I tried this on a Manjaro linux laptop and all I get is a message in dmesg which says "[ 593.868203] 8822bu: Unknown symbol __vfs_read (err 0)"

    The 8812AU driver also apparently had this issue and it's discussed here: https://github.com/zebulon2/rtl8812a...5.2.9/issues/2

    It was fixed with this patch: https://github.com/zebulon2/rtl8812a...9ed141cb81d579

    Does this provide enough info to get it working on the 8812BU driver?

  2. #52
    Join Date
    May 2014
    Location
    /home
    Beans
    10,928
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How do I install a Wsky Wireless Adapter in Ubuntu 17.10


  3. #53
    Join Date
    Mar 2011
    Beans
    9

    Re: How do I install a Wsky Wireless Adapter in Ubuntu 17.10

    Quote Originally Posted by jeremy31 View Post


    Thank you! That one worked perfectly. Now I just need to figure out how to undo the earlier dkms lines I ran so I can redo with new. I did a manual install for now.


    *update* thought I had it but didn't...kept giving me build errors on the add. Finally just gave up and can do manual install.


    Although the make and the make install work just fine attempting to do the dkms install results in:

    [famewolf@PC work2]$ sudo dkms install 8822bu/1.1

    Kernel preparation unnecessary for this kernel. Skipping...

    Building module:
    cleaning build area...
    'make' all KVER=4.14.48-2-MANJARO........................................... .................................................. .............
    Error! Build of 8822bu.ko failed for: 4.14.48-2-MANJARO (x86_64)
    Consult the make.log in the build directory
    /var/lib/dkms/8822bu/1.1/build/ for more information.


    The make.log is attached but looks the same as the manual "make" with no additional error's...it appears to complete but the secondary part doesn't occur.

    Attached Files Attached Files
    Last edited by famewolf; June 18th, 2018 at 06:13 AM.

Page 6 of 6 FirstFirst ... 456

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •