Arduino 1.0.x on Fedora 17
- Read more about Arduino 1.0.x on Fedora 17
- Log in to post comments
After installing Arduino 1.0.1 (from the source on arduino.cc) I get these errors running the IDE:
Experimental: JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
check_group_uucp(): error testing lock file creation Error details:Permission deniedcheck_lock_status: No permission to create lock file.
please see: How can I use Lock Files with rxtx? in INSTALL
Boot Fedora quickly
- Read more about Boot Fedora quickly
- Log in to post comments
Following the advice here: http://www.harald-hoyer.de/personal/blog/fedora-17-boot-optimization-from-15-to-3-seconds
yum install systemd-analyze
Gave up :-(
Too complicated to change grub2 configuration
Help find info about MAXTOR drive
- Read more about Help find info about MAXTOR drive
- Log in to post comments
MAXTOR STM31000340AS ATA Device
Model MAXTOR STM31000340AS
Serial: 9QJ0PZ0V
Running NVIDIA video drivers on ThinkPad W520
- Read more about Running NVIDIA video drivers on ThinkPad W520
- Log in to post comments
The NVIDIA drivers work, but you have to change some BIOS settings:
Config > Display > Graphics Device = Discrete Graphics
Config > Display > OS Detection for NVIDIA Optimus = Disabled
Security > Virtualization > Intel (R) VT-d Feature = Disabled
Getting VMware to run on RedHat Enterprise 6.3
- Read more about Getting VMware to run on RedHat Enterprise 6.3
- Log in to post comments
After installing VMware 7.1.6, the vmmon module will not load. I found a solution that works.
If this has not been done already:
sudo yum install gcc kernel-devel kernel-headers autoconf
Then, as root, run:
# vmware-modconfig --console --install-all
Now you should be able to start the vmware service
Adding new TrueType fonts to my Fedora Linux environment
Here's how to add the TrueType fonts I found from opentype to my Fedora desktop
Some info about hacking the GMLAN bus
- Read more about Some info about hacking the GMLAN bus
- Log in to post comments
So you have the right idea, unfortunately this vehicle is a bit unique. This is because the Body Control Module is responsable for unlocking the doors AND receiving the RKE key fob commands so there is no reason for there to be a CAN BUS message to control the locks on this using the RKE messages. So don't bother with pressing the key fob and trying to find a command to replicate, this won't work.
HOWEVER, OnStar has a message it sends to control the locks. So you can simply watch for that message:
Unlock Drivers Door is: 0x1024E097 00 02 FF
Unlock All Doors is: 0x1024E097 00 03 FF
amavisd fails after update
- Read more about amavisd fails after update
- Log in to post comments
I stopped receiving email after an upgrade. Starting the amavisd service shows the errors:
Starting Mail Virus Scanner (amavisd): fetch_modules: error loading required module Compress/Zlib.pm:
dualvar is only available with the XS version of Scalar::Util at /usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 8
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 8.
Compilation failed in require at /usr/sbin/amavisd line 197.
ERROR: MISSING REQUIRED BASIC MODULES:
Compress::Zlib
wview data recovery
- Read more about wview data recovery
- Log in to post comments
This page shows how I edited my wview archive database to patch in data values that were NULL when my Vpro2 sensors battery went dead in the middle of the night.
Become root.
Stop wview!
root@wview:~# sudo /usr/bin/service wview stop
Shutting down wview daemons...
Make a backup of the database
root@wview:~# cd /usr/local/var/wview/archive # /var/lib/wview/archive if installed using apt
root@wview:~# sqlite3 wview-archive.sdb .dump | sqlite3 archive-backup.sdb
root@wview:~# mv archive_backup.sdb /tmp
SheevaPlug recovery, preparation and wview install
Format and setup the SD card:
dd if=Kingston-4G-NewIT-v1.0-debian-squeeze.img of=/dev/sdg bs=1024k
See if it's OK (fdisk -l /dev/sdg)
Now try to boot the plug.
ssh into it root@xxx.xxx.xxx.xxx
nosoup4u
Edit /etc/hostname to change the host name.
Edit /etc/hosts to change which host name is localhost.
Check that /etc/network/interfaces is correct (eth0 gets its address via DHCP)
Change the password by running passwd
Set the date!
$ sudo apt-get update