

My problem turned out to be a bone headed mistake on my part, my firefly-mini works fine with 2.6.22...techuser wrote:no, bttv module is compiled and working.
reading around I discovered that is something with lirc, that we must wait for lirc to make it work with kernel 2.6.22.
letś wait , or if you want you just can patch the bttv module.
Code: Select all
cat /etc/conf.d/lircd
LIRCD_OPTS="-H dev/input -d /dev/input/event3"Code: Select all
cat /etc/make.conf|grep LIRC_DEVICES
LIRC_DEVICES="avermedia98 creative devinput inputlirc userspace"Code: Select all
cat /etc/lircd.conf
begin remote
name aver98
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 16
pre_data 0x8001
gap 133560
toggle_bit_mask 0x80010179
begin codes
TV/FM 0x0179
CD 0x017F
TELETEXT 0x0184
POWER 0x0074
1 0x0002
2 0x0003
3 0x0004
VIDEO 0x0189
4 0x0005
5 0x0006
6 0x0007
AUDIO 0x0188
7 0x0008
8 0x0009
9 0x000A
FULLSCREEN 0x0174
0 0x000B
DISPLAY 0x0172
LOOP 0x00A8
PREVIEW 0x00D2
AUTOSCAN 0x00D9
FREEZE 0x008E
CAPTURE 0x019A
MUTE 0x0071
RECORD 0x00A7
PAUSE 0x0077
STOP 0x0080
PLAY 0x00CF
RED 0x018E
VOL_DOWN 0x0072
VOL_UP 0x0073
YELLOW 0x0190
GREEN 0x018F
CH_DOWN 0x0193
CH_UP 0x0192
BLUE 0x0191
end codes
end remote