Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASIX USB to Ethernet
2014-11-05, 22:10
Post: #41
RE: ASIX USB to Ethernet
DisplayLink based USB 3.0 docking stations implement the USB-IF NCM Class protocol which is already present in the linux kernel - hopefully it will be possible to build a driver in a similar way to the ASIX one. There are some 'dongle' based designs as well - the latest one from Dell is http://accessories.us.dell.com/sna/produ...dellSearch
Find all posts by this user
Quote this message in a reply
2014-12-03, 15:47
Post: #42
RE: ASIX USB to Ethernet
Great to see that you're still working on the USB feature branch and keeping it current with mainline until someone has time to review it. As you have noticed, it's a tiny project with very few developers, so things do take time. Please have patience.
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-12-11, 09:15
Post: #43
Wink RE: ASIX USB to Ethernet
Can you help to port ASIX AX88179 driver to the source code? That model cannot work normally.
http://www.asix.com.tw/products.php?op=p...131;71;112
Find all posts by this user
Quote this message in a reply
2015-02-04, 10:11
Post: #44
RE: ASIX USB to Ethernet
USB support is starting to arrive in mainline iPXE:

https://git.ipxe.org/ipxe.git/commitdiff...06feaf7afb
https://git.ipxe.org/ipxe.git/commitdiff...a1f1c17c91
https://git.ipxe.org/ipxe.git/commitdiff...b9948c1e09
https://git.ipxe.org/ipxe.git/commitdiff...1714be7505

jwillis84: Maybe you should try to port the drivers you have already worked on to this new infrastructure, then maybe we can get support for the other controllers and drivers more quickly. Regardless, I encourage you to test it out and report back how it works on your hardware.
Visit this user's website Find all posts by this user
Quote this message in a reply
2018-10-19, 15:14
Post: #45
RE: ASIX USB to Ethernet
Hi,
is there any plan on updating this git because I can't get it to compile on Ubuntu 18.04.

Code:
core/stringextra.c: In function ‘strtok’:
core/stringextra.c:189:18: error: nonnull argument ‘s’ compared to NULL [-Werror=nonnull-compare]
  sbegin  = s ? s : ___strtok;
            ~~~~~~^~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile.housekeeping:862: recipe for target 'bin-i386-efi/stringextra.o' failed
make: *** [bin-i386-efi/stringextra.o] Error 1
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 2 Guest(s)