LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Boot (https://www.linuxquestions.org/questions/linux-newbie-8/linux-boot-277059/)

Wardy 01-12-2005 05:13 PM

Linux Boot
 
I am a n00b... I loaded the driver for my wireless card, but the network adapters load before the PMCIA. I need to change the sequence that the PMCIA loads.

Ideas?

sludink 01-12-2005 06:09 PM

You need to give more details.
Which distro are you using?
Which kernel-version?
Maybe what hardware?
What is displayed?

Wardy 01-12-2005 06:33 PM

sorry
 
I am running Fedora core 3
Kernel: 2.6.10-1.737_FC3
Hardware: Compaq Evo N620c laptop
It says can't find wlan but after that it fires up the PMCIA service. I thought it would have to load the service before starting the adapter.

sludink 01-13-2005 05:11 PM

Aha, that's better.

Now, I don't use Fedora, but I think you should try to look in:
/etc/rc.d/rc<<number>>.d

Since I don't have these entries (using gentoo as my distro), I can't tell you what it looks like, but in there, there are files with numbers.

Now, after you boot, things from there get loaded.
So for example, there must be something like:
/etc/rc.d/rc<<some number?>>/Spcmcia with another number attached to Spcmcia, and the same thing goes for wlan.

Now, if you find these entries in /etc/rc.d somewhere, but excuse me for being not more exact since my distro is entirely different, the numbers attached to Spcmcia and the services indicate the order of execution, the lowest numbers are started first.

So, in a command line, type:
$ cd /etc/rc.d/
$ find . -iname "net"
or $find . -iname "wlan"
or maybe pcmcia, I don't have an idea how it's called in fedora, but hopes this gives any results.

To change the start order of these things, you should be able to simply change the numbers.
But any linux-user using another distro than I do could tell you more I think.


All times are GMT -5. The time now is 03:17 AM.