Mailing List archive

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

[linux-dvb] Re: How to change MAC bytes number more important



I tryed to modify source dvbd.c: following the structure
_u16 data[16];
I found that (on each _u16 element) first 8 bit (MSB) are for MAC Address
while the other 8 bit (LSB) are for MASK. (MASK is intended for Hardware
Mask because Dvb card masks packets directly by its hardware without using
O.S.)
So I set all 6 words element (which ones used in dvbd.c source file for MAC
address) to zero, so I expect from it that ALL PACKETS have to reach O.S.
Under Windows environment I did the same (setting 0 in "Relevant MAC bytes"
in dvb utility) with the result that ALL PACKETS were sent to my OS, so
browser could take they it needs.
Under Linux, modifing dvbd.c as described before, I cannot view anything in
my dvb0 interface: I cannot understand why.
Thank you for assistance

----- Original Message -----
From: "Mihai Amariutei" <mihai@ambra.ro>
To: <linux-dvb@linuxtv.org>
Cc: "Arcomano Roberto" <berto@fatamorgana.com>
Sent: Tuesday, December 26, 2000 12:24 PM
Subject: [linux-dvb] Re: How to change MAC bytes number more important


> The MAC mask processing in dvbrouter is absolutely absymal. For some
reason
> it only allow the mask to be set for whole bytes.
> The least significant bits of that value controls that, each bit masking
one
> byte of the MAC (and yes, it works).
> For the time being, your best resource is to set it directly in the
source.
> There are separate identical sections for each filter.
> Better yet, you may take the time to clean the whole mess (and contribute
it
> back, hopefully)
>
> Good luck
> Mihai
>
> ----- Original Message -----
> From: "Arcomano Roberto" <berto@fatamorgana.com>
> To: <linux-dvb@linuxtv.org>
> Sent: Thursday, December 21, 2000 2:07 PM
> Subject: [linux-dvb] How to change MAC bytes number more important
>
>
> > Hi,
> > I'm trying to change my DVB setting in Unicast: I would like to change
> > the number used to indicate Dvb card how many bytes consider in MAC
> > field. In /etc/dvbd.conf file there is a field (after filter_0 MAC) but
> > it doesn't work.
> > Thank you
> >
> > --
> > Arcomano Roberto
> >
> >
> >
> >
> >
> > ---
> > Info:
> > To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as
> subject.
> >
> >
>
>
>
> ---
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with unsubscribe as
subject.



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



Home | Main Index | Thread Index