Mailing List archive

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

[linux-dvb] Re: Configuring new ISP



Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Sorry, I didn't attach my file!!

Arcomano Roberto


Arcomano Roberto wrote:

> Hi all,
> I use WinTV Siemens card working well with EON.
> Recently a new sat-ISP borned in Italy (where I'm from): they say that
> one must have SkyStar2 (B2C2) card to get it working.
> I know I can bypass the problem changing filter setting under my WinTV
> dvb card (under Linux) cause, at first, my WinTV card was working
> under Windows when I used a WinTV MAC address in the new ISP settings.
>
> Now I can use a SkyStar2 MAC address only (there is a registration
> site where MAC address were periodically checked!).
> I tried to solve it but without effects. I attach my diff file for
> dvbd.c.
> If someone could help I thank him very much.
>
> --
> Arcomano Roberto
>
>

--
Arcomano Roberto





-- Attached file included as plaintext by Listar --
-- File: newsat.diff

--- ../dvbd/dvbd.c	Sun May 14 17:15:33 2000
+++ ./dvbd.c	Sun Dec 17 22:30:42 2000
@@ -890,7 +890,7 @@
   // set MAC
  
   mac[0] = 0x00;
-  mac[1] = 0x02;
+  mac[1] = 0xd0;
   mac[2] = ip[0];
   mac[3] = ip[1];
   mac[4] = ip[2];
@@ -1142,6 +1142,13 @@
           return -1 ;
         }
 
+// my valid MAC card is 00:d0:d7:04:b3:c8. So I set it...
+
+        ip[0] = 0xd7;
+	ip[1] = 0x04;
+	ip[2] = 0xb3;
+	ip[3] = 0xc8;
+
         syslog (LOG_NOTICE, "Local ip is %u:%u:%u:%u\n",
                              ip[0], ip[1], ip[2], ip[3]);
 
@@ -1149,7 +1156,7 @@
         dvbcfg[0].filter.data[2] = (ip[2] << 8) | 0x00ff ;
         dvbcfg[0].filter.data[6] = (ip[1] << 8) | 0x00ff ;
         dvbcfg[0].filter.data[7] = (ip[0] << 8) | 0x00ff ;
-        dvbcfg[0].filter.data[8] = (0x02 << 8) | 0x00ff ;
+        dvbcfg[0].filter.data[8] = (0xd0 << 8) | 0x00ff ;
         dvbcfg[0].filter.data[9] = (0x00 << 8) | 0x00ff ;
 
         setmac (ip) ;



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



Home | Main Index | Thread Index