In a terminal type:
sudo apt-get install kernel-headers-`uname -r`
uname -r
- this will output your kernel version and amend it kernel-headers
Thursday, January 7, 2010
Wednesday, January 6, 2010
Sunday, January 3, 2010
Force Network Manager to Manage Wired Connection
This is helpful if you built your system from scratch and run into problems with wired connections with network-manager.
In a terminal:
In a terminal:
sudo gedit /etc/network/interfaces
comment out (#) all the entries related to your wired network device, save and then restart. This will allow network-manager to manage your wired connection.
Friday, January 1, 2010
Install Amazon Mp3 Player In Debian Squeeze
Amazon deserves credit for releasing it's Amazon Mp3 Downloader software for Linux but installing it in Debian Squeeze is frustrating. Amazon only provides a deb and support for Debian 5 (Lenny), while Debian 6 (Squeeze) is still in testing.
Installing the Debian Lenny .deb of Amazon's Mp3 player requires older libraries that are not available in Squeeze. You will need download the Lenny version of:
After installing these dependences you can then install the Lenny version of Amazon's Mp3 Downloader.
Installing the Debian Lenny .deb of Amazon's Mp3 player requires older libraries that are not available in Squeeze. You will need download the Lenny version of:
- ibicu38
- libboost-regex1.34.1
- libboost-filesystem1.34.1
- libboost-date-time1.34.1
- libboost-iostreams1.34.1
- libboost-thread1.34.1
- libboost-signals1.34.1
After installing these dependences you can then install the Lenny version of Amazon's Mp3 Downloader.
Subscribe to:
Posts (Atom)