DM500 Neutrino Scan

Wünsche, Anträge, Fehlermeldungen
Renwich
Interessierter
Interessierter
Beiträge: 62
Registriert: Freitag 26. Mai 2006, 00:34

DM500 Neutrino Scan

Beitrag von Renwich »

I've just become the owner of a dm500s, its a cool little box, but as I like neutrino instead of E1, I thought I've have a go at compiling an image,

I've come across an issue with the scanning which I'm sure your already aware of.

select Sat to scan, select save settings, navigate away from the scan options, and the scan has defaulted back to 19.2e

change the default sat as per code below and it still defaults to 19.2e, deleted scan.conf and pulled power(not reboot) and it does not recreate the scan.conf like the dbox does, go to the scan menu and it still has 19.2e listed as default.? and the scan still works..?

Code: Alles auswählen

+++ tuxbox-cvs/apps/tuxbox/neutrino/src/system/settings.cpp	2010-08-04 20:19:46.000000000 +0100
@@ -226,7 +226,7 @@
 			strcpy(satNameNoDiseqc, "Kabel Deutschland");
 			break;
 		case DVB_S:
-			strcpy(satNameNoDiseqc, "Astra 19.2E");
+			strcpy(satNameNoDiseqc, "Astra 28.2E");
 			break;
 		case DVB_T:
 			strcpy(satNameNoDiseqc, "");
@@ -287,7 +287,7 @@
 #endif
 	strcpy(TP_freq, configfile.getString("TP_freq", "10100000").c_str());
 	strcpy(TP_rate, configfile.getString("TP_rate", "27500000").c_str());
-	strncpy(TP_satname, configfile.getString("TP_satname", "Astra 19.2E").c_str(), 30);
+	strncpy(TP_satname, configfile.getString("TP_satname", "Astra 28.2E").c_str(), 30);
 	TP_diseqc = *diseqscOfSat(TP_satname);
 #if HAVE_DVB_API_VERSION >= 3
 	if(TP_fec == 4) TP_fec = 5;