Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Oops with kernel 2.4.13 and latest dvb-driver



Hi,
I am using kernel 2.4.13, the latest (CVS of today) dvb-driver and a
dvb-s card (version 1.3).

If I do the command "make insmod" in $DVB/driver or if I load the
modules in the following order

1 - modprobe tuner
2 - modprobe VES1893
3 - modprobe saa7146_v4l
4 - modprobe dvb

I can use (n)tuxzap + xawtv or vdr (v.0.96) + xawtv without major
problems.

If I load the modules in another order  

1 - modprobe dvb
2 - modprobe tuner
3 - modprobe VES1893
4 - modprobe saa7146_v4l

and try to tune a channel (using tuxzap or vdr) then the tuning app
dies.

I can see the error message in my log file:

[...]
Oct 26 15:51:06 debian kernel: VES1893: attaching VES1893 at 0x10 to
adapter saa7146(1)
Oct 26 15:52:29 debian vdr[950]: VDR version 0.96 started
Oct 26 15:52:29 debian vdr[950]: loading /video0/setup.conf
Oct 26 15:52:29 debian vdr[950]: loading /video0/channels.conf
Oct 26 15:52:29 debian vdr[950]: loading /video0/timers.conf
Oct 26 15:52:29 debian vdr[950]: loading /video0/keys-pc.conf
Oct 26 15:52:29 debian vdr[950]: probing /dev/ost/frontend0
Oct 26 15:52:29 debian vdr[952]: EIT processing thread started (pid=952)
- master
Oct 26 15:52:29 debian vdr[950]: probing /dev/ost/frontend1
Oct 26 15:52:29 debian vdr[950]: found 1 video device
Oct 26 15:52:29 debian vdr[950]: setting primary DVB to 1
Oct 26 15:52:29 debian vdr[950]: switching to channel 5
Oct 26 15:52:29 debian kernel: Unable to handle kernel NULL pointer
dereference at virtual address 00000000
Oct 26 15:52:29 debian kernel:  printing eip:
Oct 26 15:52:29 debian kernel: c0111f94
Oct 26 15:52:29 debian kernel: *pde = 00000000
Oct 26 15:52:29 debian kernel: Oops: 0002
Oct 26 15:52:29 debian kernel: CPU:    0
[...]

Some more information:
  
debian:/home/frank# nm -n /usr/src/linux/vmlinux|grep c0111f
c0111f20 T free_dma
c0111f50 T add_wait_queue
c0111f50 t gcc2_compiled.
c0111f78 T add_wait_queue_exclusive
c0111f9c T remove_wait_queue
c0111fb0 t get_pid

I know how to get my box to work, but the above behavior is a failure
(in my opinion).

Any comments?

-- 
Frank


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index