[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F0F641B.5090407@t-online.de>
Date: Thu, 12 Jan 2012 23:52:11 +0100
From: Michael Mueller <malware@...nline.de>
To: netdev@...r.kernel.org
Subject: [PATCH] Making de2104x working with BNC connection on 21040 chipset
Hi,
while I recently updated an older machine to the latest Debian
distribution which included updating the kernel from 2.4.x to 3.0 the
tulip driver did stop working for my network card. The replacement
driver de2104x did initialize the network interfaces but no transmission
was possible.
Digging into it I found the de2104x driver just assumes there is no BNC
transceiver on a card using the 21040 chipset. So I extracted the
correct configuration values from the old tulip driver and removed some
sanity checking which denied setting the transceiver to BNC. Now I can
use the driver by just setting the correct transceiver using ethtool.
A patch against 3.0 is appended. It should apply against more recent
versions too since there was not the lot happening for this old driver,
but for the relocation of the files from drivers/net/tulip to
drivers/net/ethernet/dec/tulip.
Michael
View attachment "de21040_bnc.patch" of type "text/x-patch" (1992 bytes)
Powered by blists - more mailing lists