Tag Archives: Debian

How to connect to a Cisco device using the serial port on Linux

Using the serial port is still necessary to manage some devices, when it is reseted to factory defaults. It could be also a security choice… Nowadays many computers – and especially laptops don’t have anymore a built-in serial port. Not a problem, there are many cheap serial-usb converters like this. As an alternative to the [...]

PulseAudio on Debian Testing

I just replaced ESD by the new sound server Pulseaudio. Pulseaudio brings up some great improvements and is already chipped by Fedora 8. Getting it to work on my Debian Testing was very easy : However there were two issues to face : no more sound with Flash and Skype. To solve the flash issue, [...]

Launchpad.net bug report #154274 : Website does not reference Debian visibly

This bug report, created by a Debian developper, reproaches that the Ubuntu website is not refering enough to Debian. I am both using Debian and Ubuntu and loves each other. However, on this point, I am defending the Debian side. Ubuntu should definitely refers more to the Debian community on their website and, in general, [...]

pm-utils instead of acpi-support ?

I had several issues with gnome-power-manager and acpi-support. Both are base on the acpid daemon for power management. Acpi-support is a convenient package of scripts to configure the power management. It is bundled in many distributions, including Ubuntu and Debian. The problem is that it does not cooperate very well with gnome-power-manager. As a result, [...]

Sound issue on Debian testing

Gnome sounds are based on the ESD mixing system (allowing to play different sounds at the same time with the same card), which is itself based on the OSS sound service. The problem is that it does not work by default with a Debian Testing system. And if you try to start Esd in a [...]

Easy search on Planet Debian and Planet Ubuntu

Russel Coker, a famous Debian developper, took a really interesting initiative. He used the Google Custom search to create 2 Google search engines : one to search on Planet Debian one to search on Planet Ubuntu These blogs beeing a big source of information, these engines will be extremely convenient. The links are available on [...]

Solved : network-manager issue with ACPI hibernation

If you have a laptop, Network-Manager running and use ACPI to hibernate, look at this bug report and its nice tip : Editing /etc/default/acpi-support with this line : STOP_SERVICES=”networking” solved an old issue I used to have (and for which I wrote a dirty script with modprobe, dhclient, etc.

How to dupplicate your packages selection

You may want to save your selection of packages, in order to reinstall all your softs later without having to look for and manually install them one after another. On Debian / Ubuntu, this is quite easy. A while ago the solution used to be : and then, an a freshed installed machine : But, [...]