Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Need help in compiling driver.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need help in compiling driver.

    Hello. After another storm died my usb-ethernet adapter.


    I found another ADM8515, mk808 but does not want to work on it. I understand that you need to do kernel module and load it with a script every reboot. But how to do it ... I've searched the internet - found nothing intelligible.


    the only thing that I found this source driver https://github.com/omegamoon/rockchi...rivers/net/usb


    respectively, as I understand it is necessary to collect. ko file for the kernel mk808. Sources drivers ADM8515 stored in pegasus.c.


    Maybe there are people who understand this and help with this matter?

    Sorry for my English)

    #2
    any ideas

    Comment


      #3
      I've never done this before, but I've seen some discussion about it on Freaktab.

      Maybe post #2 in this thread will help you even though they are talking about a different usb device: http://www.freaktab.com/showthread.p...-adapter-MK808

      There might also be info in this thread where "basic information" is mentioned in the first post, and maybe something helpful in the replies: http://www.freaktab.com/showthread.p...RK3066-devices

      Comment


        #4
        thnx for an idea, but i've done it from another side. i compiled new kernel where i turned on Pegasus support.
        After flashing this kernel, my stick see adapter and shows its mac adress, but do not work. dmesg shows an error
        Code:
        [COLOR=#465584][FONT=Lucida Console]DWC_OTG: dwc_otg_hcd_urb_enqueue urb->transfer_buffer address not align to 4-byte 0xdc60e022[/FONT][/COLOR]
        Any one can solve this problem?

        Comment


          #5
          Originally posted by ximikavt View Post
          Any one can solve this problem?
          I did a search for some of that error and found this, not sure if it will solve your issue, though:

          Comment

          Working...
          X