Oooh... That's recent... A few hours ago, it was still release candidate
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
From your packages, it should be around 1000MB if I remember correctly. I had a little more packages and had a 2400MB upgrade to do
Luckily I have access to Tuk's electrical labs and updated at 12MB per second![]()
Nothing... if you connected to JAWUG (punt punt)How much cap (approximately) would I lose by updating from 8.04 to 8.10 using these steps?
.....big bummer.... I updated, the installed ubuntustudio-desktop (looks better than ubuntu).... and my wireless once again did not work. Only did critical updates and installation of ubuntustudio. I heard that there was a problem with the Intel 4965? wireless, but I have the Intel 1395abg or whatever.
Any help? This is now my 3rd reinstall in an attempt to fix it.
What exactly is not working? Is the adapter picked up at all?
Edit: I'm guessing it's a notebook... What notebook?
Nothing... if you connected to JAWUG (punt punt)
We have at least 2 internal mirrors of Ubuntu that are kept up to date daily for the free use of all our members![]()
Hmmmmm - sounds like an issue I had... type the following at the command prompt:#ifconfig does show the wlan0 adapter but even if I use something like wifi-radar I cannot get an IP address. Using Knetworkmanager, it says Wlan: "unmanaged".
Strange thing is too, the network manager for Gnome is supposed to show up in the system tray, but after upgrade does not. So I can't even click on it to see if it sees the access point. Trying the manual config method doesn't work either.
sudo gedit /etc/network/interfaces
auto lo
iface lo inet loopback
Hmmmmm - sounds like an issue I had... type the following at the command prompt:and make sure that onlyCode:sudo gedit /etc/network/interfacesis uncommented. Otherwise the network devices are considered to be manually configured and the network management tools will never start.Code:auto lo iface lo inet loopback
lspci
iwconfig
iwlist <iface_name> scan
iwlist <iface_name> encryption
at the time of this writing the Nvidia and ATI binary (proprietary) drivers do not work with X.org 7.4, that means for many of us, no OpenGL acceleration and no Compiz support.
from this Intrepid Ibex Review
This is unfortunate IMO, since Compiz has been a real selling point for Gutsy and Hardy. How long will it take NV and ATI to release new drivers, or for X.Org to release a version which is backward compatible?
Well I found the problem... my ppp connection (I use wlan0 for intl and ppp for local) creates a wlan0 entry in the etc/network/interfaces file... which is not there by default. This is fine for 8.04... but not for 8.10.
Commented it out and restarted. Works fine now. Will see how pppoe works now.
sudo iwconfig wlan0 essid "<network_name>"
Aqua_lung, i used to just use pppconf or is it pppoeconf, just go ppp and hit tabIts sooo easy, why bother doing it the other way even if it exists ?