This is a discussion on How can I get my PCMCIA network card to work at boot time in Fedora C2? within the Linux Networking forums, part of the Linux Forums category; dhinds@sonic.net wrote in message news:<Rgsvc.14706$Fo4.200260@typhoon.sonic.net>... > > Please define ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
dhinds@sonic.net wrote in message news:<Rgsvc.14706$Fo4.200260@typhoon.sonic.net>...
> > Please define how you "manually start the network device", precisely. > > -- Dave Here is how I "manually start the network device": 1. Open a terminal 2. Become su 3. /usr/bin/system-control-network 4. select "eth0" 5. click on the "Activate" button |
|
|||
|
dhinds@sonic.net wrote in message news:<Afsvc.14705$Fo4.200312@typhoon.sonic.net>...
> > > "/etc/modules.conf" contains: > > alias eth0 3c589_cs > > alias usb-controller usb-uhci > > Remove the "alias eth0 3c589_cs" line. > > -- Dave I removed "alias eth0 3c589_cs" from "/etc/modules.conf" This did not make any difference. I did a hard reboot. Still the PCMCIA network card does not work at boot time. Again, I manually started it and it works. Do you have any other suggestions? |
|
|||
|
luther wrote:
> I did a hard reboot. > Still the PCMCIA network card does not work at boot time. > Again, I manually started it and it works. > > Do you have any other suggestions? What does "ifconfig eth0" say after you reboot? What is in /etc/sysconfig/network-scripts/ifcfg-eth0? -- Timothy Murphy e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland |
|
|||
|
In comp.os.linux.portable S. K. Leung <sklsolar@yahoo.com> wrote:
> The problem is pcmcia starts after network at bootup. Without going > into more technical tricks, you can overcome the problem by inserting > this line into "/etc/rc.d/rc.local" file > "service network restart" > before any call for network services in this file. > It should work. Well, you should NOT need to do this. The PCMCIA subsystem should initialize the network when an appropriate card is configured; there is no need for the PCMCIA subsystem to start up before the network subsystem. Since a PCMCIA card can be inserted at any time, its setup should clearly not depend on ordering of startup scripts at boot time when the card may not even be there. -- Dave |