*

Site Map

ShoutBox!

-no content-

Author Topic: I am switching to Linux what version do I need?  (Read 1710 times)

0 Members and 1 Guest are viewing this topic.

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #15 on: August 13, 2007, 03:00:30 PM »
Here is a good website to help you with your ubuntu experience: http://ubuntuguide.org/wiki/Ubuntu_Feisty


That helped me out a lot.  I am going to be installing shortly just gotta copy the file over to a cd and I will be set.
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #16 on: August 14, 2007, 01:11:44 PM »
Just remember to burn the iso as a cd image and not the file.
Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #17 on: August 14, 2007, 11:16:50 PM »
Well I got Ubuntu installed and I really like it now if I can figure out how to install stuff on here Ill be in good shape.  I cant find any Linux drivers for my wireless adapter it is  Linksys wireless g  WUSB54 VER.4  MEQ20G118788
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #18 on: August 14, 2007, 11:31:33 PM »
Go to Applications>>Add/Remove to install programs.
Or go to the terminal (Applications>>Accessories>>Terminal) and type 'sudo apt-get install program_name'
an example would be
sudo apt-get install firefox
or use synaptics to view all installable items for the repositories (System>>Administation>>Synaptic Package Manager'.

And for your wireless drivers try and use the restricted-drivers-manager (System>>Administration>>Restricted Driver Manager). You can also get video card drivers from hear as well.
Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #19 on: August 15, 2007, 09:37:39 PM »
Ok I don't know what the hell I am doing I can't get anything to install the drivers I downloaded from xp that are linux drivers I cant get them to install on ubuntu and I cant seem to find linux drivers for my linksys so I switched to my netgear wireless adapter and I still can't get it working.
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #20 on: August 15, 2007, 09:44:57 PM »
Get the driver (it will be a .inf file), place it on your desktop and run the command

cd Desktop
sudo ndiswrapper -i WUSB54GS.inf

Note-You may need to change the file name to match your driver. It is case sensative btw.

Then run

ndiswrapper -l

and the wireless card should be listed in System>>Administrator>>Network. There you can configure your card to connect to your wifi connection, and again everything is case sensative.
Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #21 on: August 15, 2007, 10:09:03 PM »
Get the driver (it will be a .inf file), place it on your desktop and run the command

cd Desktop
sudo ndiswrapper -i WUSB54GS.inf

Note-You may need to change the file name to match your driver. It is case sensative btw.

Then run

ndiswrapper -l

and the wireless card should be listed in System>>Administrator>>Network. There you can configure your card to connect to your wifi connection, and again everything is case sensative.


My linksys adapter driver is a .exe file and it wont run I tried what you are doing and it is not working.
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #22 on: August 15, 2007, 10:16:01 PM »
put the exe on your desktop and run in the terminal
Code: [Select]
cd Desktop
unzip (name of file).exe
Code: [Select]
unshield x DATA1.CAB
unshield x DATA2.CAB
You might need to change the name of the cab files.
Hopefully the inf will be sitting on your desktop now.
EDIT: Before you run those commands you will need to install wine
Code: [Select]
sudo apt-get install wine

Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #23 on: August 15, 2007, 10:25:41 PM »
put the exe on your desktop and run in the terminal
Code: [Select]
cd Desktop
unzip (name of file).exe
Code: [Select]
unshield x DATA1.CAB
unshield x DATA2.CAB
You might need to change the name of the cab files.
Hopefully the inf will be sitting on your desktop now.
EDIT: Before you run those commands you will need to install wine
Code: [Select]
sudo apt-get install wine




Ok the files on my desktop but I do not know what to do with the CAB files.
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #24 on: August 15, 2007, 10:26:21 PM »
use the terminal and enter
unshield x *.CAB
Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #25 on: August 15, 2007, 10:28:08 PM »
use the terminal and enter
unshield x *.CAB


It says the program unshield is currently not installed and I cant get the wine program to install it says it cant find it.
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Re: I am switching to Linux what version do I need?
« Reply #26 on: August 15, 2007, 10:29:49 PM »
o yeah... you dont have internet access....
is it possible to hook up you comp to an ethernet temporarily?
Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #27 on: August 15, 2007, 10:32:14 PM »
o yeah... you dont have internet access....
is it possible to hook up you comp to an ethernet temporarily?


I dont think I have a long enough ethernet cable but cant I download it from my laptop and install it on my desktop?
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen

Offline Motoxrdude

Main PC:....................Server....................Lap top
X2 3800+                  P4 1.8ghz              Amd x2 tk-53
1GB DDR2 800          512mb ddr400       2x512mb ddr2-800
X800GTO                   MX 440                  Nvidia 6100
360GB HDD Sata 2    2x40gb ide hdds   160gb pata hdd @ 5400 rpm

Offline ckfordy

Re: I am switching to Linux what version do I need?
« Reply #29 on: August 15, 2007, 10:52:54 PM »
When I try to install wine it comes up with Error: Dependency is not satisfiable: lib32asound2

and when I try to install unshield Error: Dependency is not satisfiable: libunshield0
Intel Core 2 Duo E6420 @ 3.4 GHz
GIGABYTE GA-P35C-DS3R
4x1GB G.Skill DDR2
250 GB HDD
8800GTS 320MB
X-FI Xtreme Music
Westinghouse 22'' widescreen/Dell 20'' widescreen