|
| Notices |
Welcome to the DriverHeaven.net forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
 |
Sep 2, 2005, 01:00 AM
|
#1
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
What do I need to get ready to install Linux OS(Ubuntu in this case)
I've decided that I wanted to try linux, I chose Ubuntu to begin with because it looks the easiest. After a while I'll probably change to gentoo.
What I want to know is what I need to do to get ready to install it.
What partitions I need etc.
Thanks in advance 
|
|
|
Sep 2, 2005, 04:19 AM
|
#2
|
|
DriverHeaven Senior Member
Join Date: Jul 2002
Location: Kuwait
Posts: 1,490
|
Well we need to know what else you are planning. For instance; are you planning on dual booting windows? Do you need 3d support? (playing linux games)
If you are not going to dual boot windows then you can just burn the ubuntu cd and basically allow ubuntu to use the entire harddrive and it will pretty much do the rest.
It's hard to say what you will need. From looking at the hardware in your sig I am betting that ubuntu will locate all of the devices and install the necessary packages to run it.
Post more info and you will be able to get more in-depth responses. 
|
|
|
Sep 2, 2005, 02:07 PM
|
#3
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
I guess I would want to play some games on linux.
And, yeah I do wanna dual boot with windows.
|
|
|
Sep 2, 2005, 09:32 PM
|
#4
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
|
|
|
Sep 2, 2005, 09:42 PM
|
#5
|
|
DriverHeaven Senior Member
Join Date: Jan 2005
Posts: 615
|
get ready for the fact that pretty much all your games wont work, and almost all your programs etc wont work either.
|
|
|
Sep 3, 2005, 01:43 AM
|
#6
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
Also when I used the live cd, to try it, I couldn't figure out how to connect to my home network with my router. I tried all the networks and stuff, and couldn't figure out how. How would I go about doing that once it's installed?
|
|
|
Sep 3, 2005, 03:38 AM
|
#7
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
Also when I used the live cd, to try it, I couldn't figure out how to connect to my home network with my router. I tried all the networks and stuff, and couldn't figure out how. How would I go about doing that once it's installed?
|
Is your network card wired or wireless? What is the chip used?
|
|
|
Sep 3, 2005, 07:29 AM
|
#8
|
|
DriverHeaven Senior Member
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
|
To read more about how to setup networking under Linux, read through this networking guide (part of one of the installation guides I got further down).
All linux distributions include grub and/or lilo, the two most well known boot managers for linux. Once you have your linux distribution installed, grub will be installed in the MBR (Master Boot Record) of your hard drive, thereby allowing you to choose which OS to start from.
You will need to create some unpartitioned space on your hard drive, which depends on the size of your hard drive. Around 4GB should be ok, but you can do with 1-2GB as well (although not all packages will fit in 1GB...)
You can resize your Windows partition from the Ubuntu installer, through the popular DiskDrake partitioning program (which will run during the installation). The installer will take care of the required partitions for Linux, so you don't need to worry about those.
If you wish to resize your Windows partition through Windows, you can use a Windows utility to create some free (unpartitioned) space and let the Linux installer create the needed partitions in there. The most popular (although not free) tool for partitioning under Windows is undoubtedly Partition Magic - although there are some free alternatives out there, e.g. Ranish Partition Manager, the partition resizer and FIPS - although I've only used Partition Magic.
The installation is a pretty straightforward process, with the only "tricky" part being disk partitioning.
There are installation docs out there that can help you with the installation, e.g. here and here. The Inquirer has a Linux guide, but I don't recommend it, as this site's validity of articles is usually non-existant, so this guide could do you more harm than good.
As for tools, you might want to check our sticky thread on top of this forum for tools and drivers. Some of these tools work under Windows too, so you can get familiar with them and use the same tools in both OSes.
There IS a way of playing Windows games under Linux (the Cedega project), however this actually uses Windows DLLs to accomplish this. Still, it's much faster than VMWare or similar tools. Check the sticky thread
Good luck with your Linux experience, I hope I helped you a bit with this post 
|
|
|
Sep 8, 2005, 10:07 PM
|
#10
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
Does anyone know where I can find any usb wireless adapter drivers for ubuntu?
|
|
|
Sep 9, 2005, 04:57 AM
|
#11
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
Does anyone know where I can find any usb wireless adapter drivers for ubuntu?
|
If you are already running ubuntu, try
Code:
sudo apt-get install ndiswrapper-utils
Because, from what I read at NdisWrapper wiki, it should work:
Quote:
Card: Linksys #[WUSB54G], 802.11b/g, USB 2.0- Chipset: Prism54
- usbid: 5041:2234
- Driver: Linksys Windows XP driver http://www.linksys.com/download/default.asp
- Other: Works smoothly, of course
- this is the device the USB extension was originally developed for. WEP is running, WPA is supported using wpa_supplicant 0.2.5. No problems with both 1.1 and 2.0 host controllers. As with many other USB devices, no success with 2.4 kernels so far. Try to use 2.6.7 or better. There is a native driver for Prism54 that is working on USB support. View its status at Prism54.org
|
Of course, if you want, I can explain how to compile newer ndiswrapper (one in Ubuntu Hoary is quite out of date). But try this first.
I'm not sure about native Linux drivers for this device, but some in development exist at http://prism54.org/ and http://jbnote.free.fr/prism54usb/
|
|
|
Sep 9, 2005, 03:13 PM
|
#12
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
Quote:
|
Originally Posted by RIV@NVX
If you are already running ubuntu, try
Code:
sudo apt-get install ndiswrapper-utils
Because, from what I read at NdisWrapper wiki, it should work:
Of course, if you want, I can explain how to compile newer ndiswrapper (one in Ubuntu Hoary is quite out of date). But try this first.
I'm not sure about native Linux drivers for this device, but some in development exist at http://prism54.org/ and http://jbnote.free.fr/prism54usb/
|
Well I don't even know how to compile at all  , I'm that much of a noob, do I put that stuff that you wrote in the terminal? I think it would be best if you explained, would be good for a noob such as me 
|
|
|
Sep 10, 2005, 05:32 AM
|
#13
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
Well I don't even know how to compile at all  , I'm that much of a noob, do I put that stuff that you wrote in the terminal? I think it would be best if you explained, would be good for a noob such as me 
|
OK, let's assume it will work without compiling.
Simply open the Terminal and then type:
Code:
sudo apt-get install ndiswrapper-utils
OR
Launch Synaptic and find the package "ndiswrapper-utils" (I think you can just type and selection will move). Install it.
Once it is installed, you can follow the instructions from here.
|
|
|
Sep 10, 2005, 02:21 PM
|
#14
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
I tried everything and it's still not working, it just never shows up in network connections, and never connects.
|
|
|
Sep 11, 2005, 05:17 AM
|
#15
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
I tried everything and it's still not working, it just never shows up in network connections, and never connects.
|
Does NdisWrapper say something like "device present, driver present"?
|
|
|
Sep 11, 2005, 10:45 AM
|
#16
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
It only says driver present, it doesn't say device present 
|
|
|
Sep 11, 2005, 11:31 AM
|
#17
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
It only says driver present, it doesn't say device present 
|
What does it say when you type "lsusb" in console?
|
|
|
Sep 11, 2005, 09:20 PM
|
#18
|
|
Driverheaven.com err .net
Join Date: Jan 2005
Posts: 1,722
|
I decided to just try again with everything, I reinstalled ubuntu, ndiswrapper, the whole shibang.
This time around, everything went right! It detected my connection and everything, I'm actually on it right now  ! Thanks for your help!
|
|
|
Sep 12, 2005, 11:33 AM
|
#19
|
|
Freedom is a feature.
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,403
|
Quote:
|
Originally Posted by nitrousoxide52
I decided to just try again with everything, I reinstalled ubuntu, ndiswrapper, the whole shibang.
This time around, everything went right! It detected my connection and everything, I'm actually on it right now  ! Thanks for your help!
|
Glad you got it sorted out! You can't say it "just worked", but it wasn't very far, right? 
|
|
|
|
|
|