View previous topic :: View next topic |
Author |
Message |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Sun Sep 14, 2003 11:14 pm Post subject: cardmgr problems |
|
|
I just emerged pcmcia-cs and rebooted and nothing happened. I tried running cardmgr by itself and i get an error
Code: | cardmgr[793]: no pcmcia driver in /proc/devices |
Anyone have any info on how to fix this? |
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Sun Sep 14, 2003 11:24 pm Post subject: |
|
|
OK I just tried to run /etc/init.d/pcmcia start and it worked. How do I make it run on boot though? |
|
Back to top |
|
 |
deuce n00b

Joined: 11 Dec 2002 Posts: 56
|
Posted: Sun Sep 14, 2003 11:28 pm Post subject: |
|
|
As root:
Code: | rc-update add pcmcia boot |
|
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Mon Sep 15, 2003 12:46 am Post subject: |
|
|
Thanks that works but here is another problem. When it boots I get this:
Code: | cardmgr[529]: executing: './network start eth1'
cardmgr[529]: + ./network: line 28: /etc/init.d/net.eth1: No such file or directory
cardmgr[529]: start cmd exited with status 127 |
I dont know how to create net.eth1. Any one have any ideas on how to do it? |
|
Back to top |
|
 |
Snow n00b

Joined: 28 Sep 2002 Posts: 14
|
Posted: Mon Sep 15, 2003 1:08 am Post subject: |
|
|
Presumably you have /etc/init.d/net.eth0.
As root, just
Code: |
cp /etc/init.d/net.eth0 /etc/init.d/net.eth1
|
_________________ --Snow |
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Mon Sep 15, 2003 1:32 am Post subject: |
|
|
So net.eth0 and net.eth1 are going to be the same thing? No changes needed? |
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Mon Sep 15, 2003 1:58 am Post subject: |
|
|
Ok it find the card and everything but I can not get an IP address. My desktop is the wireless access point and it is running as Adhoc with an SSID of 'dragon'. I put in /etc/pcmcia/config.ops this:
Code: | module "ray_cs" opts "net_type=0 essid=dragon" |
This should work I would think but it wont let me get the ip. |
|
Back to top |
|
 |
hulk2nd Guru


Joined: 25 Mar 2003 Posts: 512 Location: Freiburg, Germany
|
Posted: Mon Sep 15, 2003 11:58 am Post subject: |
|
|
just try to define eth1 in /etc/conf.d/net or dhcpcd eth1 |
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Mon Sep 15, 2003 12:01 pm Post subject: |
|
|
I have done that but for some reason it doesn't want to connect. |
|
Back to top |
|
 |
J.M.I.T. Guru


Joined: 15 Jan 2003 Posts: 481 Location: München, Germany
|
Posted: Mon Sep 15, 2003 1:55 pm Post subject: |
|
|
do you have wireless-tools installed? you can configure your wlan-card directly with iwconfig (included in this package) for your boot-up problem... there's a thread in this forum about getting a wireless card working and configured for boot... just can't remember the name of the thread... sorry |
|
Back to top |
|
 |
Pinto n00b


Joined: 14 Sep 2003 Posts: 25 Location: Cary, NC
|
Posted: Mon Sep 15, 2003 2:39 pm Post subject: |
|
|
Thanks When I put my computer back on the net I will do that again. |
|
Back to top |
|
 |
|