Page 1 of 5 123 ... LastLast
Results 1 to 10 of 42

Thread: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

  1. #1
    Join Date
    Jun 2011
    Beans
    39

    Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Does anybody know, whether this device is supported under linux/ubuntu? I could not find an answer via google, etc.

    Manufacturer product website

  2. #2
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    I decided to just buy the device. It does not seem to work out of the box. This is the output of lsusb: http://pastebin.com/weWZJ6ZG

    It seems to be a re-branded version of this device: ASIX AX88179. An Android/Linux drives seems to be available too. I will try that out later:

    http://www.asix.com.tw/products.php?...mID=131;71;112
    Last edited by dpjg; December 1st, 2012 at 03:27 PM.

  3. #3
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Final step: driver from hardware manufacturer compiles and works unter 12.10:

    http://www.asix.com.tw/FrootAttach/d...SOURCE.tar.bz2

  4. #4
    Join Date
    Oct 2008
    Beans
    4

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    If others are also searching for infos how to build the driver:
    sudo su
    apt-get install linux-headers-generic
    change Makefile to: KDIR = /usr/src/linux-headers-$(CURRENT)
    make
    make install

    The driver is automatically loaded when the usb adapter is pluged in.

  5. #5
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Strange, the driver compiled for me even without changing the makefile. You are right, that kernel headers have to be installed.

  6. #6
    Join Date
    Apr 2010
    Beans
    2

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Could anybody help me how to install this driver onto a Synology DS209 NAS?

  7. #7
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    The driver has been updated to v1.3.0: http://www.asix.com.tw/FrootAttach/d...SOURCE.tar.bz2.

  8. #8
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Quote Originally Posted by B@rt_d@_M@n View Post
    Could anybody help me how to install this driver onto a Synology DS209 NAS?
    Sorry for my ignorance, but could you answer the following questions first:

    • Does the Synology DS209 NAS run linux?
    • If yes, which "distribution" if any?
    • Do you have root access?

  9. #9
    Join Date
    Jun 2011
    Beans
    39

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Quote Originally Posted by B@rt_d@_M@n View Post
    Could anybody help me how to install this driver onto a Synology DS209 NAS?
    Sorry for second guessing, but why do you want to use an ethernet usb adapter on a device with a built gigabit ethernet?

  10. #10
    Join Date
    Apr 2010
    Beans
    2

    Re: Digitus DN-3023: Gigabit Ethernet USB 3.0 adapter

    Quote Originally Posted by dpjg View Post
    Sorry for second guessing, but why do you want to use an ethernet usb adapter on a device with a built gigabit ethernet?
    Because I need a second Ethernet connection for the IPTV streams.
    I would like to run DVBLOGIC IPTV server on my NAS.

Page 1 of 5 123 ... LastLast

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
  •