Fedora Hardware :: 15: Can't Make IR Receiver Working

Aug 11, 2011

I am playing with TerraTec T3 DVB-T receiver. TV works fine just right out of the box, but I can't make IR working no matter what I do.I tried to follow the instructions from linuxtv.org to configure LIRC and also followed recommendations from various forums in the internet, but nothing helped. Then I have tried gnome-lirc-properties, the device was detected, but no reaction on button clicks either.The device itself is Ok, I have checked it on Windows.I cannot say that I understand well enough how linux works with input devices, but I have a suspicious that no signal comes to the corresponding /dev/input/.... How could I check it on the low level?

View 2 Replies


ADVERTISEMENT

Ubuntu :: When Usb IR Receiver Is Connected / Than Suspend Mode Isn't Working

Aug 10, 2010

I have ubuntu 10.04 installed. I have a problem when my usb IR receiver is connected, than suspend mode isn't working. System will jump into black screen and that's all. Only hard reset works. I tested this problem also on ubuntu 9.04 and situation is the same.Is there any way how to force suspend mode without "looking" on this device? Do you need any log file to trace reason of this problem ?

View 2 Replies View Related

Debian Hardware :: Middle Button Not Working (Logitech USB Receiver)

Apr 24, 2014

I'm using Debian Jessie (64-bit) with XFCE

Code: Select all$ uname -srvmo
Linux 3.12-1-amd64 #1 SMP Debian 3.12.6-2 (2013-12-29) x86_64 GNU/Linux

And my middle button doesn't work anymore. The problem doesn't seem to be configuration-related as xev, xinput test and cat /dev/input/mice show nothing after clicking the middle button.

Here's the output from xinput:

Code: Select all$ xinput
⎡ Virtual core pointer                       id=2   [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                 id=4   [slave  pointer  (2)]
⎜   ↳ Logitech USB Receiver                      id=10   [slave  pointer  (2)]
⎣ Virtual core keyboard                      id=3   [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                id=5   [slave  keyboard (3)]
    ↳ Power Button                               id=6   [slave  keyboard (3)]

[Code] ....

Could it be a kernel issue?

View 1 Replies View Related

Ubuntu Installation :: Controller Receiver Stop Working Randomly

Nov 11, 2010

I installed Ubuntu as well but was still using the windows loader. I eventually installed Ubuntu Studio when I got another HDD (which is where I installed it). Don't ask me how I did it. As of now no loader automatically pops up. It acts as if there is nothing to boot from. However I can hit f12 and chose which HDD to boot to. On one it comes up with the Windows loader w/ Vista and Ubuntu. I can chose Vista and it works just fine. However if I chose Ubuntu it starts going a lil nuts and restarts. If I chose the other HDD it boots up Grub w/ options of Ubuntu and Ubuntu Studio. Studio works (which I'm currently on) and pretty much the same thing happens as before when I chose Ubuntu. So if the 2 OS's that I need work (Only really use windows for games) then what is the problem? I know its a little bit annoying trying to remember to hit f12 and having to chose your OS again after that (and of course the extremely annoying vista startup times). Some other things in both Studio and Vista don't want to work like they should. This is about the only thing left that I could think of that may have something to do with it. My wireless card+an old wireless card I found won't work w/ either.

Yet they both work on other computers running Vista and/or Ubuntu (not studio). I seem to always keep having display problems on both as well (dual monitors and graphics both). Even on studio I have to restart it sometimes to even get it to let me go fix it. My wireless controller receiver (for games) will stop working randomly and need to be unplugged and plugged back in. I also have problems with Studio recognizing SD cards and DVD/CD's. I am not sure much of anything can be done aside from wipe and fresh install on both. Bad thing is I don't have my other computer with me and can't afford to buy a 1TB HDD right now.

View 1 Replies View Related

Server :: Using Receiver As A Server - Remotely Access Receiver From Another Computer To Do The Work

Jul 7, 2010

My friend has a Linux base receiver and he using that receiver as a server he was asking me if he can remotely access that receiver from another computer and do the work he needs to do and be able to restart the receiver remotely. If you can do it how is it done using win xp.

View 6 Replies View Related

Hardware :: Fedora - Unable To Use My Bluetooth Receiver

Feb 24, 2011

I have a Dell XPS 1640, and I am unable to use my Bluetooth receiver.

The fedora bluetooth software installs, but there is no adapter present.

Troubleshoot?

dmesg:

Code:

Code:

devices:

lspci:

Code:

View 2 Replies View Related

Fedora :: KDE Not Working On Start / Make It Possible?

Sep 26, 2009

I have installed Oracle 10G on Linux Fedora 10. after installing the database everything went successfully even if I reboot my machine so I was very satisfied at this point. When started to install Oracle Developer but with not that's much of success but I got problem in the end of installatin, anyway I closed the installation and I shutdown the pc. In the next day I want to log to linux Fedora to using KDE I couldn't andI got this problem "Could not start kdeinit4. check your installation". KDE was perfect before installing the second oracle but I have no idea why KDE crash and how to have it back again. Actually I played in some library that related in Oracle directory not related to root but I don't know what happend exactly. Please help me in steps to sovle this problem. I'm really afraid of losing the KDE and need to install linux fedora from beginning,

View 1 Replies View Related

Fedora :: Make Pulseaudio Working In A Remote Desktop?

Nov 14, 2009

I have a PC installed with Fedora 11 and I want to use this machine headless as a music server, my amplifier is connected to this machine. After a normal installation I've changed the default runlevel from 5 to 3. I can connect from a client, using FreeNX, to this machine and I get a normal Gnome desktop. So far so good.

The problem is there is no sound. But when I log into the machine directly, still in runlevel 3 and execute the script /usr/bin/start-pulseaudio-x11 an make a new remote-desktop connection there is music. Is there a way to make pulseaudio working in a remote desktop.

View 2 Replies View Related

Fedora Networking :: WUSB54g Stopped Working - How To Make It Work

Feb 17, 2010

My wireless adapter stopped working randomly the other day. I think the last time it was working was right before I put the computer into hibernate for the first time. it stopped working even after restarting.modinfo p54usb shows (I'm leaving out information that seems irrelevant because I can't copy and paste without the internet, so I'm typing what I see from another computer)

firmware: isl3887usb
firmware: isl3886usb

dmesg | grep firmware doesn't seem to show any requests for firmware related to it. lsusb shows something like

bus 002 device 001: ID... linux foundation 1.1 root hub
bus 001 device 003: id... linksys wusb54g wireless adapter

[code]....

When I start up, in boot messages I get something like this

WARNING deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING all config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release
Device wlan0 does not seem to be present, delaying initializtion [FAILED]

View 14 Replies View Related

Fedora :: Gnome Applications Menu Right Click Not Working / Make It To Work?

Jan 27, 2010

I cannot right click with my mouse on the gnome applications menu to get the properties/edit menu option. This is on F12 on 64bit.
Instead I get: "help, remove from panel, lock panel". I dont have this problem with anything else on the top bar.

---------- Post added at 12:33 PM CST ---------- Previous post was at 12:21 PM CST ----------

Turns out I have to install package alacarte and then go to System > Preferences > Main Menu

View 1 Replies View Related

Hardware :: DVB USB TV Receiver Stick Compatibility?

Mar 31, 2011

I recently purchased an AVerMedia A835 digital TV receiver USB stick, only to be advised by AVerMedia that it's a Windows-only model. Does anyone know which USB DVB sticks work well with Linux. I'm in Brisbane, Australia, currently using PCLinuxOS, but have several other distros on different partitions.

View 3 Replies View Related

Server :: Mail Sent Repeatedly To The Receiver?

Jul 2, 2010

A user from our domain sent an email with big attachments to a recepient of other domain, and the same email was sent several times to the receiver.

I checked the df and qf file on our sendmail server, in /var/spool/mqueue and found following:

qfo5SHgJqX006403:Mreply: read error from remote-host.somedomain.com.
qfo5SHgJqX006403:MDeferred: Connection timed out with remote-host.somedomain.com.

I deleted all qf and df files for this particular mail. So deleting the df and qf file has stopped sending mails repeatedly to the receiver.

Is this problem at our end or the receipient end? Why is the same mail sent several times to the receiver?

View 2 Replies View Related

Ubuntu Multimedia :: Running The Igor USB Receiver Under 9.10?

Feb 5, 2010

has anyone running the Igor USB Receiver under Ubuntu 9.10? I�ve made an minimal Ubuntu 9.10 installation and after install and configuring LIRC with the Igor Cesko�s USB Receiver the system holds by loading the modules. By trying a reconfiguration, the system says, that LIRC is defect.If I try the load the needed modules by hand, there is no problem to load lirc_dev, but I get the same system hold by loading lirc_igorplugusb. Are there any known problems with lirc_igorplugusb and Ubuntu 9.10?

View 1 Replies View Related

Ubuntu Multimedia :: Terratec T5 DVB-T Receiver Supported?

Feb 22, 2010

I have tried some older Terratec dual tuner receiver which worked well in ubuntu. It would be nice to know,if this current model works in ubuntu, if you consider buying..

View 1 Replies View Related

Ubuntu Multimedia :: No Sound From Stereo Receiver / Get That?

Mar 18, 2011

Bought a new yamaha receiver and have it hooked up to my pc via a y connector on headphone out.

problem: computer speakers work fine when connected to the same audio output described above. when connecting the audio out to my stereo receiver, there is no sound.

the receiver indicates that it is not receiving a signal.

View 2 Replies View Related

Slackware :: Use The BU-353 GPS Receiver With Kismet In A 13 64bit Install?

Dec 21, 2010

I want to use the BU-353 GPS Receiver with Kismet in a Slackware 13 64bit install. I'm holding off on buying it because, even though they have linux drivers, the only distro listed in the linux drivers section is Redhat.Will the Redhat drivers work with Slack?[URL]..

View 5 Replies View Related

Ubuntu Multimedia :: Sound Card - Speakers - Amp Or Receiver ?

May 20, 2010

In our factory, we used to use a bell system to signal breaks. Well they died. I figured it would be easy to replace those bells with speakers which ran into an Ubuntu box. I would just schedule some cron jobs to play a sound file to signal breaks.

However, I'm not talking about desktop speakers, and here's where the problem is. I only need two speakers. Do I need to run them both into a receiver/amplifier of some kind? Then run that into the back of the PC sound card? The actual speaker setup is where I'm new at. What would be the best way to get 2 (maybe more in future) LOUD speakers, separated by a few hundred feet, to the back of a computer that would control the ringing?

View 1 Replies View Related

Ubuntu Multimedia :: USB Ir Receiver Not Loading With Pc Turn-on/restart?

Jan 30, 2011

I have recently obtained a HTPC which has Mythbuntu pre-installed and already working with a remote it came with. I have another remote that I have changed over to (including the ir receiver) as it had easier button layout. Setup seems to have gone fine, but when the pc is restarted (turned of and on) then the ir receiver is not reloaded in the usb port. This was not a problem with the old remote. If once the pc is on I unplug and re-plug the ir receiver then it loads and works fine.

Running a lsusb in terminal shows that it is definitely not loaded on restart but is when re-plugged in.

View 3 Replies View Related

Ubuntu Networking :: Installing An Asus N13 USB Wireless Receiver?

May 24, 2011

I trouble someone to provide some assistance on how to properly install this thing and get it to work? I have been all over the web trying all sorts of different "tutorials", but most of them start off okay, and then I get errors in the terminal, or the commands in the tutorials become specific to one person's particular system, and I can go no further. I really want to use Ubuntu 11 on a system that currently is running the reprehensible Windows Vista, and if I could just get this Wireless receiver to work, I would be able to format Vista into oblivion.

So, can someone start at the very beginning, and help me through this? Please keep in mind that I am as green as a leprechaun when it comes to Ubuntu, so please make instructions verbose and geared to a layperson, if it wouldn't be too much trouble. So, the unit is plugged in, and ready to go. What's first?

View 9 Replies View Related

Ubuntu Multimedia :: Setting Up Receiver To Computer Sound System?

May 14, 2010

im about 3 weeks into linux, started out with fedora actually, but switched to ubuntu. First days of linux was intense but slowly got the hang of it and i enjoy it way better than my previous op vista.

Sound System Setup-
Sony Receiver 3 speakers and 1 subwoofer

From receiver Y connector -(red plug and white plug R/L) to audio plug that goes into laptop output. Laptop- AsusTek g51x with

PHP Code:

**** List of PLAYBACK Hardware Devices ****card 0: Intel [HDA Intel], device 0: ALC663 Analog [ALC663 Analog]  Subdevices: 0/1  Subdevice #0: subdevice #0card 0: Intel [HDA Intel], device 1: ALC663 Digital [ALC663 Digital]  Subdevices: 1/1  Subdevice #0: subdevice #0 

PHP Code:

alsactl version 1.0.22 

Sound card has Headphone,output,and input holes.

OS- Ubuntu 10.04

The setup worked fine on vista, but on ubuntu whenever i plug in headphones (headphone output) the laptops internal speakers shut off and there is no sound on the headphones, and when i plug in the sony receiver audio plug to my sound card output hole, the laptops speakers are still playing but no sound in the sony receiver. Also when i open the Ubuntu sound manager (I think its either pulseaudio or ASLA, stock gnome one) , it says on the Output tab, "Choose a device for sound output", but there is only one option and it says

"Internal audio analog stereo".

Im literally extremely lost at this point, i have read the forums for help, ASLA wiki (only shows USB sound device support) messed with the Sound Preferences, and spend around 9 hours in the last 2 days trying to make this work.

View 3 Replies View Related

Hardware :: Xbox 360 Wireless Gaming Receiver - Crossfire - For Windows

Sep 14, 2010

My 5 year old daughter is having a great time singing to the karaoke game I've put onto my Ubuntu HTPC system. However the USB microphone is having a hard time!

I was wondering if it would be possible to use an "Xbox 360 Wireless Gaming Receiver (Crossfire) For Windows" in Ubuntu with the cordless mic I already have for my Xbox 360? I guess it'll be a driver issue as always. However, I also note that MS don't mention the receiver works specifically with the microphone, they only mention the control pad and steering wheel, so I could be going down a blind alley anyway.

View 2 Replies View Related

General :: Mailx Cmd - How To Ignore The Machine Name Getting Appended To The Receiver Mailaddr

Mar 12, 2011

I am facing some problem with the mailx commmand. When i run the mailx command from the command line it sends it to the correct mail address which i mention.

#cat mailbody | mailx -s "Test" sampleaddr@abc.com

But when i run the same command from a perl script, it appends the machine name (hostname.abc.com) to the mail address, and the mail address (sampleaddr@abc.com - which i entered) becomes invalid [URL] - found in the maillog), failing to reach the receiver. I am running it from the csh shell. how to avoid this addition.

View 2 Replies View Related

Software :: XenApp Citrix Client Receiver 11 Cannot Be Started On Slackware64 13.1

Mar 30, 2011

I have Slackware64 13.1 with multilib enabled. I downloaded the Citrix Client Receiver 11 from [URL] (it is available for 32 bit architectures only). I followed the installation instructions and all went fine. I even installed openmotif from slackbuilds.org repository as a dependency. When i tried to do:

Code:
bash-4.1$ ldd /usr/lib/ICAClient/wfcmgr
linux-gate.so.1 => (0xffffe000)
libXm.so.4 => not found
libXp.so.6 => /usr/lib/libXp.so.6 (0xf76e5000)
libXpm.so.4 => /usr/lib/libXpm.so.4 (0xf76d5000)

[Code].....

View 9 Replies View Related

OpenSUSE Multimedia :: Configure Suse To Send Audio To A Receiver In Some Cases?

Sep 10, 2010

I'm been struggling to find a way to configure suse to send audio to a receiver in some cases. Details: - Did a fresh install - Using an old SoundBlaster card (which worked in my previous version of openSuse) - I do have digital out, but only for Amarok (start menu -> configure desktop -> multimedia -> prefer "SB Live! Platinum [CT4760P], Multichannel Capture/PT Playback (IEC958 (S/PDIF) Digital Audio Output") and Kaffeine (.kde4/share/apps/kaffeine/xine-config -> set "audio.output.speaker_arrangement:Pass Through").
- I have analog sound on firefox and "test volume" on Administrator Settings -> Sound, but just can't find a way to configure those to digital passthrough (tried to copy "audio.output.speaker_arrangement:Pass Through" to .config/kde.org/Phonon-Xine.xine.conf but didn't work)

[Code]...

View 5 Replies View Related

Ubuntu :: Lirc With Jetway ION2 Chipset - IR Receiver Didn't Work

Jan 27, 2011

I just installed 10.10 on a Jetway HBJC600C99-52W machine. It has the NVIDIA ION2 chipset. Through a lot of struggles, I have managed to get most of the computer working well with Linux. The part that I'm still struggling with is the remote control. With Ubuntu out of the box, perhaps about 1/3 of the buttons are recognized. From additional research, it looks like lirc is supposed to address this issue. I tried installing lirc however, after installation the only thing that shows up is /dev/lircd. I was expecting something like /dev/lirc0. I've tried is via

sudo apt-get install lirc
and then I picked the Windows Media Center receiver

I also tried what was in this thread [URL] however, that seems to be on a different jetway model, an NVIDIA ION chipset instead of an ION2 and the driver install for the IR receiver didn't work for me. I was wondering if anyone had success installing lirc and getting all the keys on their remote working.

View 2 Replies View Related

Ubuntu :: Citrix Receiver 11 And That Error 61 "not Trusted Certs."?

Mar 22, 2011

Have extensively Googled and searched on here, but with no success. We have a MYPC service at our company, but our support staff have been well trained in the phrase..."we do not offer support for Linux", but the MYPC service that we have did work recently under Ubuntu 9.04 that I had at home, however since upgrading both my laptop and desktop to 10.10 and 10.4 respectively, neither now work when I use the Citrix 11 Receiver client.

I get; "You have not chosen to trust "GeoTrust Global CA", the issuer of the server's security certificate (SSL error 61." So I got, what I thought were the relevant certificates from [URL].. tes/index.html (see image for a list of certificates) but still no joy. whilst I don't want to call my support department, I wonder if they have taken a conscious decision to block access to the MYPC system from anything other than Windows OSs?

View 4 Replies View Related

OpenSUSE :: Make Command Not Working

Feb 27, 2011

i found the make command not working in the gnome terminal of opensuselinux 11.3

View 3 Replies View Related

General :: Make Command Still Not Working?

Jan 2, 2011

I'm running Ubuntu 10.04 and while trying to install the Wacom driver and kernel I get to the step after ./config and get this message when I use make.

make: *** No targets specified and no makefile found. Stop.

I've tried looking up on it and they all say that build-essentials should be installed first. So I looked into it and I found out that it's already installed along with the make command itself.

Anyway to get Ubuntu to recognize it as installed?

View 8 Replies View Related

General :: Make Not Working In Cygwin

Aug 16, 2010

I installed the CUnit framework which is a .tar.gz file from the bash shell in cygwin.

make gives me an error saying:

make install works
make clean works

I am not able to compile but install works I do not know if it is installed and as to where it is installed

when i checked it gives me a list of header files and also the lib files. I do not know as to why the make command is not working in cygwin. When i go to the bin directory it shows the make command.

View 5 Replies View Related

Ubuntu :: Dvd Playback Not Working - How To Make It Work

Feb 27, 2011

dvd playback not working - how to make it work

View 2 Replies View Related







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