You are not logged in.
Pages: 1
Want to write a simple script to scan for required modules (from installed kernel). Possibly along the lines of autodetect hook in initcpio...
for i in $(seq 2); do
find /sys -name modalias -type f -exec cat {} + | sort -u | xargs modprobe -b -a
done 2>/dev/null
Not sure if above will work?
Mr Green I like Landuke!
Offline
Pages: 1