Ubuntu Multimedia :: 10.04 + VLC + Infrared Remote?

May 19, 2010

I've got an HP Pavillion dv9000 laptop, the type that come with an HDMI port and a built in Windows media center remote.

How do I make it work with VLC? I've done a little research, and I've installed lirc. It now sorta works with Totem, but not at all with VLC. What am I doing wrong?

View 7 Replies


ADVERTISEMENT

Ubuntu :: Cannot Wake Up Computer From Sleep Via USB Infrared Remote?

Dec 8, 2010

I have an interesting issue. I have a computer running Ubuntu 10.10. I have a wireless USB Microsoft keyboard attached to this, and I have a cheap USB infrared remote also attached to it.The wireless USB Microsoft keyboard can wake up the system from suspend. The USB infrared remote cannot.To start off, I made sure my /proc/acpi/wakeup had wakeup enabled for all usb devices.

Code:
xbmc:~$ cat /proc/acpi/wakeup
Device S-state Status Sysfs node

[code]...

View 1 Replies View Related

Hardware :: Infrared Remote On Macbook - Debian

Aug 29, 2010

I'm trying to get mythtv running on a macbook (2nd gen) and have got to the point where most things are working. But I am struggling with the IR Receiver and a non-apple remote control. I have lirc installed and the IR device is detected as an inbuilt HID usb device and the device file /usr/usb/hiddev0 works as the lirc device for the apple remote.

Trouble is the apple remote with its 6 buttons is not very useful in mythtv. I have a leadtek DTV tuner and it came with a remote that has lots of buttons so I would like to use that. Unfortunately, even getting the raw data from the remote doesn't seem to return valid data for that or any other remote I have apart from the apple remote.

I'm running

To see the raw data from the remote. For the apple remote I usually get 32 bytes/button push and bytes 20 and 28 change for each button. All the other remotes return the same 32 bytes regardless of the button pushed.

These are:

For the apple remote I get:

Where xx is different for each button. The values for the codes in the lircd.conf for each button are 32 bit quantities made up of the 5th, 13th, 21st and 29th bytes (ie: for the six apple remote button codes you have 0x87EEF0xx where xx is 0B, 0D, 08, 07, 04 or 02)

Has anyone got this working for a macbook with non-apple remote? Any other pointers on what I could look at next?

View 1 Replies View Related

Hardware :: Getting Infrared Remote Controls Working With Laptop?

Aug 4, 2010

I have a new Dell Studio XPS laptop (I have used dell laptops for many many years running Fedora linux). And for the first time I want to setup the Infrared remote control in the laptop.

That is I like to set up a remote to start and stop movies and sound playback.

I installed LIRC and after reboot I see devices such as /dev/ircomm0 to /dev/ircom31 as well as /dev/irnet

So what next?

The LIRC website just goes on about using serial dongles, but nothing on setting up a laptop with a built-in IR sensor. It also talks about using irrecord, but that program complains about no /dev/lirc0 device.

I tried installing a "gnome-lirc-properties" (whcih also installed "lirc-remotes" package), but it fails with a verbose 'python traceback' that doesn't tell you what is wrong.

View 1 Replies View Related

Ubuntu Installation :: How To Test That Infrared Device Detected

Apr 4, 2010

I am new to linux having just abandoned Windows due to stability issues. I have a Hauppage remote with a usb ir receiver. This worked fine under windows using the drivers for the windows media center remote. I can't however get this to work under Linux. What I am really looking for is a method, perhaps using a command line in the terminal window to be able to test and see if the OS has actually detected the device. I have tried irw, but there is no response. If I know that the device is connected, then I can start looking at issues of identifying the correct drivers for the device.

View 6 Replies View Related

Ubuntu Multimedia :: Option For Canon Remote Capture - Remote Camera Control Software ?

Oct 17, 2010

Canon cameras used to come with a piece of software called remote capture for Windows and MacOS.

You plug in the camera via USB, and then the camera display is on your monitor. From there you can do everything your camera does, like taking pictures of video. Does anyone know if there is linux equivalent software that can do this?

I have found this software, but new cameras aren't supported.
[url]

I'm trying to make a stop motion movie.

View 1 Replies View Related

General :: Enable Infrared In Fedora?

Oct 16, 2010

i am yashwant kumar using fedora 11 in my IBM R52 hardware. my system supports infrared but i dont know how to enable it. i tried but didnt sucessed. how to enable infrared over here.

View 2 Replies View Related

Ubuntu Multimedia :: Twinhan USB Remote Not Work After 10.01?

Jun 16, 2010

I've had a Twinhan DVB remote control for many years. It's been fantastic. BEEN.After 10.01, buttons longer work except for Volume Up and Down which didn't do this before.I had a party over the weekend and it was such a freaking huge pain to have to go to the pc to switch tracks etc when the week before I could use my remote. ( I know.. I'm venting again)The Twinhan USB remote, shows up as a keyboard so I've never had to configure it. NEVER. And that's been what's so awesome till now.This thread is the same problem but I'm not allowed to post a reply there.http://ubuntuforums.org/showthread.p...twinhan+remoteI'm guessing that some development has gone on there that has broken it. Either the kernel or Ubuntu. Who knows? So I'll add this to the list that used to work but don't now.

View 1 Replies View Related

Ubuntu Multimedia :: MCE Remote To Work With XBMC?

Jun 23, 2010

I am really having a tough time getting my MCE remote to work with XBMC. I have got to the point where sometimes it work but then it gets VERY sluggish and my system crashes.

Code:
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.

[Code]...

View 2 Replies View Related

Ubuntu Multimedia :: 10.10 And Lirc Remote Not Working?

Feb 1, 2011

I am running Ubuntu 10.10 and am trying to get lirc to recognize my pcusa mce remote control. I have been working on this for a week and have not had any success. Please note that I am very new to Linux. I am comfortable moving around in the terminal but most of anything else that I do in the terminal is just following instructions.

This is the remote that I am using:

[URL]

When I run

cat /proc/bus/input/devices

I do not see anything that could be the remote. I have tried plugging the USB receiver into my Ubuntu 10.10 net book but it doesn't see the receiver either. I do not have a windows machine that I can test the remote on but I plugged the receiver into my iMac and I did get a red LED lit that I haven't seen on the Ubuntu machines.

When I run irw and press buttons on the remote I see nothing on the terminal.

When I run:

sudo mode2

I get:

mode2: could not get file information for /dev/lirc
mode2: default_init(): No such file or directory

I have tried mode2 both with lirc running and stopped and I get the same response either way.

I have confirmed that there is no /dev/lirc but there is a lircd in /dev (it's not a directory). Also I had read somewhere that lirc doesn't work under Ubuntu 10.10. Is that the case?

View 9 Replies View Related

Ubuntu Multimedia :: Using Apple's Remote App To Control Box?

Jul 30, 2011

First some background: I currently have iTunes running on a Vista box attached to my TV. I have an Ubuntu box running 11.04 and shairport which serves as remote speakers for the iTunes server. This works fairly well as I can control it with my iPhone, or iPad etc. Very slick interface and my wife loves it .

But I would prefer to not use iTunes to as the server. I would like to let that Vista box sleep most of the day. Doing a little bit of reading it sounds like I should be able to use mt-daapd as a replacement for iTunes. So I installed firefly and gave it a shot. I can get it streaming music fine. But I cannot Apple's "Remote" app to add the new library. When I did some poking I read that I should make a file that ends in ".remote" and put my device name + the pairing passcode from my iPhone in this file.

When I enter the "Add Library" mode on my iPhone it should broadcast an mDNS event. And in fact it looks like it does because: avahi-browse -r -k _touch-remote._tcp Can see my iPhone. But when I do a tail -f on the mt-daapd logfile I never see a connection come up. I have tried debug level 8 in the messaging.Still nothing. In my search for a fix I noticed mt-daapd is no longer being developed but there is forked-daapd. This is actually where I found the instructions for pairing via Remote.

Should I bail on mt-daapd? Will there someday be Ubuntu support for forked-daapd?

View 1 Replies View Related

Ubuntu Multimedia :: Cant Hook Up Ps3 Remote To Mupen64plus?

Aug 6, 2011

i installed mupen64plus and tried to hookup my ps3 remote with a usb cable. the program recognizes the remote but wont let me map the buttons. my pc isnt bluetooth enabled so i have to leav it hooked up to the the pc.

View 6 Replies View Related

Ubuntu Multimedia :: Serve Files To A Remote IP Address?

Feb 22, 2010

I have a media server with all my music and movies on it. Right now I have mediatomb on it serving up files to my ps3. They are on the same LAN. Is there a way to accomplish the same thing, but have them on different networks? Can I tell the ps3 to search an external IP addres on port 2222 to look for a media server?If that won't work (I doubt it will), is there another way to do this? I am moving to Germany in 5 months for work and I Won't be able to bring my media server with me. I'm taking a bunch of stuff to my parent's to avoid rent and all....So I could just hook the server up to the router, set it to forward a port and have access to it.

View 1 Replies View Related

Ubuntu Multimedia :: Hauppauge Remote Is Sending Key Presses

May 5, 2010

I've got a strange problem with my Hauppauge card; I've just undertaken a clean install of Mythbuntu 10.04, and the built in Hauppauge remote for my Nova S2 HD card is intercepting remote signals from the number and direction keys and sending them as keypresses to the terminal - even when lirc isn't running.I didn't have this issue under 9.04 - but it seems that whatever is intercepting the IR signal is preventing LIRC from getting a look-in as it makes no difference whether lirc is running or not.I found this thread: URL... but the link to the explanation is dead and my attempts to blacklist lirc_i2c and gpio_keys have made no difference.

View 4 Replies View Related

Ubuntu Multimedia :: Playing Music On A Remote Server?

Dec 4, 2010

I have an Ubuntu 10.04 desktop PC (desktop) that I access remotely, i.e. with no monitor and keyboard attached. I do this by making an ssh connection to "desktop" from my laptop (also running Ubuntu 10.04).

I have all my music stored on "desktop" and I want to play this remotely through the soundcard on "desktop" which is attached to a hi-fi amplifier, from my laptop.

I tried running, say, rhythmbox, on "desktop" through ssh X11 forwarding to my laptop but cannot play music - it says that the right codes are not installed although they are because I can use rhythmbox on "desktop" directly (attaching a monitor and keyboard to it).

View 4 Replies View Related

Ubuntu Multimedia :: Getting Remote Control To Interface With XBMC?

Dec 21, 2010

I just built up an Acer Revo 3600 HTPC using Ubuntu. Right now I'm using a wireless keyboard and mouse but I'd like to get a remote control to interface with XBMC. There seem to be many remotes that work under windows but I am having a hard time finding a remote that works with Ubuntu. What are people using to control their Ubuntu-based HTPCs these days?

View 2 Replies View Related

Ubuntu Multimedia :: Remote Sinks Not Visible In Pavucontrol?

Feb 10, 2011

So, I've to machines running Ubuntu 10.10. One of them (a htpc) shares its local pulseaudio sinks, and I want the other (a laptop) to direct its audio to it.

So, on the htpc, I've ticked "Enable network access to local sound devices" in paprefs. On the laptop, I've ticked "Make discoverable PulseAudio network sound devices available locally".

The result is that, in padevchooser and pabrowser, the laptop sees the remote sinks. However in pavucontrol they are not visible. If I set one of the remote sinks as default in padevchooser, local applications (tried totem, vlc and spotify) cannot play audio.

View 2 Replies View Related

Ubuntu Multimedia :: Use Remote Control For Multiple Apps

Feb 15, 2011

I am running XBMC-standalone on a minimal Ubuntu installation and everything works as it should almost out of the box ... Now I would like to use my remote to navigate through ultrastardx which I start as an app(within XBMC).

I use linux-input-layer(devinput) with lirc(=necessary to make all buttons work).

So, if I start ultrastardx with the configuration from above my RC does not work at all but when I kill lircd before I start ultrastardx I ll get basic functions like Left, Right, Enter,... This is great but I miss two main functions Jumpto and search. To get them work and tremendously increasing the WAF I would need to send a key-sequence to ultrastardx.

What do I have to do to send such a sequence like "alt+j"?

Is there a way to kill lircd automatically before I start ultrastardy(at the moment I have to this manually )?

View 2 Replies View Related

Ubuntu Multimedia :: Unlisted Remote - Capturing IR Code

Mar 1, 2011

I have a unlisted remote which I can't find a lircd.conf for. Have tried irrecord with a mceusb receiver and have had no success. I am running maverick on a fresh install. LIRC is install and functions correctly for MCE remote and sending dishnetwork ir codes. I have found the hex codes for it but have no idea what to do with them even if there is anything to do with them. My question is this, is there any other way to capture the remote codes other than irrecord? Is there a way to manually build the codes?

View 1 Replies View Related

Ubuntu Multimedia :: Y0400052 Remote With Eyetv Dtt Stick?

Jun 6, 2011

im trying to use a Y0400052 remote control from my leadtek winfast analog tv receiver pci card with a elgato eyetv dtt dvb-t usb stick. i know theres plenty of 'how do i get my infrared remote controller working' infos out there but im kind of lost. feel free to direct me to an appropriate place. part of my confusion is that im both lost on a very general level AND on a very specific level. back in the days when i had a desktop and was using the leadtek pci card the remote was working ok via lirc. now it seems that there is this new way of handling remotes via devinput and 'events' so im unclear - do i need lirc anymore?

[Code]...

View 1 Replies View Related

Debian Multimedia :: Getting MCE Remote Working?

Jun 15, 2011

I have installed Debian 6.0 amd64. I have followed instructions all over the web, none of which worked. Tried apt-get, compiling from source found old instructions that don't work on new kernels, found bugs here and bugs there and now I have no hair left.My remote is an HP remote with a standard eHome receiver. It works fine in Ubuntu. Is there a modern, up-to-date, step-by-step guide for getting my remote to work so I can get back to using xbmc?

View 2 Replies View Related

Ubuntu Multimedia :: Configure Generic Remote That Came With A TV Tuner Card

Jan 18, 2010

I've been trying to configure this generic remote that came with a TV tuner card (saa7134) a while ago but I haven't been able to do so. The thing is that the remote works, in fact some buttons are recognized properly... but some are not. I'm not using lirc!, from I have been reading there is support for generic remotes in the 2.6.31 kernel, besides, i can't configure lirc, it doesn't let me load the kernel modules to start up the daemon for the ir. is there a config file for the button mapping of the native remote support in kernel 2.6.31?. Been searching it but couldn't find it.

View 5 Replies View Related

Ubuntu Multimedia :: Using Android Phone As Remote To Play Music

Feb 13, 2010

What I am trying to do: I am trying to use my G1 Android Phone as a remote to control my netbook playing music in my bedroom, My net book is playing music from my server using DAAP + Rythmbox. That part is done. The part I can't make work is the Andromote App on my phone controlling when the netbook plays, pause, next, prev, & volume.

What I am using: I am running Ubuntu 9.04 both on my server as well as my netbook (netbook has the netbook interface) I am running a rooted version of Android 1.6. The programs I am trying to use are Rythmbox on my netbook and Andromote on my G1.

View 4 Replies View Related

Ubuntu Multimedia :: Find The Keycodes From Remote Control Input?

Sep 11, 2010

I've got an Emprex 3009URF remote control which I'm using to run XBMC and whilst it works fine for the most part there are a couple of things that I can do with a keyboard/mouse that I'm unable to do with the remote, for instance "right clicking" with the mouse that brings up a context menu, that is totally inaccessible from the remote.

Some things I was able to fix by editing .xsessionrc as instructed by another post elsewhere on the tubes, in the format of:

xmodmap -display :0 -e keycode 127 = space

however I don't know how to find the keycode and I don't know how to map that to a right click event.

View 2 Replies View Related

Debian Multimedia :: Remote Desktop With GNOME

Aug 24, 2015

I just installed Debian 8 and ran vnc4server. I want to get Gnome on a client computer so I read some threads on the internet telling me to edit the ~/.vnc/xstartup file, which I did. Unfortunately I've tried multiple edits of this file and I cannot get it to work properly. Any working script of what it should look like for the latest stable version of Debian?

View 0 Replies View Related

Debian Multimedia :: LXDE - Remote Installation Through SSH

Jan 26, 2011

1.) Which is the the best open source remote desktop server which you recommend for Debian? And client for windows/linux platform.

2.) How to install LXDE + xserver and point 1. question remote server program through SSH?

P.S. I all ready did install of LXDE and xserver, but I don`t know how to test it, because I`m using ssh.

View 1 Replies View Related

OpenSUSE Multimedia :: HVR-1600 Remote Control In 11.1?

Feb 8, 2010

Does anyone have the Hauppauge HVR-1600 remote control working in Opensuse 11.1 or 11.2? It acts like it's not finding a firmware file or driver. I grabbed a .bin firmware file from one of the Mythtv sites, but I havn't gotten it to work yet. I put it in the /lib/firmware/KERNEL directory, but maybe I need to move it up one directory.Anyway, I was wondering if anyone else has it working and what was done? I have the other things in place regarding lirc, so I think the only thing holding it up is the device file.

View 1 Replies View Related

OpenSUSE Multimedia :: How To Access Remote Media

Apr 16, 2010

I finally got Amarok and other media players working with the local mp3 files. However, I keep my files on a server. This setup works fine for Windows so it hasn't been a problem until now. The server is Ubuntu and I share the files using SAMBA. I know (very little) about NFS but I need SAMBA for the Windows clients so there is no NFS setup.I can see the SAMBA shares in Konqueror but I cannot open SAMBA shares with Amarok, XMMS, or anything else. I think I need to mount the SAMBA shares on OpenSUSE (11.2) to access them with Amarok, etc. I would then include these shares in the fstab file on my OpenSUSE box to include them at boot. Is this correct?

View 7 Replies View Related

Ubuntu Multimedia :: When Sound At Remote Sink Flash Doesn't Work

Jan 23, 2010

i just reported a bug to launchpad (#511562. i'm not sure if this bug is in flashplugin-installer or pulseaudio.when i use firefox or chrome for watching a flash video from videos for example, all works good. i then transfer the sound to a remote sink using sound preferences > output > internal audio analog stereo on myuser@otherhost. after this is done, the flash video halts. this is also true if i restart firefox and start a new video, already having transferred the sound. sometimes you can see the video taking huge skips forward. for example, on a 3 minute music video, i see 3-4 different frames from different places in the video. the sound is ok though! 100% reproducible and if i transfer the sound back to local speakers the video resumes and plays perfectly.

View 1 Replies View Related

Ubuntu Multimedia :: Making Remote Control For Media Center Work?

Jul 19, 2010

Has anyone had experience building a dedicated multimedia center? I know Its going to be ubuntu based and probably run xbmc. I've seen a pc case to use but I dont know if the remote control for it can work under ubuntu or any other distro. Has anyone had success making a remote control for an ubuntu based media center work?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved