Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Easymouse 2

metfan

Spezialist
Registriert
25. März 2009
Beiträge
625
Reaktionspunkte
38
Punkte
1.310
hi

hab mir ein Easymouse 2 bestellt für mein Debian Server.
Wenn ich den Reader am Server anschliesse, wird es sofort erkannt? oder muss ich noch was machen?
Was muss ich beim Oscam.server alles eintragen damit der Reader erkannt wird?

mfg
 
AW: Easymouse 2

es wird leider nicht erkannt

Code:
[reader]
label = Sky
enable = 1
protocol = mouse
device = /dev/ttyUSB0
detect = cd
services = sky-welt-sd->tv, sky-welt-hd->tv, sky-film-hd->tv, sky-film-sd->tv, sky-sport-sd->tv, sky-sport-hd->tv, sky-bundesliga->tv, sky-select-sd->tv, sky-blue-movie-info->tv, sky-blue-movie-sd->tv, sky-falsche-anfragen->tv
CAID = 1834,1722
ecmwhitelist = 1722:93; 1834:89
ident = 000000
emmcache = 1,3,2
group = 1
mhz = 600
cardmhz = 600

habt ihr noch ne idee? USB1 geht auch nicht

mfg
 
AW: Easymouse 2

OSCAM ScanUSB probiert? Was sagt denn das system wenn du dmesg eingibst?
Welches Debian hast du denn? Der FTDI treiber sollte ja als Kernel Modul da sein (ist er auch im Standard).

Schau ob das Kernel Modul geladen wird:

lsmod | grep ftdi_sio

wenn nicht kannst du es mit

modprobe ftdi_sio

von Hand laden.
 
Zuletzt bearbeitet von einem Moderator:
AW: Easymouse 2

hi,

bitte poste auch mal den Oscamlog bei einem Neustart!

ich würde dir mal empfehlen die Ident, Caid, Service, Ecmwhitelist zu entfernen!
 
AW: Easymouse 2

oscam.log
Code:
[B]2012/09/26 15:47:03  9AF1238 r sky [mouse] Reader initialized (device=/dev/ttyUSB0, detect=cd, mhz=600, cardmhz=600)
2012/09/26 15:47:04  9AF1238 r sky [mouse] card detected
2012/09/26 15:47:15  9AF1238 r sky [mouse] Error activating card.
2012/09/26 15:47:25  9AF1238 r sky [mouse] Error activating card.
2012/09/26 15:47:32  9B94298 p can't resolve 
2012/09/26 15:47:36  9AF1238 r sky [mouse] Error activating card.
2012/09/26 15:47:37  9AF1238 r sky [mouse] card initializing error[/B]

Ich hab leider grad kein zugang mit putty

Code:
[TABLE]
[TR="class: scanusbsubhead"]
[TD]Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 UHCI Host Controller [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 1 0000:00:10.3 [/TD]
[/TR]
 		[TR="class: scanusbsubhead"]
[TD]Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 UHCI Host Controller [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 1 0000:00:10.2 [/TD]
[/TR]
 		[TR="class: scanusbsubhead"]
[TD]Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 UHCI Host Controller [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 1 0000:00:10.1 [/TD]
[/TR]
 		[TR="class: scanusbsubhead"]
[TD]Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 FT232R USB UART [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 3 A10135FN [/TD]
[/TR]
 		[TR="class: scanusbsubhead"]
[TD]Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 UHCI Host Controller [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 1 0000:00:10.0 [/TD]
[/TR]
 		[TR="class: scanusbsubhead"]
[TD]Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub [/TD]
[/TR]
 		[TR]
[TD]       iProduct                2 EHCI Host Controller [/TD]
[/TR]
 		[TR]
[TD]       iSerial                 1 0000:00:10.4 [/TD]
[/TR]
[/TABLE]
 
AW: Easymouse 2

Hast Du den Ratschlag von moddi00 in #3 befolgt und klare udev Regeln definiert? Selbst wenn man erst einmal nur einen Reader hat, ist es besser wenn der Server sofort weiß wo er ihn finden kann.
 
AW: Easymouse 2

"Initialized" sieht aber aus als ob er den Reader findet.
Scheint mir eher nicht richtig eingestellt zu sein, also am Reader selbst.

5V
Smartmouse oder auch mal Phoenix probieren
oben
6MHz

EDIT: Hier ist er jedenfalls. Also Treiber/Modul oder so ist es nicht

Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
iProduct 2 FT232R USB UART
iSerial 3 A10135FN

Zu udev: Ich würd den auch auf jedenfall fest verlinken. Also einfach

Code:
SUBSYSTEMS=="usb", KERNEL=="ttyUSB*", ATTRS{serial}=="A10135FN", SYMLINK+="SKY"

in eine neu erstellte Datei /etc/udev/rules.d/10-usbadapter.rules rein, neustarten und dann in oscam mit /dev/SKY ansprechen.

Das löst aber nicht dein Problem ;-)
 
Zuletzt bearbeitet von einem Moderator:
Ich hab jetzt über putty den Port fest verlinkt.
Geht aber trotzdem nicht.

Code:
[B]2012/09/26 16:49:04  88F3238 r sky [mouse] Reader initialized (device=/dev/SKY, detect=cd, mhz=600, cardmhz=600)
2012/09/26 16:49:05  88F3238 r sky [mouse] card detected
2012/09/26 16:49:08  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:11  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:14  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:15  88F3238 r sky [mouse] Error activating card.
2012/09/26 16:49:19  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:22  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:25  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:26  88F3238 r sky [mouse] Error activating card.
2012/09/26 16:49:30  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:33  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:36  88F3238 r ATR is malformed, it reports 15 historical bytes but there are only -1
2012/09/26 16:49:37  88F3238 r sky [mouse] Error activating card.
2012/09/26 16:49:37  88F3238 r sky [mouse] card initializing error
2012/09/26 16:49:38        0 s init for all local cards done
2012/09/26 16:49:38        0 s anti cascading disabled[/B]

ok jetzt geht das.
hab auf smartmouse modus probiert : )
danke für euer hilfe und gedult!
 
Zuletzt bearbeitet von einem Moderator:
AW: Easymouse 2

Hallo Leute ich brauche eure hilfe , den ich Kriege mein easymouse2 nicht zum laufen.!
Habe es eingesteckt , oscam 7132 und scan USB:
Bus 005 Device 011: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
iProduct 2 FT232R USB UART
iSerial 3 AH01B8ZD

Der Reader wurde erkannt. In Oscam gebe ich jetzt folgend ein: device = 005:011
Jedoch bekomme ich wenn ich Oscam starte immer diesen Fehler: [smartreader] Cannot open device: 005:011

Wer kann mir helfen??
 
AW: Easymouse 2

Hi,

die Easymouse2 wird über das Protokoll mouse angesprochen und nicht über smartreader. Das zugehörige Device ist dann entweder /dev/ttyUSBx oder du definierst per udev einen Namen und diesen Namen kannst du dann bei /dev/Namen verwenden.

Grüße

Kermit
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…