[driverloader] driverloader only works when I issue the command dldrconfig --dumpdiag

Eduardo Mendes emmendes at cpdee.ufmg.br
Tue Feb 15 14:00:16 EST 2005


Hello

I have fot a netgear WGT511T (32 pcmcia).  

Please tell me if I am doing the right thing:

/etc/init.d/network

# chkconfig: 2345 10 90    start prio number = 10 OK?

/etc/init.d/pcmcia

# chkconfig 2345 04 96


new /etc/init.d/pcmcia


# chkconfig 2345 10 90


Does it sound ok?


Many thanks

Ed


On Tuesday 15 February 2005 01:36 pm, Linuxant support (Jonathan) wrote:
> Hi,
>
> if you have a CardBus (32-bit PCMCIA) wireless adapter, it is quite
> possible that the problem is that the 'pcmcia' service is started after
> the 'network' service. Please change the starting order of your services
> with the following instructions, these instructions should work fine on
> most system, except Gentoo :
>
> 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
>
> Eduardo Mendes wrote:
> > Hello
> >
> > I have the impression that I am doing something really silly but the
> > wireless interface is only recognized when I issue the command dldrconfig
> > --dumpdiag
> >
> > What I do is:
> >
> > a) modprobe driverloader
> > b) dldrconfig --info   (shows no interfaces)
> > c) dldrconfig --dumdiag
> > d) dldrconfig --info (shows eth2).
> >
> >
> > What am I doing wrong?
> >
> >
> > Manh thanks
> >
> > Ed
> >
> > _______________________________________________
> > driverloader mailing list
> > driverloader at lists.linuxant.com
> > https://www.linuxant.com/mailman/listinfo/driverloader

-- 


More information about the driverloader mailing list