i'm trying to follow the guide to getting my remote working from http://ivtv.writeme.ch/tiki-print.php?page=remotes but after i modprobe ir-kbd-i2c it does not show up as a event device, i tried a mknod to add /dev/input/event4 (as 0-3 all exist and none are related to the card) and it still cant find the remote
lsmod is (evdev is compiled in the kernel so it doesn't show, but i do have it) [EMAIL PROTECTED]:/home/edman007# lsmod Module Size Used by ir_kbd_i2c 8844 0 ir_common 8580 1 ir_kbd_i2c w83627hf 30504 0 eeprom 7696 0 i2c_sensor 3840 2 w83627hf,eeprom i2c_isa 2432 0 usb_storage 116496 0 intel_agp 23836 1 i2c_i801 9228 0 tda9887 13840 0 wm8775 6620 0 cx25840 43796 0 firmware_class 10880 1 cx25840 tuner 25376 0 tveeprom 14508 0 ivtv 215956 2 i2c_algo_bit 10248 1 ivtv i2c_core 22272 12 ir_kbd_i2c,w83627hf,eeprom,i2c_sensor,i2c_isa,i2c_i801,tda9887,wm8775,cx25840,tuner,tveeprom,i2c_algo_bit videodev 9984 3 ivtv ath_pci 82076 0 ath_rate_sample 16904 1 ath_pci wlan 148124 3 ath_pci,ath_rate_sample ath_hal 148944 3 ath_pci,ath_rate_sample nvidia 3714216 12 nvidia_agp 8348 0 agpgart 36944 3 intel_agp,nvidia,nvidia_agp analog 12448 0 and as mentioned in my pervious thread both tveeprom and tuner are the ivtv ones when modprobing ir-kbd-i2c i see nothing in any logs or dmesg, maybe i'm not looking in the right one but i checked syslog and messages and there is nothing about it and my lsinput [EMAIL PROTECTED]:/home/edman007# lsinput /dev/input/event0 bustype : BUS_USB vendor : 0x46d product : 0xc30a version : 5376 name : "Logitech Logitech USB Keyboard" phys : "usb-0000:00:1d.3-1/input0" uniq : "" bits ev : EV_SYN EV_KEY EV_LED EV_REP /dev/input/event1 bustype : BUS_USB vendor : 0x46d product : 0xc30a version : 5376 name : "Logitech Logitech USB Keyboard" phys : "usb-0000:00:1d.3-1/input1" uniq : "" bits ev : EV_SYN EV_KEY EV_REL EV_ABS /dev/input/event2 bustype : BUS_USB vendor : 0x45e product : 0x40 version : 768 name : "Microsoft Microsoft 3-Button Mou" phys : "usb-0000:00:1d.3-2/input0" uniq : "" bits ev : EV_SYN EV_KEY EV_REL /dev/input/event3 bustype : BUS_ISA vendor : 0x1f product : 0x1 version : 256 name : "PC Speaker" phys : "isa0061/input0" bits ev : EV_SYN EV_SND open /dev/input/event4: No such device [EMAIL PROTECTED]:/home/edman007# ls /dev/input/event4 /dev/input/event4 if i rm the event4 device that i created lsinput still tries to open it, also i'm running the 2.6.13.3 kernel and on another note, does anyone know how to make mythtv use better quality data from the card, all fast motion spots with high contrast (like some one waving their arm) produces very jagged edges and i think its from the mpeg encoding as everything else looks excellent _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
