• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Broadcom BCM4401 newwork card on intel 845vg integrated motherboad for LINUX TAROON( COMMERCIAL BETA) and install

LotusNotesGuy

Senior member
I got a computer with this integrated onto the motherboard and I can't get it to recognize the network card, when I go the internet setup menu and try to define a new ethernet connection, and choose the broadcom card and activate it, it gives me the error message 3c501 not present or unable to find etc.

Can anyone help?

I have found the latest linux drivers just now on Broadcom's site here:

be sure to scroll down to download the drivers for the correct card

link
 
Sounds like the system is misdetecting your card for some reason - 3c501 is the module for ancient 3Com cards, and certainly not what you should be using. Download those Broadcom drivers from the site, and install them according to the directions. If the system still wants to use 3c501, try adding the following to /etc/modules.conf:

alias eth0 modulename

...filling in the module name appropriately, of course.
 
Back
Top