On Friday 03 February 2006 20:00, Roogle wrote:
>
> I've just dowload yesterday snapshot (visdn-devel-20060203.tar.bz2)
> which compiled perfectly ... but : it looks like the modules are not
> compiled.

You should see lines like these when the modules get compiled:

make[1]: Entering directory `/usr/src/linux-headers-2.6.12-10-386'
  CC [M]  /root/isdn--devel/modules/hfc-usb/hfc-usb_main.o
  CC [M]  /root/isdn--devel/modules/hfc-usb/led.o
  CC [M]  /root/isdn--devel/modules/hfc-usb/fifo.o
  CC [M]  /root/isdn--devel/modules/hfc-usb/st_port.o
  CC [M]  /root/isdn--devel/modules/hfc-usb/st_chan.o
  LD [M]  /root/isdn--devel/modules/hfc-usb/visdn-hfc-usb.o
  Building modules, stage 2.
  MODPOST
  CC      /root/isdn--devel/modules/hfc-usb/visdn-hfc-usb.mod.o
  LD [M]  /root/isdn--devel/modules/hfc-usb/visdn-hfc-usb.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-10-386'

> Reading the makefiles in module subdir I didn't saw any compil (gcc)
> commands.

You will not find them, Kbuild does the trick.

> Are the sources modules only copied in kernel source and we have to compil
> kernel next or are the modules compiled and then copied in binary module
> directory used by the kernel (reading INSTALL file I understand the second
> point) ? 

The modules get compiled during make, using Kbuild

> visdn_configurator / modprobe complain about unfound modules :
> [EMAIL PROTECTED] samples]# visdn_configurator
> FATAL: Module visdn_netdev not found.
> FATAL: Module visdn_streamport not found.

Did you run "depmod -a" ?
What's there in /lib/modules/`uname -r`/extra/ ?

Bye,
_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to