[FIXED] Re: [Qemu-devel] Multiple Ethernet interfaces for Gumstix connex (NetDUO-mmc)

2008-01-05 Thread John W
Andrzej, Thanks for the tip, but it ended up that the IRQ was being properly allocated by the kernel, but I did not tell qemu the correct mapping between the IRQ and the GPIO line. Example: eth0 uses IRQ 59 which maps to GPIO line 36 eth1 uses IRQ 50 which maps to GPIO line 27 The mapping betwee

Re: [Qemu-devel] Multiple Ethernet interfaces for Gumstix connex (NetDUO-mmc)

2008-01-03 Thread andrzej zaborowski
Hi, On 04/01/2008, John W <[EMAIL PROTECTED]> wrote: > 3. gpio line 37, I took a stab in the dark. > > With this change, eth0 seemed to continue to work > perfectly. > > As for Eth1: > 1. The Linux Kernel seemed to ALSO recognize eth1. > (example: ifconfig eth1 seemed to work fine) > > 2. Sendi

[Qemu-devel] Multiple Ethernet interfaces for Gumstix connex (NetDUO-mmc)

2008-01-03 Thread John W
QEMU Development Team, I've been playing with the latest snapshot of the QEMU stuff (qemu-snapshot-2008-01-03_05.tar.bz2) to play with the Gumstix Connex machine (the latest stable version 0.9.0 doesn't seem to have the Gumstix connex machine). I noticed that this architecture supports only one e