Fedora Linux Support Community & Resources Center
  #1  
Old 16th September 2004, 08:45 AM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
Question Dell Inspiron 9100 Network card

Hi

I have a problem with my network device. By the Installation of Fedora everything was fine and all hardware was detected. But on starting up Fedora, the network card could not be startet and I get a message like "Cable unplugged". My cable is plugged.
I try to install the Linux driver for the Broadcom 440x, but this faild too.

Had someone the same problem?
Can anyone help?

thanks
Heron

PS: I want to change over to Linux from Windows and Im a nooooob on Linux
Reply With Quote
  #2  
Old 16th September 2004, 08:48 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
i dont know if this will help: http://www.fedorafaq.org/#wirelessanaconda
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #3  
Old 16th September 2004, 09:01 AM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
thnx

it dosent solve my problem. But a good referenc for other problems^^
Reply With Quote
  #4  
Old 16th September 2004, 09:06 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
the Broadcom 440x? huh....this was an issue with another nic being detected but not working i just dont quite remember who posted the thread

no matter what he tried it did not work at all, pls do a forum search.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #5  
Old 16th September 2004, 09:17 AM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
thnx, i will search
Reply With Quote
  #6  
Old 16th September 2004, 09:23 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Quote:
Originally Posted by Heron
thnx, i will search
ok Heron and good luck
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #7  
Old 16th September 2004, 11:08 AM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
hmm

I searched and I saw anywhere a solution.

Maybe it can be the BCM5705M driver, but I cant install the driver (how?)
or in the network conifguration menu there is no entry for my bcm 440 eather.
Reply With Quote
  #8  
Old 16th September 2004, 11:52 AM
olivierv's Avatar
olivierv Offline
Registered User
 
Join Date: Aug 2004
Posts: 124
Hi Heron,

I have a 9100 running FC2. The driver that is loaded by default by FC2 doesn't seem to work. It looks like the card is there, it is recognized, but I could never get it to communicate. What I did was go the the manufacturer website and got the driver for the card and compiled it.

Once installed, it works like a charm.

Good luck.

Olivier

Broadcom driver page:
http://www.broadcom.com/drivers/downloaddrivers.php

Look under BCM4401 Drivers

[edit]
Sorry- I'm an idiot... read your post again and saw you tried the driver. Do you get any error messages? Also, before loading the compiled driver, did you remove the default driver using rmmod?

Last edited by olivierv; 16th September 2004 at 11:55 AM.
Reply With Quote
  #9  
Old 16th September 2004, 12:12 PM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
Hi

Yes while i compiled it i get errors, but I didn't remove the old driver
I will try it.
thnx

else I will kompile the new Kernel 2.6.8.1 and hope it will work

[edit]
to remove the old driver

rmmod - bcm4400
is it correct?
Reply With Quote
  #10  
Old 16th September 2004, 12:17 PM
olivierv's Avatar
olivierv Offline
Registered User
 
Join Date: Aug 2004
Posts: 124
yes, rmmod bcm440 should remove the old driver. Be sure to do, as root,
Code:
ifdown eth0
before or it might say the driver is in use.

Now, regarding the compile errors you mentioned when building the driver- what are they? You shouldn't have any errors when doing the make portion of the build. Can you post the errors you get?
Reply With Quote
  #11  
Old 16th September 2004, 01:09 PM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
ok, i try to build after I install the rpm file

rpmbuild -bb SPECS/bcm4400.spec

an here are the erors

make: No Rule to make target bcm4400.0
bad exit from usr/tmp/....(temfile)
Reply With Quote
  #12  
Old 16th September 2004, 01:42 PM
olivierv's Avatar
olivierv Offline
Registered User
 
Join Date: Aug 2004
Posts: 124
I installed from source. Try this

Code:
tar -xzf bcm4400-3.0.7.tar.gz
cd [extracted dir name, it's been a while]
make
That should compile the drivers. If you get errors, post them. If not, try this,
Code:
su
insmod bc44     (to load the driver)
If that works, then do, still as root
Code:
make install
exit
Reply With Quote
  #13  
Old 16th September 2004, 01:42 PM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
ok i will try
Reply With Quote
  #14  
Old 16th September 2004, 02:27 PM
Heron's Avatar
Heron Offline
Registered User
 
Join Date: Sep 2004
Location: Switzerland
Age: 32
Posts: 14
ok i tryed it and get error again

while i "make" the fallowing error apear:
Quote:
"Warning: genapic bcm4400.ko undefined"
then insmod bcm4400.o
Quote:
"error inserting bcm4400.o (-1 invalid module format)"
my older driver is removed and I see that I have two kernels 2.6.5, a normal one and one with smb

Last edited by Heron; 16th September 2004 at 02:35 PM.
Reply With Quote
  #15  
Old 16th September 2004, 02:41 PM
olivierv's Avatar
olivierv Offline
Registered User
 
Join Date: Aug 2004
Posts: 124
Do you know if you installed the kernel source code?

If you don't know, try

rpm -qa | grep kernel

and see if one of the returned option is kernel-source-2.6.5-1.358

If not then you need to install it. I've never used source RPMs to install software before so I'm not sure if SRPMs require the kernel source to install or not. I usually compile from source if standard RPMs are not available.

Also, doing anything after a failed make command (like make install) is not going to work. The make step has to be successful in order to continue. Just a heads up
Reply With Quote
Reply

Tags
9100, card, dell, inspiron, network

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell inspiron 9100 Wirless issues FedoraMacuser Servers & Networking 6 15th March 2009 01:37 AM
Dell Inspiron 9100 FC6 No network! RobG Hardware & Laptops 10 3rd February 2007 05:14 AM
inspiron 9100 network card dcorlando Hardware & Laptops 10 18th April 2006 06:57 AM
ACPI & Dell Inspiron 9100 ajthornton Hardware & Laptops 0 21st December 2005 12:41 AM
FC2 Dell Inspiron 9100 zexcon Hardware & Laptops 3 10th September 2004 11:30 AM


Current GMT-time: 18:00 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat