Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbee search for Information
[ The following text is in the "iso-8859-2" character set. ]
[ Your display is set for the "ISO-8859-1" character set. ]
[ Some characters may be displayed incorrectly. ]
Bernd Hoose wrote:
> Hello i posted a week ago that i had problems to install LinuxDVB in my
> system.
> Irecieved some messages on this, thanks for that.
> So, in the /proc/pci i can find the Card.
>
> Then i procied with make and insmod and recieved some errors, i'll post them
> complete.
> Sorry if this normaly to long for an Question.
>
> bash-2.04# dir
> Boot_up.axf audiochip.h dvb_v4l.h saa7146.h tuner.c
> Dpram dvb.c i2c-core.c saa7146_core.c tuner.h
> Makefile dvb.h i2c-id.h saa7146_core.h videodev.c
> Root dvb_comcode.h i2c.h saa7146_memory.c videodev.h
> VES1820.c dvb_dpram4k.h msp3400.c saa7146_v4l.c
> VES1893.c dvb_types.h saa7146.c saa7146_v4l.h
>
> bash-2.04# make
>
> DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
> make[1]: Entering directory `/usr/src/linux-2.2.16'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
> scripts/split-includescripts/split-include.c
> scripts/split-include include/linux/autoconf.h include/config
> make -C /home/bernd/DVB/driver
> CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-fra
> me-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loo
> ps=2
> -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE" MAKING_MODULES=1
> module
> s
> make[2]: Entering directory `/home/bernd/DVB/driver'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fom
> it-f
> rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-l
> oops
> =2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DEXPORT_SYMTAB
> -c i
> 2c-core.c
> dvb.c:447: warning: `CI_out' defined but not usedined but not used
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fom
> it-f
> rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-l
> oops
> =2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -c -o tuner.o
> tuner.
> c
> echo Lost
> Lost
> cd $TOPDIR/modules; for i in i2c-core.o videodev.o saa7146_core.o
> saa7146_v4l.o
> VES1893.o VES1820.o dvb.o tuner.o; do \
> ln -sf ../Lost/$i $i; done
> /bin/sh: cd: /usr/src/linux/modules: Datei oder Verzeichnis nicht gefunden
> make[2]: Leaving directory `/home/bernd/DVB/driver'
> make[1]: Leaving directory `/usr/src/linux-2.2.16'
>
Did You compiled Your-e kernel after instalation of the Linux, and do You have
kernel source instaled on the machine?
Try:
make config
turn on modules support in kernel
make dep;
after that gop back to the driver for the dvb card, and repeat make
it should compile now.
Greetings
Milan Kecman
Home |
Main Index |
Thread Index