|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Posts: 1
|
Hi everyone,
I've got a small problem, i've an A8N-VM CSM mother board, and i install a debian on it, but at the installation the network controller was't found. thats not a problem. After the install i made the Code:
sh NFORCE-Linux-x86-1.0-0310-pkg1.run Thanks a lot |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jun 2005
Posts: 67
|
Are the built-in network controller enabled in your system BIOS? Sometimes it can default to off.
modprobe -v nvnet to load kernel module or use modprobe -v forcedeth to load the opensource driver that comes with the 2.6 kernel. To get the network connection up and running you probably want to use DHCP, install a dhcp-client(apt-get install dhcp-client) and make sure that /etc/network/interfaces reads something like: Code:
# The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp
__________________
Computer stuff I've owned at one time or another: CPUs: K6-3 400, Duron 600, Thunderbird 1400, Barton 2500, Duron 1800, A-64 3700+, C2D E7200 Motherboards: Shuttle Via MVP, Asus A7V, Asus A7V133, Asus N8X-VM400, Abit NF7, Abit UL8, Asus P5Q Pro Graphics Cards: TNT2, GF 2 MX, GF 2 Pro, GF4 MX, GF FX 5500, GF 6600, GF 7600 GT, GF 9800GT |
|
|
|
|
![]() |
| Thread Tools | |
|
|