LHS Episode #046: The TuxTel Conglomerate

Episode #044 of Linux in the Ham Shack makes its debut, and even on time. We're still trying to catch up on a little bit of a backlog so this episode is mostly feedback from listeners. We touch on a variety of topics including packet radio, the AX.25 kernel driver for TNCs, the importance of Linux and Open Source, Android and emerging Linux markets, and much, much more.

Thanks for taking the time to download us and being an ever-faithful listener. We would be nothing without you and we want to let you know that we appreciate each and every pair of ears that hears us every fortnight. Don't forget to send us your feedback, whether it be as a comment on the Web site, a voice mail submitted via our toll-free hot-line or an e-mail to one or both of us. Also, please don't forget about making donations or buying some of our LHS merchandise if you have the wherewithal to do so. Enjoy our current offering and we'll be back live in a week for more rowdy fun.

73 de The LHS Guys

LHS Show Notes #045

Announcements:

  • The drawing for the Southeast Linuxfest prizes will be next episode.
  • Problems with GoDaddy prevented the download of the last episode for a time. It seems to be fixed now, but we may be moving to another hosting company.
  • Visit https://wiki.edubuntu.org/UbuntuHamsNets for a list and schedule of ham radio nets for Ubuntu users. Everyone is welcome!
  • Some listeners reported problems playing the OGG file of the show with VLC. All episodes through #35 worked, but #36 and later did not play in VLC.  The problem was that the cover art image was too large for the OGG file metadata specification (64KB), which caused VLC to choke. The Totem player was not respecting the specification and would play the file anyway. The cover art image was reduced to less than 64KB, and the OGG version of episodes 36 onward have been repaired and should now play properly in VLC.
  • Would you object if LHS was only available in OGG format? Let us know!
  • LHS has an online assistance feature! There's a Live Support button on the right-hand side of the LHS web page that will initiate an interactive chat session with the hosts of the show, if they're online.
  • The "Thesis" WordPress theme has caused controversy as it's not GPL, but because WordPress is open source, and the theme is a derivative of the WordPress program, then Thesis should be GPL, too. See the articles on Geckotribe and Mixergy for more on this topic.

Donations:

  • We received donations from Jonas and Ross, both in the chat room tonight. Thank you!

Feature:

  • Richard and Russ discuss Logbook of the World, TQSL, and support for Linux.
  • Dave, KG4GIY, sent along some information about TQSL support for Linux being dropped by ARRL, which would cause problems for applications such as CQRLOG.
  • There is a SourceForge project that provides software to build the TQSL libraries under Linux. Russ came up with the following procedure to build the software under Ubuntu, or you could just try executing:
sudo apt-get install trustedqsl
  • Building TrustedQSL under Ubuntu

    1. Install the required libraries:
      sudo apt-get install libssl-dev libexpat1-dev zlib1g-dev g++ build-essential
    2. Download and extract the tqsllib and TrustedQSL software from SourceForge
    3. A minor change is required in the openssl_cert.cpp file from the tqsllib package to add an if statement allowing it build on recent versions of Linux with openssl 0.9.8. In patch format, the code for this update is at the bottom of this section.
    4. Execute the following commands to build the library:
              # ./configure
              # make
              # make install
  • Again, if you're using Debian, Ubuntu, Linux Mint, or similar Debian-based Linux, you can simply type
    sudo apt-get install trustedqsl

    and not bother building the library yourself. In the end, your Accessories menu will contain tqslcert, used to get the certificate from ARRL, and TrustedQSL, used to encrypt your ADIF log data and submit it to LoTW.

  • Applications like CQRLOG will then work with LoTW.
  • Russ describes the process for obtaining a certificate from the ARRL.
  • The ARRL also seems to contradict itself in its support of Linux. On the Resources page, under the entry for CQRLOG for Linux, it says "Please note that ARRL does not support Trusted QSL for Linux." However, the FAQ page says "At present one needs to use a computer with Windows or Linux operating systems to use TQSL and TQSL Cert."
  • Richard suggests we all should send a letter to the ARRL demanding Linux support in LoTW.
  • Paul, KE5WMA, in the chat room points us to the Ubuntu Linux for Hams article posted July 26, 2010 at ARRL.
        --- openssl_cert.cpp.orig    2010-08-05 12:14:50.382465127 -0500
        +++ openssl_cert.cpp    2010-07-27 19:18:45.728049007 -0500
        @@ -1290,6 +1290,8 @@
                                     attrib->set = 1;
         #elif (OPENSSL_VERSION_NUMBER & 0xfffff000) == 0x00907000
                                     attrib->single = 0;
        +#elif (OPENSSL_VERSION_NUMBER & 0xfffff000) == 0x00908000
        +                            attrib->single = 0;
         #else
         #error "Unexpected OpenSSL version; check X509_ATTRIBUTE struct compatibility"
         #endif

Feedback:

  • Scott, N9LJX commented on the web site about his desire for a decent logging program for Linux that interfaces with LoTW. CQLog is close, he says, but lacks in the award tracking area. So, unless we can offer an alternative, he's staying with Windows and the DXLab suite. Russ and Richard discuss CQLog (a Windows program) and CQRLOG (a Linux program). Perhaps, at the moment, Windows and the DXLab suite is the best solution for you, or you might try running Windows in a VirtualBox session under Linux.
  • Jason, KB9LAF, asks if we know of any Linux software that will run his Icom ICPCR-1000 receiver. Russ found this article in the Ubuntu forums. (Ed. note: Here are a couple possibilities: A Python application that will run under Windows or Linux, and IcomLib.)
    He also mentions Pendrive Linux as a means of running Linux from a USB drive.
    Thanks, Jason. We talked about that in Episode 19.
  • Kallie asks if the New Logo contest would reopen and asks why it was cancelled. There were no entries, so Russ paid for a new logo. But feel free to submit your art, if you wish.
  • Tim, KI6BGE, writes about his trouble with PCMCIA wired and wireless network cards under Linux Mint 9 LXDE on his IBM T21 laptop. They used to work with SUSE. Any suggestions? Russ and Richard discuss. They suggest running lsmod under Ubuntu to determine which drivers are loaded when the network cards work, then check what lsmod shows under Linux Mint, determine what's missing, and modprobe the missing drivers.

Contact Info:

  • Contact Richard at kb5jbv@gmail.com, Russ at k5tux@lhspodcast.info, or both at the same time at info@lhspodcast.info.
  • Listen to the live stream every other Tuesday at 8:00pm Central time. Check the LHS web site for dates.
  • Leave us a voice mail at 888-455-0305 or 417-200-4811, or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Thanks to Dave from Gamma Leonis for the theme music and promo.

Music:

LHS Episode #045: Logbook of the World

Episode #043 of Linux in the Ham Shack almost didn't exist. In the process of trying to edit the audio for the program, I managed to delete everything that I had recorded. By some miracle of coincidence, I actually remembered to record the entire episode at Ustream.TV. I almost never remember to do that but it happened this time. The audio was recovered from the live video stream and I put it back together. There are a couple of minor flaws and the quality might not be as good as normal but at least it exists. Since the edited version came out to over 100 minutes, I'd sure have hated to try and record this all over again. And that's why this episode almost didn't exist: Because if the audio had truly gone away, I would have thrown up my hands and said forget it. We'll try again in two weeks.

But since we got lucky, you can now listen to us talk about our newest features and endeavors, our problems with the ARRL, the status of Logbook of the World, listener feedback, live chat room discussion, installing Linux Mint on an ancient laptop, ham radio software for [that other OS] and much, much more. And hey: Go buy a shirt. Please?

73 de The LHS Guys

LHS Show Notes #044

Announcements:

  • Richard is at his father's place due to problems with his Suddenlink connection at home.
  • Ohio LinuxFest 2010 is on the horizon. Russ hopes to be a speaker this year. It will be held September 10-12, 2010 at the Greater Columbus Convention Center in Columbus, OH.
  • Mid-America GNU/Linux Networkers Conference (MAGNet Con). Russ and Cheryl are organizing this event, which is tentatively scheduled to be held May 6-7, 2011, at the St. Louis Union Station Marriott in St. Louis, MO.
    They're looking for speakers, sponsors, organizers, and attendees. If you're interested or can help, please visit the web site.

Donations:

  • Please consider making a donation to Linux in the Ham Shack to help defray the costs of producing the show, attending shows, file hosting, etc. There's a convenient Donate link on the web site, and you can use a credit card or PayPal.
  • You can also support the show by purchasing LHS merchandise at cafepress.com/lhspodcast or printfection.com/lhs.
  • Thank you!

Feature:

  • Russ discusses his trip to Southeast Linuxfest June 11-13, 2010.
  • Russ gave a talk on Open Source and Amateur Radio. The talk was recorded and will be available at some point.
  • Thanks to everyone involved for their efforts in organizing SELF:

    Foundation Officers

    • President: David Yates
    • Vice President: David Nalley
    • Treasurer: John Yeary
    • Secretary: Mike Major

    Board Members

    • Speaker Coordinator: Jeremy Sands
    • Community Coordinator: Amber Graner
    • Volunteer Coordinator: Jas Eckard
  • Field Day, 2010, was held June 26-27. Russ and Richard discuss the event and how it combines an emergency preparedness exercise and a contest.
  • Russ used to attend Field Day in Maine with the Aroostook Amateur Radio Association (K1FS).
    This year, he visited the Nixa Amateur Radio Club (operating as N0A) and the
    Southwest Missouri Amateur Radio Club sites.
  • One suggestion: make your Field Day sites wheelchair accessible!
  • Send us your Field Day stories!

Feedback:

  • Don, WS4E, sent us a picture of him standing outside the Red Hat Summit in Boston wearing his LHS T-shirt. Thanks, Don!
  • Jan, PA9QV, linked to us in his blog, Varying Frequencies. Thanks, Jan!
  • Eldon, WA0UWH, also linked to us on his blog. Thanks, Eldon!
  • Dave, M0DCM, in the UK writes that he enjoyed Episode 40, and comments about Fldigi, xdx, gpredict, and wsjt.  He uses Xastir, too. He wonders if there is an HD SSTV application for Linux.  His club has asked him to find a good Linux alternative to WinPack. Richard discusses. These could be topics for future shows.(Ed. note: Jean-Paul, F6FBB, has written a packet BBS application for Windows and Linux.)

Contact Info:

  • Contact Richard at kb5jbv@gmail.com, Russ at k5tux@lhspodcast.info, or both at the same time at info@lhspodcast.info.
  • Leave us a voice mail at 888-455-0305 or 417-200-4811, or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Send hate mail to Bill at ka9wka@lhspodcast.info. 🙂
  • Thanks to Dave from Gamma Leonis for the theme music and promo.

Music:

  • "Paper King" by Noxious from the album "Revilutia", courtesy of garageband.com.
  • "Enslaved by Pain" by Severed Fifth (Jono Bacon), from the album "Denied by Reign".