Software :: Can't Properly Configure Lirc, Hexdump Shows Other Bits Changing
Jul 19, 2010
recently I'm working with one of these... LM-PC001
it works via /dev/input/event4, so I'm using devinput driver for lirc, the thing is, it works flawlessy when lirc is not running, (via linux-input-layer) but I do need to make it work with lirc...
I can make work almost everything using this lircd.conf (incomplete here)
Code:
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
[Code]...
First thing, it doesn't show the header (not a problem really) but as you can see the bits that differ the direction on the axis is the latter ones, and lirc is not taking them into account so both buttons result in the same direction...
Is there a way that i can make lirc take them into account?
also irrecord doesn't work because of the "0x40004" header, all comands, are detected as "0x400004"...
and since it uses devinput driver, mode2 says "This program doesn't work for this hardware yet."
View 2 Replies
ADVERTISEMENT
Dec 10, 2010
how to configure lirc with my card saa7134 card=42 tuner=41 here is what i get with
cat /proc/bus/input/devices
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
[code]....
View 2 Replies
View Related
Feb 24, 2011
I'm using Debian Squeeze and my 0-9 remote control buttons and power off button work even if I've didn't installed lirc. In a Gnome desktop I could set up the volume too, but now as I'm using Fluxbox I can't start the volume control applet anymore (by the way does somebody knows any handy volume applet for Fluxbox ?)So my question is that if some button of my remote control already work without lirc, then there must by some drivers installed, when I've upgraded to a newer kernel, but I can't figure out what makes my remote control to work. Does anybody knows something about this and if there's something already installed for IR devices in newer kernels how can it be further configured ?
If i type the command "cat /dev/input/event6" in my terminal I can see that all my remote control buttons give a signal, but still I can't figure it out how can I set up all of them.
View 7 Replies
View Related
Jun 19, 2010
when I reformat ubuntu, I use AptonCD to save packages and then restore them without downloading anything over again. what I want to know is: I have the 32 bits ubuntu installed and then I downloaded the 64 bits version. If i reformat to the 64 bits one, would the DVD saved aptoncd packages from the 32 bits work on the 64 bits installation?
View 4 Replies
View Related
May 18, 2011
I am wondering if I can install a 32 bits guest Windows XP in VirtualBox in my 64 bits Ubuntu Natty host? I need a 32 bits Windows to run some programs.
View 6 Replies
View Related
Jan 5, 2010
I'm quite new to linux and I recently (and courageously) upgraded the computer of my work from opensuse 11.0 32bits to opensuse 11.2 64bits.
Well, everything would be quite fine except that I still have some softwares 32 bits that have the 64 bits version available. I know that because, using YaST, I can see by the Installed software section that there are 'choices' of versions for some programs; these versions are 'i586' and 'x86_64', and many of them have the i586 version installed.
So, I wonder if there is some type of auto upgrade all programs which are i586 and have the matching x86_64 avaliable...
View 6 Replies
View Related
Jan 5, 2010
Can I install Linux 32 bits on system 64 bits?
For example if I have cpu 64 bits, can I install ubuntu 32 bits?
If yes, all drivers will befor 32 bits, right?
View 7 Replies
View Related
Jun 9, 2010
I just create a vm image with 2 CPUs to be used on a one CPU machine. it works great. Now, i am thinking about creating a 64 bits Redhat VM image to be run on my 32 bits machine. Is that possible?
View 2 Replies
View Related
Jun 21, 2010
I notice this in all my machines (32bits and 64bits).
View 1 Replies
View Related
May 9, 2011
I got wireless printing working on my mom's computer... Then when I upgraded the laptop to 11.04 it wouldn't boot properly. It shows the Ubuntu splash and then switches to a console where I can see services starting and stopping. It freezes when it's going through this section of startup. I rebooted and started the machine in recovery mode, then selected low-graphics from the list. It works in low-graphics mode in Ubuntu Classic (my mom doesn't want Unity so I set Classic as the default)
View 5 Replies
View Related
Jun 29, 2011
How would i do a hexdump in Ubuntu for the first track of a HDD? I am looking for a winhex-esque output if that makes sense. The first track has 63 sectors, each 512 bytes long. I tried
dd if=/dev/sda bs=1 count=512 | hexdump -C
but that only gave me what appears to be the MBR, or first sector of the HDD.
View 1 Replies
View Related
May 10, 2011
I was looking at this file that was padded with 0's in hexdump. I noticed the 0's were escaped so they would be literal 0's. Why is this?
View 1 Replies
View Related
Aug 15, 2010
I am not clear with difference between hexdump and objdump and coredump. I wrote a small program
Code:
main (){
int a=2;
int b=4;
int k=b/a;
int m=9;
[Code].....
Some of the above instructions such as 89 d0 should be present in hexdump. What exactly is the hexdump ,objdump and coredump and what is their importance?
View 1 Replies
View Related
Aug 8, 2010
About 7 years ago I setup a Redhat system with 8 serial terminals and 8 serial printers, this is still running but I need to get another system running so the original can be taken down for maintenance. The printers are ancient Newbury data dot matrix wide carriage with 7 data bits receive 8 data bits transmit Xon/Xoff flow control. Now I remember setting the transmit and receive data bits as above but after 7 years can't remember where.
View 2 Replies
View Related
Apr 28, 2010
I have this problem constantly and it tells me to install such and so a prog, but I do locate [prog] and it shows up in 80 places so it's obviously installed. I just have no clue how to attach the two or to set up anything in the ./config set up so it leaves me completely stuck. So what's the trick when it's already in there? Also..it says I just joined? in 2008.
View 5 Replies
View Related
May 18, 2010
I just installed Ubuntu this afternoon, and it has been working perfectly until i tried to install the flash plugin. My laptop froze and i had to unplug it to restart. Since then, whenever i try to log on, an error message appears saying that Gnome Communications (? i think thats what it said) center didn't configure properly and to contact the computer administrator.
View 2 Replies
View Related
Apr 22, 2010
I am using a reverse proxy on Debian Lenny and using apache2.
I have a site
Code:
And a site
Code:
Two files in
Code:
Code:
But the problem is [url]and [url]are both pointing to [url] I am unable to find why.I do not want to touch apache2.conf so want to go by having a VirtualHost site1.[url]
View 3 Replies
View Related
Mar 17, 2011
I am using CentOS 5.5 and have installed PowerDNS with MySQL backend. I have Apache and PHP installed and I'm using PowerAdmin to create the master zone.I have tried to configure the zone to resolve my domain name and I have had no success.I've googled and read tutorials and have tried suggested methods, but it's still not working.This is a new adventure for me and I would like to be able to host a site from my home for experimental purposes. I am a mature (read OLD) student enrolled in Networking and have done some units in Web Design (though I'm not very good at it).
View 7 Replies
View Related
Mar 15, 2010
I have installed SDL_gfx, configured, compiled and installed perfectly fine, then I ran ldconfig, and yet I get an error from the install scrip of Lincity, complaining that I'm missing SDL_gfx -- I've read all the READMEs and INSTALLs for each, yet I can't see what I've missed.What do I need to do to make Lincity configure properly prior to compiling?
View 7 Replies
View Related
Feb 16, 2010
I've just installed OpenSUSE 11.2 on a new machine. Because I was still using another machine as my main box while building the new one, the monitor attached when it was installed has a resolution of 1280x1024 @ 77Hz. I've now moved it to be my main machine and the monitor is a widescreen 1680x1050 @ 60Hz model. When I boot it normally the screen fails to come up - even GDM doesn't show. If I boot in failsafe mode the system comes up fine, but in 1280x1024 mode. The 'Configure display settings' icon shows the monitor as 'Unknown'. Couple of things I tried:
1) Switched to runlevel 2 and logged in as root. Ran Xorg -configure and looked at the xorg.conf.new that was installed, but it just had generic info for the monitor:
[code]....
2) While still in runlevel 2 and logged in as root I did a startx. This brought up the X display in 1680x1050 ok, and clicking on the 'Configure display settings' icon showed it had correctly identified my monitor and had set the size and frequency correctly.
3) Given the results of (2), I then tried logging in as myself in runlevel 2, did startx again, but this time the display failed to come up again.
View 7 Replies
View Related
Jun 28, 2011
I'm having problems configuring my virtual hosts file properly The site [URL]... opens on http and https The site 10.0.1.3/myapp/ works
I am trying to redirect all traffic from [URL].... to [URL].... while maintaining access to [URL]....
[Code]....
View 2 Replies
View Related
Jun 15, 2010
v10.4 {I have completely re-edited this thread because I have started over fresh. I am no longer using bind9, but now using the installation-defaults nameserver and dhcp and trying to get a handle on how things ought to be setup properly. My previous attempts was a disaster.}
Coming fresh out of a newly installed 10.4, I obviously was able to get network connectivity but then I ran into trouble the minute that I tried to change eth0/eth1 connections via network-manager's applet. What I found was, that when I attempted to define static connections, all bets were off. It seems that once one attempts to change eth0/eth1 which are wired devices, I was no longer able to recover my network connectivity!
I was however able to setup a wireless connection, so in this way I was able to get back network (and Internet) connectivity, and write this thread on this forum. I notice also, that there is no longer 'Networks' in the System->Administration menus! Geez, what the hell is going on? how to properly configure my static wired connection? Networks in 10.4 have really changed alot!
View 2 Replies
View Related
Jun 30, 2010
I want to know what's different between Fedora 32 bits and 64 bits.
Also, I want to know if I want to run 64 bits of Fedora, what do I need ?
just in case: My CPU is "Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz"
View 3 Replies
View Related
May 2, 2010
My connection manager shows wired connections and shows wireless as being disabled. here is some terminal info getting wireless going?
Here is a bunch of things I have tried and the results.
nixon@nixon-desktop:~$ sudo ifup wlan0
Ignoring unknown interface wlan0=wlan0.
nixon@nixon-desktop:~$ sudo ifdown wlan0
ifdown: interface wlan0 not configured
[Code].....
View 9 Replies
View Related
Jan 8, 2010
I'm encountering a strange problem. I need to open and forward all UDP and TCP ports related to VoIPtelephony (5000:32000) in the Suse 11.1 server that's acting as router/firewall in our setup. The ports must redirect to a Asterisk server in the local network. (This server has the IP adress 192.168.0.3)I've opened ports in Yast (Firewall>Ports>Advanced) and putted in some masquerading rulesirewall>Masquerading):0/0,192.168.0.3,tcp,5000:31000,5000:310000/0,192.168.0.3,udp,5000:31000,5000:31000when I do a nmap localhost I get:Starting Nmap 4.75 at 2010-01-08 16:52 CETInteresting ports on localhost (127.0.0.1):
Not shown: 991 closed ports
PORT STATE SERVICE
21/tcp open ftp
[code]....
View 9 Replies
View Related
Jan 12, 2011
I home-made the exact configuration detailed on the lirc.org webpage for making your own IR receiver. It's all wired correctly, I'm just not sure that the serial port is working like it should. I've used a voltmeter to determine that the voltage regulator is working and all.....
I've got LIRC configured with the home-brew IR receiver, and a Haupauge remote. I run irw and NOTHING happens no matter what remote I point at it. I've used test leads to see the effect using a remote on the unit has, and it seems to be working correctly, so either a driver or config file isn't working correctly. I've read a BUNCH of pages but simply don't know enough to troubleshoot any further on my own.
View 1 Replies
View Related
Nov 26, 2009
Trying to install the LIRC-mouse on Fedora 12 KDE. Lirc works fine but I cannot get the mouse going.
The lircmd deamon is working, but when started this is the message:
Quote:
Also there is no mention or lircm in the Xorg.0.log.
View 13 Replies
View Related
Mar 13, 2011
Has anyone got LIRC up and running on 11.4? There are some basic built-in remote functions from imbedded IR drivers in kernel but no specific LIRC functionality. Will 11.4 need lirc-kmp-desktop etc?
View 9 Replies
View Related
May 3, 2010
Running Ubuntu 10.04 LTS. It's running as a media center box (Boxee amd mythtv), and also as a Asterisk PBX box. I have the box directly connected to my TV without a keyboard or mouse connected.
Is there a way to setup LIRC to flip through the icons on the desktop (similar to using the up/down arrow keys on the keyboard), and initiate a program with the remote? Would prevent the option of using remote desktop to open up or close a program
View 3 Replies
View Related
Sep 26, 2010
I have been working to try and get lirc to work with my Winfast 2000/XP. I keep getting an error that the kernel module isn't loaded. This is on Ubuntu 10.04 x64. When I try to start the service, I get the following:
[Code]...
View 1 Replies
View Related