LinuxQuestions.org
Help answer threads with 0 replies.
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 04-10-2003, 01:01 PM   #106
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15

One of our fellow members has been so kind as to post the drivers and release notes on his web site:

http://www.xs4all.nl/~ben101/bcm4400/

As it says in the release notes, follow these steps to install:

tar zxvf bcm4400-1,.0.0.tar.gz
cd src
make
/sbin/insmod bcm4400.o
make install

If there is some problem getting the drivers to make, then the problem is most likely that your kernel sources aren't installed. Install those and you should be good to go with installing the drivers.
 
Old 04-10-2003, 04:31 PM   #107
iutom
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Thank you so far

Roland
 
Old 04-11-2003, 03:20 PM   #108
larsga
LQ Newbie
 
Registered: Apr 2003
Location: Oslo, Norway
Distribution: RedHat 9.0
Posts: 2

Rep: Reputation: 0
Unhappy Can't compile the driver

I've downloaded 2-3 different versions of the driver, but have been unable to compile them. I have the stock kernel-2.4.20 package that came with RedHat, and there seem to be header files installed. When I run make I get:

[larsga@localhost src]$ make
gcc -DMODULE -D__KERNEL__ -DDBG=0 -Wall -Wstrict-prototypes -O6 -I/usr/src/linux/include -c -o b44um.o b44um.c
In file included from /usr/include/linux/fs.h:23,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:9,
from b44mm.h:42,
from b44um.c:19:
/usr/include/linux/string.h:8:2: warning: #warning Using kernel header in userland!
In file included from /usr/include/linux/sched.h:14,
from b44mm.h:42,
from b44um.c:19:
/usr/include/linux/timex.h:173: field `time' has incomplete type
In file included from /usr/include/linux/bitops.h:69,
from /usr/include/asm/system.h:7,
from /usr/include/linux/sched.h:16,
from b44mm.h:42,
from b44um.c:19:
/usr/include/asm/bitops.h:327:2: warning: #warning This includefile is not available on all architectures.
/usr/include/asm/bitops.h:328:2: warning: #warning Using kernel headers in userspace: atomicity not guaranteed
In file included from /usr/include/linux/signal.h:4,
from /usr/include/linux/sched.h:25,
from b44mm.h:42,
from b44um.c:19:
/usr/include/asm/signal.h:107: parse error before "sigset_t"
/usr/include/asm/signal.h:110: parse error before '}' token

Does anyone have any idea what to do about this?

For now I'm getting by with using a card in the PCMCIA slot that works, but this is rather awkward compared to using the built-in card.
 
Old 04-11-2003, 04:34 PM   #109
cussy
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Hello all

Just wanted to let you know that the link to the drivers provided by eosin work on my Dell Inspiron 8500 running RedHat 8 - thanks for posting them!

Cussy
 
Old 04-12-2003, 01:59 PM   #110
Punkie
LQ Newbie
 
Registered: Apr 2003
Location: Montreal, Canada
Distribution: CLFS 1.0.0
Posts: 24

Rep: Reputation: 15
Drivers

For the ones who didn't find the drivers yet...

Asus uses the same controller for the A7V333-X motherboard, and the drivers are available on their site (http://www.asus.com.tw/support/downl...lName=A7V333-X).
 
Old 04-15-2003, 10:59 PM   #111
vergo_x
LQ Newbie
 
Registered: Apr 2003
Posts: 1

Rep: Reputation: 0
boardcom 4401 on RH9

Hi, I know some people is able to install this driver wihtout problem. I still having trouble on making bcm4400.o file. I got a punch of errors Like

dereferencing pointer to incomplete type
variable undecleard
parse error
...

thanks for the help
sorry that I have to ask this same question, just couldn't find any answer yet.

new mike
 
Old 04-16-2003, 07:15 AM   #112
larsga
LQ Newbie
 
Registered: Apr 2003
Location: Oslo, Norway
Distribution: RedHat 9.0
Posts: 2

Rep: Reputation: 0
bcm4401 on RH9

Getting it up is quite simple: install the kernel-source-2.4.20-8 RPM and it will compile. See http://www.garshol.priv.no/download/i8500/ if you need more details.
 
Old 04-30-2003, 06:15 AM   #113
stoffell
Member
 
Registered: Apr 2003
Location: belgium
Distribution: debian
Posts: 72

Rep: Reputation: 15
no pnp!

What has bugged me was...

1. downloaded and compiled the bcm4400 driver, worked good (after installing kernel source)
2. modprobe bcm4400 -> ok
3. ifconfig eth0 -> ok
4. ifconfig eth0 <ip adres> -> NOT ok

The resolution was to disable the plug and play in the BIOS. Now indeed, it works (and so does my PCMCIA card that has been plugged in!)...

can anyone explain me why .. ?
 
Old 04-30-2003, 07:31 AM   #114
crox
Member
 
Registered: Feb 2003
Location: Tennessee
Distribution: Red Hat 9
Posts: 45

Rep: Reputation: 15
Talking Broadcom

Broadcom now works! Thanks ALL !
 
Old 05-02-2003, 11:05 PM   #115
Saxon
LQ Newbie
 
Registered: May 2003
Posts: 1

Rep: Reputation: 0
mine isnt linux btw, i have just bought the asus p4pe and the onboard lan will not work ive reformatted like 4 times, i have install loads of diff drivers....still no luck. i am running win xp pro. is there anywhere that i can find proper drivers for this lan controller? i have installed the 'so called correct drivers' but they will not load, ive been at this for weeks now
 
Old 05-05-2003, 01:49 PM   #116
aetius
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
Please SenorPedo,
can you mail me the drivers?

I have the same problem with an Acer 800LCi, using a SuSE distribution.

Thank you!

ae.
 
Old 05-07-2003, 09:34 PM   #117
dule
LQ Newbie
 
Registered: May 2003
Distribution: Red Hat 9
Posts: 1

Rep: Reputation: 0
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.
I also have a BCM4401 ethernet controller (but using Linux Red Hat 9) and been having troubles installing the driver. My cd for my ASUS board has drivers and release notes, but I follow the instructions, and the installation fails, i get a long list of errors... So if i could get an email of your driver and release notes that would be great. Since, in my set of notes, theres no mention of ./configure ..., btw, what is ./configure (i.e. how do i use the ?command?)?
 
Old 05-08-2003, 01:14 AM   #118
stoffell
Member
 
Registered: Apr 2003
Location: belgium
Distribution: debian
Posts: 72

Rep: Reputation: 15
red hat 9

hi,

make sure you've installed the kernel source and headers for your kernel.. not included with default rh9 install.

stoffell
 
Old 05-08-2003, 04:59 AM   #119
aetius
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
./configure is a "script" used to configure the makefile for your system-specific configuration, such as architecture, library versions,big/little endian etc...

I tried a SuSE 8.2, with the new kernel 2.4.20 and everything works fine. at least for me.

My configuration is Acer Travelmate 800, w/ Intel Centrino, Broadcom 440x ethernet card.

I think every issue can be resolved using a 2.4.20 kernel, which should have the drivers built-in.

ae.
 
Old 05-08-2003, 05:26 PM   #120
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Rep: Reputation: 32
I recently made the discovery that nVidia has its own forums for both Linux and Windows. If you have problems with an nVidia network card or GeForce display card this is where to start.

You can download latest drivers. My mobo is an ASUS and has nVidia chipset and builtin GeForce2 video. I had similar problems in Linux to many here. As a recent poster said, you have to have your kernel-source available for the nVidia programs to use, and this is not clear in their instructions.

Once I had all this ready, my nVidia network, sound and graphics drivers all loaded (do the graphics first if you have both). Of course, if you do not have dual boot, or a friend, and cannot connect to the net, you have a problem!

While I was at it, I downloaded the nVidia drivers for Windows 98, and replaced the ASUS ones. The improvement and facilities for controlling the display are tangible.

nVidia say they design their chips/hardware/display cards to work off the same drivers, or maybe their driver files to adapt to different cards, either way there is only one video file and one mobo driver (sound, network) for each operating system. nVidia claim that their video drivers work on a number of other cards as well, including the ubiquitous SiS630 found on a number of cheap mobos.

Anyway, my system is now running lovely!!! (ASUS A7N266VM - all nVidia powered).

Although nVidia have chosen not to open-source their linux drivers, they are constantly being updated, and are free of charge, as are their Windows drivers. I am impressed, as every previous cheapish mobo I had I could never find updates on the net...

Sorry for the gushing "advert" just hope to be of help!!
 
  


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 02:43 PM.

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