Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Pogoplug E02 Debian Cardserver mit IPC

AW: Pogoplug E02 Debian Cardserver mit IPC

was du kommst bei der S02 auf 400ms ?

Ich komme bei der S02 mal gerade so auf 500ms
 
AW: Pogoplug E02 Debian Cardserver mit IPC

Meine geht nie unter 500-600


Sent from my iPad 2 oder iPhone 5 using
 
AW: Pogoplug E02 Debian Cardserver mit IPC

HeHe,
Dann ist der Smargo , dank deiner Einstellung ja doch schneller, als die easymouse.
COOL
N8


gesendet über Tapetalk
 
AW: Pogoplug E02 Debian Cardserver mit IPC

Wenn das stimmt was du hier schreibst dann ist deine S02 verdammt schnell !

Kenne keine S02 die so schnell läuft, zumindest bis jetzt nicht :fie:

Kannst mal ein Bild Posten ?

Bodo
 
AW: Pogoplug E02 Debian Cardserver mit IPC

Hallo,


Ich habe nun endlich mein 2 Pogo bekommen und es endlich geschafft alles Soweit zu Installieren
bekomme nur Samba nicht ans laufen als HDD habe ich die Hdd von meiner Vu+Solo2 genommen
was schon Linux formatiert ist

Ich bin nach der Anleitung von der ersten Seite gegangen
Schaut euch bitte den Log an Festplatte wird zwar erkannt aber kann es irgindwie nicht mounten?


login as: root
root@192.168.178.99's password:
Linux pimpmypogo 3.10.4-kirkwood-tld-1 #1 PREEMPT Tue Aug 20 23:25:42 PDT 2013 armv5tel
Willkommen am Debian CS-Server IPC :-)
IPC Befehle : ipc : i
CCcam Befehle : cccam : c
OScam Befehle : oscam : o
NewCS Befehle : newcs : n
Camd3 Befehle : camd3 : c3
sBox Befehle : sbox : s
Last login: Sat Nov 9 08:07:01 2013 from 192.168.178.111
root@pimpmypogo ~ > fdisk -l /dev/hdg
root@pimpmypogo ~ > fdisk -l

Disk /dev/sda: 2020 MB, 2020872192 bytes
61 heads, 62 sectors/track, 1043 cylinders, total 3947016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 * 62 3002907 1501423 83 Linux
/dev/sda2 3002908 3865203 431148 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd783d39d

Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953521663 976759808 83 Linux
root@pimpmypogo ~ > fdisk -l

Disk /dev/sda: 2020 MB, 2020872192 bytes
61 heads, 62 sectors/track, 1043 cylinders, total 3947016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 * 62 3002907 1501423 83 Linux
/dev/sda2 3002908 3865203 431148 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd783d39d

Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953521663 976759808 83 Linux
root@pimpmypogo ~ > mount /dev/sdb /media share
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@pimpmypogo ~ > /dev/sdb
-bash: /dev/sdb: Permission denied
root@pimpmypogo ~ >
root@pimpmypogo ~ > /dev/hda1
-bash: /dev/hda1: No such file or directory
root@pimpmypogo ~ > /dev/hda
-bash: /dev/hda: No such file or directory
root@pimpmypogo ~ > mount /dev/sdb1 /media share
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@pimpmypogo ~ > mount /dev/sdb /media share
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@pimpmypogo ~ > lfdisk
-bash: lfdisk: command not found
root@pimpmypogo ~ > l-fdisk
-bash: l-fdisk: command not found
root@pimpmypogo ~ > fdisk - l
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks

Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track

root@pimpmypogo ~ > fdisk
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks

Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track

root@pimpmypogo ~ > fdisk - l
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l <disk> list partition table(s)
fdisk -s <partition> give partition size(s) in blocks

Options:
-b <size> sector size (512, 1024, 2048 or 4096)
-c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
-h print this help text
-u[=<unit>] display units: 'cylinders' or 'sectors' (default)
-v print program version
-C <number> specify the number of cylinders
-H <number> specify the number of heads
-S <number> specify the number of sectors per track

root@pimpmypogo ~ > fdisk -l

Disk /dev/sda: 2020 MB, 2020872192 bytes
61 heads, 62 sectors/track, 1043 cylinders, total 3947016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 * 62 3002907 1501423 83 Linux
/dev/sda2 3002908 3865203 431148 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd783d39d

Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953521663 976759808 83 Linux
root@pimpmypogo ~ > mount -t ntfs-3g /dev/sdb1 /media/share
mount: unknown filesystem type 'ntfs-3g'
root@pimpmypogo ~ > mount -t ntfs-3g /dev/sdb1 /media/share
mount: unknown filesystem type 'ntfs-3g'
root@pimpmypogo ~ > /dev/sdb1 /media/share ntfs-3g defaults 0 0
-bash: /dev/sdb1: Permission denied
root@pimpmypogo ~ > fdisk -l

Disk /dev/sda: 2020 MB, 2020872192 bytes
61 heads, 62 sectors/track, 1043 cylinders, total 3947016 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sda1 * 62 3002907 1501423 83 Linux
/dev/sda2 3002908 3865203 431148 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000204883968 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525164 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd783d39d

Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953521663 976759808 83 Linux
root@pimpmypogo ~ > mount -t /dev/sdb1 /media/share
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@pimpmypogo ~ > mount -t /dev/sdb1 /media/share
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@pimpmypogo ~ > -label
-bash: -label: command not found
root@pimpmypogo ~ >

oder muss ich die FP neu formatieren ?


Gruß
 
Zuletzt bearbeitet von einem Moderator:
AW: Pogoplug E02 Debian Cardserver mit IPC

nach Anleitung von osprey - Seite 1 :

"Als Tanzpartnerin haben wir eine HDD in NTFS formartiert"

thx ulkuss
 
@yallah das nächste mal bitte in Spoilern posten

@ict wo bleibt der Beweis von deine S02 wenn das stimmt kaufe ich mir direkt einen Smargo für die S02

Sent from my iPad 2 oder iPhone 5 using
 
AW: Pogoplug E02 Debian Cardserver mit IPC

Hast du denn die Services dementsprechend aktiviert beim Reader oder beim User?

[reader]
label = HD02
description = HD+ 02 schwarze Karte
protocol = mouse
device = /dev/easy1
services = hdplus
caid = 1843
boxkey = A7...7C
rsakey = BF...D5
ecmwhitelist = 1843:89
detect = cd
ident = 1843:000000,003411,008011
group = 1
emmcache = 1,3,2
blockemm-unknown = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
auprovid = 001843 - tägt OSCAM selbst so um

Doscam geht auch wieder aber HD+ noch nicht. Werde mal die Karte bei meinem Kollegen testen.

Log:
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 9 duplicated log lines ---
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 13 duplicated log lines ---
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 1 duplicated log lines ---
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 17 duplicated log lines ---
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 12 duplicated log lines ---
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (1 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 8A2CD0 c Li-Sz (1843&000000/0000/EF74/89:75A723333011F0A1FF5DF62EC84B2ED3): rejected group (0 ms) - Sat 1 HD (no matching reader)
2013/11/09 12:55:25 0 --- Skipped 10 duplicated log lines ---

@ Schetin
HD+02 läuft noch nicht
 
Zuletzt bearbeitet:
AW: Pogoplug E02 Debian Cardserver mit IPC

Mhh ich glaube mit deinen Services oder so stimmt noch was nicht.... Ist die Karte auch noch aktiv? Schon mal getestet? Netzwerkkabel ziehen Karte in Receiver cccam starten dann musste es sofort hell werden


Sent from my iPad 2 oder iPhone 5 using
 
Hat sich jetzt bei 300 HD & bei S02 bei 460 eingependelt

SMARGO mit Firm 1.4

ist das Gut ???

gesendet über Tapetalk
 
Zuletzt bearbeitet:
AW: Pogoplug E02 Debian Cardserver mit IPC

Na siehste was unsere Einstellungen alles bringen ;) schalte mal auf Sky buli hd1 und sag uns mal die ecm zeit die wird sehr hoch sein ;) so ist es zumindest bei mir... Auf Sky Krimi ist sie meist 680


Sent from my iPad 2 oder iPhone 5 using
 
Aussetzter bei HD01 hab ich immer noch 1-2 mal am tag

UND ist das gut ???

gesendet über Tapetalk
 
Zuletzt bearbeitet:
AW: Pogoplug E02 Debian Cardserver mit IPC

Unglaublich ich werde mir auch einen Smargo laufen das ist ja der Hammer.... Nie eine so sche s02 Karte gesehen.... Aber bei den Einstellungen von mir kein Wunder ;)


Sent from my iPad 2 oder iPhone 5 using
 
Zurück
Oben