This will fix this problem:
find . -name '*' | xargs rm
This will fix this problem:
find . -name '*' | xargs rm
Incase you want to know where hotplug firmware goes:
in fedora core 5 it goes in /lib/firmware/
My rc.local for mythtv on fc5
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SAMSUNG"
DisplaySize 890 500
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 61.0
VertRefresh 60.0 - 75.0
ModeLine "1360x768" 85.5 1360 1416 1528 1792 768 771 777 795 +hsync
+vsync
Option "dpms"
EndSection