incubus - an obsession in computing
  • rss
  • Home
  • Linux Apps
    • C&G 4250 Linux Extension
  • C&G 4240
    • Overview
    • Validate Program
    • Sort Program
    • Update / Merge Program
    • Report Program
    • Downloads
  • C&G 4250
    • Overview
    • Data Entry Program
    • Validate Program
    • Sort Program
    • Customer Update / Merge Program
    • Customer Report Program
    • Stock Update / Merge Program
    • Stock Report Program
    • Downloads
  • About
  • Contact

Panasonic CF-U1 / 2D Barcode Imager

inc | December 6, 2009 | 10:16 am

Had a good day Friday, after failing to get relevant information from the manufacturer (been requesting for what seems to be a lifetime). Finally manged to get the 2D barcode imager functional under Linux, what a feeling of accomplishment.

All other significant hardware is supported by the 2.6.30 Gentoo Kernel.  However the finger print reader, camera and HSDPA modem have not been tested as they are not required for the application the unit is going to be used for.

Panasonic CF-U1

—-

Comments
No Comments »
Categories
Linux
Tags
2D Barcode, CF-U1, Linux
Comments rss Comments rss
Trackback Trackback

Linux – Merge AVI Files

inc | September 27, 2009 | 7:33 pm

Usually when I need to merge avi files I use avimerge (part of the transcode package), however recently the output of this suffered some serious audio sync issues. So along comes mencoder (part of the mplayer package):

mencoder -oac copy -ovc copy input_1.avi  input_2.avi -o output.avi

—

Comments
No Comments »
Categories
Linux, Tips & Tricks
Tags
avi, Linux, mencoder, merge
Comments rss Comments rss
Trackback Trackback

Linux Wi-Fi Adapters (Cisco / Orinoco)

inc | February 6, 2009 | 8:06 pm

I have some Linux compatible PCMCIA/PCCard WiFi adapters available for purchase.  They are all in good condition (some are as new, only used for testing purposes). They are detailed below, if you require any further information then please feel free to contact me.

15 11 x Cisco Aironet 350 Series – AIR-PCM352 (AIR PCM350 Series) – PCMCIA – WEP (64/128).

3 x Cisco Aironet 350 Series – AIR-LCM352 (AIR LCM350 Series) – PCMCIA – WEP (64/128) – Without detachable antenna.

1 x Cisco Aironet 350 Series – AIR-LCM352 (AIR LCM350 Series) – PCMCIA – WEP (64/128) – With detachable antenna.

6 4 x Cisco Aironet 802.11a/b/g - AIR-CB21AG-E-K9 – PCCard (32bit) – WEP (64/128)/WPA/WPA2.

3 2 x Orinoco Gold – PC24E-H-FC (Lucent Technologies) – PCMCIA (16bit) – WEP (64/128).

—

Comments
No Comments »
Categories
Linux
Tags
Air 352, Cisco, Linux, Wi-Fi
Comments rss Comments rss
Trackback Trackback

Linux USB WiFi Hardware

inc | August 9, 2008 | 8:33 pm

F5D8053uk DWA-140

I needed to upgrade a couple of WiFi systems at home the other week and opted for a couple of USB WiFi dongles (Gentoo is used as the Operating System on these systems using a 2.6.25 kernel):

D-Link Wireless N USB Mini-Adapter – DWA-140 (H/W Ver: B1 F/W Ver: 1.00)
Belkin N Wireless USB Adapter – F5D8053uk (Ver: v3000uk)

Both of these adapter contain the Ralink RT2870USB (rt2870) chipset. So if you are not worried about doing some kernel module compiling then simply download the required driver from the Ralink website. Then uncompress the archive and change directory to the driver. Now for the Belkin Adapter you will need to add a single line to the code (VID/PID):

Add the following to the line to the include/rt2870.h file:

 {USB_DEVICE(0x050D,0x8053)}, /* Belkin */             \
+{USB_DEVICE(0x050D,0x815C)}, /* Belkin F5D8053 */     \

To enable the use of wpa_supplicant you may wish to edit the ‘os/linux/config.mk’ file as follows:

HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y

Then type ‘make’, when the make process completes successfully type ‘make install’. You should now have the required kernel module installed on your system. There is a configuration file for this module, located within the /etc/Wireless/RT2870STA directory. Follow the directions given in the modules README file when editing this file (a copy of my configuration is located below:

RT2870STA.dat

I have this working with WPA2 and running at around 300Mb/s. Out of the two modules the D-Link Adapter has performed slightly better than the Belkin, and it was slightly cheaper.

While on the subject of WiFi and Linux, I also have a Belkin N Wireless Express Card Adapter used within a Laptop. This is a Belkin F5D8073 (ver. 3000x):

F5D8073uk

This works with Gentoo and the Ralink RT2860PCI (rt2860) kernel module. There were no changes required to the source when using this module, although your kernel must be configured with PCI Express support. There is a configuration file for this module, located within the /etc/Wireless/RT2860STA directory. Follow the directions given in the modules README file when editing this file (a copy of my configuration is located below:

RT2860STA.dat

Comments
No Comments »
Categories
Linux, Tips & Tricks
Tags
Linux, USB, Wi-Fi
Comments rss Comments rss
Trackback Trackback

Search @incubus

Recent Posts

  • Compressed Hard Disk Image
  • It’s been along time …
  • T209 ECA Result
  • Old Linux Discs…
  • Panasonic CF-U1 / 2D Barcode Imager
  • Useful Gentoo Aliases
  • Hosting Provider Changed.
  • Linux – Merge AVI Files
  • Coders at Work
  • Remove OGA Office Not Genuine Notifications (KB949810)

Links

  • Demonoid
  • Engadget
  • Gentoo Linux
  • Gentoo Planet
  • Gentoo Universe
  • GNOME
  • GNOME Planet
  • ISO Hunt
  • OS News
  • Piratebay

Navigation

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Archives

  • May 2010 (1)
  • February 2010 (1)
  • December 2009 (3)
  • November 2009 (2)
  • September 2009 (4)
  • August 2009 (1)
  • July 2009 (1)
  • May 2009 (2)
  • April 2009 (1)
  • February 2009 (2)
  • January 2009 (1)
  • December 2008 (1)
  • November 2008 (1)
  • October 2008 (3)
  • September 2008 (7)
  • August 2008 (16)

Categories

  • 4240 (1)
  • 4250 (1)
  • Code (8)
  • Linux (29)
  • ODB2 (2)
  • Open University (6)
  • Tips & Tricks (13)
  • Uncategorized (5)

Stats

Visits Today: 11
rss Comments rss design by jide powered by Wordpress get firefox
© Copyright 1999-2010 @incubus. All Rights Reserved. All trademarks acknowledged.
incubus.co.uk || incubus.mobi || rankinstine.co.uk