gadget73 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Sep 2004 Posts: 20 Location: New Jersey
|
Posted: Thu Sep 23, 2004 4:30 am Post subject: lirc 0.7.0 problems |
|
|
First of all, please forgive me if this question has been answered elsewhere. I did search extensivly for a solution before posting here to no avail. Following a disk crash that lost my entire system (note to self, no more IBM scsi drives and no more lack of backups), I have been working on getting my machine back in order. I have it nearly there, but I cannot get lirc to work again. I have an ASkey bt878 card (card=22 tuner=2 radio=1 are the modprobe options used) and it works fine. Onboard, it has an IR reciever that in the past has worked fine with the lirc_gpio driver. When I try to emege lirc with this driver selected, it fails.
Code: |
export LIRC_OPTS="--with-driver=lirc_gpio"
-----cut some stuff-----
checking for Linux kernel sources... /usr/src/linux/
configure: error: *** you need to have the Linux kernel source installed
for this driver
ls -l /usr/src
total 2
lrwxrwxrwx 1 root root 19 Sep 15 14:07 linux -> linux-2.6.9-rc1-mm5
drwxr-xr-x 19 root root 1312 Sep 14 21:11 linux-2.6.8-gentoo-r4
drwxr-xr-x 19 root root 1320 Sep 22 22:48 linux-2.6.9-rc1-mm5
# uname -r
2.6.9-rc1-mm5
|
Understandably, this confuses me. When I try to use
Code: |
export LIRC_OPTS="--with-driver=gpio"
|
the results are
Code: |
configure: error: *** it is not possible to install the specified driver
on this system
|
I attempted to manually install lirc from source with the same results. The curious thing about attempting to do this, the driver list for lirc-0.7.0pre7 (the version I have been trying to use for each attempt) does not list gpio or lirc_gpio as avaliable drivers. The list follows
Code: |
--with-driver=X specify the driver to use, where X is one of:
none, any, act200l, animax, atiusb, audio,
avermedia, avermedia_vdomate, avermedia98,
bestbuy, bestbuy2, breakoutbox, bte, caraca,
chronos, comX, creative_infracd, dsp,
cph03x, cph06x, creative, devinput, exaudio,
flyvideo, gvbctv5pci, hauppauge,
hauppauge_dvb, hercules_smarttv_stereo,
irdeo, irdeo_remote, irman, irreal, it87,
knc_one, kworld, leadtek_0007, leadtek_0010,
livedrive_midi, livedrive_seq, logitech,
lptX, mceusb, mediafocusI, mp3anywhere,
packard_bell, parallel, pcmak, pcmak_usb,
pctv, pixelview_bt878, pixelview_pak,
pixelview_pro, provideo, realmagic,
remotemaster, sa1100, sasem, serial, silitek,
sir, slinke, tekram, tekram_bt829, tira,
tvbox, udp, uirt2, uirt2_raw
|
Does anyone have any suggestions on what to do about this? I know I had lirc working perfectly before on my old system, but I'm not sure exactly what versions of things I had installed. I think the kernel was 2.6.5mm and I have no idea about lirc itself. I do recall there being options in the kernel config for lirc drivers which are not present in my 2.6.9-rc1-mm5. Any help is very much appreciated. Just in case it matters, follows is the dmesg output related to the tv card
Code: |
Linux video capture interface: v1.00
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 5 (level, low) -> IRQ 5
bttv0: Bt878 (rev 2) at 0000:00:0b.0, irq: 5, latency: 32, mmio: 0xea10b000
bttv0: detected: (Askey Magic/others) TView99 CPH05x [card=24], PCI subsystem ID is 144f:3002
bttv0: using: Askey CPH050/ Phoebe Tv Master + FM [card=22,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00feffff [init]
bttv0: using tuner=2
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
tvaudio: Ignoring new-style parameters in presence of obsolete ones
tvaudio: TV audio decoder + audio/video mux driver
tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (P
V951),ta8874z
tuner: Ignoring new-style parameters in presence of obsolete ones
tuner: chip found at addr 0xc0 i2c-bus bt878 #0 [sw]
tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) by bt878 #0 [sw]
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 .. ok
|
I use an internal loopback cable to get sound, so the errors about tvaudio do not concern me. Thanks again in advance.
(x-posted in hardware and multimedia) |
|