LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-09-2004, 02:34 PM   #1
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Rep: Reputation: 0
Question yet another newbie with a LAN problem


I just installed Mandrake linux 10.0 community and I can't get my LAN working! I've configured it to death and it still wont work! I have a dual boot with win xp and it works fine there. Help please!

PC info: D-link Ethernet adapter, soyo motherboard,amd athlon 1800+, integrated video audio.
 
Old 04-09-2004, 03:23 PM   #2
meldar
Member
 
Registered: Feb 2004
Location: Denmark
Distribution: Gentoo
Posts: 136

Rep: Reputation: 15
Open a terminal and type ifconfig eth0 up. What does it say? Does the device eth0 exist? If it doesn't the driver is not loaded.
 
Old 04-09-2004, 04:21 PM   #3
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
"Ifconfig" is not a recognized command but i can confgure my eth0 connection in the mandrake control center. i got my ip, gateway, etc.. from windows xp and set it up manually. still no luck.
2 things i dont know if they help but, whenever i open a browser it says "resolving host connection." I have two ethernet cards. one of them is integrated the other a PCI.
 
Old 04-09-2004, 08:43 PM   #4
meldar
Member
 
Registered: Feb 2004
Location: Denmark
Distribution: Gentoo
Posts: 136

Rep: Reputation: 15
You need to be root to use ifconfig.
 
Old 04-10-2004, 01:24 PM   #5
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
I'm not sure how to interpret this so i just copied everything i did

[dar@192 dar]$ su
[root@192 dar]# ifconfig eth1 up
[root@192 dar]# ifconfig eth0 up
[root@192 dar]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:2C:A1:7B:6F
UP BROADCAST 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)
Interrupt:11 Base address:0xd800

eth1 Link encap:Ethernet HWaddr 00:40:05:35:B4:A1
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:41 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:11 Base address:0x9f00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:70 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4594 (4.4 Kb) TX bytes:4594 (4.4 Kb)
[dar@192 dar]$ su
[root@192 dar]# ifconfig eth1 up
[root@192 dar]# ifconfig eth0 up
[root@192 dar]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:2C:A1:7B:6F
UP BROADCAST 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)
Interrupt:11 Base address:0xd800

eth1 Link encap:Ethernet HWaddr 00:40:05:35:B4:A1
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:41 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:11 Base address:0x9f00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:70 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4594 (4.4 Kb) TX bytes:4594 (4.4 Kb)
 
Old 04-10-2004, 01:34 PM   #6
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
You need to disable the eth that you aren't using. Only have the ethernet you are actually using, load. Plus, if you can't get one of the lan's to work right, just use the one that does work. That's what I did when running Mandrake. I couldn't get Mandrake to run internet with my usb ethernet adapter but it worked fine with my onboard one. If you use the onboard one, make sure it's enabled in your bios.
 
Old 04-10-2004, 03:53 PM   #7
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
i disabled it still no luck, could it be a configuration error? I just took all the connection info from windoze and pasted it to linux. my lan works fine windows.
 
Old 04-10-2004, 07:55 PM   #8
CBlue
Member
 
Registered: Mar 2004
Location: South Carolina, USA
Distribution: Mepis
Posts: 287

Rep: Reputation: 31
Did you see if the network was running in your network configuration? I think in Mandrake, if using kde, that there is a link in the kmenu for network. See if your network is running and your card is enabled.
 
Old 04-11-2004, 11:49 AM   #9
menkhor
LQ Newbie
 
Registered: Apr 2004
Posts: 1

Rep: Reputation: 0
Your network cards are active. Your problem is the mandrake is not obtaining an ip address from your dhcp server. Are you sure you have the net cards configured to obtain an ip address automatically. If you want to test this when you have the XP up get the ipinfo from it. I believe at a command prompt you would type ipconfig all and assign the ipinfo in mandrake statically.
 
Old 04-12-2004, 04:03 PM   #10
meldar
Member
 
Registered: Feb 2004
Location: Denmark
Distribution: Gentoo
Posts: 136

Rep: Reputation: 15
If that doesn't work, try to type dhcpcd eth0 or dhcpcd eth1 depending on which card you wan't to use. You should then get an ip.
 
Old 04-17-2004, 08:42 PM   #11
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
How do i set my ip statically? and this looks suspicious.

[darbot@localhost darbot]$ su
[root@localhost darbot]# ifconfig dhcpcd eth0
eth0: Host name lookup failure
ifconfig: `--help' gives usage information.
[root@localhost darbot]# ifconfig dhcp eth0
eth0: Host name lookup failure
ifconfig: `--help' gives usage information.
[root@localhost darbot]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:40:05:35:B4:A1
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:1 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:11 Base address:0x4f00

[root@localhost darbot]# ifconfig dhcp
dhcp: error fetching interface information: Device not found
[root@localhost darbot]#
 
Old 04-17-2004, 08:48 PM   #12
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
DHCP is not a device, it's a common protocol use to automatically retrieve an IP for the interface to use. You most likely need to configure the card to use DHCP. You can use the Mandrake control center thingy for it and make sure that DHCP is selected, or you could go on a long hunt for the network config file which is in /etc/conf.d/net in Gentoo.
 
Old 04-18-2004, 04:29 PM   #13
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
I think i found the problem! when i boot up linux it says "Applying IPVS configuration changes: WARNING IPVS version mismatch" then "Kernel compiled with version 1.0.10
ipvsadm v. 1.24 requires minimum IPVS version 1.1.4"
then "module version is wrong" I have no clue how to fix this?
 
Old 04-19-2004, 07:37 PM   #14
darbot
LQ Newbie
 
Registered: Apr 2004
Location: us
Distribution: fedora core 1
Posts: 12

Original Poster
Rep: Reputation: 0
I'm thinking of just switching to redhat fedora. I've heard good things about it, and mandrake 10 is really buggy.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie LAN guide Blueshark Linux - Networking 2 07-07-2004 05:58 AM
newbie trying to set up lan jbcolmena Linux - Networking 1 02-09-2004 04:57 PM
LAN on Mandrake 9.2? (newbie) c_olin3404 Linux - Networking 21 01-04-2004 01:03 PM
Asus a7n266-vm/lan/aa: Problem with onboard lan jmourik Linux - Hardware 9 08-13-2003 12:13 AM
NEWBIE wants to setup LAN lhoff Linux - Networking 12 03-22-2002 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration