Its really easy to install, pop in the disk, boot from the disk (select this from bios) and then there will be an install button on the desktop.If possible, plug in an internet cable(ethernet/cat5/cat6/whatever they call it now) during instalation (the installer will also remind you)
As soon as you get the install complete (still pluged in to an ethernet cable), open terminal, and type
- Code: Select all
sudo apt-get update
wait for that to finish (press y if prompted y/n) and then type
- Code: Select all
sudo apt-get upgrade
. You may need to do
- Code: Select all
sudo apt-get dist-upgrade
as well depending on how old the disk is. All that this is doing is getting everything up to date
As for connecting to the internet over wifi, you will need to connect to the internet through an Ethernet cable during instalation and, assuming that your laptop is new enough(mine isnt, and im having trouble with this myself. my roommates works fine), and the wireless drivers should be taken care of for you.
If your laptop is a little older, and the wireless doesn't work, then you will need to try and find some linux drivers for your wifi card (find what card you have by using "lspci" in terminal) and if there arent any, then you will need to use Ndiswrapper. It comes pre-installed in mint. before you do that open "synaptic package manager" and search for ndiswrapper and two of the packages will not be installed (dkms, and source I think) you can tell which two because they will be missing the little green box on the left. Mark them for install, then click the apply button at the top of the program.
Then you will need to find the newest windows driver for that card, try and get the windows xp version if possible as they seem to be the most commonly working. save the exe file to a folder somewhere you can find easily (like your desktop) and then right click and click extract here. It will add a bunch of the files from inside the .exe to that folder. Open ndiswrapper from the start menu, and click install new. Find the .inf file in the files that you just created in the folder. It will usually be in a folder (inside of the one you made) called drivers_us or something similar. Restart the computer and the wifi should be working. If not then try opening additional drivers and if it the wifi drivers say installed but not currently in use then remove the driver (button bottom right) and then "activate" them again )button same place) If they start working at that point, then see this
viewtopic.php?f=53&t=117283&p=650709#p650709 that should help. If not try uninstalling the driver from within Ndiswrapper and installing an older version. Try googling your card and linux mint to see if anyone has a recommendation.