Corentin CHARY <[EMAIL PROTECTED]> : [no need to quote the original part in french] > I have a Asus Laptop A6JC, and a r8168 network card. r1000 driver from > realtek > works, but I want to use r8169.c. > I first tried with > http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.17-rc6/r8169/ patchs, but it > doesn't Work (eth0 is here, I can use ifconfig and route, but ping or dhcpcd > doesn't work)
If you still have it at hand, turn NET_IP_ALIGN into NET_IP_ALIGN + 6 and it should work (at least it has been reported to by Boris Zhmurov). [...] > Now I tried with > http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.18-rc5/r8169/ > I changed : > line 1751 > - request_irq(dev->irq, rtl8169_interrupt, IRQF_SHARED, dev->name, dev); > + request_irq(dev->irq, rtl8169_interrupt, SA_SHIRQ, dev->name, dev); > line 2224 > - u32 mss = skb_shinfo(skb)->gso_size; > + u32 mss = skb_shinfo(skb)->tso_size; > to get it compile on 2.6.17 > > I can load the module, eth0 is here, I can play with ifconfig. But i can't > ping other machines on my network. dhcpd doesn't work too. > > dmesg output : [...] Full story please, no cut. [...] > I tried mii-tool (and mii-diag) but I get that : > SCIOCGMIIPHY on eth0 failed: Operation not supported Huh ? Are you really sure that you have applied the 11 patches and built the right file ? -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html