On Sat, Jul 28, 2007 at 03:04:49PM +0200, Tormod Volden wrote: > -if ! modprobe p80211; then > - echo "Failed to load p80211.o." >&2 > +if [ ! -d /proc/net/p80211 ] && ! modprobe p80211; then > + echo "Failed to load the p80211 module." >&2 > exit 1 > fi
AFAIK lwng does not support the 80211 module shipped with vanilla kernel. I' ve always removed these bits from ubuntu patches for that very reason. Am I wrong? -- Enrico Tassi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]