Home · Compatibility Lists · Support Forums · FAQ · News Archive · Articles · Submit News/Upcoming News
Linux Compatible
advertisement


Forum overview » Networking » D-Link DFE-690TXD PCMCIA cardbus - RH7.0 HELP! (1/1)

Reply New Poll

D-Link DFE-690TXD PCMCIA cardbus - RH7.0 HELP!
Author Message
motorcycle
Junior Member


Posts: 1
Joined: 2003-08-17
Member No.: 21667
Icon 2003-08-17 22:22:28

I'm trying to set up my CTX laptop for connection to a netgear fast ethernet switch I've got at home - DSL modem is also connected to this switch. I have (2) Windows PC's connected and working fine.

I have a D-Link DFE-690TXD Cardbus PCMCIA ethernet card for it - I downloaded the linux driver from http://support.dlink.com/faq/view.asp?prod_id=1226&question=DFE-690TXD - Now I'm attempting to follow the instructions.

STEP 1: I copied the source code (dfe690.c) to /dfe690 (I'm logged in as Root on Red Hat 7.0, using kernel 2.2.16-22, that's the kernel that installed with my Red Hat distribution - I have made no changes to it at all.....

Now I try to compile the driver by executing:

kgcc -DCARDBUS -DMODULE -D_KERNEL -Wall -Wstrict-prototypes -O6 -c dfe690.c dfe690_cb.o -I/usr/src/linux/pcmcia-cs-2.2.16/include/pcmcia

Notes: 1. I read another bulletin that the "gcc" compiler that ships with RH7.0 is crap, so I installed the RPM for "kgcc" instead.
2. I changed the "pmcia-cs-X.X.XX" directory to match mine
3. I didn't have a /src/linux directory on my machine, so again, I read another bulletin and installed the RPM for the kernel headers package - that took care of several error messages.....


I'm still getting these error messages:

kgcc: dfe690_cb.o: No such file or directory
dfe690.c: 1513: driver_ops.h: No such file or directory



Please help me figure this out.
Thanks All !

Post #2653
Edit Quote Print Solution Plonk Delete
brianindium
Junior Member


Posts: 1
Joined: 2004-02-18
Member No.: 27499
Icon 2004-02-18 01:32:54

wondering if you ever got this problem figured out. i am trying to load the same driver under debian with no luck. list of errors is to long to post. thanks.

Post #5761
Edit Quote Print Solution Plonk Delete
greenbird
Junior Member


Posts: 1
Joined: 2004-03-18
Member No.: 28915
Icon 2004-03-18 14:02:03

I got the DFE-690 TXD working out of the box with SuSEs 2.4.20 kernel + pcmcia

lsmod shows this:
8139too
ds
yenta_socket

tell me if you need help

Post #6751
Edit Quote Print Solution Plonk Delete
mathias
Junior Member


Posts: 1
Joined: 2004-04-15
Member No.: 29257
Icon 2004-04-15 03:19:39

Hi,

I have the same trouble with the DFE-690 from D-link.
I tried to install the drivers as described by the shipped files on the installation CD-rom (Linux directory), without success.

I downloaded the cardbus package (cardbus_DFE-690TXD.tar.gz with rtl8139.c) from John Lapeyre's website at http://personal.riverusers.com/~lapeyre/.
I also tried to install the driver_ops.h file, as it seems this file is not present on any of my systems (linux mandrake 8.1, 9.1, Debian Woody).
Even the package pcmcia-cs-3.2.7.tar.gz doesn't help.
I browsed the scyld pages as well.
At compile time of the rtl8139.c file with the required options, the list of errors is too long to list here.

What can be done?

Mathias.

Post #137856
Edit Quote Print Solution Plonk Delete
danleff
Moderator


Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
Icon 2004-04-17 07:32:47

Maybe Geenberg can write a little howto!

I looked at these sites, since I have a dlink DWL-G650 for my Thinkpad. I did a little searching on this card. This is not easy stuff! Uses MADwifi drivers, only available at cvs. I'll be attempting this on a Lindows Laptop edition (Debian) install, which is currently on my system.

I am going to attempt an install on my Thinkpad (this may take a while) and will post any results.

The issue seems to be the age of the drivers compared to the recent distros. I'll watch this thread and see how you all do.

We should all write Dlink and request updated drivers!

Post #137932
Edit Quote Print Solution Plonk Delete
quiet_celt
Junior Member


Posts: 1
Joined: 2004-04-24
Member No.: 29485
Icon 2004-04-24 19:18:46

Not sure if you're still looking for a solution, but the problem is in your command line

kgcc -DCARDBUS -DMODULE -D_KERNEL -Wall -Wstrict-prototypes -O6 -c dfe690.c dfe690_cb.o -I/usr/src/linux/pcmcia-cs-2.2.16/include/pcmcia

should be
kgcc -DCARDBUS -DMODULE -D_KERNEL -Wall -Wstrict-prototypes -O6 -c dfe690.c -o dfe690_cb.o -I/usr/src/linux/pcmcia-cs-2.2.16/include/pcmcia

You left out the '-o' that tells the compiler to make a module called dfe690_cb.o instead of one called dfe690.o.

HTH

Post #138180
Edit Quote Print Solution Plonk Delete
honestcox
Junior Member


Posts: 1
Joined: 2004-05-19
Member No.: 30048
Icon 2004-05-19 10:55:47

I am a complete Linux newbie, but here's my experience if it helps:

I was able to get the D-Link DFE-690TXD Cardbus Adapter working on Red Hat 9, Kernel version 2.4.20-8 running on a Dell Latitude D-600 by selecting one of the "standard" ethernet controllers provided by the RedHat Network Config tool. When adding new hardware, I selected the adapter as a "RealTek RTL-8139, SMC EZ Card" and it worked. I did not try to compile the driver that D-Link offers on its site because it stated it was only good for 2.2.XX kernel versions, so can't speak to that. Don't know if this applies to RH7 but it might be worth a try.

Post #139036
Edit Quote Print Solution Plonk Delete
danleff
Moderator


Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
Icon 2004-05-19 19:25:26

Nice find. It just so happens that this is the correct chipset for the card!

I had to use madwifi for my Dlink DWL-g650 card. Got as far as the module loading, the card blinks, trying to find a signal to the router, but never connects. DapperDan also posted his frustration trying to get his wireless pcmcia card to find a signal.

Post #139045
Edit Quote Print Solution Plonk Delete
propz
Junior Member


Posts: 1
Joined: 2004-06-26
Member No.: 31456
Icon 2004-06-26 04:08:22

Hi honestcox and others,

Maybe you can help, because I have a setup that's nearly identical: D-Link DFE-690TXD, with Red Hat 9, Kernel version 2.4.20-8. However, I'm on an old Dell Inspiron 5000. I selected the same adapter you did in Network Configuration, and rebooted my machine. But when I did so, I got this error upon startup:

Bringing up interface eth1: 8139too device eth1 does not seem to be present, delaying initialization. [ FAILED ]

What does this mean? And, more importantly, how can I fix it?

Thanks!

Post #140432
Edit Quote Print Solution Plonk Delete
punk_pressing_on
Junior Member


Posts: 1
Joined: 2004-12-24
Member No.: 52140
Icon 2004-12-24 10:28:35

Hey Propz, I just got a D-Link DFE-690TXD, and when I try to load the 81939too module I get No such device errors on Slackware 10 kernel 2.4.26

If anyone has advice, let us know ;-)

Post #152944
Edit Quote Print Solution Plonk Delete
crazeekennee
Junior Member


Posts: 1
Joined: 2006-01-08
Member No.: 76895
Icon 2006-01-08 10:44:00

I just installed booted the Gentoo 2005.1 live CD with a D-Link 690-txd pcmcia card.

It was a bear to get it to work, until I typed "dmesg | less" and read the logs. They suggest booting the kernel with the option "irqpoll" enabled.

So I rebooted, and typed "gentoo irqpoll dopcmcia" at the boot prompt.

It worked !!!

Hope this helps someone else.

Post #169673
Edit Quote Print Solution Plonk Delete
danleff
Moderator


Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
Icon 2006-01-08 11:00:20

Good to see that you got it to work. Support for NIC cards, especially PCMCIA is much improved in the newer kernels and distros.

Note that the start of this thread is over two years old and some users were trying to use the old 2.2 series of kernels.

But, this is an excellent Gentoo tip and I hope someone does see it and benefit from it.

Post #169675
Edit Quote Print Solution Plonk Delete

Related Threads RSS


Related Compatibility RSS Vendor Rating Entries First Post Last Post
D-Link DFE-580TX D-Link ***** 2 2002-10-01 12:00:00 2009-12-17 10:42:38
D-Link DUB-C2 PCMCIA USB 2.0 Adapter D-Link ***** 3 2005-07-01 12:00:00 2009-08-21 09:05:58
D-Link DWL-520 Wireless 802.11b PCI Adapter D-Link **** 5 2002-08-01 12:00:00 2008-10-17 11:20:39
D-Link DWL-AG530 D-Link *** 2 2004-11-01 12:00:00 2007-10-25 17:43:19
D-Link DWL-122 D-link *** 5 2005-01-01 12:00:00 2007-02-15 12:59:52
D-Link DWL-G650 version C3 D-Link ***** 1 2006-04-30 11:07:11 2006-04-30 11:07:11
D-Link DSB-500 D-Link * 1 2005-12-16 23:09:15 2005-12-16 23:09:15
D-Link DWL-120a USB Nic D-Link ***** 2 2005-02-01 12:00:00 2005-02-01 12:00:00
D-Link DSL-300T ADSL Modem D-Link ***** 1 2005-02-01 12:00:00 2005-02-01 12:00:00
D-Link DGE530 D-Link ***** 2 2004-07-01 12:00:00 2004-09-01 12:00:00

Reply New Poll

Forum overview » Networking » D-Link DFE-690TXD PCMCIA cardbus - RH7.0 HELP!

Legend
View   View profile
Solved   Mark this post as solution (topic starter only)
Quote   Reply with quote to post
Edit   Edit post
Delete   Delete post (admin only)

Moderator: Open / Close / Bump / Delete / Move / Merge

All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2009 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Website powered by Esselbach Storyteller CMS System