Re: pcmcia error
Keith Owens (kaos@ocs.com.au)
Thu, 06 Dec 2001 17:42:53 +1100
On Tue, 4 Dec 2001 23:20:48 -0000,
"Dhaval Patel" <dhaval@patel.sh> wrote:
>install the modules with 'make modules_install' it does a bunch of stuff and
>then stops at the following
>
>cd /lib/modules/2.4.16; \
>mkdir -p pcmcia; \
>find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.16; fi
What do you mean "it stops"? Do you get any error messages?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/