Ubuntu

Main Page | Recent changes | Random | Special
Edit this page | Page history | Discuss this page
 


Page type: Uncategorised

Contents


Recent and very great Linux Distribution based on Debian

An Ubuntu Ati Driver How To has been placed here

Note that recent versions (between 8.10 to 9.04 at least) will drop randomly when connected to the uni network, this can be fixed by using 8.04 or adding "deb http://archive.ubuntu.com/ubuntu/ hardy main" to your sources and forcing the old version of the wpasupplicant package, you will need to downgrade libnm-glib0, network-manager and gnome-network-manager. Tested with Ubuntu 9.04, presumably kubuntu users will have some differences. If you use synaptic it will bug out a bit, but it will work once you have them all downgraded, remember to lock their versions too.

Has a great autodetection of hardware and generally works well. A good start for someone who doesn't want to spend many dark nights wrestling with man

<Flinux> ubuntu doesn't recognise my laptop touchpad
<bluec> wah
<bluec> are you on the livecd or what
<beefalo> cwl, swb is coming out
<Flinux> no
<aneurin> ubuntu :(
<beefalo> :)
<beefalo> you were the deciding factor lucy
<hypno> probably some proprietary driver
<hypno> ubuntu is pretty cool aneurin 
<bluec> beefalo: WHAT?! SEBB IS GOING?!?!
<aneurin> gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay gay
<beefalo> haha yes
<Jonneh> gay?
<beefalo> calm down
<bluec> :<
<beefalo> just wat i was thinking ni
<Flinux> bluec: where are you going?
<bluec> schlolars then bay maybe
* hypno starts drinking rapidly
<aneurin> http://www.ubuntulinux.org/include/circle.jpg
<aneurin> ^--- hypno
<aneurin> HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA
<bluec> hah
<bluec> ubuntulinux.org is odd, half of the images have mime types which confuse my internets
<Mr_T> aye
<Flinux> aye
<hypno> same here
<Mr_T> Oliver, alert me when dan returns
<Mr_T> oh shit
<Mr_T> you're going to work
<bluec> oh good i thought maybe my settings were whack
<beefalo> aneurin: HAHAHA ITS THE EQUAL OPPORTUNITIES CIRCLE
<aneurin> HAHAHAHAHAHAHAHAHAHAHHAA
<Mr_T> haha
<aneurin> beefalo, GHAHAHHAHAHAHAHA
<aneurin> beefalo, AWE_SOME
<bluec> doesnt look very equal, there's no midgets
<Mr_T> BLACKS AND AND WOMEN UNITE
<hypno> but but a spaceman says its good
<aneurin> Mr_T, RACIST!
<Mr_T> more like hungry
<aneurin> Mr_T, YOU FORGOT THE SPICS
<Mr_T> I CLOSED THE PAGE
<hypno> more like http://gplan.info/blog/Screenshot-Xnest.jpg
<beefalo> ON THE SPICS
<-- Flx has quit (Ping timeout)
<Mr_T> lol

Slashtom won't use it as he likes his man, wrestling not included :P


but I thought Ubuntu meant togetherness. In zulu...

[edit] Network Issues

For ethernet: In /etc/wpa_supplicant.conf:

fast_reauth=0
network={
       key_mgmt=IEEE8021X
       eap=PEAP
       phase1="peaplabel=1"
       phase2="auth=MSCHAPV2"
       identity="username@aber.ac.uk"
       password="password"
}

In /etc/network/interfaces add:

auto eth0
iface eth0 inet dhcp
wpa-driver wired
wpa-conf /etc/wpa_supplicant.conf

This should fix dropouts on the Uni network - for me at least, YMMV.