Mumble 1.2 on Ubuntu 9.10 – Karmic Koala

October 13th, 2010 | by | geeky

Oct
13

Here’s How:

sudo sh -c "\
  echo 'deb http://ppa.launchpad.net/slicer/ppa/ubuntu karmic main' \
  >> /etc/apt/sources.list.d/mumble.list"

sudo apt-key adv \
  --keyserver keyserver.ubuntu.com \
  --recv-keys 165B2836

sudo aptitude update

sudo aptitude install mumble

Compaq CQ40 Wireless Driver

February 11th, 2010 | by | geeky

Feb
11

This did not work out-of the box for me with Kubuntu 9.10.
`lspci` showed me that the wireless device was:
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
This is messed up. The driver provided by the manufacturer worked fine with the previous kernels and the previous releases of kubuntu (kernel 2.6.28 ). After some googling I found a broadcom driver in the Ubuntu ‘restriced’ repos which is provided by the package `bcmwl-kernel-source`.

So if you have the “restricted” repositories turned on in your machine this will work fine. You’ll just need a reboot sudo aptitude install bcmwl-kernel-source