View previous topic :: View next topic |
Author |
Message |
rdebruin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Sep 2003 Posts: 10 Location: The Netherlands
|
Posted: Sun Sep 07, 2003 11:27 am Post subject: Cardmgr warning |
|
|
After a week of struggling a managed to get my Sitecom wireless PCMCIA card to work.
Only problem I have is that I get an warning message during startup and an error message after reboot:
During boot:
cardmgr[...] executing ./network start eth0
cardmgr[...] * WARNING: "net.eth0" has already been started
After reboot:
cardmgr[...] * ERROR: "net.eth0" has not yet been started
How can I solve this problem?
Regards, Ruud. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
deuce n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Dec 2002 Posts: 56
|
Posted: Sun Sep 07, 2003 5:20 pm Post subject: |
|
|
Did you added net.eth0 to the default run level? This should not be done for pcmcia devices since they are handled by the pcmcia system.
As root, try:
Code: | rc-update del net.eth0 |
Now, eth0 will be controlled by the pcmcia system and started automatically on boot and insertion. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BitJam Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 12 Aug 2003 Posts: 2513 Location: Silver City, NM
|
Posted: Sun Sep 07, 2003 5:57 pm Post subject: |
|
|
I get the same error messages running my wireless card as eth1. I net.eth1 in /etc/init.d/ but no symlink to it under /etc/runlevel/
The error messages appear when I plug and unplug my wireless pcmcia card as well as at start up. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rdebruin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Sep 2003 Posts: 10 Location: The Netherlands
|
Posted: Sun Sep 07, 2003 6:02 pm Post subject: |
|
|
No, Ive not added net.eth0 with rc-update.
Regards, Ruud. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
deuce n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Dec 2002 Posts: 56
|
Posted: Sun Sep 07, 2003 10:00 pm Post subject: |
|
|
What do you mean by after reboot? During the boot after a reboot, or during the shutdown process to reboot?
I think the problem may be related to hotplug and pcmcia both trying to start the net.eth0 script. The bug here, https://bugs.gentoo.org/show_bug.cgi?id=28130, mentions this phenomenon. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rdebruin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Sep 2003 Posts: 10 Location: The Netherlands
|
Posted: Sun Sep 07, 2003 10:18 pm Post subject: |
|
|
What do you mean by after reboot? During the boot after a reboot, or during the shutdown process to reboot?
The message "... already started" is showing up during boot process. The error message "has not been started" is a message at shutdown.
I have enabled hotplug so that could be the case. I will remove this with rc-update. Maybe this helps.
Regards, Ruud. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|