loading firmware
Hans Kramer <[email protected]>
| Newsgroups | gmane.linux.drivers.prism54.user |
|---|---|
| Organization | MISA |
| Message-ID | <[email protected]> |
Dear Franco,
I saw your question on loading the firmware! I had the same troubles.
Do you run Redhat?
I noticed that they turn the kernel.hotplug in the network script!
oldhotplug=`sysctl kernel.hotplug 2>/dev/null | \
awk '{ print $3 }' 2>/dev/null`
sysctl -w kernel.hotplug="/bin/true" > /dev/null 2>&1
Ouch!!!
After removing (commenting it out) that everything works for me!
Cheers,
Hans