LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-19-2004, 05:44 AM   #1
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Rep: Reputation: 32
Bringing up interface eth0 error


Hi people i seem to be getting this error all the time

can any one tell me whats going on please ( OS is Trustix 2.1 )

On boot this error comes up when trying to load the eth0 from boot up screen

Bringing up interface eth0: modprode: Note /etc/modules.conf is more recent than
/ lib/modules/2.4.26-1trfirewall/modules.dep.

I tried do a touch / lib/modules/2.4.26-1trfirewall/modules.dep

and that didn't work, its say No such file or directory.

any one else had this program

TT
 
Old 05-19-2004, 05:52 AM   #2
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
try "depmod -a"
 
Old 05-19-2004, 05:57 AM   #3
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
Hi mate

whats a "depmod -a" do ?

I did try it and nothing happend, restarted and the error still shows

I aslo had the same problem on a Tiny Sofa OS, i also changed the network card..and the error comes up on both OS

TT

Last edited by tommytomato; 05-19-2004 at 06:01 AM.
 
Old 05-19-2004, 06:06 AM   #4
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
Strange, its suppose to update/generate the module dependencies file (ie modules.dep and the likes)
try running "depmod -v" and see what's happenning

Last edited by Demonbane; 05-19-2004 at 06:09 AM.
 
Old 05-19-2004, 06:11 AM   #5
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
I tried, but it didn't work, error still there.

I put the command in and it sits for a bit, then goes back to the promt.

then do a restart, error still there

TT
 
Old 05-19-2004, 06:16 AM   #6
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
I got a USB card in there as well, would that cause any probs you reckon ?


My /etc/modules.conf

alias parport_lowlevel parport_pc
alias eth0 8139too
alias usb-controller usb-uhci
alias usb-controller1 usb-ohci

And in my /lib/modules folder i seem to have two folders one called ( 2.4.26-1tr ) and the other is ( 2.4.26-1trfirewall )


TT

Last edited by tommytomato; 05-19-2004 at 06:21 AM.
 
Old 05-19-2004, 06:20 AM   #7
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
that's not necessarily an error, just a notice.
I haven't used Trustix before but does it have some kind of init script that tries to automatically detect and configure hardware on boot?
 
Old 05-19-2004, 06:26 AM   #8
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
Demonbane

I did that depmod -v thing you said
and the srceen scrolls with info, what am i looking for ?

TT

Last edited by tommytomato; 05-19-2004 at 06:27 AM.
 
Old 05-19-2004, 06:44 AM   #9
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
Nothing, just wanted to see if depmod is doing its job
The message should be harmless and safe to ignore, but if you're really annoyed try this cheap fix: add "depmod -a" to the script that brings up your eth0, before insmod/modprobe.
 
Old 05-19-2004, 06:53 AM   #10
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
Its a big list, seem to be showing me things are starting up etc..

the file you are talking about is that here /etc/modules.conf

TT
 
Old 05-19-2004, 08:40 AM   #11
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
this way be a dump question, would it have any thing to do with the date stamp ?

TT
 
Old 05-19-2004, 09:10 PM   #12
tommytomato
Member
 
Registered: Nov 2003
Location: Narrogin Western Australia
Distribution: GUI Ubuntu 14.0.4 - Server Ubuntu 14.04.5 LTS
Posts: 964

Original Poster
Rep: Reputation: 32
Well people i dont know whats going on, I left the PC off over night, came back to it in the morning and it was still there, then i starter up the named server by doing a ( service named start ) and then a ( chckconfig named on ) to make sure it starts on boot and the eth0 error message is gone.

any one know why this happened ?

TT
 
  


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
Bringing up interface eth0 error tommytomato Linux - Networking 1 11-05-2005 11:56 PM
Bringing up interface eth0 Delaying eth0 initialization. [ FA bansal_ashok Linux - Networking 4 05-27-2005 10:09 AM
bringing up interface eth0 [FAILED] 0ver12ide Linux - Newbie 3 06-27-2004 02:31 PM
Bringing up interface eth0: failed Commish66 Mandriva 11 02-17-2004 07:15 PM
Bringing up interface eth0: determining ip information for eth0... failed ralphethomas Linux - Networking 0 01-24-2004 05:33 PM

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

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