On Fri, Feb 21, 2014 at 11:29 PM, Michael Lussier <ml41782@yahoo.com> wrote:
I tried wiping everything for chirp and reinstalling it 3x . I downloaded the bootable DVD version and I was able to program my baofeng ht. 


Michael,

Here's what I do in Linux Mint (based on and compatible with Ubuntu)

In the terminal execute the following

sudo apt-add-repository ppa:dansmith/chirp-snapshots
sudo apt-get update
sudo apt-get install chirp-daily

Then still in terminal add your user to the "dialout" group (substitute your Ubuntu username for {username})

sudo usermod -a -G dialout {username}

Then logout and login for the group membership change to take effect.

Jim KC9HI