[Prism54-users] how to have cardbus prism54 adaptor configure on insert?
Gregory P. Smith
greg@electricrain.com
Sun, 7 Mar 2004 17:59:26 -0800
> 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. :)