![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 244
OS: XP
|
Getting IE Up & Running On A Linux PC
Hey guys,
I'm going to be helping a client who is running Linux on a Dell Dimension 4700 desktop. He ordered AT&T Internet and it's now live. He wants me to do whatever is necessary to get the Internet up and running on his pc. Since I haven't worked much with Linux, I'm not really sure what to do. Would it be possible for someone to tell me where I can find a step-by-step guide to getting IE up and running on a Linux system? Thanks for any help you can offer. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
Yes but it sucks really bad. Why does he HAVE to have IE? (At least it did on an FC4 server I set up...)
http://www.tatanka.com.br/ies4linux/page/Main_Page
__________________
This message was sent from my iTimeTravel Device. Last edited by alt; 12-21-2007 at 01:32 PM. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
It was very unstable last time I used it. You can't beat firefox on linux. Just make sure to get all the Java/Flash stuff installed as well.
What distribution will you be using?
__________________
This message was sent from my iTimeTravel Device. |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 244
OS: XP
|
Re: Getting IE Up & Running On A Linux PC
Actually, I'm not sure. I'm going over there this afternoon.
How can I be sure that I have all the Java/Flash stuff installed? I know how to do this in Windows, but (as I said) not very familiar with the Linux environment. |
|
|
|
|
|
#7 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
Installing stuff in linux isn't hard but it isn't always as easy as "running setup.exe". Once you have linux installed, let me know what you have to work with and I can walk you through stuff if you want. The easiest way to figure out how to do something in linux is to google it.
__________________
This message was sent from my iTimeTravel Device. |
|
|
|
|
|
#9 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
OH, gotcha. If hes using cable or dsl, pretty much the same process as in windows...considering the router configs are via browser so...should be EZ.
__________________
This message was sent from my iTimeTravel Device. |
|
|
|
|
|
#12 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
A lot of linux distributions come packaged with firefox...which is another reason I was asking if you knew what distro he was using.
There are multiple ways to install stuff in linux...another reason I was wondering which distro.
__________________
This message was sent from my iTimeTravel Device. |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 244
OS: XP
|
Re: Getting IE Up & Running On A Linux PC
Okay. Internet was just "hooked up". AT&T came out, ran the line, and told him "you have internet service".
They did not go into his PC and configure it in any way so it was ready. In Windows, I can go into Network Connections, and find out what's going on with the Internet connection. Is there such a place in Linux? He has not yet been on the internet - it was just hooked up. I have to leave in 5 minutes. |
|
|
|
|
|
#15 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 244
OS: XP
|
Re: Getting IE Up & Running On A Linux PC
I would imagine that AT&T probably hooked up the router, if there is one, otherwise the modem. I'm pretty sure they do that.
I'll check back with you at my next job site, probably half an hour or so. Thanks for your help so far - I really appreciate it. |
|
|
|
|
|
#17 (permalink) |
|
Mentally divergent
Join Date: Jun 2005
Location: Chehalis, WA, USA
Posts: 1,285
OS: W2K, Ubuntu 8.04
|
Re: Getting IE Up & Running On A Linux PC
newreel -
Any luck? What Linux distro your friend running? You do know a basic step is to plug the Linux PC in to the modem or router before you turn it on, right? I'm not familiar with geeky Linux distros, just the user-friendly ones like Ubuntu or PCLOS. In Ubuntu, did you go into Networking and see if the wired network is "enabled"? Should be as easy as clicking the little check box. Reboot with ethernet cable plugged in. You won't really know if you're online or not until you start Firefox or Opera browser. If he's running Ubuntu (or even if not) take a read thru this documentation and see if it helps any. |
|
|
|
|
|
#19 (permalink) |
|
Registered User
Join Date: Jun 2006
Posts: 74
OS: XP Home
|
Re: Getting IE Up & Running On A Linux PC
Just open Fiefox, Opera, Konqueror or whatever browser his distro has, and see if it gets him on the internet. It should automaticaly hook him up. You don't need IE. I'm not understanding this problem, I guess.
Bronson7 |
|
|
|
|
|
#20 (permalink) |
|
Registered User
|
Re: Getting IE Up & Running On A Linux PC
OK, let's try to get an answer for each question:
Some alternatives: I'll boldly assume the PC has ubuntu installed. If so, then open a terminal (Applications --> Accessories --> Terminal). On the command line type: $ ping www.your_favorite_website.com -c 5 # a pound sign starts a comment # ignore the $ sign; you'll see it when you open the terminal. # after entering the above command, press ENTER If the PC has a connection, then it'll ping the website 5 times and output some data. This means the Linux PC has access to the Internet. Otherwise you'll see output saying something like "Unable to connect to www.your_favorite_website.com", which means you'll need to figure out what went wrong. OR On the command line type: $ firefox www.your_favorite_website.com # press ENTER If the PC has a connection then Firefox will open and take you directly to www.your_favorite_website.com. Otherwise you'll see "Firefox was unable to establish a connection...", which means you'll need to figure out what went wrong. OR On the command line type: $ firefox 192.168.1.1 # enter password if prompted This should open the browser gui for your router or modem. Configure settings to your liking and exit. If all else fails, perform a hard reset of the modem. See owner's manual for details. All settings will revert to factory defaults. Cheers |
|
|
|
![]() |
| Thread Tools | |
|
|