On Tue, 2003-02-11 at 21:12, Joseph Wang wrote: > My orinico wireless PCMCIA card will not start up with 7.06-3mdk. It > gets to initializing eth0 > and then hangs. Moving the S11pcmcia link to S08pcmcia so that pcmcia > is initialized before network > allows the card to work, but I get an error message about ifplugd when > it gets to the network > initialization script. > > I believe that it worked as of 7.06-1mdk and am positive that it worked > with 7.04-3mdk
If you use pcmcia network cards you can do # chkconfig --level 2345 network off # chkconfig --level 2345 internet off and you won't get the errors and your ethernet connection gets started correctly by pcmcia.... least it works for me. > >
