Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
can't get connected on Ubuntu
#1

First of all, hi :)

 

I believe I'm a super noob. I can't get connected to the net in ubuntu. I've tried DHCP and static IP as well. None of it works. I can't ping my router. I've set my IP, gateway, mask in ifconfig and... it does't work. Those settings are good, couse I'm working right now on Win XP. But what is strange, the dhcp dosn't work too (It should, right?). Could somebody help me please?

Reply
#2

hi to you too,

 

what network card are you trying to use ?

 

cheers

 

 

anyweb

Reply
#3
It's 3Com 3C90XB Combo PCI card.
Reply
#4
Does the system recognize the card? Run 'ifconfig -a' and check whether there is an eth adapter. You need the Linux drivers if your system didn't detect it automatically.
Reply
#5
Yes, it recognize it as 3com (..) Vortex. That coould be correct I believe. Any other sugestions?
Reply
#6

as root do this

 

Quote:ifconfig
paste the results of that here 

then do this

 

Quote:lspci
 

and paste the output here

 



Code:
ifup eth0




 

should enable your network card if everything is 'ok'

 

cheers

anyweb

Reply
#7

Here's ifconfig:

eth0 Link encap:Ethernet HWaddr 00:A0:24:89:04:F0

inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0

inet6 addr: fe80::2a0:24ff:fe89:4f0/64 Scope:Link

UP BROADCAST MULTICAST MTU:1500 Metric:1

RX packets:10 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:10781 (10.5 KiB) TX bytes:0 (0.0 B)

Interrupt:12 Base address:0xc000

 

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

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

collisions:0 txqueuelen:0

RX bytes:21072 (20.5 KiB) TX bytes:21072 (20.5 KiB)

 

And here's lspci:

 

0000:00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)

0000:00:01.0 PCI bridge: Intel Corp. 82815 815 Chipset AGP Bridge (rev 02)

0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 02)

0000:00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02)

0000:00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02)

0000:00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02)

0000:00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02)

0000:00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02)

0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 02)

0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)

0000:02:02.0 Ethernet controller: 3Com Corporation 3c590 10BaseT [Vortex]

0000:02:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 01)

Reply
#8
Also show us the output of 'route -n' and 'mii-tool eth0'. What's the IP address of your router?
Reply
#9

As you wish :)

route -n :

 

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0

0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

 

mii-tool eth0 :

eth0: 10 Mbit, half duplex, link ok

 

Router IP is 192.168.0.1

Reply
#10
No one replies. Does it man those settings look ok?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)