On Wed, 27 Mar 2002, koeicjmm@21cn wrote:

> I got linux2.4.18 from ftp://ftp.kernel.org/pub/linux/kernel/v2.4/
> do "make modules" "make modules_install" , so it made a directory
> /lib/modules/2.4.18,

No. You do not need to do things above. Of course unless you installed
the kernel as well.

> I copy the /linux-2.4.18/drivers/usb/audio.c audio.h to my ~/audio/
> download the Makefile from
> http://www.fuw.edu.pl/~pliszka/hints/redhat-module.html,
> change  the directory of  TOPDIR to  "TOPDIR=/lib/modules/2.4.18/build" then

to /lib/modules/`uname -r`/build

Just run 
uname -r

to find out your version.

Then run 
make
rmmod audio
lsmod    <-check if there is no audio indeed
insmod audio.o

BR,

Jacek




_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to