Migrating from Windows to Linux

General JP1 chit-chat. Developing special protocols, decoding IR signals, etc. Also a place to discuss Tips, Tricks, and How-To's.

Moderator: Moderators

Post Reply
quartermain
Posts: 46
Joined: Sat Dec 29, 2007 12:13 pm

Migrating from Windows to Linux

Post by quartermain »

I have a URC-7555, URC-7556 and a URC-6440 and I have been using RemoteMaster for many years to get them to do what I want. All under Windows.

Now I would like to start using Linux on my main PC - I am trialling Mint.

I downloaded and extracted the latest RemoteMaster version. On a Windows PC it works fine once I have worked out which COM port to use, in my case COM9.

On Mint if I look at the dmesg log I see an FTDI being attached as ttyUSB0. But if I enter ttyUSB0 or /dev/ttyUSB0 into RMIR I just get "No device found".

I would appreciate a little guidance on what RMIR wants to see as the device name.
davecs
Posts: 332
Joined: Mon Mar 28, 2005 6:21 am
Location: UK
Contact:

Post by davecs »

I've been using RMIR with Linux for many years. I have a URC3661 which works through the usual 6-pin connector. I don't have to select the device, it just seems to detect it automatically. Making sure that Menu>Remote>Interface is set to Auto-detect.

In order to use the URC-6440 you should read the Wiki page:

http://www.hifi-remote.com/wiki/index.p ... with_Linux
URC7560/URC7562, URC8910, URC7980, URC6440/OARUSB04G and URC3661
teddy_m
Posts: 8
Joined: Thu Feb 22, 2024 6:16 pm

Post by teddy_m »

it could be your mint user account doesn't have permission to use /dev/ttyUSB0. because of that your user instance of rmir is being blocked from connecting to the remote.

if you use the 'ls -la' command for /dev/ttyUSB0 it may show something like this:

crw-rw---- 1 root uucp 188, 0 Mar 4 10:14 /dev/ttyUSB0

that shows the device has 'uucp' group rw privileges ('dialout' group is another group possibility).

run 'groups' as user and because you can't connect your user will likely not belong to that device's group.

if that's the situation add user to that group, log out/back in and hopefully it now connects.
Post Reply