Mailing List archive

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

[linux-dvb] Re: Satelco EasyWatch MobilSet



Hmm I simply fixed compilation via:
+#include <linux/version.h>

- eth= skb->mac.ethernet;
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,8)
+ eth = skb->mac.ethernet;
+#else
+ eth = eth_hdr(skb);
+#endif

But after inserting module I get:

PCI: Setting latency timer of device 0000:03:00.0 to 64
Pluto 2 MacAddress : 00:d0:16:01:5c:0c
Pluto Card Revision (Maj,Min) : (2,15)
driver_initialize: unable to allocate dma !
Trying to free free IRQ10
irq 10: nobody cared!
 [<c013a91a>] __report_bad_irq+0x2a/0xa0
 [<c013a2a0>] handle_IRQ_event+0x30/0x70
 [<c013aa20>] note_interrupt+0x70/0xb0
 [<c013a408>] __do_IRQ+0x128/0x140
 [<c0105526>] do_IRQ+0x36/0x70
 [<c0107c96>] timer_interrupt+0xf6/0x140
 [<c0103a4e>] common_interrupt+0x1a/0x20
 [<c011ff9e>] __do_softirq+0x2e/0x90
 [<c0120027>] do_softirq+0x27/0x30
 [<c013a265>] irq_exit+0x35/0x40
 [<c010552b>] do_IRQ+0x3b/0x70
 [<c0103a4e>] common_interrupt+0x1a/0x20
 [<c013a81b>] free_irq+0xdb/0x110
 [<e7e300ac>] free_adapter_object+0xac/0xb0 [pluto2]
 [<e7e30468>] driver_initialize+0x188/0x1d0 [pluto2]
 [<e7e304cf>] pluto2_probe+0x1f/0x1c0 [pluto2]
 [<c01f2ea2>] pci_device_probe_static+0x52/0x70
 [<c01f2efc>] __pci_device_probe+0x3c/0x50
 [<c01f2f3c>] pci_device_probe+0x2c/0x50
 [<c025bb2f>] driver_probe_device+0x2f/0x80
 [<c025bc7c>] driver_attach+0x5c/0xa0
 [<c025c1cd>] bus_add_driver+0x9d/0xd0
 [<c025c7ef>] driver_register+0x2f/0x40
 [<c01f31c4>] pci_register_driver+0x64/0x90
 [<e7e3075f>] pluto2_init+0xf/0x20 [pluto2]
 [<c0133fd3>] sys_init_module+0x163/0x210
 [<c01030df>] syscall_call+0x7/0xb
handlers:
[<c0290620>] (yenta_interrupt+0x0/0x40)
[<c0290620>] (yenta_interrupt+0x0/0x40)
[<c0298ef0>] (usb_hcd_irq+0x0/0x70)
[<c0298ef0>] (usb_hcd_irq+0x0/0x70)
[<e79ed900>] (snd_intel8x0_interrupt+0x0/0x240 [snd_intel8x0])
Disabling IRQ #10

Can anybody help me? :)

Michal

Dne ne 16. ledna 2005 16:21 Michal Semler napsal(a):
> GREAT!!!! So driver exist!!!
>
> Guys you are simply golden :D
>
> And now to driver. It doesn't compile. Can you pls for now fix it against
> 2.6.10? I don't have time to do it my own, but I can cooperate on bugfixing
> this driver.
>
> Hm? :)
>
> Michal
>
> Dne so 15. ledna 2005 22:27 jste napsal(a):
> > On Sat, 15 Jan 2005, Michal Semler wrote:
> > > Dne so 15. ledna 2005 19:01 jste napsal(a):
> > >> On Sat, Jan 15, 2005 at 11:36:07AM +0100, Michal Semler wrote:
> > >>> On Internet I got this info about parts inside:
> > >>>
> > >>> These parts are important. Do you know boys something about SMB
> > >>> Stecker ???
> > >>
> > >> Never heard of it :)
> > >>
> > >> Can I ask why you didn't check for the Linux driver status of this
> > >> device *before* buying it?
> > >
> > > I wanted use it under Win $P, but non success too :( I will ask
> > > directly Satelco. Hope driver for linux will come in few mounths :)
> >
> > Finally I've found the link in the archive:
> >
> > http://www.linuxtv.org/mailinglists/linux-dvb/2004/10-2004/msg00485.html
> >
> > It seems that this is what you need. Some modification to current
> > dvb-kernel and kernel needed to be done, afaik.
> >
> > regards,
> > Patrick.
> >
> > --
> >    Mail: patrick.boettcher@desy.de
> >    WWW:  http://www.wi-bw.tfh-wildau.de/~pboettch/

-- 
S pozdravem

Michal Semler




Home | Main Index | Thread Index