Posts Tagged ‘ubuntu’

Get wireless working with Ubuntu 10.04 on the Lenovo S10e

Monday, May 3rd, 2010

Add

b43

to /etc/modules & reboot

(also I had better luck with the 2.6.31-20 kernel)

Popularity: 2% [?]

Experimenting with GNU/Linux: Enhancing terminals with byobu on Ubuntu 9.10

Monday, May 3rd, 2010

Experimenting with GNU/Linux: Enhancing terminals with byobu on Ubuntu 9.10.

A screen enhancement…

Popularity: 1% [?]

Fix AAC / mp4 playback on squeezeserver

Sunday, May 2nd, 2010

I’d already had a look in the wiki for AAC but that didn’t fix it.

The problem was the libraries were compiled for 32 bit, and my server was running on 64-bit Ubuntu 9.10. A question to the forum found the answer.

apt-get install ia32-libs
service squeezeserver restart

fixed it.

Popularity: 1% [?]