srm7500-linux-discuss Mailing List for srm7500-linux
Brought to you by:
eartoaster
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Henning G. <ear...@us...> - 2010-01-22 09:57:36
|
Moin, build instructions on ubuntu follow: 1) in /etc/apt/sources.list, insert a deb-src line like: 1a-debian) deb-src http://ftp.debian.org/debian/ lenny main contrib 1a-ubuntu) deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse maybe you can also achieve this using the GUI package repository manager in the system administration menu... 1b) root@host:~> apt-get update 2) root@host:~> apt-get install cvs build-essential autoconf automake dialog \ libtool python [...] # this won't work without step 1, the deb-src repository: root@host:~> apt-get build-dep lirc [...] user@host:~> cvs -d:pserver:ano...@li...:/cvsroot/lirc login Logging in to :pserver:ano...@li...:2401/cvsroot/lirc CVS password: <simply press enter/return here> user@host:~> cvs -z8 -d:pserver:ano...@li...:/cvsroot/lirc co lirc [...] user@host:~> cd lirc user@host:lirc> aclocal [...] user@host:lirc> ./autogen.sh [...] user@host:lirc> ./setup.sh <select driver usb/philips srm7500, then 'save configuration and run configure'> user@host:lirc> make root@host:/home/user/lirc> make install <this installs everything under /usr/local> 3) from there on, follow the setup instructions in remotes/philips/lircd.conf.srm7500libusb -- c u henning |
From: Henning G. <ear...@us...> - 2010-01-22 09:24:02
|
Moin, the LIRC driver for the Philips SRM7500 RF remote has been accepted into the official LIRC (as part of the next version). You can get the most recent driver as described on http://www.lirc.org/cvs.html -- c u henning |
From: Rathy G. <rat...@gm...> - 2010-01-21 22:39:25
|
Hello, I can't compile lirc-0.8.6-srm7500libusb-3 on ubuntu. when i sh setup.sh it says that dialog not found. please help me |
From: Nigel K. <ni...@ca...> - 2009-12-23 04:37:10
|
Hi, I would really appreciate some help to get this installed on Ubuntu. I have followed all of the readme files but it will not install. Regards BB |