RSS
 

Archive for the ‘Linux’ Category

saxIgate 0.1.7 released

01 Jul

A new version of saxIgate has been released (I know, it took a year)
Following changes have been made:

  • Fixed a bug that would crash the app when a port was specified. Thx to OK1TEB for notifying me.
  • Cleaned up code in main.c and distributed it over igate.c and msggate.c, for a cleaner approach.
  • DNS error will no longer kill the application.

I would like to implement RF-TX for message gateway and dstar digipeating (so that dgps is also broadcasted on aprs-rf for stations in the vicinity) in the next version. Keep tuned.

You can download it from its googlecode page

 

Sitecom LN030 Linux Driver

03 Jun

For some of our projects we use a Sitecom LN030 Ethernet USB Adapter for extra Ethernet Ports. Since most of our software is Linux based, we needed a Linux driver.

The device is not natively supported in Linux (checked kernel …)
The chipset of the device is the Moschip MCS7380, however this driver does not recognize the Sitecom LN030 Adapter since it has a different vendor- & productid then the MCS product.

The solution was simple, I went into the driver source code and hacked it so that the driver also recognized the Sitecom LN030 Adapter. Since this is not so common to do, the driver is available for download here:

Sitecom-ln030-7830.tar.gz

ATTENTION: This driver has ONLY been tested WITH the Sitecom LN030
under CENTOS 5.2 kernel ... The driver should also support the original
MCS7830 product, but this is untested. Please use the original moschip
driver if you need it for anything else then the Sitecom LN030.

Installation is simple:

  • Make sure your linux kernel source is available and linked into /lib/modules/<kernel version>/build.
  • Extract the tar.gz with tar -xvfj Sitecom-ln030-7830.tar.gz
  • Go into the directory Sitecom-ln030-7830 (cd Sitecom-ln030-7830)
  • type: make
  • after the driver is installed, type make load to load it immediatly.
  • Please read the README inside the tar.gz for more information.
/var/log/messages:
kernel: usb0: register usbnet at usb-0000:00:1d.7-4, MOSCHIP 7830 usb-NET adapter, 00:0c:f6:3a:f9:f6
kernel: usbcore: registered new driver MOSCHIP usb-ethernet driver
 
No Comments

Posted in Linux