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 01-12-2003, 11:58 AM   #46
coreman
LQ Newbie
 
Registered: Jan 2003
Location: Massachusetts
Distribution: Red Hat
Posts: 7

Rep: Reputation: 0
Red Hat 8.0 driver


I have updated my post above and included a copy of the Red Hat 8.0 driver on my website. Use at your own risk but this is what I built and is currently working on my Dimension 2350

http://www.racores.com/temp/bcm4400.o

Use "save link to disk" to get the file

Last edited by coreman; 01-12-2003 at 01:35 PM.
 
Old 01-12-2003, 01:07 PM   #47
samoul
LQ Newbie
 
Registered: Jan 2003
Location: Quebec, Canada
Distribution: SuSe 8.1
Posts: 5

Rep: Reputation: 0
How have you do to have this file! I try the make command and it show me a lot of error and the file is not created... And you file dont work on my SuSe 8.1 the terminal sait that is not the same version of my kernel... Can you help me to create this file for my own kernel
 
Old 01-12-2003, 01:32 PM   #48
coreman
LQ Newbie
 
Registered: Jan 2003
Location: Massachusetts
Distribution: Red Hat
Posts: 7

Rep: Reputation: 0
No, I can't help you with SuSe. I don't have access to it and I don't have the time to walk you through it. I followed the instructions in the .txt file I posted with the tarball. They generated a tremendous number of warnings. other email has stated to ignore them so I did. i then did a "make install" and when I rebooted, it recognized the hardware and configured it for me. That is the sum total of my experience with it. Sorry.
 
Old 01-12-2003, 02:13 PM   #49
samoul
LQ Newbie
 
Registered: Jan 2003
Location: Quebec, Canada
Distribution: SuSe 8.1
Posts: 5

Rep: Reputation: 0
Yes i know how to do it but when a type: ''make'' to terminal sait thousan or error messages!
 
Old 01-12-2003, 02:17 PM   #50
coreman
LQ Newbie
 
Registered: Jan 2003
Location: Massachusetts
Distribution: Red Hat
Posts: 7

Rep: Reputation: 0
Then you probably don't have the development tools and libraries needed loaded onto your system, or at least not properly.
 
Old 01-13-2003, 05:14 AM   #51
johndough
LQ Newbie
 
Registered: Jan 2003
Posts: 1

Rep: Reputation: 0
broadcom bcm 4401 lan

hi all

the AsusTek/Broadcom bcm 4401 lan is really troublesome. i havent yet got it working, but i am trying...

the drivers, no rpm found yet. the .tar.gz is available on the cd or from asus. it is a zip file of about 10 meg with all drivers included.
4401.zip or similar.

the microstar site www.msi.com.tw has similar files for a bcm 4401 at a coupla hundred kb download. i tried these and they were no better/different to the asus files

with mandrake 9.0 i needed to load all the source code/libraries/development files to get a 'make' to produce a bcm4401.o and that is my progress to date.

this is writ in w98se using the bcm4401 and i a going to switch to mandy9 and try some of the suggestiond found here.
 
Old 01-13-2003, 01:57 PM   #52
ikaros
LQ Newbie
 
Registered: Jan 2003
Location: Denmark
Distribution: Red Hat 8.0
Posts: 1

Rep: Reputation: 0
Question ASUS A7V8X LAN driver

Hi There

I also have an ASUS A7V8X where RH8.0 does not detect the onboard LAN interface.
I've read the previous articles with interest, but one thing i don't know what is "./configure".

Could someone please give a newbie some instructions!
 
Old 01-13-2003, 03:32 PM   #53
samoul
LQ Newbie
 
Registered: Jan 2003
Location: Quebec, Canada
Distribution: SuSe 8.1
Posts: 5

Rep: Reputation: 0
coreman
Witch developement tool and thing i need to install? And how can i do it? I you were talking about GCC i a install him....
 
Old 01-14-2003, 03:56 PM   #54
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
ikaros, for these drivers you don't need a ./configure step, so don't worry about that, for now.
 
Old 01-15-2003, 09:52 AM   #55
glebius
LQ Newbie
 
Registered: Jan 2003
Posts: 1

Rep: Reputation: 0
Sr. Pedo, where did you grab Broadcom docs from? Can you send me
them or link to glebius@cell.sick.ru?
 
Old 01-18-2003, 07:51 AM   #56
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Rep: Reputation: 30
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.
SenorPedo, I have essentially the same system as you, but I am not getting this to work. Maybe I am looking at the wrong instructions on motherboard CD because what I am looking at says nothing about /configure or make, etc.
 
Old 01-18-2003, 09:12 AM   #57
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Rep: Reputation: 30
I found the reference to "make" in the section titled "Building the driver from tar file." I get errors. Can't help wondering if I need the development packages installed. When I try to update it says I need krb5-libs-1.2.5-6. I just downloaded and went to install and I am told that I already have a newer version. Yikes! I am getting frazzled.

I'd like to simply put the RH8 install CD into the drive and reboot to reinstall RH*, but that ain't happening either.
 
Old 01-18-2003, 10:23 AM   #58
yngwin
Member
 
Registered: Dec 2002
Location: China
Distribution: Arch
Posts: 359

Rep: Reputation: 33
Yes, you need to have the development packages installed and also the kernelsources, otherwise you cannot make these drivers. Some good news: the drivers are included in the development kernel (I think from 2.5.47 on), so when 2.6 is out we won't have these problems anymore (as soon as the major distros will include that kernel).
 
Old 01-19-2003, 09:04 AM   #59
HwzrHlslndr
Member
 
Registered: Dec 2002
Location: New Hampshire
Distribution: Red Hat 8
Posts: 176

Rep: Reputation: 30
So if I understand correctly, I should probably just go buy a card for now. Any suggestions?
 
Old 01-19-2003, 07:12 PM   #60
CMcQueeny
LQ Newbie
 
Registered: Jan 2003
Posts: 1

Rep: Reputation: 0
As a note, ASUS does offer these drivers on thier website. Get them at:

http://www.asus.com.cn/support/downl...53.zip~zaqwedc
 
  


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 11:05 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