Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASIX USB to Ethernet
2013-06-04, 08:09
Post: #9
RE: ASIX USB to Ethernet
(2013-01-07 13:21)qiet72 Wrote:  Hi,

Balaji Rao already completed the code for gpxe to boot from USB network adapters back in 2008 - did that not get ported over to ipxe?

http://etherboot.org/wiki/soc/2008/balaj...plan/start

br,
Quinn

The iPXE project does not have a device driver for the ASIX.

The gPXE project technically didn't have a device driver either, that is it did not support any USB connected Ethernet device.

However Balaji Rao created a personal Git repository here:

http://git.etherboot.org/people/balajirrao/gpxe.git/

On the main gPXE repository and branched the trunk and introduced a USB subsystem and drivers for several USB to Ethernet Adapters.

The results were never merged back into the main trunk, and even the latest gPXE official releases does not include the USB subsystem or the driver code.

He did keep a journal of his work here:

http://www.etherboot.org/wiki/soc/2008/balajirrao/start

The journal is fairly complete and detailed.

By week 4 he had a working driver for Davicom dm9601
By week 5 it appears he had a driver for Belkin F5D5050
By week 6 he had a driver for D-Link DUB-E100 (ASIX 88772A/B)

After week 11 he seems to have disappeared.

Rom-o-matic only produces boot images for code in the main trunk, so it never produced, nor will ever produce images that include his drivers.

To my knowledge no one else has attempted creating a USB subsystem for gPXE or iPXE, which would be a prerequisite to writing a driver specific to a chipset.

The driver design changed in later versions of gPXE and perhaps iPXE, so a restart might be necessary to get a USB-2-Ethernet driver set back on track. USB is a different bus architecture from PCI and requires the subsystem to get started. Something has to initialize the USB hardware.

A couple of directions you could take.

1. check out his specific git tree

http://git.etherboot.org/people/balajirrao/gpxe.git/

2. compile it abiding by whatever the compile rules were for that generation, and see if it works.. maybe add some device ids

3. perhaps "lift" the drivers from the branched gPXE project and use them with GRUB to create a PXEgrub that will support your USB2 Ethernet device.

4. see if you can get the old driver to merge with the iPXE code

5. Argon made a press release in 2007 that said:

Argon Technology Releases USB2 PXE on Disk for Asix USB2 AX88772 Fast Ethernet Controllers

This is not free code, its a proprietary solution, however it indicates they wrote a boot image that would start from a floppy disk image and initiate the USB2 Ethernet hardware and perform a PXE Boot.

IF that is still available at a reasonable price point, you may be able use it to start a PXEChain loading other PXE bootloaders to get you back into a familiar environment.

Their website is confusing and the only purchase option currently posted directly related to PXE boot from Disk explicitly says it is for PCI cards only. I plan to look into what that means tomorrow.

The whole thing about all these nice projects, PXELinux/Syslinux, gPXE, iPXE, PXEGrub is that they pretty much go into effect "after" the hardware has been initialized by a driver written specifically for that hardware. Without the hardware setup you can't just boot into PXElinux if there is nothing left from the UNDI driver to build upon, or some previous PXE boot agent that setup the hardware.

It would be nice to use the Linux kernel to set everything up and then daisy chain into booting a PXElinux kernel, then we could leverage UNDI, but something has to setup the UNDI memory space, load the PXElinux kernel and turn everything over to it. Kexec sounds like something that might do that, but I'm not sure it was ever envisioned to do something like that.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ASIX USB to Ethernet - no1_melman - 2012-10-15, 15:09
RE: ASIX USB to Ethernet - no1_melman - 2012-10-15, 15:38
RE: ASIX USB to Ethernet - no1_melman - 2012-10-15, 16:18
RE: ASIX USB to Ethernet - Sedorox - 2012-10-17, 03:31
RE: ASIX USB to Ethernet - qiet72 - 2013-01-07, 13:21
RE: ASIX USB to Ethernet - jwillis84 - 2013-06-04 08:09
RE: ASIX USB to Ethernet - jwillis84 - 2013-06-04, 23:08
RE: ASIX USB to Ethernet - jpwise - 2014-06-24, 10:17
RE: ASIX USB to Ethernet - jwillis84 - 2014-06-24, 13:39
RE: ASIX USB to Ethernet - kfortner - 2014-07-23, 17:29
RE: ASIX USB to Ethernet - jwillis84 - 2014-07-24, 06:01
RE: ASIX USB to Ethernet - jwillis84 - 2014-07-29, 01:44
RE: ASIX USB to Ethernet - Mareo - 2014-08-01, 14:57
RE: ASIX USB to Ethernet - jwillis84 - 2014-08-11, 08:53
RE: ASIX USB to Ethernet - jwillis84 - 2014-08-12, 07:55
RE: ASIX USB to Ethernet - jwillis84 - 2014-08-13, 07:36
RE: ASIX USB to Ethernet - tohtoris - 2014-08-19, 20:09
RE: ASIX USB to Ethernet - jwillis84 - 2014-08-26, 05:22
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-02, 08:28
RE: ASIX USB to Ethernet - tohtoris - 2014-09-08, 13:39
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-08, 17:31
RE: ASIX USB to Ethernet - tohtoris - 2014-09-09, 06:36
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-09, 07:09
RE: ASIX USB to Ethernet - hefty - 2014-09-08, 03:14
RE: ASIX USB to Ethernet - kfortner - 2014-09-11, 22:14
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-12, 04:08
RE: ASIX USB to Ethernet - kfortner - 2014-09-12, 15:55
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-12, 21:42
RE: ASIX USB to Ethernet - kfortner - 2014-09-15, 15:16
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-16, 02:45
RE: ASIX USB to Ethernet - mithro - 2014-09-23, 04:54
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-23, 06:16
RE: ASIX USB to Ethernet - jwillis84 - 2014-09-26, 04:03
RE: ASIX USB to Ethernet - danellis - 2014-11-05, 22:10
RE: ASIX USB to Ethernet - ddmorgan - 2014-12-11, 09:15



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