Jump to content

network ok , but no internet


4di
 Share

Recommended Posts

I have a IBM XSeries 205, and I put mandriva one 2009 on it.

I was instaling mandriva with the network cable on.

No error till know, but the internet connection doen't work.

I go to Network Center, and it said "unable to find network interface for selected device (using tg3 driver)" .

The network is like this, MODEM- ROUTER -SWITCH-IBM X Series 205 (this one).

If I put the Cable from switch to another PC wors great .

What should I do ?

Edited by 4di
Link to comment
Share on other sites

Is your net switch using DHCP, or static addresses?

 

Static (192.168.100.2), what can be the solution ? I forget to tell that the green led on the network card (IBM ) is working .

Edited by 4di
Link to comment
Share on other sites

Should I change the network card ?

 

No, what Scarecrow means is, that in konsole you have to write the last char as a ZERO, not as a o.

 

Open your konsole login as root, using the su command, write your root password when promt, then write or copy/paste

 ifconfig eth0

in to the konsole and hit enter. and paste the output in here :-)

Link to comment
Share on other sites

Actually, you can paste from your browser to the console. Copying from the browser is done by rightclicking with the mouse, and pasting to the console is not done with "ctrl+V", but with "shift+insert" instead.

Edited by scarecrow
Link to comment
Share on other sites

The result for : ifconfig -a is :

 

# ifconfig -a

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:308 errors:0 dropped:0 overruns:0 frame:0

TX packets:308 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:23112 (22.5 KiB) TX bytes:23112 (22.5 KiB)

 

Using mcc:

 

identification Broadcom Corporation

description netXtreme BCM5703 Gigabit Ethernet

Media class: Ethernet Controller

.....

Misc: tg3

Edited by 4di
Link to comment
Share on other sites

You don't have any network interface in your machine. This can happen for one of a few reasons.

 

1. The module is not loaded.

2. The modue doesn't support your network card.

3. Your kernel doesn't have a module for your network card.

 

so, please provide results from:

 

lsmod | grep tg3

 

as well as:

 

lspci

 

so we can see the information for your network card.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...