LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-14-2003, 12:32 PM   #1
kylnas
LQ Newbie
 
Registered: Aug 2003
Location: Italy - Rome
Posts: 6

Rep: Reputation: 0
problem with network interfaces during boot time


Hi everybody, i have a problem like subject.

During boot time, i receive the message:

Configuring network interfaces...

with my system blocked, and i have to reboot ( but the next time i'll receive the same message ).
So i can't load my linux system (Debian).

I have an 8029 Realtek compatibily network interface, and it never worked. But it didn't matter, since i could load my system.
Now i can't, and i don't know how solve this problem.

Can somebody help me?
(and if possible doing work my network interface...)

Bye and thanks in advance.
 
Old 08-14-2003, 01:04 PM   #2
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
First step is to identify whether you are using the correct driver for your net card.

Code:
lsmod
as root will list the modules.

do some research as to what the correct module you should be using is, and write down or print out what you find out.

Alright, now depending on your bootloader, you should be able to get into single-user mode without problems.

Do this by using the command
Code:
linux single
at the lilo boot prompt.

That should boot you into single user mode (root access, be careful it can be dangerous)

Now poke around in the /etc/rc.d/ directory and look through the scripts to see which one is loading your network interface. It'll probably be rc.M or rc.4 or rc.inet1 rc.inet2 etc.

M means multiuser mode, 4, is the same thing -- it varies by distribution.

You can use the command
Code:
less <filename>
to read what's in the file and
Code:
joe <filename>
to edit it.

Add comments like this to comment out the section that sets up the net interface on boot --
Code:
modprobe via-rhine
change that to...
Code:
#modprobe via-rhine
Adding the "#" sign comments out lines, and they are ignored.

Now, reboot and you should be able to get into multiuser mode, but without ethernet at this point.

Use the info you learned about your card and the correct driver, try to load the module with
Code:
modprobe <module name>
--------------------------------------------
the other option would be to boot from another distrobution -- based on floppy disc or cd, and muck around from there to see where the problem is if you can't boot into single user mode.


Good luck!

-Shade
 
Old 08-14-2003, 06:17 PM   #3
kylnas
LQ Newbie
 
Registered: Aug 2003
Location: Italy - Rome
Posts: 6

Original Poster
Rep: Reputation: 0
Well,
Code:
lsmod
didn't give me anything useful (there are 2 modules loaded, nothing about internet interfaces).

I have rc4.d directory, but inside it there are many files, therefore i don't know what file i have to edit and modify.
 
Old 08-15-2003, 07:32 AM   #4
kylnas
LQ Newbie
 
Registered: Aug 2003
Location: Italy - Rome
Posts: 6

Original Poster
Rep: Reputation: 0
Anybody can help me?

Otherwise i can't load my linux system...
 
  


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
Debian can't read etc/network/interfaces file at boot up Tons of Fun Debian 7 06-30-2006 11:17 PM
problem with too many 'ppp' interfaces started at boot time utumno Linux - Networking 1 06-12-2005 04:11 AM
/etc/network/interfaces broadcast problem nafai_anlashok Linux - Networking 2 04-26-2004 08:32 PM
Network interfaces assignment problem Perdido Linux - Networking 5 04-24-2004 03:25 PM
Multiple network configurations at boot time. HOW? FairyFighter Linux - General 14 03-10-2004 05:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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