LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HOW TO CONNECT WI-FI IN LINUX GETTING 3c501 device eth1 does not seem to be present, (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-connect-wi-fi-in-linux-getting-3c501-device-eth1-does-not-seem-to-be-present-619560/)

kalyanammahesh 02-08-2008 04:31 AM

HOW TO CONNECT WI-FI IN LINUX GETTING 3c501 device eth1 does not seem to be present,
 
3c501 device eth1 does not seem to be present, delaying initialization.

i am getting tis error when ever i try to connect wi-fi .

bbfuller 02-08-2008 05:22 AM

Hello kalyanammahesh

You don't say which distribution you are running and that is the first important piece of information anyone will need to know.

The 3c501 is an old wired ethernet card that is at the top of the list in most linux distributions configuration gui. If it is shown it just means that Linux is not recognising your wireless card and you have more work to do.

Run the command:

Code:

/sbin/lspci
from a command prompt and post back the results where they relate to your wireless card.

I'm assuming there that you have an internal pci card. If you have a USB wireless adapter use the command:

Code:

/sbin/lsusb
instead.

Post back the answers to those questions and either I, or someone with experience of your version of Linux, may be able to help.


All times are GMT -5. The time now is 11:32 AM.