LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is there a Hardware detection Wizard??? (https://www.linuxquestions.org/questions/linux-newbie-8/is-there-a-hardware-detection-wizard-8686/)

concoran 11-13-2001 06:41 PM

Is there a Hardware detection Wizard???
 
Does Redhat and SuSE have a 'Hardware Detection Wizard' (much like windows) which will help me go about installing/uninstalling new drivers?

The reason why I am asking this questions is because, the ethernet card on my SuSE is not working ever since I compiled and installed new kernel (2.4.14).

Thanks,
Connie

tarballedtux 11-13-2001 07:08 PM

Hmm..
 
Often it seems it is not working but instead it just did not get activates on boot up.

try:
ifconfig eth0 up

if all is well yeah, but if not, tell us and we will try to figure it our further.

SlCKB0Y 11-13-2001 08:06 PM

im willing to bet you either installed the wrong kernel module or you didnt install it at all.

a simple /sbin/ifconfig will tell you if ethX is functioning. if it is not, try modprobing the driver for it. if you do that and it doesnt work, just make doubly sure you compiled in the right driver when you recompiled the kernel. possibly boot up your old kernel, and then do a cat /proc/modules to see exactly which modules are being used. then remember these when you recompile your kernel next time.

concoran 11-13-2001 11:06 PM

Thanks tarball and sickboy..

ifconfig eth0 up: is not working. It says 'modules not found or something to that effect'.

ifconfig: alone doesn't report eho0. Only lo is printed.

/proc/modules is also an empty file.

It seems I made some mistakes in the way I configured kernel in order to use the ethernet card. Can you tell which flag I need to run on in xconfig to enable ethernet?

Sickboy: you suggestion to use old kernel was right. With the old version, I am able to browse.

webtoe 11-14-2001 08:37 AM

what sort of ethernet card do you have?

in the kernel configure (xconfig) there is the section "Networking Devices"

you will need "Dummy net driver support" and also the relevant module in the "Ethernet (10 or 100Mbit)". it will be in the same area. look for the module that corresponds with your card there needs to be loaded as a module ("Dummy net driver support" can be modularised as well. it will make your kernel smaller).

HTH

Alex


All times are GMT -5. The time now is 11:15 PM.