LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-22-2005, 12:44 AM   #1
Cycle
LQ Newbie
 
Registered: Aug 2005
Posts: 6

Rep: Reputation: 0
NIC recognized in debian net install but not after install


Forgive me if I have overlooked the answer to this problem already, but I have looked for a while and I really need some help. I've installed Debian on two other occasions and got a fully running system with KDE, Alsa sound, etc. I just built a machine with a Asus A8N-VM CSM board, which uses the nForce 430 chipset. The stable (Sarge) net install CD does not recognize the integrated NIC, but the testing (Etch) net install CD does. After recognizing, it configures the network via DHCP just fine, and if I switch to console 2, I can wget from any web address. However, the first problem, which may in fact be the main problem, is that the net install of Etch completely freezes and stops after installing the base system and after choosing the top-level package configurations for the PC (such as Desktop, File Server, etc). If I skip this process I can finish the install and boot up into what seems to be a working base debian system, but the integrated NIC is not recognized. I really need to figure out why everything stops after choosing the top-level package configurations in the install, as I have a strong feeling that this is perhaps the cause of not having a fully operating system afterwards. Any thoughts? Please let me know if I can clarify anything. Has anyone else had this same problem?
 
Old 12-22-2005, 07:49 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Have you tried installing Sarge with the 2.6 kernel ? when ytou boot from teh Netinstall CD you enter the command linux26 at the boot prompt. by default Sarge installs the 2.4 kernel and it may not contain the required module for your NIC by default, but the 2.6 Kernel might.

I typically use the Sarge Netinstal CD and the boot prompt commands of linux26 expert this way I have a single CD image I can use to install Sarge, Etch, or Sid. By invoking the expert command you get a lot of extra questions asked so you have more control over the install, one of those questions is:

What build do you wish to install ?
[ ] Sarge (Stable)
[ ] Etch (testing)
[ ] Sid (unstable)
 
Old 12-22-2005, 05:40 PM   #3
Cycle
LQ Newbie
 
Registered: Aug 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Tried Sarge with linux26 expert at boot prompt, still doesn't recognize either NIC or SATA II drive. Tried with the "official" Etch release, as well (also with extra parameters), and it also didn't recognize either. Only the most recent nightly build seems to work, but again, only during the install. After rebooting, the NIC is not recognized at all. Any other suggestions? Thanks for your help.
 
Old 12-22-2005, 05:50 PM   #4
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
If you have a Knoppix CD, you might try booting with Knoppix and see what it comes up with for a NIC driver (and if it works).
 
Old 12-22-2005, 09:14 PM   #5
Cycle
LQ Newbie
 
Registered: Aug 2005
Posts: 6

Original Poster
Rep: Reputation: 0
This might reveal a bit of newb-ness here, but I have an idea, I just need to figure out how to execute the plan, so to speak. My NIC is recognized during the install process when booting from the nightly build CD of Etch, and it is functioning, as in I can ping hosts and wget things. How can I find out what driver is being used for that NIC? Is it feasible for me to somehow copy that driver/module elsewhere and then modprobe it after the install?
 
Old 12-23-2005, 07:35 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
The forcedeth network driver in 2.6.11 does not recognize the on-board NIC, but the version included with the 2.6.14 kernel does. The nvnet driver included on the disk did not work immediately - since the latest forcedeth works, I haven't investigated this.
Update: There has been some instability with both the forcedeth and nvnet 0306 drivers - occasionally the NIC just stops responding. There are new nvnet 0310 drivers which I have not yet tried.
http://www.colorfullife.com/~manfred...nel/forcedeth/

also
Quote:
I checked with kernel 2.6.14.2: network is OK (tried even network boot), USB is OK (tried with external disk USB2.0) but I didn't try sound and video.
SO maybe if you throw a cheap NIC in there to get past the install and kernel upgrad to 2.6.14-X your Network may start functioning.. Otherwise take a look at recompiling your kernel with the latest version of the forcedeth drivers.. Even with a 2.6 Kernel install on Debian you end up with 2.6.8-2

apt-get install linux-image-2.6.14

Good luck !!
 
Old 12-23-2005, 10:14 AM   #7
Cycle
LQ Newbie
 
Registered: Aug 2005
Posts: 6

Original Poster
Rep: Reputation: 0
I went and grabbed the linux-image-2.6.14 image .deb package from Debian's site here on my windows box (and grabbed the dependencies as well), burned them onto a cd and used dpkg -i to install it on the debian box. And it worked! Booted into the updated kernel and network was up and running. I'm downloading all the standard packages for the system as we speak. Thanks immensely for your help! Much appreciated my friend!
 
Old 12-23-2005, 07:52 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Glad to hear it worked for you
 
  


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 2.6 kernel install -- CD not recognized mnmcook Linux - Hardware 4 03-04-2005 05:03 AM
PCMCIA NIC Card Not Working- Did during Net Install- Mandrake 10.0 marcus1060 Mandriva 0 05-08-2004 03:03 PM
dell keyboard not recognized in debian install 2.4 boot toadlilly Debian 1 10-16-2003 10:56 PM
Debian Net Install BittaBrotha Linux - Distributions 11 05-24-2003 11:20 PM
NIC recognized, but not connecting to Net. Help Conman Linux - Networking 13 04-20-2002 02:41 AM

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

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