-
No response from user.
2007-10-06 03:07:53 UTC in Attansic L1 Gigabit Ethernet driver
-
Fixed with this patch.
From: Jay Cliburn
The original vendor driver contained a private ether_crc_le() function
that produced an inverted crc. When we changed to the kernel version of
ether_crc_le(), we neglected to undo the inversion. Let's do it now.
Discovered by and patch proffered by Jose Alberto Reguero.
Signed-off-by: Jose Alberto Reguero...
2007-04-09 12:37:03 UTC in Attansic L1 Gigabit Ethernet driver
-
The L1 NIC seems to ignore IPv6 router advertisements unless it's in promiscuous mode. Consequently, the interface fails to autoconfigure with an IPv6 address as it should, again, unless the device is first placed in promiscuous mode.
This behavior is seen in driver version 2.0.7 under kernel 2.6.21-rc5.
2007-04-03 17:20:36 UTC in Attansic L1 Gigabit Ethernet driver
-
This problem occurs when the Xen kernel tries and fails to map IO memory for the atl1 receive buffers. I've posted a request for info at fedora-kernel-list and fedora-xen.
https://www.redhat.com/archives/fedora-xen/2007-April/msg00002.html.
2007-04-03 16:48:08 UTC in Attansic L1 Gigabit Ethernet driver
-
You're using a vendor version of the driver. Please contact Attansic directly, or visit http://www.hogchain.net for a possible solution.
2007-03-27 22:05:37 UTC in Attansic L1 Gigabit Ethernet driver
-
The version of the atl1 driver you're trying to build is for a 2.6.20 kernel, but you're trying to build it under a 2.6.19 kernel. It won't work because the kernel workqueue API changed between 2.6.19 and 2.6.20. Get a version of the atl1 driver for the 2.6.19 kernel.
2007-03-27 22:03:00 UTC in Attansic L1 Gigabit Ethernet driver
-
Version 2.0.7 of the atl1 driver was released today, 17 February 2007. This version fixes a bug that results in random MAC address assignments on some motherboards.
2007-02-17 20:59:04 UTC in Attansic L1 Gigabit Ethernet driver
-
Your driver version is too new for the kernel you're running. Sorry for the inconvenience, but please get this version:
ftp://ftp.hogchain.net/pub/linux/attansic/kernel_driver/atl1-2.0.6.1-linux-2.6.19-standalone.tar.gz
It should build fine under your kernel.
Be on the lookout for a new FC6 kernel based on 2.6.20 in the near future. If the Fedora Project releases it, it'll already...
2007-02-15 23:29:41 UTC in Attansic L1 Gigabit Ethernet driver
-
Run /sbin/lspci. You'll see the adapter type listed in the command's output.
According to the Asus website, the adapter is an "NVIDIA MCP61P built-in Gigabit MAC with external Attansic PHY" -- I have no idea which driver will be used for it.
2007-02-03 13:34:48 UTC in Attansic L1 Gigabit Ethernet driver