LHS Show Notes #061

Promo:

Announcements:

  • LHS will be at the Dayton Hamvention, May 20-22, 2011, booth 131 in the North Hall. Russ and Cheryl will be there. Stop and say hello.
  • LHS will also be at the Southeast Linuxfest, June 10-12, 2011, in Spartanburg, SC. Russ will be giving a talk on Saturday, and Russ and Cheryl will be at the LHS booth.

Feedback

  • Dan writes in about a Linux discussion he had at his radio club on March 8, and he mentioned LHS. Dan is also recording his own podcast, "Every Day Linux Use". Good luck with that, Dan, and let us know where to find the podcast when it's released.
  • B.B., KC5PIY, writes about an article in the February 2011 issue of Linux Magazine discussing the OpenHatch project. B.B. shares his thoughts about how OpenHatch may apply to the podcast and amateur radio. Russ and Richard respond. Unfortunately, when this was recorded, the OpenHatch website was down. (From the OpenHatch website: "OpenHatch is an open source community aiming to help newcomers find their way into free software projects.")
  • Rick, K9AO, sent some detailed instructions for building SVXlink, an open source Echolink client, under Linux, and we're including it in it's entirety here. As you may recall from episode 56, Russ had problems with compiling the program.Hi Russ,
    I thought I'd send along the method that I have used to successfully build SVXlink under Mandriva 2010.2 and Ubuntu 10.10. I built the source on Ubuntu 10.10 late last year, so don't have access to that machine at the moment. I built SVXlink from the latest SVN checkout on this Mandriva box, but this method also works fine for the release tarball.

    I don't know if you generally use SVN projects, but I'm thinking that you likely do if you are as interested in helping to shape the development of actively developed projects.

    I create a directory called SVN in my home directory, and then do the SVN checkouts from there. Using the SVN checkout command below will create a subdirectory in the folder that you run it in, and then you can do the install from there. You likely are already familiar with this.

    Here are the specifics:

    --------------------
    Get the source:
    svn co https://svxlink.svn.sourceforge.net/svnroot/svxlink svxlink
    cd to the below directory:
    Build the source branch in /svxlink/trunk/src
    From there:
    make realclean
    make
    su to root
    make install
    --------------------

    If there are any missing deps, these will show up as the compile progresses. As you already know I am sure, you need the devel packages to match the deps to build from source.

    You will see errors, or what looks like errors as the build progresses after a realclean command. But if all of the needed libs and devels are there, the build process will create the necessary configs and then build the app. If you are concerned that the app might not have built correctly, doing another make will have the terminal scroll through the build process rapidly and then complete. If you get that far, do the root install. Then qtel from the terminal will bring up the client.

    There are a number of branches of the source code for SVXlink in development. I recommend the above main trunk first.

    There haven't been any changes in the Qtel client for a while, so if all you are after is the client part of SVXlink there is no advantage to using cutting-edge SVN. There has been quite a bit of development going on in the server part, so experimenting with the SVN and joining the SVXlink devel list might be a good idea.

    Hope that helps, and keep up the good work.

    Rick, K9AO

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 417-200-4811, or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Sign up for the MAGNetcon mailing list.
  • LHS merchandise is available at the SHOP! link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
  • Thanks to Dave from Gamma Leonis for the theme music.

Music:

  • To be added.

LHS Show Notes #058

Introduction:

Announcements:

Feedback:

  • Ilan Rabinovitch writes to tell us about the Southern California Linux Expo (SCALE 9X), February 25-27, 2011.
    Thanks, Ilan. Sorry we couldn't include this earlier.
  • Kevin, KB9RLW, writes in response to Episode 51 that he agrees that Linux is a good fit for the amateur radio community for several reasons: added flexibility, security, and more choices. Even Windows 7 is still vulnerable and he points to a recent Sophos test. He keeps a WindowsXP virtual machine, in VirtualBox for those Windows applications he must run, though WINE usually works fine. He's also a fan of The GIMP, OpenOffice, Inkscape, and Scribus. Good points, Kevin, thanks.
  • Dave, KA6YQ, points us to instructions for running the DX Lab suite in Linux, which, unfortunately, just says that you can run their software in a Windows XP virtual machine, which isn't the same as running it on Linux.
  • Rick, K9AO, tells us of a native Linux EchoLink client SvxLink. Russ uses the Windows EchoLink program under WINE, but checked out the program. He tried building it from source, because he's running Debian instead of Fedora, using the posted instructions, without success, but he'll keep trying.
  • Joseph C. sent a donation to the LHS Dayton Hamvention fund. Thank you very much, Joseph!
  • Jonathan Nadeau of Frostbite Systems says that if you want to install the extra codecs in Debian, you must first add the multimedia repository to your sources list file (/etc/apt/sources.list). Add the repo, then install the codecs you want. Linux Mint Debian does much of this by default.
    Richard spent most of a day trying to uninstall Gnash and install Flash... without success. And it's true that IceWeasel and IceDove are the same as Firefox and Thunderbird, but they are one release back. Richard prefers running the current versions.
  • Russ tells us that by adding the following line to your /etc/app/sources.list file
    deb https://www.debian-multimedia.org testing main non-free

    and then doing an apt-get update, you'll be able to install the non-free codecs.

  • Russ and Richard then talk about removing Gnash:
    dpkg --remove --force-all gnash
  • Russ recommends GhostBSD if you'd like to play with BSD.
  • John, EI7IG, writes that Episode 53 was a "cracker" and that he's a fan of fldigi, too. He also tells us of APRSISCE32, an APRS client for Windows written by Lynn, KJ4ERJ. John has been running IPV6 in the shack and points us to this article by Geoff Huston. Thanks, John.
  • Larry Bushey and Tom Chaudoir of the Going Linux podcast send their regards.
  • Russ gives an impromptu review of the Linux Reality podcast by Chess Griffin.
  • LHS is a sponsor of the upcoming Indiana LinuxFest, and Lord D. sent his appreciation.
  • Mogens, OZ1AKN, asks for help on a couple of topics.Question: Is it possible to automatically start a program under WINE?
    Russ responds with:To make a program under WINE start at boot, look at /etc/rc.d/skeleton for a sample. Copy the skeleton file to the name of the WINE app you want to start, then edit it to start whatever you want to start, such as /usr/bin/wine/echolink.If you want a program to start when the X session starts, click:
    menu -> system -> preferences -> statup applications -> Add a startup app
    In the dialog, give it a name and add the command: /usr/bin/wine <application path>

    Question: How do you reinstall Windows in a dual-boot setup?

    Russ responds with:

    It's easier to install Windows first, then Linux, as the Linux boot loader will automatically detect Windows and include it in the boot menu. If you install Linux first, then Windows, Windows will overwrite the Linux boot loader.

    Otherwise, if you're trying to repair a dual-boot system, try booting with a system rescue CD to repair GRUB.

    Google "linux boot ntldr " to find instructions to tell the Windows NTLDR to also boot Linux.

  • Tom H. sent a donation to the Dayton Hamvention fund. Thanks, Tom!
  • Frazer writes that the LHS Facebook fanpage seems to be geoblocked in Canada. (Russ has fixed the problem. Thanks, Frazer.)
  • Jim, KG9EQ, discovered the podcast while searching for QSSTV and wrote to share his appreciation for the website. Thanks, Jim.
  • B.B. in the chat room asked if Jerry Taylor has resumed the Practical Amateur Radio podcast. (Richard's comments were recorded before Jerry resumed recording episodes.)
  • Paul, KC9QYB, has resumed his Teen Radio Journey podcast.
  • Brady and Rich recently released another episode of the Low SWR podcast.
  • Finally, a note to the ICQ Podcast: We encourage Colin to talk more!

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 417-200-4811, or record an introduction to the podcast.
  • Sign up for the LHS mailing list.
  • Sign up for the MAGNetcon mailing list.
  • LHS merchandise is available at the SHOP! link on Web site. Check out the Badgerwear or buy one of the other LHS-branded items at PrintFection.com/lhs or Cafe Press. Thanks!
  • Thanks to Dave from Gamma Leonis for the theme music.

LHS Episode #058: Nothing But Edits

I have to say this was probably the hardest episode to put together so far. I managed to not record the first 20 minutes of my side of the episode. Then there were bits from Episode #057 that needed to be put in. I recorded secondary items that didn't match up with the original first take. And somehow I think I managed to get it all put together and make it make sense.

Hopefully we will see everyone at Indiana Linux Fest this weekend in Indianapolis. If you can't make it, be with us in spirit. Thank you to our listeners for all your support. Please continue to help us get to Dayton if you can, and remember to tell a few of your friends about us.

73 de The LHS Guys