I found in ir_common.c a dependencies - bttv module.
I supposed it can work with bt cards.
But on bt878 I've get only event0 - keyboard, and event1 - mouse - event 2
does not exist.
The same kernel shows event 2 for saa7134 correctly (on my machine).
Does that mean, that bttv is not supported by evdev?
Tuner and radio works correctly.
Regards
WK
lsmod output:
evdev 7936 0
tuner 14284 0
tvaudio 20556 0
bttv 133868 0
video_buf 17604 1 bttv
i2c_algo_bit 9160 1 bttv
v4l2_common 4928 1 bttv
btcx_risc 3848 1 bttv
i2c_core 21128 4 tuner,tvaudio,bttv,i2c_algo_bit
ir_common 3204 1 bttv
videodev 7616 1 bttv
appletalk 30900 2
ipx 25580 2
p8022 1600 1 ipx
psnap 2820 2 appletalk,ipx
llc 5460 2 p8022,psnap
8139too 20480 0
mii 4032 1 8139too
crc32 3840 1 8139too
ipv6 224384 23
nls_cp852 4544 2
vfat 12096 2
fat 41472 1 vfat
emu10k1 80452 2
sound 74988 1 emu10k1
soundcore 6912 5 bttv,emu10k1,sound
ac97_codec 16972 1 emu10k1
psmouse 16332 0
usbcore 98012 0
rtc 10744 0
unix 23216 265
/proc/bus/input/devices :
I: Bus=0011 Vendor=0001 Product=0002 Version=ab02
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120003
B: KEY=4 2200000 c061f9 fbc9d621 efdfffdf ffefffff ffffffff fffffffe
B: LED=7
I: Bus=0011 Vendor=0002 Product=0005 Version=0051
N: Name="ImPS/2 Logitech Wheel Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
/proc/bus/input/handlers:
N: Number=0 Name=kbd
N: Number=1 Name=mousedev Minor=32
N: Number=2 Name=evdev Minor=64
part of modprobe.conf:
alias char-major-10-0 busmouse
alias char-major-10-2 msbusmouse
alias char-major-10-32 mousedev
alias char-major-13 input
alias char-major-13-32 mousedev
alias char-major-81 videodev
alias char-major-89 i2c-dev
alias char-major-161 ircomm-tty
alias char-major-240 usb-serial
alias dos msdos
alias net-pf-23 irda
alias tty-ldisc-11 irtty
alias bt-proto-0 l2cap
alias parport_lowlevel parport_pc
alias usbdevfs usbcore
alias usb-controller usb-ohci
alias char-major-81-0 bttv
alias char-major-40 mustek
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
options ide-cd ignore=hdc
options bttv card=6 tuner=5 radio=1
options mustek lampoff=180 warmup=15 port=0x378 lOffonEnd=1 mov=0
soft_gap=0 sample_rate=10
install binfmt-0000 /bin/true
install char-major-10 /bin/true
install char-major-10-1 /bin/true
install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy
install dummy1 /sbin/modprobe -o dummy1 --ignore-install dummy
install hid /sbin/modprobe --ignore-install hid && { /sbin/modprobe keybdev;
/sbin/modprobe mousedev; /bin/true; }
install mustek /sbin/modprobe --ignore-install mustek && { modprobe -k
parport; }
install net-pf-6 /bin/true
install ov518_decomp { /sbin/modprobe ov511; } ; /sbin/modprobe
--ignore-install ov518_decomp
install usbmouse /sbin/modprobe --ignore-install usbmouse && {
/sbin/modprobe hid; /bin/true; }
install wacom /sbin/modprobe --ignore-install wacom && { /sbin/modprobe
evdev; /bin/true; }
remove hid { /sbin/modprobe -r keybdev; /sbin/modprobe -r mousedev; } ;
/sbin/modprobe -r --ignore-remove hid
remove ov518_decomp /sbin/modprobe -r --ignore-remove ov518_decomp && {
/sbin/modprobe -r ov511; /bin/true; }
remove usbmouse { /sbin/modprobe -r hid; } ; /sbin/modprobe -r
--ignore-remove usbmouse
remove wacom { /sbin/modprobe -r evdev; } ; /sbin/modprobe -r
--ignore-remove wacom
--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/video4linux-list