[linux-dvb] Re: again, problem with insmod

2001-06-27 Thread Andrea Malesan

> Andrea Malesan wrote:
> 
> [ ... ]
> 
> 
> 
>> i2c-core.o: i2c core module
>> dvb: no dvb(s) found!
>> dvb.o init_module: Device or resource busy
>> Hint: this error can be caused by incorrect module parameters, including
>> invalid IO or IRQ parameters
>> SIOCSSIFADDR: No such device
>> dvb0: unknow interface: No such device
>> make: *** [insmod] Error 255
> 
> is CONFIG_PNP in tje kernel configuration enabled ?

Yes. Ok, at first no, I've just re-compiled the kernel with config_pnp=y and
config_pnp_parport=m but it still doesn't work...

thank you anyway :)

Andrea



-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.




[linux-dvb] again, problem with insmod

2001-06-27 Thread Andrea Malesan

First of all thank you all for helping me with my card; I'm here again with
another problem.
I recompiled my kernel 2.2.19, finally I got a working one (hope) :)
Now I'm using that kernel, and still have sources in /usr/src/linux
The problem occurs again when trying insmod after succesfully compiling the
driver ver. 0.8.2 in /home/amalesan/DVB/driver:

...

i2c-core.o: i2c core module
dvb: no dvb(s) found!
dvb.o init_module: Device or resource busy
Hint: this error can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
SIOCSSIFADDR: No such device
dvb0: unknow interface: No such device
make: *** [insmod] Error 255

Could it really be a problem of IRQs and IO? I have a 3com 905B net card IRQ
12 and my ISDN modem with IRQ 9. And, of course, the DVB card (Techsan
Electronics, with Netsystem), which should be setted on IRQ 11 (according to
"lspci").

** cat /proc/interrupts
   CPU0
  0: 164662  XT-PIC  timer
  1:   1463  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  8:  1  XT-PIC  rtc
  9:   1420  XT-PIC  HiSax
 12:  31005  XT-PIC  eth0
 13:  1  XT-PIC  fpu
 14:  46673  XT-PIC  ide0
 15:  7  XT-PIC  ide1
NMI:  0
ERR:  0

** cat /proc/ioports

-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
c800-c87f : eth0
f000-f007 : ide0
f008-f00f : ide1

Any idea? Thank you in advance, bye!

Andrea



-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.




[linux-dvb] Re: driver 0.8.2: error with insmod

2001-06-26 Thread Andrea Malesan


>> I've been trying for hours with ALL driver versions, from 0.03 to 0.8.2 but
>> nothing, "make insmod" always gives me an error :((( (I only posted the
>> 0.8.2 insmod error)
> 
> Are you sure that the kernel tree and config is identical to the kernel
> you are running?

Yes, uname -r says me "2.2.19pre17"
I put the kernel sources in /usr/src/linux while my the DVB driver directory
is in /home/amalesan/DVB/driver. Is it correct?
> 
> I guess you would be on the safe side to first compile a new kernel.
[snip]
> After running the new kernel make clean the driver source and then try
> compiling it again. Hopefully it should work then.

Thank you, I'll try and let you know!

Bye, Andrea



-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.




[linux-dvb] driver 0.8.2: error with insmod

2001-06-25 Thread Andrea Malesan

Hi everyone I have just joined this mailing list hope to find here some
help... I'm trying to make my dvb card working on my Debian linux-box.
I got the sources from LinuxTv, driver ver. 0.8.2 cause the kernel is ver.
2.2.19pre17.
All seems to run quite smoothly when I do "make" in the directory
DVB/drivers (some warnings but don't think this could be the problem), till
when I try to install the driver typing "make insmod". It gives me an error
 saying:

i2c-core.o: i2c core module
videodev.o: unresolved symbol kernel_flag
dmxdev.o: unresolved symbol waitqueue_lock
dvb.o: unresolved symbol DmxDevFilterFree
dvb.o: unresolved symbol DmxDevRead
dvb.o: unresolved symbol DmxDevInit
dvb.o: unresolved symbol DmxDevPoll
dvb.o: unresolved symbol video_register_device
dvb.o: unresolved symbol DmxDevDVRRead
dvb.o: unresolved symbol video_unregister_device
dvb.o: unresolved symbol DexDevDVRWrite
dvb.o: unresolved symbol waitqueue_lock
dvb.o: unresolved symbol DmxDevFilterAlloc
dvb.o: unresolved symbol DmxDevDVRCClose
dvb.o: unresolved symbol DmxDevIoctl
dvb.o: unresolved symbol __global_sti
SIOCSIFADDR: No such device
dvb0: unknow interface: No such device
make: *** [insmod] Error 255

I've been trying for hours with ALL driver versions, from 0.03 to 0.8.2 but
nothing, "make insmod" always gives me an error :((( (I only posted the
0.8.2 insmod error)

Thank You in advance for the help.

Andrea





-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.