Jump to content

Configuring ATI remote and ir blaster


nasa01
 Share

Recommended Posts

Hi,

 

I am trying to get an ATI remote (#5000001590a) and a serial ir blaster working via lirc 0.7.1. I have Mandriva 2006, with the following config files:

 

modprobe.conf

 

alias sound-slot-0 snd-intel8x0

install scsi_hostadapter /sbin/modprobe sata_nv; /bin/true

remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0

install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }

install usb-interface /sbin/modprobe ohci-hcd; /sbin/modprobe ehci-hcd; /bin/true

alias ieee1394-controller ohci1394

alias eth0 forcedeth

alias ath0 ath_pci

alias eth1 eth1394

 

/etc/sysconfig/lircd

 

# Customized setings for lirc daemon

 

# The hardware driver to use, run lircd --driver=? for a list

 

DRIVER=DEFAULT

 

# Hardware driver module to load

#HWMOD=atilibusb

HWMOD=lirc_i2c

HWMOD=lirc_serial

HWMDD=atiusb

HWMOD=lirc_dev

 

# The device node that communicates with the IR device.

# if you are using lirc_serial, set DEVICE to /dev/ttyS[0-9]

# where 0-9 is the serial port your IR receiver is plugged

 

# with devfs enabled

DEVICE=/dev/lirc/0

#DEVICE=/dev/lirc/serial

 

# without devfs

#DEVICE=/dev/lirc

 

# Serial port for the receiver (for serial driver)

# COM1 (/dev/ttyS0)

COM_PORT=/dev/ttyS0

DRIVER_OPTS="irq=4 io=0x3f8"

 

# COM2 (/dev/ttyS1)

#COM_PORT=/dev/ttyS1

#DRIVER_OPTS="irq=3 io=0x2f8"

 

# COM3 (/dev/ttyS2)

#COM_PORT=/dev/ttyS2

#DRIVER_OPTS="irq=4 io=0x3e8

 

# COM4 (/dev/ttyS3)

#COM_PORT=/dev/ttyS3

#DRIVER_OPTS="irq=3 io=0x2e8"

 

when I run irw all I get is a blank space (it seems to be waiting) but it doesn't show any of my button mashing...

 

ps aux | grep lircd

root 5617 0.0 0.1 2760 948 ? Ss Jan15 0:00 lircd --driver=DEFAULT --device=/dev/lirc/0

smithna 12097 0.0 0.1 2028 652 pts/0 S+ 07:25 0:00 grep lircd

 

from message logfile

Jan 15 20:50:02 mythtv lircd-0.7.1[5430]: lircd(any) ready

Jan 15 20:50:02 mythtv lircd: lircd startup succeeded

Jan 15 20:50:02 mythtv lircd-0.7.1[5430]: accepted new client on /dev/lircd

Jan 15 20:50:02 mythtv lircmd: lircmd startup succeeded

Jan 15 20:50:05 mythtv lircd-0.7.1[5430]: accepted new client on /dev/lircd

Jan 15 20:50:17 mythtv lircd-0.7.1[5430]: removed client

 

Any help would be appreciated -- if more info is needed (like lircd.conf, which is 500 lines) let me know

 

Nasa01

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...