On Thu, 2005-04-21 at 14:40 -0700, Jesse Keating wrote: > Ah-HAH! thats where it is logging to... > > [ trimmed ] > Apr 21 14:36:52 dhcp-181 default.hotplug[4805]: arguments (net) > Apr 21 14:36:53 dhcp-181 default.hotplug[4848]: arguments (drivers) > Apr 21 14:36:53 dhcp-181 default.hotplug[4801]: arguments (module) > > Looking to see why I don't have a module.agent... The module.agent warnings are usually moot. What's interesting is that no firmware event is generated here. So this is probably a driver problem. Maybe you can get it to produce more verbose logs (it's usually a "debug=something" option to modprobe). Also, since the net agent is called, do you actually see the interface created? Check 'ifconfig -a' and 'cat /proc/net/wireless'. -- Ziga