Af is speaking in third person.
Zoombie feels sorry for AF. Zoombie remembers when his computer refused to boot. Zoombie remebers telling tech savy father, who helped. Zoombie thinks AF might try this approach.
Ubuntu hell
Moderator: Moderators
i think you can download the file containing the headers from XP and install it on ubuntuAF wrote:Ubuntu 5.1+ am1772 chipset wifi PCI card == no installed drivers.
AF searches logn and ahrd and finds a driver, and downloads a driver for ubuntu from net on his XP then reboots to ubuntu 5.1.
AF starts following instructions.
At stage 2 of the compile process it gives errors about missing files.
Af realizes he must go get linux headers and stuff in the package manager.
Package manager needs to connect to the internet
AF is back to square 1
long link
or maybe is it on the CD ?
looks like it :
icebird@base ~ $ ls /mnt/cdrom/pool/main/l/linux-source-2.6.12/linux-headers* -s
5787 /mnt/cdrom/pool/main/l/linux-source-2.6.12/linux-headers-2.6.12-9_2.6.12-9.23_i386.deb
781 /mnt/cdrom/pool/main/l/linux-source-2.6.12/linux-headers-2.6.12-9-386_2.6.12-9.23_i386.deb
to use the packages on the cd, you must uncomment one line in /etc/apt/sources.list (or is it already done by default ?)
remove the # from something like that :
# deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted
then you should be able to install linux-headers ..
apt-get install linux-headers
or via synaptic
well i did not test it but that should work
A quick look through gogole on upgrading ubuntu from 5.1 to 6.01, perhaps fi I mounted my ubuntu 6 cd iso image to /mnt/iso and then told it to update from there somehow?Ubuntu Upgrade
Wow :) I inserted my freshly downloaded "Hoary Hedgehog" CD, did a md5 check on it (md5sum -cv md5sum.txt) and then did this to upgrade from the previous release (Warty)
apt-cdrom add
apt-get dist-upgrade all
It took about 20 minutes and it *seemed* to work!
Some method similair to what you mentioend above...
I think so yesSo if I download them with XP and copy them over I can just install them with synaptic?
or maybe dpkg -i x.deb
maybe it would work, well I don't really knowperhaps fi I mounted my ubuntu 6 cd iso image to /mnt/iso and then told it to update from there somehow?
but basically you don't need the cd, apt-get dist-upgrade all is sufficient, you may only have more to download