Re: D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/07 15:49, Bob Proulx wrote: > Ron Johnson wrote: >>>> On 08/03/07 05:37, Csányi Pál wrote: >>>>> Is the D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs >>>>> supported by Debian GNU/Linux Etc

Re: D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Bob Proulx
Ron Johnson wrote: > >> On 08/03/07 05:37, Csányi Pál wrote: > >>> Is the D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs > >>> supported by Debian GNU/Linux Etch? Yes. Out of the box with the 8139too driver. This will be discovered and configured automati

Re: D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/07 07:56, Csányi Pál wrote: > On Fri, Aug 03, 2007 at 07:27:52AM -0500, Ron Johnson wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 08/03/07 05:37, Csányi Pál wrote: >>> Hello! >

Re: D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Csányi Pál
On Fri, Aug 03, 2007 at 07:27:52AM -0500, Ron Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/03/07 05:37, Csányi Pál wrote: > > Hello! > > > > Is the D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs > > supported by Debian GNU/L

Re: D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/03/07 05:37, Csányi Pál wrote: > Hello! > > Is the D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs > supported by Debian GNU/Linux Etch? > > > If I try to compile linux-image-2.6.18 from source, in menuconfig >

D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs - supported?

2007-08-03 Thread Csányi Pál
Hello! Is the D-Link DFE-530TX PCI Fast Ethernet card 10/100MBs supported by Debian GNU/Linux Etch? If I try to compile linux-image-2.6.18 from source, in menuconfig can't to find driver for this card. Is there some experience with this PCI Ethernet card on Debian Etch out there? Any ad

Re: D-link DFE-530tx

2004-05-03 Thread Colin
com> ... look for the 6105LOM chipset. The D-Link DFE-530TX also works with the via-rhine driver that comes with the kernel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: D-link DFE-530tx

2004-05-03 Thread Dan Williamson
The driver for this card is probably the rhinefet.o and must be compiled from source. If you have the gcc, cpp, glibc-devel and kernel headers you should be able to do a make install of the module (probably available from the OEM www.viaarena.com ... look for the 6105LOM chipset.   I compile

Solution: Re: Problems getting D-Link DFE-530TX+ working

2004-04-04 Thread Steven Luke
From Bob Proulx I cannot think of any reason changing kernels would affect the installation of the X server which is in the xserver-xfree86 package. I guess that what steef had said, that since I had been using the security packages with the bf24 install there might have been an error getting

Re: Problems getting D-Link DFE-530TX+ working ... among other things

2004-04-04 Thread steef
le is rtl8139.c for the D-Link DFE-530TX+. On the other hand, if I install Debian using the bf24 option on the boot: prompt, the ethernet card /is/ recognized, I can get updated packages via ftp, and can connect to servers from other computers. But (there is always a but), I can not get the XS

Re: Problems getting D-Link DFE-530TX+ working ... among other things

2004-04-04 Thread Bob Proulx
the driver and place the name in /etc/modules so that it is loaded automatically at boot thereafter. > compile. Is there anywhere I can get a pre-compiled Debian driver > for this ethernet adapter? The file is rtl8139.c for the D-Link > DFE-530TX+. The rtl8139 is Donald Becker's Dr

Problems getting D-Link DFE-530TX+ working ... among other things

2004-04-04 Thread Steven Luke
linux/slab.h instead. I can fix the second one by finding the line with the malloc.h include and replacing it with slab.h, but the first error remains, and the driver will not compile. Is there anywhere I can get a pre-compiled Debian driver for this ethernet adapter?  The file is rtl8139.c for the D

Re: NETDEV WATCHDOG: eth0: transmit timed out (was Re: Getting d-link DFE-530TX NIC working)

2004-01-29 Thread Emanoil Kotsev
I had recently the same problem I have a very old system and I had a find & grep over / so I forgot to exclude /dev as I did with /var/log and got some grep: /dev/kmem: Bad address grep: memory exhausted grep: memory exhausted after this I looked over the log files and found the message from the

Re: D-link DFE-530tx

2003-11-02 Thread Raúl Alexis Betancort Santana
El Sun, Nov 02, 2003 at 01:49:43PM +0100, Kurt Sys escribió: > If I try a hard way: > for i in * ; do modprobe $i ; done > I get for all modules (including via-rhine.o, tulip.o, etc.): > 'Modprobe: Can't locate module xxx.o' Better if you try like this ... for i in *; do modprobe `basename $i .

Re: D-link DFE-530tx [SOLVED]

2003-11-02 Thread ScruLoose
On Sun, Nov 02, 2003 at 04:38:09PM +0100, Kurt sys wrote: (I believe it's customary to add "solved" to the subject for this type of follow-up to make it easier for people searching the archives.) > Things seem to work now. In case someone else has also the same or a > similar problem: > I instal

Re: D-link DFE-530tx

2003-11-02 Thread ScruLoose
On Sun, Nov 02, 2003 at 02:50:46PM +0100, Kurt Sys wrote: > ScruLoose wrote: > >On Sat, Nov 01, 2003 at 03:14:56PM +0100, Kurt Sys wrote: > >>Quoting Rob Weir <[EMAIL PROTECTED]>: > >> > >>>This usually means the module is already loaded, or in the case of the > >>>Debian install kernels, that the

Re: D-link DFE-530tx

2003-11-02 Thread Kurt sys
Hi all, Things seem to work now. In case someone else has also the same or a similar problem: I installed kernel 2.4.22 (downloaded 2.4.22 source as debian package and followed the 'debian way' for installing new kernel). First I had some problems with dependencies etc, because I couldn't find

Re: D-link DFE-530tx

2003-11-02 Thread Kurt Sys
. So, here it is (again). The network card is a D-link DFE-530tx. Following different sources, I need the via-rhine module, but this won't work. Any other driver also doesn't work. [...snip...] This usually means the module is already loaded, or in the case of the Debian instal

Re: D-link DFE-530tx

2003-11-02 Thread Kurt Sys
wer. So, here it is (again). The network card is a D-link DFE-530tx. Following different sources, I need the via-rhine module, but this won't work. Any other driver also doesn't work. [...snip...] This usually means the module is already loaded, or in the case of the Debian

Re: D-link DFE-530tx

2003-11-01 Thread Lawrence Houston
On Sun, 2 Nov 2003, Rob Weir wrote: > On Sat, Nov 01, 2003 at 12:25:42PM -0500, ScruLoose said > > The worst part is that I've heard a rumour saying the DFE-530TX comes > > with various different chipsets, so if yours is from a different > > batch/week/moodswing than mine, it may not be via-rhine

Re: D-link DFE-530tx

2003-11-01 Thread Deryk Barker
Thus spake Rob Weir ([EMAIL PROTECTED]): > On Sat, Nov 01, 2003 at 12:25:42PM -0500, ScruLoose said > > The worst part is that I've heard a rumour saying the DFE-530TX comes > > with various different chipsets, so if yours is from a different > > batch/week/moodswing than mine, it may not be via-r

Re: D-link DFE-530tx

2003-11-01 Thread Rob Weir
On Sat, Nov 01, 2003 at 12:25:42PM -0500, ScruLoose said > The worst part is that I've heard a rumour saying the DFE-530TX comes > with various different chipsets, so if yours is from a different > batch/week/moodswing than mine, it may not be via-rhine at all. I don't > actually _know_ this, but I

Re: D-link DFE-530tx

2003-11-01 Thread ScruLoose
-CD (CD1 -- NON-US). Everything works fine except for one thing, I can't > > > get my ethernet card to work. I found on the net several people with similar > > > or the same problem, but I don't find an answer. So, here it is (again). > > > The network card is a D

Re: D-link DFE-530tx

2003-11-01 Thread Kurt Sys
can't > > get my ethernet card to work. I found on the net several people with similar > > or the same problem, but I don't find an answer. So, here it is (again). > > The network card is a D-link DFE-530tx. Following different sources, I need > > the via-rhine

Re: D-link DFE-530tx

2003-11-01 Thread Rob Weir
people with similar or the > same problem, but I don't find an answer. So, here it is (again). > The network card is a D-link DFE-530tx. Following different sources, I need the > via-rhine module, but this won't work. Any other driver also doesn't work. > Below, I gi

Re: D-link DFE-530tx

2003-11-01 Thread Andreas Janssen
lar or the same problem, but I don't find an answer. So, here > it is (again). The network card is a D-link DFE-530tx. Following > different sources, I need the via-rhine module, but this won't work. > Any other driver also doesn't work. Below, I give some outputs which >

Re: D-link DFE-530tx

2003-11-01 Thread Richard Lyons
le with > similar or the same problem, but I don't find an answer. So, here it is > (again). > The network card is a D-link DFE-530tx. Following different sources, I need > the via-rhine module, but this won't work. Any other driver also doesn't > work. Below, I give som

D-link DFE-530tx

2003-11-01 Thread Kurt Sys
here it is (again). The network card is a D-link DFE-530tx. Following different sources, I need the via-rhine module, but this won't work. Any other driver also doesn't work. Below, I give some outputs which may be helpful. What should be my next step? tnx, Kurt. - lspci -v - [..

Re: NETDEV WATCHDOG: eth0: transmit timed out (was Re: Getting d-link DFE-530TX NIC working)

2003-10-28 Thread kmark+debian
On Tue, 28 Oct 2003, ScruLoose wrote: > On Mon, Oct 27, 2003 at 10:06:18PM -0500, ScruLoose wrote: > > Hi all, > > Still pluggin' away at this problem with my D-Link DFE-530TX NIC. > > NETDEV WATCHDOG: eth0: transmit timed out > eth0: Transmit timed out,

NETDEV WATCHDOG: eth0: transmit timed out (was Re: Getting d-link DFE-530TX NIC working)

2003-10-28 Thread ScruLoose
On Mon, Oct 27, 2003 at 10:06:18PM -0500, ScruLoose wrote: > Hi all, Still pluggin' away at this problem with my D-Link DFE-530TX NIC. > But when I stick knoppix in, it happily accesses the network, and lsmod > shows via-rhine and mii modules (one shows as "used by"

Getting d-link DFE-530TX NIC working

2003-10-27 Thread ScruLoose
Hi all, I've got this machine with a D-Link DFE-530TX NIC in it, and a clean install of woody. (not much beyond the base system at this point). The thing is, Debian doesn't seem happy with the NIC. Under the standard installation process I chose the bf24 kernel, and it refused to con

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-07 Thread xavier
|The output of modprobe via-rhine is: |/lib/modules/2.4.16-686/kernel/drivers/net/via-rhine.o: init_module: No such device |Hint: insmod errors can be caused by incorrect module parameters, including invalid | IO or IRQ parameters |/lib/modules/2.4.16-686/kernel/drivers/net/via-rhine.o: insmod /li

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-06 Thread Ben Kal
On 4 Jun 2003 ScruLoose <[EMAIL PROTECTED]> wrote: >Wanting to replace my prehistoric 10base-T card with something that can do >100, I bought myself a D-Link DFE-530TX and stuffed it into a free PCI >slot. So I Googled for drivers and I keep being told that the card *is* >suppo

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-06 Thread ScruLoose
On Wed, Jun 04, 2003 at 08:30:46PM -0400, Chris Metzler wrote: > On Wed, 4 Jun 2003 17:30:12 -0400 ScruLoose <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > Wanting to replace my prehistoric 10base-T card with something that can > > do 100, I bought m

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-06 Thread ScruLoose
On Wed, Jun 04, 2003 at 09:45:43PM -0400, xavier renaut wrote: > |Wanting to replace my prehistoric 10base-T card with something that can > |do 100, I bought myself a D-Link DFE-530TX and stuffed it into a free > |PCI slot. So I Googled for drivers and I keep being told that the ca

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-05 Thread Robert Storey
On Thu, 5 Jun 2003 18:10:59 -0400 ScruLoose <[EMAIL PROTECTED]> wrote: > On Wed, Jun 04, 2003 at 09:45:43PM -0400, xavier renaut wrote: > > |Wanting to replace my prehistoric 10base-T card with something that > > |can do 100, I bought myself a D-Link DFE-530TX and stuffed it

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-05 Thread xavier renaut
|Wanting to replace my prehistoric 10base-T card with something that can |do 100, I bought myself a D-Link DFE-530TX and stuffed it into a free |PCI slot. So I Googled for drivers and I keep being told that the card |*is* supported, and uses the via-rhine drivers/module. But modprobe |via-rhine

Re: D-Link DFE-530TX under 2.4.16-686

2003-06-05 Thread Chris Metzler
On Wed, 4 Jun 2003 17:30:12 -0400 ScruLoose <[EMAIL PROTECTED]> wrote: > > Hi all, > > Wanting to replace my prehistoric 10base-T card with something that can > do 100, I bought myself a D-Link DFE-530TX and stuffed it into a free > PCI slot. So I Googled for drivers an

D-Link DFE-530TX under 2.4.16-686

2003-06-05 Thread ScruLoose
Hi all, Wanting to replace my prehistoric 10base-T card with something that can do 100, I bought myself a D-Link DFE-530TX and stuffed it into a free PCI slot. So I Googled for drivers and I keep being told that the card *is* supported, and uses the via-rhine drivers/module. But modprobe via

Re: D-Link DFE-530TX: the -REAL- driver

2001-11-05 Thread W. Paul Mills
[EMAIL PROTECTED] (Raphael Bustin) writes: > I found a very interesting page on D-Link's website: > > > > wherein a clue may perhaps be found. > > It seems that Revisions A, B and C of this board > (the DFE-530TX+) do indeed use rtl8139.o fro

Re: D-Link DFE-530TX: the -REAL- driver

2001-11-04 Thread Chris Keelan
On Sunday 04 November 2001 20:35, Raphael Bustin wrote: The 530TX is not an 'exotic' card. I use the via-rhine module and it works perfectly. - C

D-Link DFE-530TX: the -REAL- driver

2001-11-04 Thread Raphael Bustin
I found a very interesting page on D-Link's website: wherein a clue may perhaps be found. It seems that Revisions A, B and C of this board (the DFE-530TX+) do indeed use rtl8139.o from the standard distribution. However: For Rev. D1 and D2 o

Install problems with D-Link DFE-530TX+ ethernet card

2001-11-03 Thread Rolf Brudeseth
I just tried installing a D-Link DFE-530TX+ ethernet card but I am having no luck. I am using Debian 2.2.   First attempt was with the driver that comes with Debian.   otto:/lib/modules/2.2.17-ide/net# lspci -v ~snip 00:14.0 Ethernet controller: D-Link System Inc: Unknown device 1300 (rev

Re: D-Link DFE-530TX+ Installation

2001-10-13 Thread Erik Steffl
dman wrote: > > On Sat, Oct 13, 2001 at 04:47:23PM -0500, W. Paul Mills wrote: > | [EMAIL PROTECTED] (dman) writes: > | > On Sat, Oct 13, 2001 at 04:42:18PM -0400, Rong Fan wrote: > [...] > > | > | D-Link DFE-530TX+ > > | > > [...] > > | > tuli

Re: D-Link DFE-530TX+ Installation

2001-10-13 Thread dman
On Sun, Oct 14, 2001 at 04:21:21AM +0200, Theo Wribe wrote: | > -Original Message- | > From: dman [mailto:[EMAIL PROTECTED] | > Sent: den 14 oktober 2001 03:31 | > To: debian-user@lists.debian.org | > Subject: Re: D-Link DFE-530TX+ Installation | > | > On Sat, Oct 1

RE: D-Link DFE-530TX+ Installation

2001-10-13 Thread Theo Wribe
> -Original Message- > From: dman [mailto:[EMAIL PROTECTED] > Sent: den 14 oktober 2001 03:31 > To: debian-user@lists.debian.org > Subject: Re: D-Link DFE-530TX+ Installation > > On Sat, Oct 13, 2001 at 04:47:23PM -0500, W. Paul Mills wrote: > | [EMAIL PROTECTED]

Re: D-Link DFE-530TX+ Installation

2001-10-13 Thread dman
On Sat, Oct 13, 2001 at 04:47:23PM -0500, W. Paul Mills wrote: | [EMAIL PROTECTED] (dman) writes: | > On Sat, Oct 13, 2001 at 04:42:18PM -0400, Rong Fan wrote: [...] | > | D-Link DFE-530TX+ | > [...] | > tulip [...] | NO NO See that + on the end -- takes the rtl8139 driver. Do

RE: D-Link DFE-530TX+ Installation

2001-10-13 Thread Theo Wribe
Use via-rhine it will work. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of W. Paul Mills > Sent: den 13 oktober 2001 23:47 > To: debian-user@lists.debian.org > Subject: Re: D-Link DFE-530TX+ Installation > > > &

Re: D-Link DFE-530TX+ Installation

2001-10-13 Thread W. Paul Mills
[EMAIL PROTECTED] (dman) writes: > On Sat, Oct 13, 2001 at 04:42:18PM -0400, Rong Fan wrote: > | Hello, > | my ethernet card(D-Link DFE-530TX+) wasn't recognized during installation. > what should i > | do to make it work? any advice is welcome. > > Run 'mod

Re: D-Link DFE-530TX+ Installation

2001-10-13 Thread dman
On Sat, Oct 13, 2001 at 04:42:18PM -0400, Rong Fan wrote: | Hello, | my ethernet card(D-Link DFE-530TX+) wasn't recognized during installation. what should i | do to make it work? any advice is welcome. Run 'modconf' and pick the tulip driver. Then see 'man interfaces

D-Link DFE-530TX+ Installation

2001-10-13 Thread Rong Fan
Hello, my ethernet card(D-Link DFE-530TX+) wasn't recognized during installation. what should i do to make it work? any advice is welcome. thanks in advance. Best regards, Roam

Re: D-Link DFE-530TX+ Problem

2001-10-06 Thread mikepolniak
On Fri, 05 Oct 2001 06:37:22 GMT "Z-Gen" <[EMAIL PROTECTED]> wrote: > It's not found during installation. > How can I set it up? > netconfig or linuxcfg? > Thanks in advance. Make sure your kernel has CONFIG_8139TOO=y or =m If its compiled as a module, make sure 8139TOO is loaded.

Re: Ethernet Card D-Link DFE-530TX

2001-09-13 Thread John Patton
I have this card, and I use the 8139too.o driver. In menuconfig I selected 'Realtek rtl-8139' as well as 'support for older RTL-8129/8130...'. I don't know if that last one is necissary, but my card does work fine. -- John Patton [EMAIL PROTECTED] "To be or not to be. That's

Ethernet Card D-Link DFE-530TX

2001-09-13 Thread jcrouvinez
Hi, I try since many days to let my Ethernet card work and I have some problems. Here my configuration : OS : Linux 2.2.18 (Distribution Progeny, version 1) Windows 98 Dual Boot using GRUB Card : D-Link DFE-530TX Rev. A. Module : via-rhine.o Here the command with the

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Sam Varghese
On Mon, Jul 16, 2001 at 09:34:34AM +0200, Gerjan Teselink wrote: > Hi, > > I tried the Realtek 8139 driver with no parameters and unfortunetely i got > > the "device busy" error. > > Have you tried to use the NE2000 module? Or is it possible for you to > configure the nic in NE2000-mode? It worked

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Andrew Agno
D-Man writes: > On Mon, Jul 16, 2001 at 12:57:42AM -0400, Evan Flynn wrote: > | I tried the Realtek 8139 driver with no parameters and unfortunetely i got > | the "device busy" error. Please note that I am INSTALLING Debian and > > Hmm, that's not fun. What are the numbers on the card itself

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread D-Man
On Mon, Jul 16, 2001 at 12:57:42AM -0400, Evan Flynn wrote: | Hi. | | I tried the Realtek 8139 driver with no parameters and unfortunetely i got | the "device busy" error. Please note that I am INSTALLING Debian and Hmm, that's not fun. What are the numbers on the card itself? Is there a revisi

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Donald R. Spoon
Evan Flynn wrote: > Hi. > > I tried the Realtek 8139 driver with no parameters and unfortunetely i got > the "device busy" error. Please note that I am INSTALLING Debian and > therefore i can't compile drivers (well maybe) or use kernel 2.4. Well I > compiled the version that came with the card (

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Joost Kooij
On Mon, Jul 16, 2001 at 12:57:42AM -0400, Evan Flynn wrote: > I tried the Realtek 8139 driver with no parameters and unfortunetely i got > the "device busy" error. Please note that I am INSTALLING Debian and > therefore i can't compile drivers (well maybe) or use kernel 2.4. Well I > compiled the v

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Erik Steffl
Evan Flynn wrote: > > Hi. > > I tried the Realtek 8139 driver with no parameters and unfortunetely i got > the "device busy" error. Please note that I am INSTALLING Debian and > therefore i can't compile drivers (well maybe) or use kernel 2.4. Well I > compiled the version that came with the card

Re: D-Link DFE-530TX+ (again)

2001-07-16 Thread Gerjan Teselink
Hi, > I tried the Realtek 8139 driver with no parameters and unfortunetely i got > the "device busy" error. Have you tried to use the NE2000 module? Or is it possible for you to configure the nic in NE2000-mode? It worked for me (oke it was another card) Good luck, With kind regards, Gerjan Te

D-Link DFE-530TX+ (again)

2001-07-15 Thread Evan Flynn
Hi. I tried the Realtek 8139 driver with no parameters and unfortunetely i got the "device busy" error. Please note that I am INSTALLING Debian and therefore i can't compile drivers (well maybe) or use kernel 2.4. Well I compiled the version that came with the card (they only provided source) on a

FW: RE: D-Link DFE-530TX+

2001-07-14 Thread mjevans1983011
ebian-user@lists.debian.org Subject: Re: D-Link DFE-530TX+ --- Evan Flynn <[EMAIL PROTECTED]> wrote: > Has anyone had any luck doing a network install of > debian with a D-Link > DFE-530TX+? What module can I use and if it's not > included with the driver > set where can

Re: D-Link DFE-530TX+

2001-07-14 Thread D-Man
On Sun, Jul 15, 2001 at 12:04:24AM +0100, Paul Tansom wrote: | On Sat, 14 Jul 2001, Rick Commo wrote: | > >>The module is the via-rhine and it's been included in | > >>kernel since 2.2 IIRC. | > | > Watch out here. I believe that the via-rhine driver works with an earlier | > of version of this ca

RE: D-Link DFE-530TX+

2001-07-14 Thread Paul Tansom
On Sat, 14 Jul 2001, Rick Commo wrote: > >>The module is the via-rhine and it's been included in > >>kernel since 2.2 IIRC. > > Watch out here. I believe that the via-rhine driver works with an earlier > of version of this card. The correct driver for the DF350-TX+ is rtl8139.o. > The card uses t

RE: D-Link DFE-530TX+

2001-07-14 Thread Rick Commo
>>The module is the via-rhine and it's been included in >>kernel since 2.2 IIRC. Watch out here. I believe that the via-rhine driver works with an earlier of version of this card. The correct driver for the DF350-TX+ is rtl8139.o. The card uses the Realtek chip and in fact on my Win2K machine re

Re: D-Link DFE-530TX+

2001-07-14 Thread Nuhn Yobiznez
--- Evan Flynn <[EMAIL PROTECTED]> wrote: > Has anyone had any luck doing a network install of > debian with a D-Link > DFE-530TX+? What module can I use and if it's not > included with the driver > set where can I download it? hi, The module is the via-rhine and it

Re: D-Link DFE-530TX+

2001-07-14 Thread Andrew Agno
D-Man writes: > | Dunno about 2.4 series kernels. Note: That is > > '8139too' I don't know why they changed it or why they put "too" in > the name, but that's what it is. The 8139too is a different driver than the rtl8139. Comparing it to the rtl8139 driver in the 2.2, I've found that this d

Re: D-Link DFE-530TX+

2001-07-14 Thread D-Man
On Sat, Jul 14, 2001 at 08:39:27AM -0500, Donald R. Spoon wrote: | Evan Flynn wrote: | | > Has anyone had any luck doing a network install of debian with a D-Link | > DFE-530TX+? What module can I use and if it's not included with the driver | > set where can I download it? | | I h

Re: D-Link DFE-530TX+

2001-07-14 Thread Donald R. Spoon
Evan Flynn wrote: > Has anyone had any luck doing a network install of debian with a D-Link > DFE-530TX+? What module can I use and if it's not included with the driver > set where can I download it? > I have about 5 of them here, all working just fine in various flavors

Re: D-Link DFE-530TX+

2001-07-14 Thread W. Paul Mills
rtl8139, which is included on the disk you got with the card! Paul [EMAIL PROTECTED] (Evan Flynn) writes: > Has anyone had any luck doing a network install of debian with a D-Link > DFE-530TX+? What module can I use and if it's not included with the driver > set where can

Re: D-Link DFE-530TX+

2001-07-14 Thread Erik Steffl
Evan Flynn wrote: > > Has anyone had any luck doing a network install of debian with a D-Link > DFE-530TX+? What module can I use and if it's not included with the driver > set where can I download it? with 2.4 kernel use 8139too if you use 2.2 kernel get the drivers f

RE: D-Link DFE-530TX+

2001-07-14 Thread mjevans1983011
hould be on the supplemental driver's disk. Sorry you HAVE to use all the disk images in the idepci or whatever flavor your using. -Original Message- From: Evan Flynn [mailto:[EMAIL PROTECTED] Sent: Saturday, July 14, 2001 07:34 To: debian-user@lists.debian.org Subject: D-Link DFE-530TX+ Has

D-Link DFE-530TX+

2001-07-14 Thread Evan Flynn
Has anyone had any luck doing a network install of debian with a D-Link DFE-530TX+? What module can I use and if it's not included with the driver set where can I download it?

Re: FW: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread Eric R Cheney
rror can be caused by incorrect module > parameters, including invalid IO or irq parameters." > > I appreciate any help! > > -Original Message- > From: David Carlile [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2001 11:08 AM > To: debian-user@lists.debian.org > Subj

Re: FW: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread Jason Gunthorpe
On Mon, 19 Mar 2001, David Carlile wrote: > I have been looking through the archive for references to the card and > driver but all I come up with are posts about how easy it is to get this > card running. People actually suggest this card to newbies because it is so Dlink changed the configurat

FW: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread David Carlile
t: this error can be caused by incorrect module parameters, including invalid IO or irq parameters." I appreciate any help! -Original Message- From: David Carlile [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2001 11:08 AM To: debian-user@lists.debian.org Subject: FW: FW: D-Link DFE-

FW: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread David Carlile
n I read up on diagnosing IO and IRQ parameter problems? (assuming that is what the problem is)? -Original Message- From: D-Man [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2001 9:31 AM To: debian-user@lists.debian.org Subject: Re: FW: D-Link DFE-530TX+ via-rhine.o module On Mon, M

Re: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread D-Man
On Mon, Mar 19, 2001 at 01:26:31AM -0800, David Carlile wrote: | Thanks for the quick reply. | | I tried modconf and selected rtl8193. I didn't include any parameters. I got | an error message: "Device or resource busy. Hint: this error can be caused | by incorrect module parameters, including inv

Re: FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread Earl F Hampton
On Monday 19 March 2001 01:26, David Carlile wrote: > Thanks for the quick reply. > > I tried modconf and selected rtl8193. I didn't include any parameters. I > got an error message: "Device or resource busy. Hint: this error can be > caused by incorrect module parameters, including invalid IO or i

FW: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread David Carlile
been going through a couple of manual docs, but they don't have exactly what I need. -Original Message- From: Andrew Suffield [mailto:[EMAIL PROTECTED] Behalf Of Andrew Suffield Sent: Monday, March 19, 2001 12:36 AM To: debian-user@lists.debian.org Subject: Re: D-Link DFE-530TX+ vi

Re: D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread Andrew Suffield
On Mon, Mar 19, 2001 at 12:15:29AM -0800, David Carlile wrote: > Hi, > > I am extremely new to Linux and I hope I am not wasting bandwidth here, but > here goes. > > I have a D-Link DFE-530TX+ nic card that wasn't in the list when I > installed. A source file was includ

D-Link DFE-530TX+ via-rhine.o module

2001-03-19 Thread David Carlile
Hi,   I am extremely new to Linux and I hope I am not wasting bandwidth here, but here goes.   I have a D-Link DFE-530TX+ nic card that wasn't in the list when I installed. A source file was included on the floppy that came with the card for Red Hat and I attempted to compile it, b

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-06 Thread D-Man
On Mon, Mar 05, 2001 at 10:42:23AM +0100, Martin Würtele wrote: | On Sat, Mar 03, 2001 at 06:08:12PM -0500, James Moody wrote: | | i thought that the dlink 530 tx cards have a via rhine chip as cat Just to summarize what I have recently learned regarding the D-Link cards : DE-530TXtulip DFE-

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-05 Thread Jason Gunthorpe
On Mon, 5 Mar 2001, Marc Moody wrote: > I believe that the 530TX does use the via Rhine Chip, but the 530TX+ uses > the realtek 8139. Strange that the plus would have such a significant > change, but I have the 530TX+, and I though I read this when I was > installing mine. Correct. Further, som

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-05 Thread Marc Moody
On Mon, 05 Mar 2001 04:42:23 Martin Würtele wrote: > On Sat, Mar 03, 2001 at 06:08:12PM -0500, James Moody wrote: > > PCI ID of these cards changed at some point, instead of identifying > themselves > > as realtek 8139, they now identify themselves as actual dlink cards, so > i thought that the

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-05 Thread Martin Würtele
On Sat, Mar 03, 2001 at 06:08:12PM -0500, James Moody wrote: > Try using the 2.4.x ac kernel series > (ftp..kernel.org/pub/linux/kernel/people/alan/2.4/) > as it has a patch in it that recognizes the new DLink 530 cards. The > PCI ID of these cards changed at some point, instead of identifying the

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-03 Thread James Moody
Try using the 2.4.x ac kernel series (ftp..kernel.org/pub/linux/kernel/people/alan/2.4/) as it has a patch in it that recognizes the new DLink 530 cards. The PCI ID of these cards changed at some point, instead of identifying themselves as realtek 8139, they now identify themselves as actual dlink

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-03-01 Thread D-Man
On Wed, Feb 28, 2001 at 08:22:08AM -0600, W. Paul Mills wrote: | | The DFE-530TX uses the via-rhine driver, and the DFE-530TX+ | uses the rtl8139 driver. The last I knew, this was not | documented on the DLink web site or on Donald Becker's | web site. Only place you will find out about the rtl8

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-28 Thread mike polniak
W. Paul Mills wrote: > > The DFE-530TX uses the via-rhine driver, and the DFE-530TX+ > uses the rtl8139 driver. The last I knew, this was not > documented on the DLink web site or on Donald Becker's > web site. Only place you will find out about the rtl8139 > driver is on the disk that comes wit

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-28 Thread W. Paul Mills
The DFE-530TX uses the via-rhine driver, and the DFE-530TX+ uses the rtl8139 driver. The last I knew, this was not documented on the DLink web site or on Donald Becker's web site. Only place you will find out about the rtl8139 driver is on the disk that comes with the DFE-530TX+ card. D-Man <[EM

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-27 Thread D-Man
On Sat, Feb 24, 2001 at 08:37:42PM -0800, David Frey wrote: | | --- "Rick Commo" <[EMAIL PROTECTED]> | | > wrote: | | >I am not using kernel 2.4.2, but the driver that I selected was rtl8139.o. | | | | I think there are 2 versions. Older ones like mine use the via-rhine driver. | Have you

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-25 Thread Willi Dyck
On Sat, Feb 24, 2001 at 08:16:25PM -0800, David Frey wrote: > I just compiled a 2.4.2 kernel. The compile went fine. Ran lilo, > rebooted...everything looking good. > > The big problem is that my NIC (a D-Link DFE-530TX) doesn't work. I would > like to elaborate on &qu

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-24 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A long time ago, in a galaxy far, far way, someone said... > I just compiled a 2.4.2 kernel. The compile went fine. Ran lilo, > rebooted...everything looking good. > > The big problem is that my NIC (a D-Link DFE-530TX) doesn't

RE: D-Link DFE-530TX Probs W. 2.4.2

2001-02-24 Thread David Frey
ginal Message- >From: David Frey [mailto:[EMAIL PROTECTED] >Sent: Saturday, February 24, 2001 8:16 PM >To: debian-user@lists.debian.org >Subject: D-Link DFE-530TX Probs W. 2.4.2 > > >I just compiled a 2.4.2 kernel. The compile went fine. Ran lilo, >rebooted...everything

Re: D-Link DFE-530TX Probs W. 2.4.2

2001-02-24 Thread John Griffiths
>The driver that I have compiled into my kernel is via-rhine. I am sure this >is the right driver. This NIC has been used under win 95, 98 redhat 6.1 and >debian. I have tried a couple times to get this NIC to work with kernels I >have built, but it never does. You would seem to know more th

D-Link DFE-530TX Probs W. 2.4.2

2001-02-24 Thread David Frey
I just compiled a 2.4.2 kernel. The compile went fine. Ran lilo, rebooted...everything looking good. The big problem is that my NIC (a D-Link DFE-530TX) doesn't work. I would like to elaborate on "doesn't work", but I'm afraid I can't. I did cat /proc/pci an

Re: D-Link DFE 530TX 10/100Mbit/s support?

2000-07-29 Thread tjm
Willi Dyck wrote: > > Hi everyone, > > does anybody know if the ethernet card above is supported by Debian now? > > thanx > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null This card uses the via-rhine driver. The newest one, the DFE530TX+, uses the rtl8139 drivers. -

RE: D-Link DFE 530TX 10/100Mbit/s support?

2000-07-29 Thread Christian Pernegger
> -Original Message- > From: Willi Dyck [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 15, 2000 8:58 PM > To: debian-user-list > Subject: D-Link DFE 530TX 10/100Mbit/s support? > > > Hi everyone, > > does anybody know if the ethernet card above is supp

D-Link DFE 530TX 10/100Mbit/s support?

2000-07-29 Thread Willi Dyck
Hi everyone, does anybody know if the ethernet card above is supported by Debian now? thanx

  1   2   >