Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Get my PCMCIA card work after installation
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
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Fri Oct 21, 2005 6:23 pm    Post subject: Get my PCMCIA card work after installation Reply with quote

Hello,

I have installed a gentoo on my notebook, following the handbook. I used genkernel, and I think I did all I should to get my PCMCIA card working (and of course, it did during the installation!). But unfortunately, it doesn't.

I tried the same procedure as in the handbook to get it work, and this is what I get :
Code:
# ifconfig
lo                     Link encap:Local Loopback
                        .....

Code:
 # ifconfig eth1
eth1: error fetching interface information: Device not found

Code:
# /etc/init.d/pcmcia start
* WARNING: "pcmcia" has already been started


All this holds even if I do :
Code:
modprobe pcmcia


This was certenly a naïve way to do, but it is the only one I know before asking for better here...

Best regards

Jan
Back to top
View user's profile Send private message
kbielefe
n00b
n00b


Joined: 08 Aug 2004
Posts: 35
Location: Gilbert, AZ

PostPosted: Sat Oct 22, 2005 8:27 pm    Post subject: Reply with quote

Did you have to do anything special to get it to work for installation? If so, what?

If not, you might want to compare the results of the lsmod command between your system as-is and when it works from the installation CD. Add any modules that are missing on your current system to your /etc/modules.autoload.d/kernel-2.6 file to have those modules loaded on boot.
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Sun Oct 23, 2005 9:22 am    Post subject: Reply with quote

Thanks for your reply.

I had no special trouble to configure my card during the installation. But yersterday I took another card (from my father) to see whenever it would work easier. And this time I can't even configure it with the liveCD... So I'll change again, and then follow your instruction.

Jan
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Mon Oct 24, 2005 7:37 am    Post subject: Reply with quote

Now I found which modules I need :
Code:
orinoco_cs
orinoco
hermes

But they are not found in the /lib/modules/2.6.13-gentoo-r3. If I put them in the autoload file ; it fails. What should I do? Emerge them using the liveCD, and then copy them into /lib/modules/2.6.13-gentoo-r3/kernel/extramodules?
But to be able to emerge, do I have to chroot, i.e. execute :
Code:
#chroot /mnt/gentoo /bin/bash
# env-update
 * Caching service dependencies...
# source /etc/profile


Or, since they are on the CD, it should be possible to get them there. But I don't know how to find my cdrom...
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Mon Oct 24, 2005 7:40 am    Post subject: Reply with quote

For my cd, I followed the handbook. And I thought it would be in /dev/cdroms/cdrom0 ; but no such directory exists...
Back to top
View user's profile Send private message
feivelda
Guru
Guru


Joined: 21 Feb 2005
Posts: 480
Location: Frankfurt, Germany

PostPosted: Mon Oct 24, 2005 7:43 am    Post subject: Reply with quote

I don't know how genkernel exactly works, but I would suggest to you to compile your kernel by hand.
I have a orinoco pcmcia card too, and it's working like a charm.
Don't worry too much, compiling a kernel by hand is really simple after the first time :wink:
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Mon Oct 24, 2005 8:15 am    Post subject: Reply with quote

When I run make menuconfig and look after the modules I would like to add, they are already all loaded...
Back to top
View user's profile Send private message
feivelda
Guru
Guru


Joined: 21 Feb 2005
Posts: 480
Location: Frankfurt, Germany

PostPosted: Mon Oct 24, 2005 9:07 am    Post subject: Reply with quote

You only need yenta_socket for pcmcia,
hermes chipset and hermes for pcmcia as modules for your card to work
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Mon Oct 24, 2005 4:28 pm    Post subject: Reply with quote

I compiled my kernel, and put all modules I thought could have some connection with my card (both in the Device Driver and Bus Option (...)).
But after that, all the .ko hermes, hermes_cs, orinoco and orinoco_cs are still missing.

What to do now? I am sorry if the question may seem stupid, but I'm really a beginner...

Best regards

Jan
Back to top
View user's profile Send private message
vinky
Apprentice
Apprentice


Joined: 24 Feb 2005
Posts: 214
Location: Sweden

PostPosted: Mon Oct 24, 2005 9:10 pm    Post subject: Reply with quote

stupid question but have you run make modules_install
Back to top
View user's profile Send private message
jan.mrazek
n00b
n00b


Joined: 30 Sep 2005
Posts: 37

PostPosted: Tue Oct 25, 2005 8:03 am    Post subject: Reply with quote

Yes I did make modules_install, and then copy the bzImage.
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