LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to get internet to work (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-get-internet-to-work-832763/)

sem007 09-17-2010 09:08 AM

Quote:

Originally Posted by prayag_pjs (Post 4100615)
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,

ErevRav 09-17-2010 09:15 AM

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,

sem007 09-17-2010 09:16 AM

Quote:

Originally Posted by ErevRav (Post 4100602)
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,

ErevRav 09-17-2010 09:21 AM

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

evo2 09-17-2010 09:24 AM

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

sem007 09-17-2010 09:26 AM

I suggest you download Opensuse :)

BTW Opensuse 11.4 is also availbale

Regards,

ErevRav 09-17-2010 09:59 AM

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,

ErevRav 09-17-2010 12:53 PM

update:

11.3 and it works!

Tnx again,

jmc1987 09-17-2010 01:04 PM

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.

gdejonge 09-17-2010 01:18 PM

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

evo2 09-17-2010 05:43 PM

Hi,

Quote:

Originally Posted by ErevRav (Post 4100700)
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.

jmc1987 09-17-2010 09:17 PM

Quote:

Originally Posted by evo2 (Post 4101092)
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.

evo2 09-17-2010 09:22 PM

Quote:

Originally Posted by jmc1987 (Post 4101202)
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.


All times are GMT -5. The time now is 06:21 AM.