On Fri, Oct 03, 2003 at 12:06:32PM +0200, m.canini@libero.it wrote: > Hi all. > I took a new laptop, a benq joybook 3000, and i'm not able to identify what > driver is appropriate for its network card. > By doing lspci i get ALi M5261 Ethernet Controller as card identifier. > I surfed the web searching for this chipset but i found nothing. > Could you help me please? The tulip driver or the dmfe driver should do the trick. There is a way of finding out which driver to use with the kernel you're using. I get: $ grep -F -e 5261 /lib/modules/$(uname -r)/modules.pcimap tulip 0x000010b9 0x00005261 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0 I get just tulip because I have not built the dmfe driver. I found out about the dmfe driver by grepping drivers/net for 5261. -- Regards, Rask Ingemann Lambertsen - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html