Bug 30022 (Bttv_Remote_Control)
Summary: | Kernel cannot find Flyvideo 98's remote control device. | ||
---|---|---|---|
Product: | Drivers | Reporter: | Mehmet Tekbaş (btekbas) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | alan, btekbas, dmitry.torokhov, mchehab |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35-25-generic | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
lsmod
lspci /proc/bus/input/devices dmesg |
Description
Mehmet Tekbaş
2011-02-27 15:23:08 UTC
Created attachment 49502 [details]
lsmod
Created attachment 49512 [details]
lspci
Created attachment 49522 [details]
/proc/bus/input/devices
Created attachment 49532 [details]
dmesg
It looks like you have some stale modules: [ 10.507208] IR JVC protocol handler initialized [ 10.509256] IR Sony protocol handler initialized [ 10.511607] lirc_dev: IR Remote Control driver registered, major 61 [ 10.512083] ir_lirc_codec: Unknown symbol lirc_dev_fop_poll (err 0) [ 10.512189] ir_lirc_codec: Unknown symbol lirc_dev_fop_open (err 0) [ 10.512269] ir_lirc_codec: disagrees about version of symbol lirc_get_pdata [ 10.512271] ir_lirc_codec: Unknown symbol lirc_get_pdata (err -22) [ 10.512359] ir_lirc_codec: Unknown symbol lirc_dev_fop_close (err 0) [ 10.512438] ir_lirc_codec: Unknown symbol lirc_dev_fop_read (err 0) [ 10.512519] ir_lirc_codec: disagrees about version of symbol lirc_register_driver [ 10.512521] ir_lirc_codec: Unknown symbol lirc_register_driver (err -22) [ 10.512708] ir_lirc_codec: Unknown symbol lirc_dev_fop_ioctl (err 0) Did the remote work before? Also could you try newer kernel, live 2.6.37 or 2.6.38-rc6? I installed and tried with 2.6.38-020638rc6-generic kernel version but system still cannot place remote control under /proc/bus/input/ . Remote control works perfectly under windoz. Tried with Inca I-TV004 (bt878 analog card) and result didn't changed. IR device doesnt place under /dev/input/ . Can it be related to inputdev replacement of lirc_gpio? On Thursday, March 10, 2011 12:52:00 am bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=30022 > > > > > > --- Comment #7 from Mehmet Tekbaş <btekbas@gmail.com> 2011-03-10 > 08:51:59 --- Tried with Inca I-TV004 (bt878 analog card) and result > didn't changed. IR device doesnt place under /dev/input/ . Can it be > related to inputdev replacement of lirc_gpio? Let's ask folks on linux-media mailing list... (In reply to comment #7) > Tried with Inca I-TV004 (bt878 analog card) and result didn't changed. IR > device doesnt place under /dev/input/ . Can it be related to inputdev > replacement of lirc_gpio? There were no replacement. Both inputdev and lirc interfaces should be shown, if your device supports raw IR protocols. Please post the dmesg logs with bttv ir_debug=1 option, for us to have a better idea about what's going on. Please also post the contents of the sysfs rc tree with: $ tree /sys/rc/ $ tree /sys/rc/ /sys/rc/ [error opening dir] 0 directories, 0 files mehmet@mehmet-masaustu:~$ sudo tree /sys/rc/ /sys/rc/ [error opening dir] 0 directories, 0 files Nothing changes with ir_debug=1 option. Please post the dmesg. The one you posted is useless, as it seems that you've mixed an upstream kernel with some out-of-tree driver compilation. Please, get the latest upstream kernel (vanilla one, not the distro-patched), and send us the dmesg of it, with the ir_debug=1 enabled. |