LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-28-2004, 04:19 AM   #1
velan
Member
 
Registered: Apr 2004
Posts: 89

Rep: Reputation: 15
Networking problems.


I want to configure IP address for my Debian woody3.0r2. after editing the file /etc/networking/interfaces I tried to open the file /etc/resolv.conf and the file was not there. Then I put /etc/init.d/networking restart, it said eth0: No such a file or device. Why? Iam using the same network configs in Redhat and Windows. where is the Problem?
 
Old 04-28-2004, 05:44 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Have you loaded the driver module for your network card? Try modprobe <modulename>, like this: modprobe 8139too.

If you can load the module that way, simply add it to /etc/modules and the module will be loaded automatically on boot.


Håkan
 
Old 04-28-2004, 05:49 AM   #3
velan
Member
 
Registered: Apr 2004
Posts: 89

Original Poster
Rep: Reputation: 15
How to "modprobe"

What is "8130too"? What shud I give for my eth0 ethernet card?
 
Old 04-28-2004, 06:14 AM   #4
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
8139too is just an example. It is a driver module that supports network interfaces based on the Realtek 8139 chipset, and you will in a similar way need a driver module for your network interface.

What sort of a network interface do you have? Is it a PCI network card or built-in on the motherboard? The command lspci (run as root) usually provides some information if you don't know - look for an "Ethernet controller" in the lspci output.


Håkan
 
Old 04-28-2004, 07:28 AM   #5
velan
Member
 
Registered: Apr 2004
Posts: 89

Original Poster
Rep: Reputation: 15
PCI Card details

It's PCI Lan Card. I Model : Intel Pro 10/100. Now what shud I do?
 
Old 04-28-2004, 08:13 AM   #6
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Try loading the eepro100 driver: modprobe eepro100, then restart networking using /etc/init.d/networking restart. If the eepro100 module works, simply add that on a new line in /etc/modules.

There is also another driver module for Intel Pro/100 cards, called e100. If the eepro100 module doesn't work, try modprobing e100 instead (and of course - if it works, add it to
/etc/modules).


Håkan
 
Old 04-25-2005, 02:30 PM   #7
eXtremal
LQ Newbie
 
Registered: Apr 2005
Distribution: mandrake
Posts: 1

Rep: Reputation: 0
eth0: unknown interface: nu such device

Hi, I got a similar problem. When I type "ipconfig eth0 up", the OS puts "eth0: unknown interface: nu such device".
I put "lspci" and the ethernet controller is "nVidia Corporation nForce2 Ethernet Controller (rev a1)". what module i have to use?.
Sorry by my english, I`m from Argentina.
 
Old 04-25-2005, 07:03 PM   #8
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Don't worry about your english, most of us aren't native English speakers either. Oh, and welcome to LQ.

The network device provided by the nforce2 chipset works using the forcedeth kernel module. Note that this is only included in "vanilla" kernels (official kernel.org source) 2.6.3 and later. If you use an earlier kernel you will have to build the module outside the kernel tree or patch the kernel source and build it. The easiest way is most likely to upgrade to a current kernel that has forcedeth support.


Håkan

Last edited by hw-tph; 04-25-2005 at 07:06 PM.
 
Old 02-22-2007, 09:19 AM   #9
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Rep: Reputation: 16
Unhappy

hi guys

i am facing the same problem but on Centos 4.3 and my network adapter is Marvel Yukon 88E8038 PCI-E Fast Ethernet Controller (rev 14).Can u guys tell me what module name i must use in my modprobe <modulename> cmd.

Thanks & Regard
Talat
 
Old 02-22-2007, 09:59 AM   #10
deepclutch
Member
 
Registered: Nov 2004
Location: Kerala, India
Distribution: Debian Bookworm
Posts: 773
Blog Entries: 1

Rep: Reputation: 34
^^ try
Code:
modprobe marvell
though u may try newer kernels for better support.
 
Old 02-23-2007, 06:18 PM   #11
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Rep: Reputation: 16
Dear deepclutch

It gives me following msg

FATAL : module marvell not found

any other clue

Regard
Talat
 
Old 02-24-2007, 04:53 PM   #12
deepclutch
Member
 
Registered: Nov 2004
Location: Kerala, India
Distribution: Debian Bookworm
Posts: 773
Blog Entries: 1

Rep: Reputation: 34
@talat:your solution is to get a newer kernel with marvell card support in built afaik kernel 2.6.18 > are supporting it.I use Debian Linux and i can sure modprobe marvel without any problems.so get yourself the new kernel.either compile yourself.OR get an rpm for Red Hat Enterprise Linux 4u3 kernel rpm from http://atrpms.net and you know how to install it?(rpm -ivh kkk.rpm)
 
Old 02-25-2007, 11:24 AM   #13
talat
Member
 
Registered: Jan 2006
Distribution: Centos
Posts: 145

Rep: Reputation: 16
Thanks deepclutch

I will surely try this.Again thanks
 
  


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
Networking Problems chatterbug89 Linux From Scratch 5 06-29-2005 06:22 PM
networking problems zZeEkiEeZz Linux - Networking 3 07-02-2003 09:00 PM
Networking problems Shil Linux - Newbie 2 12-11-2000 11:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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