RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

linux nVidia MCP55 forcedeth module is not working

This problem with forcedeth module seem to affect all major Linux distributions. Year 2008 was the first time I reported this issue on a ubuntu bug tracking system. Just recently I have installed around 6 Linux distribution and in all of them my nVidia Corporation MCP55 Ethernet (rev a2) network card does not work and this includes latest fedora 13. The fix is still the same:

rmmod forcedeth
modprobe forcedeth msi=0 msix=0

Ubuntu and Debian users can make this fix permanent with:

echo options forcedeth msi=0 msix=0 >> /etc/modprobe.d/options
update-initramfs -u
reboot

Share this linux post:

Submit linux nVidia MCP55 forcedeth module is not working in Delicious Submit linux nVidia MCP55 forcedeth module is not working in Digg Submit linux nVidia MCP55 forcedeth module is not working in FaceBook Submit linux nVidia MCP55 forcedeth module is not working in Google Bookmarks Submit linux nVidia MCP55 forcedeth module is not working in Stumbleupon Submit linux nVidia MCP55 forcedeth module is not working in Technorati Submit linux nVidia MCP55 forcedeth module is not working in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download