you have to execute this as root, insmod is a superuser command and forbidden for normal users.
Holger Miguel Fermin Sanchez wrote: > Dear Holger, > I've tried to update the drivers and it went well and the make procedure > also worked. When trying to INSMOD I get the following errors. > > make insmod > /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or > not set > DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules) > make[1]: Cambiando a directorio `/usr/src/linux-2.4.19-16mdk' > make -C /home/dominik/DVB/driver CFLAGS="-D__KERNEL__ > -I/usr/src/linux-2.4.19-16mdk/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer > -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS > -include /usr/src/linux-2.4.19-16mdk/include/linux/modversions.h" > MAKING_MODULES=1 modules > make[2]: Cambiando a directorio `/home/dominik/DVB/driver' > ld -m elf_i386 -r -o dvb-core.o dmxdev.o dvb_demux.o dvb_net.o dvb_i2c.o > dvb_filter.o dvb_frontend.o dvbdev.o > make -C av7110 modules > make[3]: Cambiando a directorio `/home/dominik/DVB/driver/av7110' > ld -m elf_i386 -r -o dvb-ttpci.o saa7146_core.o saa7146_v4l.o av7110.o > av7110_ir.o > make[3]: Saliendo directorio `/home/dominik/DVB/driver/av7110' > make -C frontends modules > make[3]: Cambiando a directorio `/home/dominik/DVB/driver/frontends' > make[3]: No se hace nada para `modules'. > make[3]: Saliendo directorio `/home/dominik/DVB/driver/frontends' > make[2]: Saliendo directorio `/home/dominik/DVB/driver' > make[1]: Saliendo directorio `/usr/src/linux-2.4.19-16mdk' > > ( \ > insmod videodev; \ > \ > insmod dvb-core.o; \ > make -C frontends insmod; \ > make -C av7110 insmod; \ > ) > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > make[1]: Cambiando a directorio `/home/dominik/DVB/driver/frontends' > insmod alps_bsru6.o; insmod alps_bsrv2.o; insmod > grundig_29504-401.o; insmod grundig_29504-491.o; insmod ves1820.o; > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > make[1]: *** [insmod] Error 127 > make[1]: Saliendo directorio `/home/dominik/DVB/driver/frontends' > make[1]: Cambiando a directorio `/home/dominik/DVB/driver/av7110' > insmod input; \ > insmod evdev; \ > insmod dvb-ttpci.o init_vpid=0x00a2 init_apid=0x0060; > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > /bin/sh: line 1: insmod: command not found > make[1]: *** [insmod] Error 127 > make[1]: Saliendo directorio `/home/dominik/DVB/driver/av7110' > make: *** [insmod] Error 2 > > The thing is that I'm a real newbie to linux and it's the first time I'm > trying to compile something and all those errors surprise me! > > Thanx in advance. > > >>Hi, >> >>please use the CVS repository to get the drivers. the tarballs you >>mention are pretty outdated. >> >>use >> >>$ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login >>[press enter] >>$ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co DVB >> >>good luck, >> >>Holger >> >> >>Miguel Fermin Sanchez wrote: >> >>>I've tried to compile the DVB drivers available at >>>www.linuxtv.org/download/dvb/ but I get a lot of erros under Mandrake. >>>Has somebody successfully set up a technotrend card 1.3 under this >>>distro. >>>Thanx in advance >>>D.Sanchez >>> >>> >>> >>> >>> >>> >> >> >> >>-- >>Info: >>To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as >subject. >> > > > > > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
