Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
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?
Posts: 3,631
Threads: 899
Joined: Dec 2003
Reputation:
0
hi to you too,
what network card are you trying to use ?
cheers
anyweb
Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
It's 3Com 3C90XB Combo PCI card.
Posts: 187
Threads: 4
Joined: Mar 2004
Reputation:
0
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.
Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
Yes, it recognize it as 3com (..) Vortex. That coould be correct I believe. Any other sugestions?
Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
2006-02-08, 11:51 PM
(This post was last modified: 2006-02-09, 03:23 PM by znx.)
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)
Posts: 187
Threads: 4
Joined: Mar 2004
Reputation:
0
Also show us the output of 'route -n' and 'mii-tool eth0'. What's the IP address of your router?
Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
2006-02-09, 11:57 PM
(This post was last modified: 2006-02-10, 12:00 AM by grandzu.)
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
Posts: 7
Threads: 1
Joined: Feb 2006
Reputation:
0
No one replies. Does it man those settings look ok?