LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-19-2010, 01:04 PM   #1
tic-tac-toe
LQ Newbie
 
Registered: Oct 2010
Posts: 7

Rep: Reputation: 0
Problems connecting through a Wired Linksys router


I have recently reinstalled OpenSuSe on my computer to practice customizing partitions. After doing so I have been unable to connect to the internet. In fact when I use the ifconfig command eth0 doesn't show up anymore only lo. I have another box connected to the router and it works. Can anyone help me figure out why my Linux box is having issues? The output from the ifconfig command is:

lo 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:158 errors:0 dropped:0 overruns:0 frame:0
TX packets:158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12148 (11.8 kb) TX bytes:12148 (11.8 kb)
 
Old 10-19-2010, 01:21 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
I would check out the network settings under Yast2. http://opensuse.swerdna.org/susenic.html

Make sure your card is recognized, if not, you have a driver issue.

Last edited by pljvaldez; 10-19-2010 at 01:22 PM.
 
Old 10-19-2010, 01:56 PM   #3
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Problems

To back up what pljvaldez said:
This problem has nothing to do with that router. Your Linux install is not seeing any network interface. You need to resolve that before anything will get so far as the router. (And once you do, it may all 'just work' as intended!)
 
Old 10-19-2010, 04:33 PM   #4
tic-tac-toe
LQ Newbie
 
Registered: Oct 2010
Posts: 7

Original Poster
Rep: Reputation: 0
I went through the tutorial(except the wireless section, because it's wired)and I pretty much had everything exactly like they instructed. Except I had the "Change Hostname via DHCP" box checked under the Hostname/DNS tab. Under the Overview tab as name I had "Ethernet Network Card DHCP" and as the info:

Ethernet Network Card (No hwinfo)
Device Name: eth0
Started automatically at boot
IP address assigned using DHCP

I still get the same output with ifconfig, so am I missing a driver or...?
 
Old 10-19-2010, 05:45 PM   #5
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
I think you must be missing a driver. Can you post the output of lspci and lsmod?
 
Old 10-19-2010, 05:59 PM   #6
nuxrl
Member
 
Registered: Jun 2006
Location: NY, USA
Distribution: Slackware, Arch
Posts: 176

Rep: Reputation: 35
Try "/sbin/ifconfig -a" to see if eth0 is listed.
 
Old 10-19-2010, 06:20 PM   #7
tic-tac-toe
LQ Newbie
 
Registered: Oct 2010
Posts: 7

Original Poster
Rep: Reputation: 0
The lsmod output is attached and the lspci:
Host bridge: VIA Technologies, Inc. VT8753 {P4X266 AGP} (rev 01)
PCI bridge: VIA Technologies, Inc. VT8733
USB Controller: VIA Technologies, Inc. VT82xxxxx
USB Controller: VIA Technologies, Inc. VT82xxxxx
USB Controller: VIA Technologies, Inc. VT82xxxxx
USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
Multimedia audio controller: VIA Technologies, Inc.VT8233/A/8235/8237 AC97 Audio COntroller (rev 50)
VGA compatible controlelr: nVidia Corporation NV18 [FeForce4 MX 4000] (rev c1)
Attached Thumbnails
Click image for larger version

Name:	0.png
Views:	21
Size:	91.3 KB
ID:	4906   Click image for larger version

Name:	1.png
Views:	13
Size:	101.2 KB
ID:	4907   Click image for larger version

Name:	2.png
Views:	15
Size:	93.0 KB
ID:	4908  
 
Old 10-20-2010, 10:06 AM   #8
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Network

Unless I am missing something, it almost looks as if there is no Ethernet interface device detected. Period.
Try a live CD: if that also does not detect it try tearing down the machine a bit, cleaning the card contacts, and re-seating the cards and securing them as you re-assemble.
( With power disconnected, grounded, and following the usual safe practices, natch.)
 
Old 10-20-2010, 11:02 AM   #9
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
I agree that the OS doesn't seem to be recognizing your card. What kind of hardware is this (either the card info if a separate card or the motherboard info if it's built in)?
 
Old 10-25-2010, 01:52 PM   #10
tic-tac-toe
LQ Newbie
 
Registered: Oct 2010
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks to everyone for the help, after I broke the box down, cleaned and reconnected everything it worked
 
  


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
Linux can't connect to internet with DHCP through Linksys wired router ruslan40321 Linux - Networking 9 03-30-2008 02:08 PM
PXE behind a Linksys BEFW11S4 wired-~less router cvelasquez Linux - Networking 0 02-04-2007 05:13 PM
How to get computer and wired Linksys BEFSR41 router to work and play well together ginnytwo Linux - Newbie 6 03-08-2006 01:40 PM
Wired Linksys router - works...wireless-g no go. mynameshagop Linux - Newbie 11 01-11-2006 05:10 AM
Connecting to my linksys router gbogle Linux - Newbie 3 05-02-2005 09:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:51 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