FHEM Forum

FHEM => fhem-users => Thema gestartet von: Guest am 09 Dezember 2009, 23:00:33

Titel: [FHZ] Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 09 Dezember 2009, 23:00:33
Originally posted by: <email address deleted>

Hallo zusammen,

der Umzug ist jetzt geschafft, und ich wollte jetzt schauen, ob ich
FHEM mit meiner Fritzbox 7270 zum laufen kriege.
Leider geht überhaupt nichts. :-/ Wie vor ein paar Wochen schon einmal
berichtet, weigert er sich, das IO-Modul zu laden. Das ist unabhängig
von fhem.pl:

# perl -MIO -e 'print "foo\n";'
Unknown error
Compilation failed in require.
BEGIN failed--compilation aborted.

Ich hatte ja vermutet, das Problem könnte sein, dass ich die
mitgelieferten Module nicht geladen habe, aber das stimmt nicht.
Die Kernelmodule selbst lassen sich übrigens problemlos laden und sind
dann auch im lsmod zu sehen.
Benutzt habe ich fhem45-on-fritzbox.tgz von
http://www.koeniglich.de/fhem/fritzbox.html (und ein FHEM 4.7
reingespielt, aber das hat ja mit perl nichts zu tun).

Jemand eine Idee, woran das liegen könnte? Hat sonst irgendwer eine
Fritzbox 7270 erfolgreich mit FHEM am laufen?

Viele Grüße,

Christian

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 12 Dezember 2009, 17:08:12
Originally posted by: <email address deleted>

Hi Christian,

ich hatte vor einiger Zeit ein Ähnliches Problem mit der 7170: Ich
hatte mir mit Freetz eine neuere Firmware gebaut, um CUL anschliessen
zu können und dann wollte Perl nicht mehr. Mir hat dann das perl 5.6.2
von Achim geholfen (in der 7170 Anleitung). Natürlich ist das für die
7170 gebaut worden, da allerdings der Kernel der gleiche ist (soweit
ich weiss), sollte es auch auf der 7270 gehen.
Und sollte Achim's perl bei FHEM Probleme mit dem Signalhandling
haben: Meld Dich bei mir oder bei Achim, ist ein bekanntes Problem...
Direkte Erfahrungen mit der 7270 hab ich (noch) nicht, meine 7170
läuft einfach zu gut mit FHEM...

Gruss, Waldemar

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: Re: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 30 Dezember 2009, 15:26:47
Originally posted by: <email address deleted>

Hallo,

jetzt bin ich endlich dazugekommen, mal das Perl aus 7170-Anleitung zu
testen – leider geht das auch nicht. :-(

Problem:

perl: can't resolve symbol 'gcvt'

Wer immer dieses Perl gebaut hat – Achim? Rudi? – ich hab
rausgefunden, was man tun muss, damit dieser Fehler nicht mehr
auftritt. Wenn also die Sourcen dazu noch rumliegen, es wäre nach dem
configure-Lauf nur eine Zeile in Config.pm zu ändern, dann sollte das
Ganze auch auf der 7270 lauffähig sein. Konkret: Die d_Gconvert-Zeile
muss so aussehen:

d_Gconvert='sprintf((b),"%.*g",(n),(x))'

Wenn das also noch jemand den Perl-Source-Tree hat und das ganze nur
nochmal durchschicken müsste, wäre ich sehr dankbar.

Viele Grüße,

Christian

P.S.: Zur Erinnerung: Beim fhem-45-Paket für die FB 7270 wird das
IO-Modul mit einem "Unknown error" nicht geladen.

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: Re: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: rudolfkoenig am 31 Dezember 2009, 11:36:03
                                                   

> Wenn das also noch jemand den Perl-Source-Tree hat und das ganze nur
> nochmal durchschicken müsste, wäre ich sehr dankbar.

Ich kann anbieten meine perl 5.6.2 Quellen (ca 10MB) irgendowhin zu mailen.
Nicht enthalten sind dabei Compiler/etc, das wuerde 500MB sein. Kann ich aber
auch gerne irgendwo abladen.

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 31 Dezember 2009, 13:38:26
Originally posted by: <email address deleted>

Ja, wäre klasse, wenn Du mir die Sourcen schicken könntest.

Zum Compiler: Ich war mal Deinem Link auf der alten FHEM/Fritzbox-
Seite gefolgt, der zu einem alten ip-phone-forum-Thread führte. Wenn
ich das auf den ersten Blick richtig verstanden habe, ist das das, was
später zum Freetz-Projekt wurde – und da habe ich das Problem, dass
ich hier kein Linux habe, und soweit ich das mitbekommen habe (nie
genauer angesehen), läuft das alles ausschließlich unter Linux. :-/
Naja, ich werd mich da nochmal genauer umsehen.

Die Sourcen wären auf jeden Fall ein erster Schritt – und wenn Du den
Compiler auch im Source hast, wäre ich Dir dankbar, wenn Du ihn
irgendwo hinlegen könntest. Ansonsten muss ich selber schauen, wie ich
weiterkomme.

Danke,

Christian

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 31 Dezember 2009, 13:48:59
Originally posted by: <email address deleted>

Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
den Perl-Sourcen komme ich dann hoffentlich weiter. :-)

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: rudolfkoenig am 31 Dezember 2009, 14:18:12
                                                   

On Dec 31, 1:48 pm, zottel wrote:
> Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> den Perl-Sourcen komme ich dann hoffentlich weiter. :-)

Zitat:

A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:
 
552-5.7.0 Our system detected an illegal attachment on your message.

Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--

You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 21 Januar 2010, 20:17:48
Originally posted by: <email address deleted>

Hi everybody,

My German not very good so I try it in English

I have the same problem with my 7270.  (EU-version - SW Version :
54.04.76)
So far I understood the Perl-Source is not working on this model I
have.
Try everything but the problem is also the ==>  d_Gconvert part.

During the startup of the scrip I received:
# perl fhem.pl fhem.cfg
Unknown error
Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
line 256.
BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
Handle.pm line 256.
Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
line 11.
BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
Socket.pm line 11.
Compilation failed in require at fhem.pl line 34.
BEGIN failed--compilation aborted at fhem.pl line 34.

Did somebody get it works on the 7270 with (I understood)  a new
compiled version of perl.

I'm very interested

Thanks in advance
Martin


On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
> On Dec 31, 1:48 pm, zottel wrote:
>
> > Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> > den Perl-Sourcen komme ich dann hoffentlich weiter. :-)
>
> Zitat:
>
> A message that you sent could not be delivered to one or more of
> its recipients. The following addresses failed:
>  
> 552-5.7.0 Our system detected an illegal attachment on your message.
>
> Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 22 Januar 2010, 15:33:37
Originally posted by: <email address deleted>

Hi Martin,

I got the Perl source and the compiler and more from Rudi (who was
helpful as always), but I didn't find the time yet to install all that
stuff on my Linux server and try to get my own Fritzbox Perl compiled.

If you are patient, I'll probably post a Perl that will work on the
7270 somewhen, but frankly, I can't tell you if that will be next week
or next year.

If you're interested I can put the stuff I got from Rudi on a download
page so you could try to compile it yourself.

Sorry that I don't have better news. ;-)

Best regards,

Christian

On 21 Jan., 20:17, M vans wrote:
> Hi everybody,
>
> My German not very good so I try it in English
>
> I have the same problem with my 7270.  (EU-version - SW Version :
> 54.04.76)
> So far I understood the Perl-Source is not working on this model I
> have.
> Try everything but the problem is also the ==>  d_Gconvert part.
>
> During the startup of the scrip I received:
> # perl fhem.pl fhem.cfg
> Unknown error
> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
> line 256.
> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> Handle.pm line 256.
> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
> line 11.
> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> Socket.pm line 11.
> Compilation failed in require at fhem.pl line 34.
> BEGIN failed--compilation aborted at fhem.pl line 34.
>
> Did somebody get it works on the 7270 with (I understood)  a new
> compiled version of perl.
>
> I'm very interested
>
> Thanks in advance
> Martin
>
> On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>
> > On Dec 31, 1:48 pm, zottel wrote:
>
> > > Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> > > den Perl-Sourcen komme ich dann hoffentlich weiter. :-)
>
> > Zitat:
>
> > A message that you sent could not be delivered to one or more of
> > its recipients. The following addresses failed:
> >  
> > 552-5.7.0 Our system detected an illegal attachment on your message.
>
> > Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 22 Januar 2010, 15:48:42
Originally posted by: <email address deleted>

Just to complete some info that I didn't post here:

I wanted to use the mipsel-linux-gcc from macports, but it won't
compile on Mac OS 10.6.2. I don't know if there's a fix available now;
last time I looked was end of December. I doubt it, though, because
the corresponding bug report had already been open for months and
there is no official maintainer of the package.

I remembered then, though, that the virtual host I use for my domain
works on Linux and has development tools installed, so I might be able
to compile the stuff there. I'm not 100% sure if that will work, but
it's worth a try.

If not I'll have to boot my Mac into some Linux, which could be quite
some work. If one of you knows if there is some DVD distribution
that's suitable for Fritzbox dvelopment, or for development at all,
please tell me – I haven't looked for such stuff for more than five
years, so I'm massively out of date. :-)

Thanks,

Christian

On 22 Jan., 15:33, zottel wrote:
> Hi Martin,
>
> I got the Perl source and the compiler and more from Rudi (who was
> helpful as always), but I didn't find the time yet to install all that
> stuff on my Linux server and try to get my own Fritzbox Perl compiled.
>
> If you are patient, I'll probably post a Perl that will work on the
> 7270 somewhen, but frankly, I can't tell you if that will be next week
> or next year.
>
> If you're interested I can put the stuff I got from Rudi on a download
> page so you could try to compile it yourself.
>
> Sorry that I don't have better news. ;-)
>
> Best regards,
>
> Christian
>
> On 21 Jan., 20:17, M vans wrote:
>
> > Hi everybody,
>
> > My German not very good so I try it in English
>
> > I have the same problem with my 7270.  (EU-version - SW Version :
> > 54.04.76)
> > So far I understood the Perl-Source is not working on this model I
> > have.
> > Try everything but the problem is also the ==>  d_Gconvert part.
>
> > During the startup of the scrip I received:
> > # perl fhem.pl fhem.cfg
> > Unknown error
> > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
> > line 256.
> > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > Handle.pm line 256.
> > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
> > line 11.
> > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > Socket.pm line 11.
> > Compilation failed in require at fhem.pl line 34.
> > BEGIN failed--compilation aborted at fhem.pl line 34.
>
> > Did somebody get it works on the 7270 with (I understood)  a new
> > compiled version of perl.
>
> > I'm very interested
>
> > Thanks in advance
> > Martin
>
> > On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>
> > > On Dec 31, 1:48 pm, zottel wrote:
>
> > > > Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> > > > den Perl-Sourcen komme ich dann hoffentlich weiter. :-)
>
> > > Zitat:
>
> > > A message that you sent could not be delivered to one or more of
> > > its recipients. The following addresses failed:
> > >  
> > > 552-5.7.0 Our system detected an illegal attachment on your message.
>
> > > Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: Re: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 22 Januar 2010, 20:09:54
Originally posted by: <email address deleted>

Christian,

can't you just use the gcc which ships with Apple's devtools? Although I
didn't try with Fritzbox stuff, but for me it works for all kind of MCUs.

The gcc ships with Apple's XCode distribution.

andy


On 22.01.10 15:48, "zottel" wrote:

> Just to complete some info that I didn't post here:
>
> I wanted to use the mipsel-linux-gcc from macports, but it won't
> compile on Mac OS 10.6.2. I don't know if there's a fix available now;
> last time I looked was end of December. I doubt it, though, because
> the corresponding bug report had already been open for months and
> there is no official maintainer of the package.
>
> I remembered then, though, that the virtual host I use for my domain
> works on Linux and has development tools installed, so I might be able
> to compile the stuff there. I'm not 100% sure if that will work, but
> it's worth a try.
>
> If not I'll have to boot my Mac into some Linux, which could be quite
> some work. If one of you knows if there is some DVD distribution
> that's suitable for Fritzbox dvelopment, or for development at all,
> please tell me ­ I haven't looked for such stuff for more than five
> years, so I'm massively out of date. :-)
>
> Thanks,
>
> Christian
>
> On 22 Jan., 15:33, zottel wrote:
>> Hi Martin,
>>
>> I got the Perl source and the compiler and more from Rudi (who was
>> helpful as always), but I didn't find the time yet to install all that
>> stuff on my Linux server and try to get my own Fritzbox Perl compiled.
>>
>> If you are patient, I'll probably post a Perl that will work on the
>> 7270 somewhen, but frankly, I can't tell you if that will be next week
>> or next year.
>>
>> If you're interested I can put the stuff I got from Rudi on a download
>> page so you could try to compile it yourself.
>>
>> Sorry that I don't have better news. ;-)
>>
>> Best regards,
>>
>> Christian
>>
>> On 21 Jan., 20:17, M vans wrote:
>>
>>> Hi everybody,
>>
>>> My German not very good so I try it in English
>>
>>> I have the same problem with my 7270.  (EU-version - SW Version :
>>> 54.04.76)
>>> So far I understood the Perl-Source is not working on this model I
>>> have.
>>> Try everything but the problem is also the ==>  d_Gconvert part.
>>
>>> During the startup of the scrip I received:
>>> # perl fhem.pl fhem.cfg
>>> Unknown error
>>> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
>>> line 256.
>>> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
>>> Handle.pm line 256.
>>> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
>>> line 11.
>>> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
>>> Socket.pm line 11.
>>> Compilation failed in require at fhem.pl line 34.
>>> BEGIN failed--compilation aborted at fhem.pl line 34.
>>
>>> Did somebody get it works on the 7270 with (I understood)  a new
>>> compiled version of perl.
>>
>>> I¹m very interested
>>
>>> Thanks in advance
>>> Martin
>>
>>> On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>>
>>>> On Dec 31, 1:48 pm, zottel wrote:
>>
>>>>> Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
>>>>> den Perl-Sourcen komme ich dann hoffentlich weiter. :-)
>>
>>>> Zitat:
>>
>>>> A message that you sent could not be delivered to one or more of
>>>> its recipients. The following addresses failed:
>>>>  
>>>> 552-5.7.0 Our system detected an illegal attachment on your message.
>>
>>>> Koennte ich eine andere Adresse bekommen? Gerne auch direkt.


--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 24 Januar 2010, 11:33:24
Originally posted by: <email address deleted>

Hi Christian, Andy

It give me a warm feeling that you guys are willing to help me out and
also think others who have the same problem.

I like to help with the compilation however I have no experience with
this kind of job and have no linux system.  I have only VMware
running. I spent a lot of time to get fhem running on the 7270 so it
doesn't matter to me to spent much more time to get it work.

Please let me know what is the best solution

Many thanks for your help so far

Danke,

Martin


On 22 jan, 20:09, Andy Fuchs wrote:
> Christian,
>
> can't you just use the gcc which ships with Apple's devtools? Although I
> didn't try with Fritzbox stuff, but for me it works for all kind of MCUs.
>
> The gcc ships with Apple's XCode distribution.
>
> andy
>
> On 22.01.10 15:48, "zottel" wrote:
>
> > Just to complete some info that I didn't post here:
>
> > I wanted to use the mipsel-linux-gcc from macports, but it won't
> > compile on Mac OS 10.6.2. I don't know if there's a fix available now;
> > last time I looked was end of December. I doubt it, though, because
> > the corresponding bug report had already been open for months and
> > there is no official maintainer of the package.
>
> > I remembered then, though, that the virtual host I use for my domain
> > works on Linux and has development tools installed, so I might be able
> > to compile the stuff there. I'm not 100% sure if that will work, but
> > it's worth a try.
>
> > If not I'll have to boot my Mac into some Linux, which could be quite
> > some work. If one of you knows if there is some DVD distribution
> > that's suitable for Fritzbox dvelopment, or for development at all,
> > please tell me ­ I haven't looked for such stuff for more than five
> > years, so I'm massively out of date. :-)
>
> > Thanks,
>
> > Christian
>
> > On 22 Jan., 15:33, zottel wrote:
> >> Hi Martin,
>
> >> I got the Perl source and the compiler and more from Rudi (who was
> >> helpful as always), but I didn't find the time yet to install all that
> >> stuff on my Linux server and try to get my own Fritzbox Perl compiled.
>
> >> If you are patient, I'll probably post a Perl that will work on the
> >> 7270 somewhen, but frankly, I can't tell you if that will be next week
> >> or next year.
>
> >> If you're interested I can put the stuff I got from Rudi on a download
> >> page so you could try to compile it yourself.
>
> >> Sorry that I don't have better news. ;-)
>
> >> Best regards,
>
> >> Christian
>
> >> On 21 Jan., 20:17, M vans wrote:
>
> >>> Hi everybody,
>
> >>> My German not very good so I try it in English
>
> >>> I have the same problem with my 7270.  (EU-version - SW Version :
> >>> 54.04.76)
> >>> So far I understood the Perl-Source is not working on this model I
> >>> have.
> >>> Try everything but the problem is also the ==>  d_Gconvert part.
>
> >>> During the startup of the scrip I received:
> >>> # perl fhem.pl fhem.cfg
> >>> Unknown error
> >>> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
> >>> line 256.
> >>> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> >>> Handle.pm line 256.
> >>> Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
> >>> line 11.
> >>> BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> >>> Socket.pm line 11.
> >>> Compilation failed in require at fhem.pl line 34.
> >>> BEGIN failed--compilation aborted at fhem.pl line 34.
>
> >>> Did somebody get it works on the 7270 with (I understood)  a new
> >>> compiled version of perl.
>
> >>> I¹m very interested
>
> >>> Thanks in advance
> >>> Martin
>
> >>> On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>
> >>>> On Dec 31, 1:48 pm, zottel wrote:
>
> >>>>> Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> >>>>> den Perl-Sourcen komme ich dann hoffentlich weiter. :-)
>
> >>>> Zitat:
>
> >>>> A message that you sent could not be delivered to one or more of
> >>>> its recipients. The following addresses failed:
> >>>>  
> >>>> 552-5.7.0 Our system detected an illegal attachment on your message.
>
> >>>> Koennte ich eine andere Adresse bekommen? Gerne auch direkt.
>
>

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 03 März 2010, 11:16:19
Originally posted by: <email address deleted>

Hallo,

habe das gleiche "gcvt" Problem! Könntest du mir die Perl Source bitte
auch mal zusenden? Oder online irgendwo ablegen?
Das wäre supernett!
Besten Dank, gruß Christian

On 22 Jan., 15:33, zottel wrote:
> Hi Martin,
>
> I got the Perl source and the compiler and more from Rudi (who was
> helpful as always), but I didn't find the time yet to install all that
> stuff on my Linux server and try to get my own Fritzbox Perl compiled.
>
> If you are patient, I'll probably post a Perl that will work on the
> 7270 somewhen, but frankly, I can't tell you if that will be next week
> or next year.
>
> If you're interested I can put the stuff I got from Rudi on a download
> page so you could try to compile it yourself.
>
> Sorry that I don't have better news. ;-)
>
> Best regards,
>
> Christian
>
> On 21 Jan., 20:17, M vans wrote:
>
> > Hi everybody,
>
> > My German not very good so I try it in English
>
> > I have the same problem with my 7270.  (EU-version - SW Version :
> > 54.04.76)
> > So far I understood the Perl-Source is not working on this model I
> > have.
> > Try everything but the problem is also the ==>  d_Gconvert part.
>
> > During the startup of the scrip I received:
> > # perl fhem.pl fhem.cfg
> > Unknown error
> > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
> > line 256.
> > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > Handle.pm line 256.
> > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
> > line 11.
> > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > Socket.pm line 11.
> > Compilation failed in require at fhem.pl line 34.
> > BEGIN failed--compilation aborted at fhem.pl line 34.
>
> > Did somebody get it works on the 7270 with (I understood)  a new
> > compiled version of perl.
>
> > I'm very interested
>
> > Thanks in advance
> > Martin
>
> > On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>
> > > On Dec 31, 1:48 pm, zottel wrote:
>
> > > > Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> > > > den Perl-Sourcenkomme ich dann hoffentlich weiter. :-)
>
> > > Zitat:
>
> > > A message that you sent could not be delivered to one or more of
> > > its recipients. The following addresses failed:
> > >  
> > > 552-5.7.0 Our system detected an illegal attachment on your message.
>
> > > Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.
Titel: Re: Fritzbox 7270 will IO-Modul nicht laden
Beitrag von: Guest am 03 März 2010, 11:59:22
Originally posted by: <email address deleted>

Der Vollständigkeit halber:

Christian hat von mir per Mail Links zum Download der Sachen bekommen,
die Rudi mir geschickt hatte. Da das sehr viel Holz ist (das große der
beiden Archive, das einen kompletten alten dsmod-Tree enthält +
Compiler usw hat > 470M), möchte ich die Links hier nicht öffentlich
posten, aber wer im Gegensatz zu mir Zeit hat, daran ein wenig zu
basteln, kann sie gerne von mir per E-Mail bekommen.

Viele Grüße,

Christian

On 3 Mrz., 11:16, Christian wrote:
> Hallo,
>
> habe das gleiche "gcvt" Problem! Könntest du mir die Perl Source bitte
> auch mal zusenden? Oder online irgendwo ablegen?
> Das wäre supernett!
> Besten Dank, gruß Christian
>
> On 22 Jan., 15:33, zottel wrote:
>
> > Hi Martin,
>
> > I got the Perl source and the compiler and more from Rudi (who was
> > helpful as always), but I didn't find the time yet to install all that
> > stuff on my Linux server and try to get my own Fritzbox Perl compiled.
>
> > If you are patient, I'll probably post a Perl that will work on the
> > 7270 somewhen, but frankly, I can't tell you if that will be next week
> > or next year.
>
> > If you're interested I can put the stuff I got from Rudi on a download
> > page so you could try to compile it yourself.
>
> > Sorry that I don't have better news. ;-)
>
> > Best regards,
>
> > Christian
>
> > On 21 Jan., 20:17, M vans wrote:
>
> > > Hi everybody,
>
> > > My German not very good so I try it in English
>
> > > I have the same problem with my 7270.  (EU-version - SW Version :
> > > 54.04.76)
> > > So far I understood the Perl-Source is not working on this model I
> > > have.
> > > Try everything but the problem is also the ==>  d_Gconvert part.
>
> > > During the startup of the scrip I received:
> > > # perl fhem.pl fhem.cfg
> > > Unknown error
> > > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Handle.pm
> > > line 256.
> > > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > > Handle.pm line 256.
> > > Compilation failed in require at /var/usr/lib/perl5/5.6.2/IO/Socket.pm
> > > line 11.
> > > BEGIN failed--compilation aborted at /var/usr/lib/perl5/5.6.2/IO/
> > > Socket.pm line 11.
> > > Compilation failed in require at fhem.pl line 34.
> > > BEGIN failed--compilation aborted at fhem.pl line 34.
>
> > > Did somebody get it works on the 7270 with (I understood)  a new
> > > compiled version of perl.
>
> > > I'm very interested
>
> > > Thanks in advance
> > > Martin
>
> > > On Dec 31 2009, 2:18 pm, Rudolf Koenig wrote:
>
> > > > On Dec 31, 1:48 pm, zottel wrote:
>
> > > > > Ah, in den Macports gibts nen mipsel-linux-gcc. Sollte also gehen. Mit
> > > > > den Perl-Sourcenkomme ich dann hoffentlich weiter. :-)
>
> > > > Zitat:
>
> > > > A message that you sent could not be delivered to one or more of
> > > > its recipients. The following addresses failed:
> > > >  
> > > > 552-5.7.0 Our system detected an illegal attachment on your message.
>
> > > > Koennte ich eine andere Adresse bekommen? Gerne auch direkt.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.