Connecting to itnernet

Hi all,

From home, my opensuse cannot connect to internet. I use the ATT DSL.
In my laptop, I have one wireless adapter and one Ethernet.
When I use /sbin/route -n to see—
it only pick up the wireless one. it is not working.
I want the system to pick up the eth0.

When I tried from my company, it worked.
It picked up the etho.

How can I fix this so that I can connect to internet from home

Thanks,

Lily

Hi Lily,

If you execute the following command as root, what do you see?

# ifconfig

If you don’t see eth0 in there, it may be that the driver for your Ethernet card is not loading properly. Run the following command as root and see what your system is detecting.

# hwinfo --network

You should at least see your Ethernet card there. From there, I would look what hwinfo says for the driver of the card. For instance, hwinfo tells me that my Ethernet card is using the driver e1000e.

Next, run the following command as root and check if any errors come up concerning the driver.

# dmesg | less

Start with that and let me know how it goes.

Regards,
Jeff Shantz

The ifcpnfig output is as below:
It seems that wlan0(wireless) is working .But i cannot
connect to internet.

eth0 Link encap:Ethernet HWaddr 00:1E:EC:F5:4B:B7
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:1854938749 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:219 Base address:0x8000

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:18 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1060 (1.0 Kb) TX bytes:1060 (1.0 Kb)

wlan0 Link encap:Ethernet HWaddr 00:23:4D:2B:70:BA
inet addr:192.xxx.x.x Bcast:192.xxx.x.xxx Mask:255.255.255.0
inet6 addr: fe80::223:4dff:fe2b:70ba/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1590 (1.5 Kb) TX bytes:6528 (6.3 Kb)

wmaster0 Link encap:UNSPEC HWaddr 00-23-4D-2B-70-BA-30-62-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

when i use route -n, i can see it picks the wireless

but cannot connect to internet.

when i tried from my company, it works. it picks the etho

On Sat March 28 2009 04:26 pm, lingrong liu wrote:

>
> when i use route -n, i can see it picks the wireless
>
> but cannot connect to internet.
>
> when i tried from my company, it works. it picks the etho
>
lingrong liu;

Do you have the correct (or any) DNS (nameserver) entries in:
/etc/resolv.conf
It may be that at home you are not getting the DNS set properly.
See if you can ping google by IP


ping -c 5 74.125.45.100

If this work the problem is almost surely your DNS.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

I found out when i put the cable into the ethernet jack,
no light is flashing. Normally it should flash.

The network sevrices showing the ethernet is not connected.
But actally it is put in there correctly.

If i shutdown and boot my laptopn into windows, the networking is working fine.

On Mon March 30 2009 03:16 pm, lingrong liu wrote:

>
> I found out when i put the cable into the ethernet jack,
> no light is flashing. Normally it should flash.
>
> The network sevrices showing the ethernet is not connected.
> But actally it is put in there correctly.
>
> If i shutdown and boot my laptopn into windows, the networking is
> working fine.
>
>
lingrong;

When you are at work are you connecting via wlan0 or eth0?
Are you using DHCP on your wlan0 ?


P. V.
“We’re all in this together, I’m pulling for you.” Red Green

Thanks for everyone’s reply.
I solved this problem.

Thanks for the help.