Re: how to have cardbus prism54 adaptor configure on insert?
"Gregory P. Smith" <[email protected]>
| Newsgroups | gmane.linux.drivers.prism54.user |
|---|---|
| Message-ID | <[email protected]> |
> How do other people have their card autoconfigure itself? If my > hypothesis is correct there is a chicken and egg problem in the hotplug > system.. To answer my own question.. I just found the instructions in: http://prism54.org/forums/viewtopic.php?t=253 I created a /etc/hotplug/pci/prism54 script to do the config for me and all is now well: # configure the wireless settings wireless_setup sleep 1 # configure the interface /etc/init.d/net.eth1 start I'm obviously not too familiar with hotplug. :)