netdde not detecting cards

2012-07-05 Thread Samuel Thibault
Hello, To people who were having problems of network card detection with netdde, I've found that it was hardcoded that only bus 0 and 2 were probed for. The attached patch should probe for all buses, and probably fix the issue you were having. Check your lspci output, if it looked like 03:19.0 E

Re: netdde not detecting cards

2012-07-05 Thread peter
Thats really good news! I'll start my vacation next week and will have a go at it then. Would be great to have networking on my hurd box again. Thanks for fixing it! /Peter > Hello, > > To people who were having problems of network card detection with > netdde, I've found that it was hardcoded t

Re: netdde not detecting cards

2012-07-09 Thread Barry deFreese
On 7/6/2012 12:10 AM, Samuel Thibault wrote: > Hello, > > To people who were having problems of network card detection with > netdde, I've found that it was hardcoded that only bus 0 and 2 were > probed for. The attached patch should probe for all buses, and > probably fix the issue you were havi

Re: netdde not detecting cards

2012-07-09 Thread Samuel Thibault
Barry deFreese, le Mon 09 Jul 2012 09:43:26 -0400, a écrit : > As a side note, on one of the machines I am successfully using the 3c59x > driver. To build it I just > added a "int nr_irqs = 255;" line directly in 3c59x.c. I can try to look > into a more appropriate > solution if you would like.

Re: netdde not detecting cards

2012-07-09 Thread peter
I have just finished compiling netdde/libdde and can confirm that the patch is working on real hardware. I'm actually sending this email from my hurd box. Thank you so much for the patch! /Peter > On 7/6/2012 12:10 AM, Samuel Thibault wrote: >> Hello, >> >> To people who were having problems of