LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-28-2004, 09:20 AM   #1
yarzy
LQ Newbie
 
Registered: Jan 2004
Posts: 13

Rep: Reputation: 0
Lan connection and Mandrake 9.2


Okay, I am Mandrake newbie. I searched for this problem and I am having a hard time with it.

Here is the deal. I installed 9.2 and it found me network card. I tried to get online via a DLink router hooked up to a cable modem.

I went into the DrakConnect section and tried to set up my connection automatically. I still can't get online.

I went to the konsole and typed ipconfig and it says "command not found". I have tried this under root, and it still comes up.

On the same machine I have WinXP installed and the connection works fine....

Please help!!!!

Thanks!!!!

PS-I tried ipconfig>ipconfig.txt and it still gave me that same error.
 
Old 01-28-2004, 09:30 AM   #2
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Try ifconfig
 
Old 01-28-2004, 10:02 AM   #3
yarzy
LQ Newbie
 
Registered: Jan 2004
Posts: 13

Original Poster
Rep: Reputation: 0
WOW! I should have seen that one!!!!!!

okay here is what it says.

Link encap:Local Loopback
inet addr:127.0.0.1 Mask 255.0.0.0
UP LOOKBACK RUNNING MTU:16436 Metric:1
RX Packets:1034 errors:0 dropped:0 ovverruns:0 frame:0
TX packets:1034 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
rx bytes:64368 (62.8k) TX bytes:64368 (62.8k)


Any ideas?

Thanks again!
 
Old 01-29-2004, 03:19 AM   #4
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
It looks like that the Kernal has not recognised your eth0. I would expect to see something like

eth0 Link encap:Ethernet HWaddr 00:10:A7:09:FB:07
inet addr:10.0.0.3 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3055 errors:0 dropped:0 overruns:0 frame:0
TX packets:1850 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1617844 (1.5 Mb) TX bytes:317184 (309.7 Kb)
Interrupt:10 Base address:0xc000

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


I would try reinstalling/reconfiguring the etho NIC from scratch. I have an integrated modem/router i just needed to state for my eth0 connection that it accepted DHCP.
 
Old 01-29-2004, 07:09 AM   #5
yarzy
LQ Newbie
 
Registered: Jan 2004
Posts: 13

Original Poster
Rep: Reputation: 0
So just reinstall the "driver"?
 
Old 01-29-2004, 07:32 AM   #6
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
If you are convinced you are using the right driver. What NIC is it?

I use Redhat 9. Check what's in your /etc/modules.conf? In mine I have a
line

alias eth0 8139too

which is for a RealTek NIC and refers to the 8139too.o kernel module to support the device

It could have been

alias eth0 eepro100

for an Intel Ethernet Pro NIC


Check out www.scyld.com and www.scyld.com/diag/index.html

Try dmesg to see whether at any stage the Kernal recognised the NIC
Try route -n

Just for luck have you tried ifconfig eth0 up

or

ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up


good luck
 
Old 02-03-2004, 11:38 AM   #7
yarzy
LQ Newbie
 
Registered: Jan 2004
Posts: 13

Original Poster
Rep: Reputation: 0
Here is what my lan said after I did an output from the card:

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


I would really like to use Linux, please help!
 
Old 02-03-2004, 11:58 AM   #8
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Using the Draknet tool what does it say in the box titled Lan configuration?
Does your router supply IP addresses?
How have you set up XP?
 
  


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
LAN connection works with SuSE 9.0 not Mandrake 9.1, why? ickselglic Linux - Hardware 0 02-08-2004 08:48 AM
Mandrake 9.1 - No LAN Connection ironicsky Linux - Networking 1 10-13-2003 11:35 PM
Mandrake ADSL and Win NT LAN connection willieDunno Mandriva 6 08-25-2003 01:12 AM
mandrake 7.2 connection with lan card Indybud Linux - Networking 1 05-23-2003 10:29 PM
Mandrake 8.1 Lan and internet connection RenaissanceMan Linux - Newbie 2 01-23-2002 04:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:30 PM.

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