Pagina 2 di 2

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 22 gen 2010, 22:40
da fusibile73
Il telecomando è questo, identico ai Pinnacle visto che la Pinnacle è stata recentemente acquisita dalla Hauppauge.

http://javierarias.files.wordpress.com/ ... g_4613.jpg

Sul retro c'è scritto:

Remote Control
Model No DSR-0112
Made in China

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 23 gen 2010, 00:04
da Gringo
Hai eseguito il comando:

Codice: Seleziona tutto

cat /proc/bus/input/devices
Cosa restituisce?

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 24 gen 2010, 22:03
da fusibile73

Codice: Seleziona tutto

root@marte:/usr/local/src/s2-liplianin# cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: EV=3
B: KEY=4000 0 0 0 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2 
B: EV=21
B: SW=1

I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/devices/virtual/input/input3
U: Uniq=
H: Handlers=mouse0 event3 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=120013
B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1b/device:1c/input/input5
U: Uniq=
H: Handlers=kbd event5 
B: EV=3
B: KEY=3f000b 0 0 0 0 0 0 0

I: Bus=0019 Vendor=0000 Product=0000 Version=0000
N: Name="Asus Laptop extra buttons"
P: Phys=asus_laptop/input0
S: Sysfs=/devices/virtual/input/input6
U: Uniq=
H: Handlers=rfkill kbd event6 
B: EV=3
B: KEY=400 0 0 400c 900000 278 1500000 e0000 0 0 0

I: Bus=0003 Vendor=04f2 Product=b033 Version=6012
N: Name="USB2.0 1.3M UVC WebCam"
P: Phys=usb-0000:00:1a.7-2/button
S: Sysfs=/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input7
U: Uniq=
H: Handlers=kbd event7 
B: EV=3
B: KEY=100000 0 0 0 0 0 0

I: Bus=0011 Vendor=0002 Product=0007 Version=81b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input8
U: Uniq=
H: Handlers=mouse1 event8 
B: EV=b
B: KEY=6420 0 70000 0 0 0 0 0 0 0 0
B: ABS=11000003

I: Bus=0001 Vendor=10ec Product=0660 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input9
U: Uniq=
H: Handlers=kbd event9 
B: EV=40001
B: SND=6

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 25 gen 2010, 01:42
da fusibile73
Ho trovato una patch che forse aggiunge il supporto per il ricevitore IR per le schede Siano ossia la mia:

[0905_17] Siano: bind infra-red component - Patchwork --->> http://patchwork.kernel.org/patch/23818/
Add the infra-red to the makefile and declare
the assignment in the cards components.

Il file è con estensione patch e non diff come sono abituato. Dove lo metto e come devo applicare la patch?
La directory dei s2-libpianin la ho in /usr/local/src/s2-libpianin e i driver sono in /usr/local/src/s2-libpianin/v4l/

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 25 gen 2010, 11:42
da davidea
fusibile73 ha scritto:Ho trovato una patch che forse aggiunge il supporto per il ricevitore IR per le schede Siano ossia la mia:

[0905_17] Siano: bind infra-red component - Patchwork --->> http://patchwork.kernel.org/patch/23818/
Add the infra-red to the makefile and declare
the assignment in the cards components.

Il file è con estensione patch e non diff come sono abituato. Dove lo metto e come devo applicare la patch?
La directory dei s2-libpianin la ho in /usr/local/src/s2-libpianin e i driver sono in /usr/local/src/s2-libpianin/v4l/
considera' che da cio' che vedo la patch e' del 14 maggio 2009, quindi si spera che sia stata inserita nel tree nuovo, hai provato a compilare tirandoti con svn o hg i driver?

che la patch, sia con tale estensione e non diff, non cambia niente, va' applicata sempre alla stessa maniera

patch -p1 < nomepatch.patch

e devi essere nella dir dei sorgenti, in ogni caso se sbagli dir, ti dice che fallisce ad applicarla.
in ogni caso sono cinque file da modificare, potresti pure farlo a mano

Codice: Seleziona tutto

diff -r dd2de98ad42c -r 438275c8cf10 linux/drivers/media/dvb/siano/Makefile
--- a/linux/drivers/media/dvb/siano/MakefileThu May 14 21:35:50 2009 +0300
+++ b/linux/drivers/media/dvb/siano/MakefileThu May 14 21:50:12 2009 +0300
@@ -1,4 +1,4 @@  smsmdtv-objs := smscoreapi.o sms-cards.o
-smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
+smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o
 obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o
 obj-$(CONFIG_SMS_USB_DRV) += smsusb.o


ti dice

Codice: Seleziona tutto

diff -r dd2de98ad42c -r 438275c8cf10 linux/drivers/media/dvb/siano/Makefile
file da modificare

Codice: Seleziona tutto

--- a/linux/drivers/media/dvb/siano/MakefileThu May 14 21:35:50 2009 +0300
il file originale che aveva chi ha fatto la patch

Codice: Seleziona tutto

+++ b/linux/drivers/media/dvb/siano/MakefileThu May 14 21:50:12 2009 +0300
il file modificato

Codice: Seleziona tutto

@@ -1,4 +1,4 @@  smsmdtv-objs := smscoreapi.o sms-cards.o
la riga da cercare, usata come riferimento

Codice: Seleziona tutto

-smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o
la riga da togliere

Codice: Seleziona tutto

+smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o smsir.o
la riga da aggiungere al posto di quella tolta

Codice: Seleziona tutto

 obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o
 obj-$(CONFIG_SMS_USB_DRV) += smsusb.o
come continua il file dopo le righe modificate

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 25 gen 2010, 20:25
da Gringo
Guarda, manco farlo a posta, mentre stavo aggiornando i miei feed di Google Reader ho trovare un link al sito di Linux Magazine e guarda un pò di cosa parlano:

http://www.linux-magazine.it/La-TV-a-pa ... -pag_3.htm

Re: Problema telecomando IR su Hauppauge WinTV MiniStick HD

Inviato: 30 gen 2010, 11:25
da fusibile73
La patch è vecchia.
Grazie per le spiegazioni sulle patch, c'è sempre qualcosa da imparare.
Cmq nulla da fare anche seguendo l'articolo di Linux magazine.
Il ricevitore IR non viene visto.

Ho intenzione di prendere il ricevitore IR su USB e il telecomando della Technotrend, ho postato in altro hardware --->>>
viewtopic.php?t=1278