duncan brown wrote:
Betti Ann & Preston Smith said:
During boot and when I try to manually install the card I get "ne device eth0 does not seem to be present"
Where do I go from here?
lspci output contents of any /etc/sysconfig/network-scripts/ifcfg-eth* file contents of /etc/modprobe.conf
did i forget anything, guys?
Duncan - thanks for your reply. When i type lspci as both user and root I ger "command not found" - this card is an ISA card so the command might result in nothing of interest to this problem
/etc/sysconfig/network-scripts/ifcfg-eth0
IPV6INIT=no ONBOOT=yes USERCTL=no PEERDNS=yes Type-Ethernet Device=eth0 BOOTPROTO=dhcp
/etc/modprobe.conf
alias snd-card-0 snd-via82xx
install snd-via82xx { /usr/sbin/alsact1 store /dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx
alias usb-controller uhci-hcd
alias eth0 ne
Thanks again Preston