LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-25-2004, 11:24 AM   #1
KennieNL
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Rep: Reputation: 15
Can't Connect


Hello,

I've setup Debian this afternoon and i got a problem.
While installing i've let the install search for DHCP/BOOTP but he didn't found anything, now i've to problem that i can't connect to internet.
Does someone got a solution?

Tnx!

Kennie
 
Old 11-25-2004, 12:36 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Do you have a DHCP server?
 
Old 11-25-2004, 12:42 PM   #3
KennieNL
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Original Poster
Rep: Reputation: 15
yes, probaly its cose i got a Realtek networkcard and that one is not supported by debian if i'm right, is there a site to d/l them? then i can put the on a cd and use them in linux
 
Old 11-25-2004, 12:45 PM   #4
Keith106
LQ Newbie
 
Registered: Nov 2004
Posts: 10

Rep: Reputation: 0
I am in the same situation. There seems to be a number of open questions from people who can't get the network to run.

http://www.linuxquestions.org/questi...hreadid=257709
http://www.linuxquestions.org/questi...hreadid=257461
http://www.linuxquestions.org/questi...hreadid=259183

The first step for getting help is to post the results of running /sbin/ifconfig, /sbin/route, and some other diagnostic programs. Some people seem to have problems with the built in firewall which can be detected and manipulated with "iptables". In my case the configuration programs say that my network card is enabled and working properly, but it just doesn't actually connect to any other machine. I am looking for some sort of diagnostic that can actually notice the network is not working, and yeild a clue as to what might be the source. Sorry I can't help.

-Keith
 
Old 11-25-2004, 12:46 PM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
The drivers are part of the kernel - you can get an up to date vanilla version from:
http://www.kernel.org

If you want to know your model - can you post the output from:
dmesg | grep -i eth
lspci | grep -i eth

It would also be useful to see what modules you have loaded and what kernel you are using:
lsmod
uname -a
 
Old 11-25-2004, 02:05 PM   #6
KennieNL
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Hello

Code:
dmesg | grep -i eth
gives:

eth0: RealTek RTL8139 Fast Ethernet at 0xd800, IRQ 0, 00:50:fc:8b:b3:30

Code:
lspci | grep -i eth
gives:

02:07.0 Ethernet Controller: RealTek Semiconductor Co., Ltd. RTL-8139 (rev 10)

Code:
lsmod
gives:

MODULE SIZE USED BY
af_packet 6136 0 (unused)

Code:
uname -a
gives:
Linux (none) 2.2.20-idepci #1 sat api 20 12:45:19 EST 2002 i686 unknow


Tnx, for the help!
 
Old 11-25-2004, 02:26 PM   #7
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
You are running a very old kernel which is often the case with debian. I'm not sure when that driver was introduced but it is certainly in the later 2.4 and 2.6 kernel trees. I would reccomend that you upgrade to the lastest debian stable version or just update your kernel from: http://www.kernel.org
 
Old 11-25-2004, 02:27 PM   #8
KennieNL
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by david_ross
You are running a very old kernel which is often the case with debian. I'm not sure when that driver was introduced but it is certainly in the later 2.4 and 2.6 kernel trees. I would reccomend that you upgrade to the lastest debian stable version or just update your kernel from: http://www.kernel.org
OK i'll try, i'm running now the default kernel of debian wich is really old yea.

[EDIT]1 n00b question: wich kernel must i've of those on www.kernel.org?
/me n00b hehehehheheheheh[/EDIT]

Last edited by KennieNL; 11-25-2004 at 02:34 PM.
 
Old 11-25-2004, 02:44 PM   #9
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
I would't go from 2.2 to 2.6 straight away so I would use the latest 2.4 version:
http://kernel.org/pub/linux/kernel/v...2.4.28.tar.bz2

For a good guide - see:
[[Compiling_a_Kernel]]
 
Old 11-26-2004, 03:26 AM   #10
KennieNL
LQ Newbie
 
Registered: Jul 2004
Posts: 23

Original Poster
Rep: Reputation: 15
OK this is again n00b question lol,
i've burned the tarball to a cd but how the get the tarball from cd?
i've tried /dev/cdrom but then i get permission denied.

[EDIT]NVM[/EDIT]

Last edited by KennieNL; 11-26-2004 at 04:28 AM.
 
Old 11-26-2004, 04:28 AM   #11
enemorales
Member
 
Registered: Jul 2004
Location: Santiago, Chile
Distribution: Ubuntu
Posts: 410

Rep: Reputation: 31
You have to mount your CD. Try something like
Code:
mount /cdrom
or
Code:
mount /mnt/cdrom
These are the common location for mounting the cdrom, but it could be different in your system, so if no one of them work, try looking at the /etc/fstab file to see what it says and mount that.

I'm not sure, but maybe something like

Code:
mount /dev/cdrom
is enough.

Good luck...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Need help to connect a squid proxy to connect to another squid proxy server bellerophon Linux - Newbie 1 02-07-2006 06:52 AM
can't connect wifi at home, but can connect everywhere else Javi2 SUSE / openSUSE 1 08-25-2005 06:49 PM
Samba: can't connect to my local linux machine but can connect to windows. Royle Linux - Networking 3 01-18-2005 05:32 PM
Problem withInternet, DHCP, connect with eth0 down work, connect with eth0 up not zowey Linux - Networking 1 03-12-2004 10:05 AM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:33 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