LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-02-2012, 04:37 AM   #46
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

Is this a modem or a router?
How is the connection made in windows?
Is DHCP enabled?
If you want to use a fixed IP, edit
Code:
/etc/network/interfaces
Code:
auto eth0
iface eth0 inet static
    address 192.168.0.65
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
Restart networking
Code:
sudo /etc/init.d/networking restart
How do you connect? networkmanager, wicd....
Do you get errormessages?

Kind regards
 
Old 05-02-2012, 03:54 PM   #47
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
k3lt01: I don't believe so, I have never had to use a password. Is there a way that I can check? I am convinced that my problem is a file of sort/software. I can run windows w/ connectivity and all, I switched out every connection from one pc to the other and there is no problem with the hardware. I am going to bring up again this issue w/ my desktop pc, this may or may not have bearing. After leaving my computer on for several hours, the screen goes dark. The on/off button which is green when on, goes yellow. What previously brought the screen back to life was to simply move the mouse or hit a key, this does nothing. My processor at this same time seems to go into indefinite hibernation. The on/off button is green-lit, fine, but when I touch it quickly, the processor's other lights go into lighting up momentarily, the disk drives open and close but that's all that seems to happen. I have to press and hold in the processor's on/off button for it to shut down and then I can boot back up. This issue has piggy-backed the primary issue. Ken
 
Old 05-03-2012, 12:21 AM   #48
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Ken do what Repo suggested and let us know what happens. I'm getting to a point where I'll start guessing at things because to my mind we should have been able to sort it out by now.
 
Old 05-03-2012, 12:30 PM   #49
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Repo: "Is this a modem or a router?" Modem
"How is the connection made in windows?" I'm not sure exactly what you mean. I am wired from my phone jack to the modem, from modem to computers, I have 4 ports on the back of the modem and have a desk-top (linux) and a lap-top (windows) connected.
"Is DHCP enabled?" How do I test/find out if DHCP is enabled?
"If you want to use a fixed IP," edit Code:
/etc/network/interfaces Do you recommend I try this?
"How do you connect? networkmanager, wicd.... How do I find this out?
"Do you get errormessages?' Error messages from what/where? Ken
 
Old 05-04-2012, 04:01 AM   #50
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
"Is DHCP enabled?" How do I test/find out if DHCP is enabled?
Look in windows if it uses DHCP or a fixed IP, or look at the settings from the modem.
Quote:
/etc/network/interfaces Do you recommend I try this?
It wouldn't hurt to try :-)
Backup the file before making the changes though.
Quote:
"Do you get errormessages?' Error messages from what/where? Ken
When you make the connection.
How do you connect?

Kind regards
 
Old 05-28-2012, 10:34 AM   #51
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
I have been working on this issue for too long, I am leaving in the next week to go out on the road for work, need to fix this issue. Can I just update or load another version of Ubuntu and be done w/ this issue? Does anyone know if I do this, will I loose any pictures stored in FSpot photo manager? Much appreciated, Ken.
 
Old 05-28-2012, 08:36 PM   #52
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
ken u will lose their soul of teamwork. these supporters are good company ..myself..enjoyed the the course of troubleshooting your problem although i am not a geek nor a guru in linux
but I think u as a beginner should depend more on graphical tools rather than command line tools but they as professionals depend solely on command line which is difficult for u .you should read more about linux not to solve this problem but to gain more experience
search amazon.com for "Linux Bible" or "Linux for Dummies" ..read about networking basics and networking in linux so the that u can USE help offered to u efficiently.
and " no pain ..no gain"
 
Old 05-29-2012, 12:56 AM   #53
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Does anyone know if I do this, will I loose any pictures stored in FSpot photo manager?
Backup all your data before doing an upgrade or installing a new OS.
Quote:
I have been working on this issue for too long,
You never came back with answers to the questions asked, or results from the proposed actions.

Kind regards
 
Old 05-29-2012, 08:21 AM   #54
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
My comrades, my apologies for the temporary surrender. I just moved my family of 12 (yes they are all ours) out of state, into a new home last week, have been negotiating new work to begin while trying to settle us in. Great life, just a bit dizzy when I look at my watch. I will pick up where I left off and (w/ your help) figure this issue out. Thank you for the shot in the arm. Ken
 
Old 05-29-2012, 09:50 AM   #55
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
repo: I keyed in "/etc/network/interfaces", response "permission denied".
DHCP issue, I went to windows and found: "IP Address 10.0.0.30"
"Subnet mask:255.255.255.0
"Assigned by DHCP"
Error Messages: When I boot up, and click on firefox icon, the message comes back "Firefox can't find the server at start.ubuntu.com"
I am getting a similar message on both machines at start-up, "Well, this is embarrassing, Firefox cant' find the last session, this is usually due to a recently opened page".
I am now getting on my linux machine an error message: "Your browser has been updated and needs to be restarted". I click on restart and nothing happens, it just loops back to same message. Am I to assume that my linux machine is using the same IP address as my windows? and that DHCP on linux is assigned and working due to the info above on windows machine? Ken.
 
Old 05-29-2012, 01:11 PM   #56
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
repo: I keyed in "/etc/network/interfaces", response "permission denied".
Try
Code:
sudo cat /etc/network/interfaces
Kind regards
 
Old 05-29-2012, 06:53 PM   #57
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
repo: keyed in "sudo cat /etc/network/interfaces". Response: auto lo
iface lo inet loopback
Ken.
 
Old 05-30-2012, 01:59 AM   #58
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You don't have any network configured.
How do you connect?
Do you use wireless, wired....
Do you use networkmanager, wicd....
Please post the output from
Code:
sudo ifconfig
Kind regards
 
Old 05-30-2012, 08:08 AM   #59
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
repo: I have a wired connection w/ a modem. I am not sure on networkmanager or alternate, where would I find the answer to that? I pay a service-century link- and hook-up and go. I keyed in sudo ifconfig, response was similar to that on page 3:
Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collision:0 txqueuelen:0
RX bytes:5440 (5.4KB) TX bytes:5440 (5.4KB)
Ken
 
Old 06-05-2012, 07:36 AM   #60
Kendancer1
LQ Newbie
 
Registered: Apr 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Repo: I sent a reply, is there something I am missing, please respond, Ken.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] help firefox cannot find server john edward Linux - Newbie 4 09-24-2011 09:03 PM
[SOLVED] firefox cannot find server moonmoth Linux - General 6 06-26-2011 12:31 PM
Firefox in Fedora 15 cannot find server moonmoth Linux - Distributions 3 06-25-2011 05:26 PM
Xubuntu 10.10 - Firefox can't find the server - no longer able to access the internet Rookie999 Ubuntu 2 03-11-2011 01:01 PM
The ' and / keys cause Firefox start find...annoying Baix Linux - Software 1 07-02-2005 01:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration