[driverloader] Load Order Problem - Redhat EL3 and Dloader 2.08

Linuxant support (Jonathan) support at linuxant.com
Sat Oct 23 12:15:33 EDT 2004


Hi,

since you have a CardBUS (32-bit PCMCIA) wireless device, it is quite 
possible that changing the starting order of your services to make sure 
that the 'pcmcia' service is started before the 'network' service will 
fix the problem.

Please use the following instructions to know how to change the starting 
order of your services :

Please take a look at both the '/etc/init.d/network' and the 
'/etc/init.d/pcmcia' files. In each file, you should see a line like this :

---
# chkconfig <run level number> <start prio number> <kill prio number>
---

Then, please edit the '/etc/init.d/pcmcia' file and change the <start 
prio number> to the <start prio number> found in the 
'/etc/init.d/network' file minus one. You will also have to change the 
<kill prio number> which can be calculated with this simple formula :

<kill prio number> = 100 - <start prio number>

After the modifications have been made to the '/etc/init.d/pcmcia' file, 
please run the following command in a root shell :

---
chkconfig pcmcia reset
---

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com


AG wrote:
> Can someone assist me with the exact syntax / solution:
> 
> Every boot I have to go to the web page and remove the card / reinsert
> and then releoad the driverloader via the web page.
> 
> What exactly can I change to get the driverloader loading after the
> pcmcia drivers ?
> 
> Thanks
> 
> _______________________________________________
> driverloader mailing list
> driverloader at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/driverloader


More information about the driverloader mailing list