LinuxQuestions.org
Review your favorite Linux distribution.
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 09-17-2010, 09:08 AM   #31
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113

Quote:
Originally Posted by prayag_pjs View Post
hey hi that means you dont have to do anything to get connected... good.. that means you get ip dynamically and in suse you are facing problem in configuring Ethernet

use yast or yast2 to configure ethernet card and slect Automatically connect via DHCP

also use yast or yast2 to disable firewall

if you follow these two steps you will get connected

also let us know the output of

Code:
iptables -L
@prayag_pjs

please read carefully.

in post #26 evo2 explain how to find loaded modules.

in post #27 OP said there is no such module


let me know how OP access ethernet card with out modules(driver) and how it configure interface to access internat?

without network module can OP follow your two easy steps?

Regards,

Last edited by sem007; 09-17-2010 at 09:09 AM. Reason: typo
 
Old 09-17-2010, 09:15 AM   #32
ErevRav
LQ Newbie
 
Registered: Oct 2006
Posts: 20

Original Poster
Rep: Reputation: 0
Ok.

Kernel 2.6.13-15-default

I'm running Suse on an Aspire 7111WSMi, a handmedown from a relative. I guess it's about 4 years old.

cheers,
 
Old 09-17-2010, 09:16 AM   #33
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by ErevRav View Post
Ok.

find /lib/modules -name r8168.ko, no output; returns me to command line prompt.

cheers,
evo2 is correct. There is no ethernet module installed on your system.

And as i know suse 10 support also expire.
Why you are not use latest version of OpenSuSE (i think 11.4 is available)?

Regards,
 
Old 09-17-2010, 09:21 AM   #34
ErevRav
LQ Newbie
 
Registered: Oct 2006
Posts: 20

Original Poster
Rep: Reputation: 0
My train of thought went something like this,

Let's install suse 10, got the dvd lying around anyway, then patch it up till the latest version over the internet.

Much did I know, the internet part was gonna screw me over.

Thank you all so much for the time invested, really really appreciate it.

Guess ill try to download suse 11.3 and try again.

cheers
 
Old 09-17-2010, 09:24 AM   #35
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Good to hear that you are going to download a newer distro. After some googling I've not been able to find a clear reference but it seems that this driver was introduced to the kernel shortly after version 2.6.13, so you should have no problem with opensuse 11.3.

Good luck! And let us know how you get on.

Cheers,

Evo2
 
Old 09-17-2010, 09:26 AM   #36
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
I suggest you download Opensuse

BTW Opensuse 11.4 is also availbale

Regards,

Last edited by sem007; 09-17-2010 at 09:27 AM. Reason: typo
 
Old 09-17-2010, 09:59 AM   #37
ErevRav
LQ Newbie
 
Registered: Oct 2006
Posts: 20

Original Poster
Rep: Reputation: 0
Well,

Im downloading open suse 11.3 right now.

Btw, out of curiosity and perhaps to save myself some time in the future, whence did you get the information that the particular kernel module was not included in the kernel i had?

cheers,
 
Old 09-17-2010, 12:53 PM   #38
ErevRav
LQ Newbie
 
Registered: Oct 2006
Posts: 20

Original Poster
Rep: Reputation: 0
update:

11.3 and it works!

Tnx again,
 
Old 09-17-2010, 01:04 PM   #39
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Awsome. Linux can be tough for starters but it gets easier. Every distro is different in its own ways so find the one you like and stick with it. Also besure to mark the thread as solved so others know.
 
Old 09-17-2010, 01:18 PM   #40
gdejonge
Member
 
Registered: Aug 2010
Location: Netherlands
Distribution: Kubuntu, Debian, Suse, Slackware
Posts: 317

Rep: Reputation: 73
As JMC1987 said some ISPs bind your access to the mac-address of your PC. You have to verify this with your ISP.
If this is the case, You can only use one machine (the one with the registered mac) at the internet connection and use that one to forward to other machine's.

There is however a second option if your network card supports it. Some network cards allow to change the default mac-addres (see ifconfig hw).
In that case write down the mac-address of the working card and use that for the other network card.

_________________________
Gerrard
 
Old 09-17-2010, 05:43 PM   #41
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by ErevRav View Post
Well,
Btw, out of curiosity and perhaps to save myself some time in the future, whence did you get the information that the particular kernel module was not included in the kernel i had?
When you ran the following command it did't return any filename.
Code:
find /lib/modules -name r8168.ko
What that command does is look for a file called r8168.ko under the directory /lib/modules. If your kernel had that module (driver) it should have been located under that directory.

I was't able to find a definitive reference on the web, but I did find a significant number of forum and email list posts of people discussing the absence driver in the 2.6.13 kernel, but did not find similar posts with reference to the 2.6.14 kernel.

Evo2.
 
Old 09-17-2010, 09:17 PM   #42
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by evo2 View Post
Hi,



When you ran the following command it did't return any filename.
Code:
find /lib/modules -name r8168.ko
What that command does is look for a file called r8168.ko under the directory /lib/modules. If your kernel had that module (driver) it should have been located under that directory.

I was't able to find a definitive reference on the web, but I did find a significant number of forum and email list posts of people discussing the absence driver in the 2.6.13 kernel, but did not find similar posts with reference to the 2.6.14 kernel.

Evo2.
I think ErevRav meant where did you get your research from. Where did you find out the kernel didn't support it. Website example.
 
Old 09-17-2010, 09:22 PM   #43
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by jmc1987 View Post
I think ErevRav meant where did you get your research from. Where did you find out the kernel didn't support it. Website example.
As stated in the last sentence of my post I was not able to find such a website.

Evo2.
 
  


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
unable to connect to internet veeravicky Linux - Networking 2 03-19-2010 04:20 AM
Unable to use internet, but windows shares work great.. THOR_Fedora Linux - Wireless Networking 1 01-17-2006 05:18 AM
unable to use internet with static ip aw_wolfe Linux - Newbie 6 04-20-2005 06:40 PM
Unable to access internet TBomb Linux - Networking 4 08-11-2004 10:29 AM
unable to get to internet tus Linux - Networking 2 02-14-2002 04:29 PM

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

All times are GMT -5. The time now is 05:56 AM.

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