Re: [gPXE] Trying to extend TG3 driver

2009-11-20 Thread Thomas Miletich
of the linux API, so many things still apply. It will also help to understand the linux tg3 driver better. Thanks and good luck Thomas On Sat, Nov 21, 2009 at 12:55 AM, Nick Couchman nick.couch...@seakr.com wrote: On 2009/11/20 at 16:45, Thomas Miletich thomas.milet...@gmail.com wrote: Hello

Re: [gPXE] I have installed Windows 2008 on iSCSI, but?

2010-03-26 Thread Thomas Miletich
Have a look at http://etherboot.org/wiki/commandline an example script could look like this: #!gpxe ifopen net0 set net0/ip 192.168.10.1 set net0/netmask ... sanboot iscsi:server-iptarget-name build gPXE with: make bin/gpxe.dsk EMBEDDED_IMAGE=foo.gpxe where foo.gPXE is the name of the

Re: [gPXE] Tip errors, need your help

2010-04-04 Thread Thomas Miletich
On Sunday, April 4, 2010, Piotr Jaroszyński p.jaroszyn...@gmail.com wrote: 2010/4/4 lsq726 lsq...@163.com: Hi,      I refer to your method, but run into git fetch peper Tip: fatal:the remote end hung up unexpectedly Hmm, not sure why the server wouldn't work for you. Try: $ git clone

Re: [gPXE] Fails to get an address under gpxe, gets one under pxe

2010-04-13 Thread Thomas Miletich
Hello There was a big modification to the eepro100 driver a few releases back, this could be a bug introduced then. Please try a version with the old driver(0.9.7 should work) and tell us your results. 13.04.2010 23:24 schrieb am tr...@cs.drexel.edu: Hello, Using a eepro100 card (full

Re: [gPXE] Fails to get an address under gpxe, gets one under pxe

2010-04-14 Thread Thomas Miletich
To:      Thomas Miletich thomas.milet...@gmail.com -- Hello, I tried the old driver (0.9.7) and the same results, fails to get an address. There is another nic in the machine that gpxe recognizes but UNDI is broken on it (normal pxe

Re: [gPXE] Intel NIC Link-state problem

2010-04-16 Thread Thomas Miletich
Hello Christopher, thanks for testing. I have pushed a patch that removes the link state checking code from eepro100 to staging[1]. Please let us know if this patch works for you. I will give it a shot on my cards too, as soon as I can. You can find prebuilt binaries at [2]. Thanks Thomas [1]

Re: [gPXE] gpxe-1.0.1 pcnet32 problem

2010-07-28 Thread Thomas Miletich
Source Boot Firmware -- http://etherboot.org Features: AoE HTTP iSCSI DNS TFTP bzImage COMBOOT ELF Multiboot PXE PXEXT No more network devices No a lot information... Gilles Le mercredi 28 juillet 2010 à 12:57 +0200, Thomas Miletich a écrit : Hello It sounds like there's something going

Re: [gPXE] ICH7 network controller (8086:27dc) support

2010-08-25 Thread Thomas Miletich
Hello Cédric Thanks for letting us know. Unless you want to submit a patch yourself, I will send one to gpxe-devel later today. Thanks Thomas On Wed, Aug 25, 2010 at 8:56 AM, Cédric DELMAS c.del...@akka.eu wrote: Hi, I tried to netboot a machine using gPXE 1.0.1 (downloaded on rom-o-matic)

Re: [gPXE] PXE - gPXE - ARM (Sheevaplug) - Compile

2010-08-29 Thread Thomas Miletich
Hello Henny, unfortunately gPXE won't run on ARM(or anything else than x86 and x86_64). As a bootloader gPXE is a very low-level program that needs specific code for any architecture it wants to support. This means that you can't compile the code for the x86 version with an ARM compiler and expect

Re: [gPXE] PXE - gPXE - ARM (Sheevaplug) - Compile

2010-08-29 Thread Thomas Miletich
on the sheevaplug.. :( and would like to install gPXE... Back to the drawingboard Thanx! Henny Zutt -Oorspronkelijk bericht- Van: Thomas Miletich [mailto:thomas.milet...@gmail.com] Verzonden: zondag 29 augustus 2010 20:36 Aan: Henny Zutt CC: gpxe@etherboot.org Onderwerp: Re: [gPXE

Re: [gPXE] PXE - gPXE - ARM (Sheevaplug) - Compile

2010-08-30 Thread Thomas Miletich
Hello Henny, in this case you just want to do a normal PXE boot, which isn't specific to the Sheevaplug or ARM at all. gPXE will run on the PC, not the Sheevaplug. If you use a normal PXE setup it even isn't gPXE specific either. Just google for your-distribution-here PXE boot. More resources can

Re: [gPXE] gpxe 1.0.0 chainloading and disabling use-cached to make new second dhcp request

2010-09-17 Thread Thomas Miletich
On Fri, Sep 17, 2010 at 9:43 PM, Pasi Kärkkäinen pa...@iki.fi wrote: On Fri, Sep 17, 2010 at 02:59:11PM -0400, Joshua Oreman wrote: On Fri, Sep 17, 2010 at 2:52 PM, Pasi Kärkkäinen pa...@iki.fi wrote: Any ideas? Setting use-cached to zero in the DHCP packet won't override gpxelinux.0's

Re: [gPXE] chainloading gPXE from an existing PXE ROM HANGED

2010-10-06 Thread Thomas Miletich
Hello, please specify which version of gPXE you're using and please provide sample output of the boot.php script. Thomas On Tue, Oct 5, 2010 at 1:19 PM, Muhammad Ammar mam...@gmail.com wrote: Hi All, Currently i have a PXELINUX/TFTP deployment environment and everything is working well

Re: [gPXE] Cramming two drivers into one ROM?

2010-11-09 Thread Thomas Miletich
Hello, sorry for the delayed reply. You can build multidriver images with a build command like: make bin/10b79200--tg3.rom This should build a gPXE image with the 3c90x and tg3 driver. 10b7:9200 is the PCI ID for the NIC, you have to replace it with the PCI ID of your card if it differs. You

Re: [gPXE] Cramming two drivers into one ROM?

2010-11-12 Thread Thomas Miletich
On Fri, Nov 12, 2010 at 12:18 PM, Juan Belmonte jbm...@gmail.com wrote: snip Can I do something like this but using ROM-O-MATIC web service? I don't think it is possible with the current rom-o-matic code. Patches would be required to make it work. If you don't have access to a linux machine

Re: [gPXE] https support

2011-04-15 Thread Thomas Miletich
Hello On Fri, Apr 15, 2011 at 5:09 AM, Schafer, Christopher L CTR USAF AFMC AFRL/RDSM christopher.schafer@maui.afmc.af.mil wrote: Specifically how would I use it to get the .kpxe file and the .gpxe script via dhcp. # dhcpd.conf # untested example config # Global options option

[gPXE] New tg3 driver - Call for testers

2011-08-20 Thread Thomas Miletich
Hello everyone, For my GSoC project I have been working on updating the tg3 driver for Broadcom BCM57xx NICs. The old driver was still from etherboot and severely out of date. The new driver is based on the driver of a recent linux version and supports 79 NIC variants, as opposed to the 31

Re: [gPXE] [gPXE-devel] New tg3 driver - Call for testers

2012-01-11 Thread Thomas Miletich
is there. Checking the md5 sum of the embedded image reveals that the md5 sum is also correct. What exactly is the behavior you're seeing / how did you determine that EMBEDDED_IMAGE doesn't work? Thomas br, Quinn On Sat, Aug 20, 2011 at 6:07 PM, Thomas Miletich thomas.milet...@gmail.com wrote

[gPXE-devel] [PULL REQUEST] [eepro100] Add PCI ID for Intel Pro/100 VE.

2010-06-03 Thread Thomas Miletich
The following changes since commit dba99690eb4cdba99656ee6eefef106a82725e37: Guo-Fu Tseng (1): [jme] Add JMicron Ethernet driver are available in the git repository at: git://git.etherboot.org/scm/people/meteger/gpxe.git eepro100_id Erwan Velu (1): [eepro100] Add PCI ID for

Re: [gPXE-devel] How to enable gpxe for serial debug?

2010-06-18 Thread Thomas Miletich
. #DBGLVL_MAX  1 It seems console works since I can see the log 'no more network devices' in the other end of serial. Is it? But the DBG is not enabled ... I call undi_start, but no expected log ... -Sean- On Fri, Jun 18, 2010 at 4:10 PM, Thomas Miletich thomas.milet...@gmail.com wrote: Hello

Re: [gPXE-devel] [PATCH] [virtio] Replace virtio-net with native gPXE driver

2010-07-09 Thread Thomas Miletich
Hello Stefan Here are a few comments: - virtnet_enqueue_iob: The address of the local variable 'header' is passed to vring_add_buf(). As you said on IRC, the hypervisor could access the data after 'header' went out of scope and 'header' could already be overwritten by something else. - We have

Re: [gPXE-devel] gPXE is not support RTL8111B?

2010-07-29 Thread Thomas Miletich
, Thomas Miletich thomas.milet...@gmail.com wrote: Hello from a quick comparison between the gPXE and linux driver I can't see any differences in the handling of 8111B specific things. As the non-variant-specific code in the r8169 driver is well tested I don't know what could be the problem

[gPXE-devel] [PATCH][forcedeth] Exit poll() as early as possible if no work to do

2010-11-11 Thread Thomas Miletich
at ~10MByte/sec in my 100MBit test setup now. I think the if () should be placed where it is now, so we exit ASAP in poll(). Anyway, I don't understand why this resolved the speed issue I was seeing. If anyone has any ideas, please let me know. Thomas Miletich Patch: [forcedeth] Exit poll() as early

[gPXE-devel] [PATCH] [iscsi] Process NOP-In commands.

2011-02-14 Thread Thomas Miletich
capture is available, but I didn't want to spam the list with a 400kb attachment. [1] http://www.apps.ietf.org/rfc/rfc3720.html#sec-10.19 Thomas Miletich Add rudimentary support for iscsi NOP-In packets. Reported-by: Marc Lecuyer m...@maxiscreen.com Tested-by: Marc

[gPXE-devel] [PATCH] [igb] Remove bogus __BIG_ENDIAN conditional.

2011-07-10 Thread Thomas Miletich
Reported-by: Stefan Hajnoczi stefa...@gmail.com --- src/drivers/net/igb/igb_osdep.h |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/drivers/net/igb/igb_osdep.h b/src/drivers/net/igb/igb_osdep.h index 167b0f8..84f490f 100644 --- a/src/drivers/net/igb/igb_osdep.h

[gPXE-devel] New tg3 driver - Call for testers

2011-08-20 Thread Thomas Miletich
Hello everyone, For my GSoC project I have been working on updating the tg3 driver for Broadcom BCM57xx NICs. The old driver was still from etherboot and severely out of date. The new driver is based on the driver of a recent linux version and supports 79 NIC variants, as opposed to the 31

Re: [gPXE-devel] New tg3 driver - Call for testers

2012-01-11 Thread Thomas Miletich
is there. Checking the md5 sum of the embedded image reveals that the md5 sum is also correct. What exactly is the behavior you're seeing / how did you determine that EMBEDDED_IMAGE doesn't work? Thomas br, Quinn On Sat, Aug 20, 2011 at 6:07 PM, Thomas Miletich thomas.milet...@gmail.com wrote

Re: [gPXE-devel] can't clone balajirrao's gPXE repository

2012-11-27 Thread Thomas Miletich
Try git clone git://git.etherboot.org/people/balajirrao/gpxe.git Thomas On Mon, Nov 26, 2012 at 10:28 AM, Julián de Navascués julian.navasc...@gmail.com wrote: I'm trying to clone this repo: git clone http://git.etherboot.org/people/balajirrao/gpxe.git Cloning into 'gpxe'... fatal: