Archive for the ‘Ubuntu’ Category
Skype on Ubuntu Hardy 8.04 and ThinkPad T60
In order to get audio working on my ThinkPad T60 I needed to set Skype’s Sound Devices to:
- Sound In : HDA Intel (hw:Intel,0)
- Sound Out: Default Device
- Ringing: Default Device
- Check “Allow Skype to automatically adjust my mixer levels”
Installing Perl PAR on Unbuntu 8.0 Hardy
I had some problems when trying to install PAR::Packer on Unbuntu Perl PAR using CPAN. I was always getting a Make error to fix it install libperl-dev, and build-essential
# apt-get install build-essential
# apt-get install libperl-dev
# cpan
cpan> install PAR::Packer
now it should work.