Jump to content


mrk72

Member Since 18 Apr 2012
Offline Last Active 09 Oct 2012 20:06
-----

Posts I've Made

In Topic: updated recipes packages

19 May 2012 - 10:48

It's not needed for several tools like djmount and even mkfs, but the tools package is build empty and could cause trouble with other packages.


btw: the last two posts from lolly and me are "overseen" too ;)

In Topic: updated recipes packages

18 May 2012 - 18:32

@MiLo

I have seen, that You have pushed the fuse update 2.9 to git.
I wonder if it is compiling in the right way?

As I tried the fuse 2.9 package, I had to add the "--enable-utils" switch.
Btw. Package 2.9 has no kernel-module any more, so there is no need for the switch.
just look at my patch at post #9

In Topic: error when build dm7025 image

18 May 2012 - 18:14

Did You try the patch I quoted in Post #7 ?

In Topic: OpenWebif [E2OpenPlugins]

16 May 2012 - 15:10

When You look into the source code, you will find out, that only the et9000 & et9200 are defined.
Jump into the openWebIf-Plugin directory subfolder "controllers" on your box.

open "base.py" line 153 and add the et9500 then
open "ajax.px" line 71 and do the same.

at least the picture for et9x00 should be shown.

In Topic: HD+ Probs und Festplatte NTFS Probs

13 May 2012 - 22:20

Das mit dem Kernel 3.3 nur noch ntfs lesend funktioniert liegt daran,
dass aus irgendwelchen Gründen das Modul FUSE im Kernel nicht mehr richtig funktioniert.

FUSE wird benötigt für ntfs-3g, was für ntfs schreibend zuständig ist aus diesem Grund ist derzeit "nur" der ntfs-teiber aus dem kernel funktionsfähig und der kann halt nur lesend...

Ist übrigens das selbe Problem, wie mit djmount/dnla/upnp.
Der Fehler im FUSE ist nicht richtig nachvollziehbar, da es in dem Modul in letzter Zeit keine wesentlichen Änderungen gab.
Ich tippe auf ein verändertes Memorymanagement im kernel, aber an dieser Stelle muss ich leider aussteigen....

Die PLi-Devs schauen sich das Prob auch schon an.