LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Toshiba Satellite P875-S7200 (https://www.linuxquestions.org/questions/linux-software-2/toshiba-satellite-p875-s7200-4175441655/)

chefmike07 12-16-2012 06:33 AM

Toshiba Satellite P875-S7200
 
I'm running LuniuX on this just purchased laptop. My computer cannot find my cable modem, I'm told that I must download the ethernet port drivers. I'm able to get wi-fi from any source, Starbucks for example, but I have no other ability even from the control panel to find my modem. Can someone help?

michaelk 12-17-2012 09:25 AM

What do you mean by linux X? What distribution is currently running on the laptop?

Please provide some information on your home network. Is there a router connected to the MODEM?

camorri 12-17-2012 09:37 AM

Open a konsole ( command prompt ) and run the command '/sbin/lspci' ( just what is between the quotes ) and post the output. There should be a line in there for the ethernet card. From that we can find out what kernel module ( driver ) you need to load.

Also run the command '/sbin/ifconfig eth0' and post the results.

You can also determine if there is a driver loaded. The command '/sbin/lspci -v' will give detailed information for all the devices attached to the pci bus. The last line will show the loaded driver. Here is what it looks like on my system.

Quote:

Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
Subsystem: Giga-byte Technology Device e000
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 40
Memory at fb006000 (32-bit, non-prefetchable) [size=4K]
I/O ports at cc00 [size=8]
Capabilities: <access denied>
Kernel driver in use: forcedeth
Your system will most likely have different hardware, the important thing is the last line; "Kernel driver in use: forcedeth".

Any time you ask for help, it helps us help you if you post all the information you can find. Please tell us what distro you are using, and what you have done so far to understand the problem, and any observations you can make. ie, is the light on ( little green led ) where the ethernet cable plugs in? Was the card in the system when you installed? Did you add it?


All times are GMT -5. The time now is 08:39 PM.