Tapio Karinsalo wrote: > Hi, > > I have problem with make insmod. I can compile dvb_driver newest CVS > files, > but when I try to make insmod I get next kind of messages: > > /lib/modules/2.4.20-4GB/build/scripts/pathdown.sh: line 4: TOPDIR: > parameter > null or not set > [...] > make[1]: Entering directory `/DVB/driver/b2c2' > insmod skystar2.o; > skystar2.o: init_module: No such device > Hint: insmod errors can be caused by incorrect module parameters, > including > invalid IO or IRQ parameters. > You may find more information in syslog or the output from dmesg > make[1]: [insmod] Error 1 (ignored) > make[1]: Leaving directory `/DVB/driver/b2c2' > sync >
This is because you have no Skystar-Card. Edit the Makefile in DVB/driver something around line 8 CARDS += b2c2 to # CARDS += b2c2 and then it will work. ;-) Martin -- NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f�r Mail, Message, More! +++ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
