LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-28-2003, 09:54 AM   #91
pro_php
LQ Newbie
 
Registered: Feb 2003
Distribution: suse 8.0 & 8.1
Posts: 2

Rep: Reputation: 0

Can anybody send me the driver for Suse yannl@No-SPAM.istop.com

Thanks
 
Old 03-02-2003, 05:45 AM   #92
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
Exclamation

For anyone who doesn't have the drivers on cd:

As I posted elsewhere on this forum you can download the linux driver files for the broadcom 4400/4401 from my site.
 
Old 03-05-2003, 02:43 AM   #93
tenraek
Member
 
Registered: Mar 2003
Posts: 30

Rep: Reputation: 16
Well I got as far as the chap above (I'm new to RH btw, and this is my 1st post here on this board. However, I got little further. After running the 1st make commands (which seem to work the way they're supposed to, as files seem to be created), when I try to verify which insmod, I get bash: insmod: command not found (huh?), when I first ran this, it knew the command, but said no file or directory...I'm really confused.

. Do I need to use a different kernel? (If so please explain what I need to do to use a different kernal).

Also, forgive my ignorance, but how do I use the./configure command? I tried doing it with the path to the src directory, but it comes back with no file or directory

Please bear with me, I'm (obviously a )
 
Old 03-05-2003, 08:14 AM   #94
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
In RH, the /sbin directory isn't listed in the default path. So to run insmod or lsmod or rmmod or anything like that you have to tell it the full path to the app. Type:

/sbin/insmod [modulename]

As for ./configure, I take it to mean that you want to install the files in the src directory. This can vary from one program to another, but its usually

./configure --prefix=[directory]

Hope this helps.

--Pedo
 
Old 03-05-2003, 07:49 PM   #95
buddhaMastah
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
Broadcom 4401 Redhat Linux Drivers

SenorPedo

I noticed you've got your hands on the broadcom linux drivers. Could you send them my way??

emartin8@nc.rr.com

Thanks
 
Old 03-06-2003, 08:05 AM   #96
!ndigo
LQ Newbie
 
Registered: Mar 2003
Location: Netherlands
Distribution: Mandrake 9.0
Posts: 1

Rep: Reputation: 0
okey... so I have the cd-rom which contains the tarball but... I'm a n00b in linux and have totally NO idea how to make some REAL drivers out of that tarball... does anyone have an RPM or something??
 
Old 03-15-2003, 11:39 PM   #97
Red Guy
Member
 
Registered: May 2002
Location: Tampico, Tamaulipas, México
Distribution: Mandrake 9.0
Posts: 42

Rep: Reputation: 15
Are you disabled Plug & Pray in the BIOS???
 
Old 03-17-2003, 12:34 PM   #98
The_Prophet
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
hello.

I got SuSE 8.1 (mobo: A7V8X; eth: broadcom 4401), and if i do the "make" i get lots and lots of errors and no ".o" file is created. The system (f****** yast2) can install my ethernet card (without drivers), but then "ifup eth0" says sth. like: "
eth0 --> could not get valid interface name"

whats wrong?
plz email the answer: dwiebusch@web.de
 
Old 03-22-2003, 03:44 PM   #99
mosinski
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
It's working fine on my SuSE 8.1 and A7V8X.

I followed the install. ONLY ONE PROBLEM!!!

You have to edit /etc/modules.conf:
Change:
alias eth0 bcm4400.o

To:
alias eth0 bcm4400

Mathias
 
Old 03-23-2003, 07:42 AM   #100
The_Prophet
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
i got it to work, too, after i tried thousands of drivers and then realized, that i had to install the kernel-sources. Then it worked with the first driver i tried (ignorig lots of errors).
 
Old 03-24-2003, 12:14 PM   #101
Alex Monaho
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
integrated BroadCom 440X with kernel 2.4.21-pre5

BroadCom 440X support might be easily included into the kernel. It is not for newbies' but If someone is intrusted I could describe.

At least I got it working with 2.4.21-pre5 and driver 1.0.1 for broadcom.
 
Old 04-04-2003, 02:56 PM   #102
crox
Member
 
Registered: Feb 2003
Location: Tennessee
Distribution: Red Hat 9
Posts: 45

Rep: Reputation: 15
Unhappy Red Hat 9 does not support

I installed Red Hat 9 and it does not support the driver that I downloaded for Red Hat 8.0 because 9 is kernel 2.4.20-8. I am a newbie and do not know how to make the old one work. Could someone help me by posting a URL for the kernel 2.4.20-8 as used in Red Hat 9.

Thanking you in advance.
 
Old 04-09-2003, 03:55 PM   #103
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
RH9 Shouldn't be a problem

RH9 shouldn't be a problem with the same driver. All you have to do is re-make and re-install for the new kernel. When I upgraded to RH9, I used the original tar file containing the driver that I used in RH8 and 7.3 and simply re-made it, then /sbin/insmod bcm4400.o and make install. The one thing to make sure is that the kernel sources are installed for the new kernel. Without those, you won't get far. Hope this helps.

SenorPedo
 
Old 04-09-2003, 04:18 PM   #104
crox
Member
 
Registered: Feb 2003
Location: Tennessee
Distribution: Red Hat 9
Posts: 45

Rep: Reputation: 15
Ethernet

Thanks all! Did that. It works!
 
Old 04-10-2003, 12:34 PM   #105
iutom
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Broadcom 4401 Linux

Quote:
Originally posted by SenorPedo
No special steps at all. The tarred driver was included on the motherboard cd and with the standard ./configure, make, make install procedure. If you need a copy of the driver with release notes, I'd be happy to email it to you.
Hi SenorPedo

I´m glad to know that there´s a driver for Broadcom 440.

I´ve been searching for hours but there seems to be no driver for Linux at all.

have you got an URL for the driver download or can you send it to me at roland_tomuschat@yahoo.de

still in hope

roland
 
  


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
Suse 9.0 doesn't detect Ethernet card on nVidia shipset 2, on-board card Realtek 8201 devilpim Linux - Newbie 3 05-27-2006 12:08 AM
Fedora 2 can't detect PCMCIA Ethernet card philipmorgan Linux - Networking 9 09-16-2005 01:38 PM
Ethernet card on laptop: I installed my D-Link ethernet card into Redhat 9, not detec brighamr Linux - Hardware 0 05-18-2004 12:33 AM
Mandrake doesnt detect Ethernet card VinTSS Linux - Newbie 2 01-09-2004 12:53 AM
New kernel cud not detect ethernet cards palanisaravanan Linux - Hardware 2 12-08-2003 06:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:05 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