LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-07-2003, 04:45 PM   #1
skwid
LQ Newbie
 
Registered: Dec 2003
Location: Bowling Green, KY
Distribution: Redhat 9.0
Posts: 13

Rep: Reputation: 0
Network card installation help.


Ok guys I have a Q for ya. I am for the most part a newb to linux. I can use it and configure it for the most part but I am struggling with something here.

I have a Broadcom 5700 series nic and I am running REDHAT 9.0. I followed all the instructions broadcom has to install it but I am still struggling.

It came in a RPM. So I installed the Source RPM. Then I cd'd to the path and built the driver for my kernal. Everything went good. Then I installed the Driver VIA this command:

rpm -ivh RPMS/i386/bcm5700-<version>.i386.rpm

That also completed successfully.

Then I ran a:

insmod bcm5700

and I get an error message about it not being configured right. Like irq and stuff. This is where I get lost. I patched the pci files in redhat so kudzu would recognize it, but it still doesn't.

And broadcom doesnt' have a module info patch for Redhat 9.0 so I can't use "neat" to install it either...

Pleeease help. This is my internet connection NIC so I am dying here.

Thanks


Skwid
 
Old 12-07-2003, 10:07 PM   #2
Canadian_2k2
Member
 
Registered: Oct 2002
Location: BC,Canada
Distribution: Debian
Posts: 92

Rep: Reputation: 15
try modprobe instead of insmod, sorry, im also new, but i may offer some help, also, try dmesg
 
Old 12-08-2003, 02:25 AM   #3
sadcha
LQ Newbie
 
Registered: Nov 2003
Distribution: Red Hat 9.0
Posts: 5

Rep: Reputation: 0
Hi!

I have the same problem with Broadcom 5700 on a HP Evo D330.

Have been looking for a solution for some time now but haven't found anything yet.

Check out another thread on the same problem.
Post
 
Old 12-08-2003, 02:49 AM   #4
sadcha
LQ Newbie
 
Registered: Nov 2003
Distribution: Red Hat 9.0
Posts: 5

Rep: Reputation: 0
It finally worked for me as well!

I tried editing of ifcfg-eth0 toghether with the AMD PCNet32 driver and it finally worked. Check the other thread
 
Old 12-08-2003, 06:34 AM   #5
skwid
LQ Newbie
 
Registered: Dec 2003
Location: Bowling Green, KY
Distribution: Redhat 9.0
Posts: 13

Original Poster
Rep: Reputation: 0
I don't really understand what you mean pcnet32. Could you go into a little more detail please?

Thanks
 
Old 12-08-2003, 06:41 AM   #6
sadcha
LQ Newbie
 
Registered: Nov 2003
Distribution: Red Hat 9.0
Posts: 5

Rep: Reputation: 0
When I installed VMWare the NIC was installed as AMD pcnet32.

I tried to install the BCM 5700 driver without any success.

After checking for optional solutions I finally found one that works.

The solutions is as follows:

Edit
/etc/sysconfig/network-scripts/ifcfg-eth0.

add to configuration file:

check_link_down() {
return 1;
}


Thanks to linux618 for the advice.
 
Old 12-08-2003, 11:59 AM   #7
skwid
LQ Newbie
 
Registered: Dec 2003
Location: Bowling Green, KY
Distribution: Redhat 9.0
Posts: 13

Original Poster
Rep: Reputation: 0
Ohh, ok I gotcha. Well I run redhat 9 straight up and it didn't recognize my card at all. I don't think that will work in my case but thanks for the information. I am learning something new every day.


:: I think I am gonna have to buy a network card for this thing that redhat supports... Any suggestions? ::

Thanks




Skwid

Last edited by skwid; 12-08-2003 at 12:03 PM.
 
Old 12-08-2003, 02:42 PM   #8
dubman
Member
 
Registered: Jan 2003
Distribution: Redhat 9, Fedora Core 1, Suse 8
Posts: 188

Rep: Reputation: 30
1st: Try compiling your driver from source, rather than using the RPM.

2nd: Is this a standup 5703 or a LOM (lan on motherboard)? If its a standup try moving slots. The BC5703 is a busmastering NIC, which means when it requests the PCI bus, the BUS stops whatever conversations are currently occuring to give priority to the NIC. Usually not a big deal unless you put two bus mastering devices on the same PCI bus. For instance, if there was a sound card (also a bus mastering device) and a NIC on the same BUS, this could cause IRQ handling errors.

If you can't move your NIC to another slot because its built in (LOM), try disabling your sound card in the BIOS, and then re-enabling it once you get the NIC working.

--hope this helps
 
Old 12-08-2003, 02:54 PM   #9
skwid
LQ Newbie
 
Registered: Dec 2003
Location: Bowling Green, KY
Distribution: Redhat 9.0
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks for the help. I downloaded the drivers in Source format. I am gonna give them a shot tonight.

The NIC is onboard a ASUS P4PE motherboard, and I have the onboard sound disabled. I am using a Soundblaster Audigy which red hat picked up immediatly and started working fine.

I am gonna try to re install it all over tonight and try to get this thing working. I want to start using linux full time, but I can't live without my broadband

Thanks

Skwid
 
Old 12-08-2003, 03:02 PM   #10
dubman
Member
 
Registered: Jan 2003
Distribution: Redhat 9, Fedora Core 1, Suse 8
Posts: 188

Rep: Reputation: 30
If its a standup sound card, try moving it to another slot. This should free up the resources you need for your NIC.
 
Old 12-08-2003, 04:54 PM   #11
skwid
LQ Newbie
 
Registered: Dec 2003
Location: Bowling Green, KY
Distribution: Redhat 9.0
Posts: 13

Original Poster
Rep: Reputation: 0
Everyone thinks for your help! I got it working a few minutes ago and I am posting this message online with my Linux Box!

Thanks!



Skwid
 
Old 02-18-2004, 06:19 PM   #12
mill2978
LQ Newbie
 
Registered: Sep 2003
Location: Longmont, Colorado
Distribution: Red Hat AS 2.1
Posts: 8

Rep: Reputation: 0
I am having the same problem. How did you get it working?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
network card installation tevtango Linux - Hardware 5 02-14-2003 06:07 PM
Network card installation Astro Solaris / OpenSolaris 4 02-01-2003 01:56 PM
network installation of RH7.3 on laptop with pcmcia network card. Smerk Linux - Distributions 1 10-31-2002 11:56 PM
installation of network card - how??? schlitzer Linux - Networking 4 11-10-2001 01:49 PM
Network card installation eaglecomm Linux - Newbie 5 01-22-2001 02:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration