LINE 6 Mobile Keys 25 on Ubuntu Studio 12.04

As I was looking for a new (smaller) MIDI keyboard for my home studio, my eyes fell in love with the “basic” looking LINE 6 Mobile Keys 25. Reading the specs this could easily be my next big studio love… The next question popped up, would the LINE 6 Mobile Keys 25 be compatible with my Digital Audio Workstation (DAW)!?

Continue reading “LINE 6 Mobile Keys 25 on Ubuntu Studio 12.04”

Running Activiti 5.4 on Ubuntu 10.04 LTS

This is an update for the Activiti 5.4 release!!! The boys and girls of the activiti.org development team must have had a busy schedule at the beginning of this year! 🙂 Pulling off monthly updates, they did a very good job again at the Activiti 5.4 release!!! What is Activiti??? Activiti is THE light-weight work-flow and Business Process Management platform targeted at business people, developers and sysadmins. In this “How to” I’ll try to explain how to install the Activiti 5.4 BPM tool demo on Ubuntu 10.04 LTS using the terminal. Previous installations of Activiti are described here 5.0,5.1,5.2, 5.3.

Continue reading “Running Activiti 5.4 on Ubuntu 10.04 LTS”

Connect your DVR to the internet using port forwarding

Last week, one of my neighbors asked me to help him connect his Abus Digital Video Recorder (DVR) to the internet. The whole concept of making devices available to the internet, is generally the same and can also be used with other devices such as “raspberry pi’s”, Laptops, etc. using whatever software like OwnCloud or Tonido, etc.

Before being able to connect your Digital Video Recorder (DVR) to the internet you need to do 3 simple steps:

  • Create a local network and connect it to the internet
  • Connect your Digital Video Recorder (DVR) to your local network
  • Configure your local network and Digital Video Recorder (DVR)

 

Create a local network and connect it to the internet:

  • Choose an internet provider and buy an account (ask around with your neighbors, to find the best provider).
  • Buy an access point or a Modem and hook it up to the internet.

 

Connect your Digital Video Recorder (DVR) to your local network:

  • Connect your Digital Video Recorder (DVR) to your local network using UTP cable (CAT-5 will do).
  • For now you can make use of DHCP.

 

Configure your local network and Digital Video Recorder (DVR):

Hookup your computer (or laptop) to the local network that you just created. The next thing we’re going to configure is your modem (DHCP pool), a fixed IP address for your Digital Video Recorder (DVR) and again your modem (port forwarding).

 

Configuring the DHCP pool on your modem:

  • Login to your modem (you will need: the IP-address of your modem, username and password) (connecting to your modem can often be done by using your web browser)
  • Later on you’re going to configure a fixed ip address on your Digital Video Recorder (DVR), so we will have to make sure that the fixed ip address does not conflict with the current range of your DHCP server (ip addresses within a network must be unique).
  • Look in your modem settings for the DHCP settings and configure them in such a way that you have enough space for fixed IP addresses (in small business environments it should be save to use the following DHCP settings x.x.x.50 to x.x.x.150 (which gives you 49 fixed ip addresses and 100 flexible ip addresses to be managed by your DHCP server)). On many modems this is done by defining the “Starting IP-Address” of your DHCP server range and choosing the “Maximum Number of DHCP Users” (choose 100) if needed you can fill in the DNS servers of your provider (else you can choose those of Google (8.8.8.8 and 8.8.4.4)).
  • Save your new modem settings!
  • Reboot your modem.
  • Connect your computer (or laptop) to the local network again (you’ll get a new ip-address from the newly defined DHCP pool)

 

Configure a fixed ip address for your Digital Video Recorder (DVR):

  • Login to your Digital Video Recorder (DVR) (you will need: username and password)
  • Go to network settings
  • Disable DHCP
  • Choose a a fixed ip address (for instance x.x.x.35)
  • Use the IP-Address of your modem as gateway setting in your Digital Video Recorder (DVR)
  • Save the settings of your Digital Video Recorder (DVR)!

 

Configure “Port Forwarding” on your modem

In our case the Digital Video Recorder (DVR) uses port 8000 to connect to. So we need to connect port 8000 from the internet to port 8000 on the Digital Video Recorder (DVR):

  • Login to your modem (you will need: the IP-address of your modem, username and password and of course the fixed ip address for your Digital Video Recorder (DVR) and the port number of your Digital Video Recorder (DVR)) (connecting to your modem can often be done by using your web browser).
  • With most modems you can do that by going to “Applications & Gaming” (sometimes you can choose from “Single Port Forwarding” and/or “Port Range Forward”).
  • If possible choose “Single Port Forwarding”. On the “External Port” choose 8000 and on the “Internal Port” choose 8000 as well. On the “To IP Adress” setting, choose the fixed ip address for your Digital Video Recorder (DVR). As “Protocol” choose “Both” (most likely  “TCP” will work as well, give it a try and let me know!?).
  • In case you can only use “Port Range Forward” select for both “Start” and “End” the value 8000, all other settings should be roughly the same as described in the “Single Port Forwarding” description (port 8000 from the internet, should connect to port 8000 of the fixed ip address for your Digital Video Recorder (DVR)) (sometimes you need to give the setting a name, choose something like “DVR”).
  • Save the settings of your modem!

 

The last thing is finding your modem on the internet. So on your computer that is connected to the network with the modem and Digital Video Recorder (DVR), open a internet browser and go to www.whatismyip.com or https://www.vpnmentor.com/tools/ipinfo/ (thanks Christina for the latter!).

This website shows you the IP-Address of the modem on the internet. The website also enables you tot test the connection speed (the upload speed is the most important). Now you can connect the Digital Video Recorder (DVR) within your “video recorder software” (using the the IP-Address of the modem on the internet and port of the Digital Video Recorder (DVR) that you forwarded).

And don’t forget to create a special user account on your Digital Video Recorder (DVR)!

 

The concept of port forwarding can also be used with other devices such as “raspberry pi’s”, Laptops, etc. using whatever software like OwnCloud or Tonido, etc.

 

If you don’t know how port forwarding works on you modem, make sure you check this website!!!

 

PS. Of course it’s a better idea to use VPN connections instead of using port forwarding, because by using VPN connections you don’t have to worry about random port scans carried out by evil minions who are trying to find your security camera…

 

Suggestions for improving this article are welcome, please let me know and drop me a line .

Convert MAC address in MS Access

Sometime ago I wrote an article about updating MAC Addresses before (Convert MAC address in MS Excel or OO Spreadsheet) so the subject is not new :-). But this time I’ll try to explain how to Convert MAC addresses in MS Access. The standard format for printing MAC addresses in human-friendly form is six groups of two hexadecimal digits, separated by hyphens (-) or colons (:), in transmission order, e.g. 01-23-45-67-89-ab, 01:23:45:67:89:ab. In this article I’ll give you examples of how to add, remove or change the separator for MAC addresses in MS Access.

Continue reading “Convert MAC address in MS Access”

FON 2200 having a blinking power LED

A few months ago I wasn’t able to connect to the FON network. Being a Fonero I logged on at the FON website and noticed the following message at my personal page “Your roaming privileges are temporally put on hold”. My FON router (a FON2200) did not appear to be online!? When I got home I noticed just one sad blinking power LED, instead of three happy blinking LEDs (power, Internet and wlan)… I tried to reset my FON router, disconnected it from the power supply, I even tried magical spells, etc. but that didn’t help at all. As a last resort I contacted the FON support team, they told me my device was broken and needed to be replaced. They were really nice and even offered me a discount if I wanted to buy a new router. I love the concept of FON but was discouraged by the prize of the new router, so I waited…

Last week I had some time to “Google” the problem of my FON 2200. In a blog someone offered the suggestion it was a broken PSU (meaning a broken Power Supply Unit). So I “Googled” further and came with the following solution. I made my FON 2200 USB powered 🙂

Prerequisites (what you need to get it working):

  • Hardware
    • FON 2200 or FON 2100 router
    • old transformer
    • old USB cable
    • Soldering Iron
    • Solder
    • Wire cutters
    • Knife
    • Tape or heat shrink tubing

 

Step 1 – Preparing the cables

From the old FON 2200 transformer,  cut the plug off (I tried to end up with as much length of the cable as possible).

Split the wires apart and strip about 1 cm of the insulation on both wires.

Take the plug from an old USB cable by carefully stripping off the outer black insulation, be very careful not to cut into the inner wires.

Normally you will have a black, a red, a white and a green wire. The black wire is ground and the red wire is 5v DC.

BE CAREFULL WITH THIS, THE GREEN WIRE CAN BE THE 5 V AND THE RED CAN BE GROUND IN SOME CABLES!!!

You might want to check your cable using a multimeter. The others are for USB signals and can be cut off.

The USB cable wires are very fine compared to the wires of the power cable, they will break very easily, so be very careful when stripping the insulation off them.

 

Step 2 – Assemble the new cable

Before you go any further you need to confirm which cable is ground and which is 5v.

The easiest way to do this is using a multimeter.

The outside of the connector needs to be ground, and the inside 5v.

If you want to use heat shrink tubing, now is the time to bring it in place!

Once you know which wire is which, twist together the wires and solder them.

Make sure to isolate bare ends either with heat shrink tubing or using (plastic) tape.

 

Step 3 – We have lift off

After this I hooked up my FON router and after about 1 minute I had three happy LEDs and a confirmed connection from the FON website 🙂

 

In stead of soldering you can of course just buy a new transformer…

 

Suggestions for improving this article are welcome, please let me know and drop me a line.