Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
D-link DFE-690TXD PCMCIA NIC
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
the.mask
n00b
n00b


Joined: 24 Jan 2005
Posts: 18
Location: Germany

PostPosted: Mon Jan 24, 2005 4:57 pm    Post subject: D-link DFE-690TXD PCMCIA NIC Reply with quote

Hi, I am a total newbie to Linux, and I can't get the named card to run.
If I boot from the liveCD everything works fine!
I now installed a stage3 using genkernel, it seems to boot right but there is no network. It is saying:

Code:
*starting pcmcia...
cardmgr[10831]: no pcmcia driver in /proc/devices
cardmgr failed to start. Make sure that you have PCMCIA modules built or support compiled into the kernel


then it says eth0: unknown interface: No such device

Where do I get those modules, and how do I install them...

please help
Back to top
View user's profile Send private message
jajirov
n00b
n00b


Joined: 06 Mar 2004
Posts: 51
Location: Santiago, Chile

PostPosted: Tue Jan 25, 2005 5:22 am    Post subject: Reply with quote

Hey, welcome to Gentoo then.
The modules are included within the kernel itself actually. First, when you were installing, at some part in the Handbook you had to choose wether to go with a default genkernel configuration (compiling the kernel just like the livecd one) or configuring it manually. Since your pcmcia isn´t working you probably decided to do it manually and forgot to add them.

What you need to do is tell your kernel to enable support for pcmcia. I could walk you through you need more help.
_________________
try it
Back to top
View user's profile Send private message
the.mask
n00b
n00b


Joined: 24 Jan 2005
Posts: 18
Location: Germany

PostPosted: Tue Jan 25, 2005 7:37 am    Post subject: Reply with quote

hm that's what I thought, and that's why I did use genkernel, so I wouldn't have this kínd of Problem the first time I try to use Linux...

Now since I probably need to do it by hand anyway, I do need more help, I tried to use "make menuconfig", and I expected a list of all hardware to choose from somewhere, but I didn't find one, how can I add a module for a Device (which I know the exact name of) if there is no list of all Modules

thx for your help!
Back to top
View user's profile Send private message
jajirov
n00b
n00b


Joined: 06 Mar 2004
Posts: 51
Location: Santiago, Chile

PostPosted: Wed Jan 26, 2005 2:18 am    Post subject: Reply with quote

First, make sure you followed the pcmcia part of the handbook:

http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=1&chap=8

Then under menuconfig you have to compile the pcmcia support

Bus Options -> PCMCIA/CARDBUS Support ->

Under there you have to mark at least PCMCIA/CARDBUS Support and the specific module for your bridge support. You can find out which module is for you with a

cat /proc/pci and looking for the pcmcia chip

or go the lazy way ;) and just put all of them as modules and let hotplug start up the one you need.

With that you should have PCMCIA ready, now for the NIC...

Device Drivers -> Networking Support -> Ethernet (10 or 100 mbit) -> RTL-8139 PCI blablabla (the 8139too module is the right one for this card.. you might want to check that though)

Enable that, as module or built in. And now you should be done. :)
Build, Copy, reboot and cross your fingers. ;)

Let me know if it works.
Bye!
_________________
try it
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum