LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-15-2003, 05:53 PM   #76
stansfieldmd
LQ Newbie
 
Registered: Feb 2003
Location: Brentwood Bay
Distribution: RedHat
Posts: 5

Rep: Reputation: 0
Re: Similar but not same


Quote:
Originally posted by esox
I have the asus a7v8x with the built in broadcom4401 lan chipset.
amd2400+ and running MD9. I just installed linux for the first time and am having this problem with the broadcom drivers. I am new to linux but see that I am not the only one having problems. If anyone can help with this, let me know. I hate dual booting to Winxp just to acess this help site. Wish i could be doing it from linux. I followed the instructions that came with the drivers and get stuck at the Make part. It seems to be looking for a file that is not there and also, says it cannot find the gcc command:
=======================
make: gcc: Command not found
make: *** [b44um.o] Error 127
=======================

Below is a copy of my install instructions and the computer complaints:

If you have any advice, also email it to me at: vikings02@charter.net

[esox@localhost esox]$ md bcm4401
[esox@localhost esox]$ cd bcm4401
[esox@localhost bcm4401]$ tar xvfz /mnt/cdrom/Drivers/LAN/4401/Linux/bcm4400-1.0.1.tar.gz
LICENSE
RELEASE.TXT
src/
src/b44.h
src/b44lm.c
src/b44lm.h
src/b44mm.h
src/b44proc.c
src/b44queue.h
src/b44um.c
src/Makefile
src/bcm4400.4.gz
[esox@localhost bcm4401]$ cd src
[esox@localhost src]$ make
gcc -DMODULE -D__KERNEL__ -DDBG=0 -Wall -Wstrict-prototypes -O6 -I/usr/src/linux/include -c -o b44um.o b44um.c
make: gcc: Command not found
make: *** [b44um.o] Error 127
[esox@localhost src]$ dir
b44.h b44lm.c b44lm.h b44mm.h b44proc.c b44queue.h b44um.c bcm4400.4.gz Makefile
[esox@localhost src]$

It sounds like you don't have the compiler packages installed. Go to mandrake's package manager and install all the gcc c packages and compilers and then you should be able to make it properly. If this doesn't work and you want the built file send me an e-mail at matthewstansfield@hotmail.com and i will be happy to send it to you.
 
Old 02-16-2003, 02:58 AM   #77
erjing
LQ Newbie
 
Registered: Dec 2002
Location: Urumqi in China
Distribution: debian redhat
Posts: 15

Rep: Reputation: 0
hehe~~~i think u need u install gcc and lib ......

first to download crd drive .I think u can got form compay home page .that is a modules,u can download and to make it ,but don't forgot to install make gcc libc6 ......some some.
 
Old 02-16-2003, 09:23 AM   #78
X_masterz2000
LQ Newbie
 
Registered: Jan 2003
Posts: 9

Rep: Reputation: 0
Someone told me you would have to get a new kernel for eveything to work right.
 
Old 02-16-2003, 01:11 PM   #79
esox
LQ Newbie
 
Registered: Feb 2003
Posts: 3

Rep: Reputation: 0
Look, I dont know hardly anything about Linux. The last two solutions posted dont really mean much to me. Stansfieldmd, how do install these compilers you are talking about.
 
Old 02-16-2003, 05:17 PM   #80
Worry
LQ Newbie
 
Registered: Feb 2003
Location: Moscow, Russia
Distribution: RH 8.0
Posts: 1

Rep: Reputation: 0
Another kind of trouble

Hi, All

I got the following problem with this network driver.

My hardware: Asus a7v8x w onboard Broadcom BCM4400 Network Adapter
OS: Linux RedHat 8.0 (kernel 2.4.18-14)

I got the driver source code (from www.asus.com), compiled it successfully, but when trying to use the module obtained, it fails.

The output is as follows:

Quote:
[user root@src]# insmod bcm4400.o
bcm4400.o: kernel-module version mismatch
bcm4400.o was compiled for kernel version 2.4.18-14custom
while this kernel is version 2.4.18-14.
Then i've decided to force module loading
Quote:
[user root@src]# insmod -f bcm4400.o
Warning: kernel-module version mismatch
bcm4400.o was compiled for kernel version 2.4.18-14custom
while this kernel is version 2.4.18-14
bcm4400.o: unresolved symbol pci_enable_device_Rsmp_a2411ea7
bcm4400.o: unresolved symbol eth_type_trans_Rsmp_5bfa2c6f
bcm4400.o: unresolved symbol pci_write_config_word_Rsmp_eb06a06f
bcm4400.o: unresolved symbol pci_unregister_driver_Rsmp_513ca96c
......
Help me please, I'm just a newbie in Linux.
 
Old 02-17-2003, 12:53 AM   #81
Packit
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
Hello all. New here and had to join the fray on this one.

Edit:

Ooops... had a problem where I had to insmod after each reboot. This was due to a typographical error in /etc/modules.conf. Corrected alias command makes it work perfectly.

Question deleted.

Last edited by Packit; 02-17-2003 at 01:04 AM.
 
Old 02-17-2003, 09:32 AM   #82
stansfieldmd
LQ Newbie
 
Registered: Feb 2003
Location: Brentwood Bay
Distribution: RedHat
Posts: 5

Rep: Reputation: 0
Exclamation Compiling

For anyone who is having trouble running the make command on the file hear is what I found was the problem. On some default installations of Mandrake and RedHat some of the GCC Compilers aren't installed. To install them on redhat:
1.Go to your dock and click on the hat that brings up your applications under x

2. Go to system settings

3. Click on packages

4. Scroll down until you see development tools

5. Check developement tools click on details and make sure all the gcc pakages are or will be installed.

It will need some of your installations cd's so make sure you have them handy. I believe the process is similar on mandrake with the mandrake package manager. Any further questions e-mail me at matthewstansfield@hotmail.com
 
Old 02-17-2003, 09:35 AM   #83
stansfieldmd
LQ Newbie
 
Registered: Feb 2003
Location: Brentwood Bay
Distribution: RedHat
Posts: 5

Rep: Reputation: 0
Thumbs down Beta Kernel

I've had alot of trouble insmod the driver on the beta kernels so i would reccomend that you don't try that.
 
Old 02-17-2003, 06:45 PM   #84
esox
LQ Newbie
 
Registered: Feb 2003
Posts: 3

Rep: Reputation: 0
Hey guys, i found a solution to the broadcom 4400 problems. Install a new nic. I did. I had a Belkin laying around, and checked the cd documentation and it used a driver that came WITH the Mandrake 9 install. A nic is about $5 on sale. What is your time worth???? I know, it is the challenge. Good luck all.
 
Old 02-20-2003, 07:42 AM   #85
coffeeman
LQ Newbie
 
Registered: Feb 2003
Location: Ottawa, ON, Canada
Distribution: SuSE 8.1 Personal
Posts: 8

Rep: Reputation: 0
Has anyone managed to successfully run make on the ASUS supplied files for the 4401 with SuSE 8.1? I am having the same problem as Samoul (post #47). Make produces screenfulls of errors and does not create the .o file. The instructions with the ASUS driver files must be for an older version of SuSE. They give special instructions to help SuSE users, but the dirs/files they refer to are not there.

Appreciate any help.
 
Old 02-20-2003, 09:47 AM   #86
oskar_27de
LQ Newbie
 
Registered: Feb 2003
Posts: 4

Rep: Reputation: 0
I have that mobo too...
you have to compile the drivers von ASUS in your RH8.0
go to www.asus.com download the drivers for Linux,
then extract the .gz, then
cd src
make
and then you go to the RH8.0 network configuration, in RH8.0 its easy, try mandrake 9.0 (i still can configure it!)

good luck
oscar
 
Old 02-23-2003, 06:25 PM   #87
quelo
LQ Newbie
 
Registered: Feb 2003
Distribution: Debian
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by SenorPedo
You know, sometimes I amaze myself with how dumb I can be. Looking on the CD that came with the motherboard, I find a folder called D:\Drivers\LAN\4401\Linux
...
Unfortunately I don't have this directory in my motherboard CD-ROM... can you send me the content of this directory please?

Quelo.
 
Old 02-26-2003, 08:02 AM   #88
coffeeman
LQ Newbie
 
Registered: Feb 2003
Location: Ottawa, ON, Canada
Distribution: SuSE 8.1 Personal
Posts: 8

Rep: Reputation: 0
Success!! Driver compiled and installed - once I got ahold of the kernel sources from SuSE. Why, oh why don't they provide the kernel sources on the distro CDs for the Personal version???
 
Old 02-27-2003, 10:10 AM   #89
pro_php
LQ Newbie
 
Registered: Feb 2003
Distribution: suse 8.0 & 8.1
Posts: 2

Rep: Reputation: 0
Hi i just tried to compile the driver yesturday for my suse 8.1.

Today i got back to work and my mother board was dead.
I wounder if that could be due to the fact that the network card is on the board and that i missed the configuration.

Any idea if that could be the reason or i am just out of luck !
 
Old 02-27-2003, 11:00 AM   #90
govinds
LQ Newbie
 
Registered: Feb 2003
Posts: 1

Rep: Reputation: 0
have similar NIC but different motherboard (from Dell). Can someone e-mailme the drivers..
It should work on the Dell motherboard too..
My e-mail id is govinds@atrenta.com
 
  


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 08:19 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