PulseAudio through Jack on Ubuntu Jaunty 9.04
The actual version of PulseAudio installed on Ubuntu 9.04 is 0.9.14. The first step is to install pulseaudio-module-jack.
From here you can download the module:
- pulseaudio-module-jack 0.9.14 x86
- pulseaudio-module-jack 0.9.14 amd64
After you've installed the module for your arch, you need to edit the default configuration of pulse - /etc/pulse/default.pa [sudo gedit /etc/pulse/default.pa]
HP Compaq C700 with Ubuntu 8.04 Hardy Heron
Hello World, I'm Dalox a $t4ck's friend and I decided to write this tutorials to resolve some problems with the HP Compaq C700 with Ubuntu 8.04 Hardy Heron.
When I've installed Ubuntu 8.04 Hardy Heron in my HP Compaq C700, the first problem was wifi network.
I have found some solutions to install the Atheros 5007 but the only one working is to install madwifi-hal-0.10.5.6-r3835-20080801.
Linux and the Network (Introduction)
Linux can support multiple network devices. The device names are numbered and begin at zero and count upwards. For example, a computer running two ethernet cards will have two devices labeled /dev/eth0 and /dev/eth1. Linux network configuration, management, monitoring and system tools are covered below.
The basic command in linux to manage network devices is 'ifconfig'.
This allow to edit IP, Netmask, MAC Address, and much other of an interface.
