View previous topic :: View next topic |
Author |
Message |
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Mon Oct 09, 2006 2:01 pm Post subject: pcmcia-cs-cis and udev [Solved] |
|
|
Hi,
I have a orinoco_cs internal network card and a prism 2.5 pcmcia card.
I want to load orinoco_cs for the internal card and hostap_cs for the prism 2.5 card.
Anyone an idea how to do this with pcmcia-cs-cis and udev?
PS: otherwise I have to use the "old" pcmcia-cs method
Last edited by guni on Wed Oct 11, 2006 5:25 am; edited 1 time in total |
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Mon Oct 09, 2006 6:24 pm Post subject: |
|
|
Do you have compiled your kernel with the support of those cards?
I use the orinoco_cs for my wireless card and it works fine using the kernel support as modules, and the pcmcia-cs package.
I didn't have to start /etc/init.d/pcmcia to get the card working.
For your two cards, I think you will have to start it. Make sure you have coldplug installed and starting at boot...
The pcmcia script is supposed to recognise your cards and use the proper module for each of them... |
|
Back to top |
|
|
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Mon Oct 09, 2006 9:30 pm Post subject: |
|
|
I dont have the old pcmcia-cs, but i use the pcmcia-cs-cis with pcmciautils.
With the old pcmcia-cs, u just edit /etc/pcmcia/config to load the right driver. |
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Mon Oct 09, 2006 9:33 pm Post subject: |
|
|
Why don't you use pcmciautils and pcmcia-cs ? That's what I have here and everything works fine... |
|
Back to top |
|
|
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Tue Oct 10, 2006 1:54 pm Post subject: |
|
|
I guess u r not familiar with the prism cards. They can use both orinoco_cs and hostap_cs.
I want to use only hostap_cs for my pcmcia card. But it seems that eventhough I adjusted /etc/pcmcia/config, it still wants to load orinoco.
When I leave orinoco_cs out of the kernel it works fine with hostap_cs. |
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Tue Oct 10, 2006 3:32 pm Post subject: |
|
|
Hmm....
Even if you change (is that what you changed?) this part to bind the hostap_cs?
Code: |
#
# Wireless network adapters
#
card "Intersil PRISM2 11 Mbps Wireless Adapter"
manfid 0x0156, 0x0002
bind "orinoco_cs"
|
You also need to add yourself a device if hostap_cs does not exist:
Code: |
device "hostap_cs"
class "network" module "hostap_cs"
|
This is maybe what you tried... |
|
Back to top |
|
|
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Tue Oct 10, 2006 4:00 pm Post subject: |
|
|
Yes that was what I tried. I even tried modules.aliases
Is there another way? |
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Tue Oct 10, 2006 4:04 pm Post subject: |
|
|
Well... hmmm....
I hope any Prism guru will be able to help you I only worked with the Orinoco driver |
|
Back to top |
|
|
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Tue Oct 10, 2006 6:50 pm Post subject: |
|
|
Its working now... (with pcmcia-cs) not cs-cis
Was a duplicate device in config...
thnx |
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Wed Oct 11, 2006 3:08 am Post subject: |
|
|
Great
Don't forget to put [Solved] to your post |
|
Back to top |
|
|
guni Apprentice
Joined: 18 May 2003 Posts: 193 Location: Belgium lommel
|
Posted: Wed Oct 11, 2006 5:25 am Post subject: |
|
|
My original ? is not solved.
|
|
Back to top |
|
|
jeanfrancis Veteran
Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Wed Oct 11, 2006 5:57 am Post subject: |
|
|
Oh...
So if we summarise you're able to load the hostap-cs module for your PrismII card but you're not able to use both of your cards (one with Orinoco and the other one with PrismII)? |
|
Back to top |
|
|
|