Unsolved
This post is more than 5 years old
4 Posts
0
8986
April 19th, 2003 04:00
Latitude D800 onboard NIC with RedHat 9
Has anybody had any luck getting the onboard D800 NIC working under Linux?
I have tried building the Broadcom 5700 driver (bcm5700.o) from source. It builds but does not work (insmod fails).
I have tried building the Broadcom 5700 driver (bcm5700.o) from source. It builds but does not work (insmod fails).
No Events found!


iQ
2 Posts
0
April 19th, 2003 08:00
At least in my I8500 I have a bcm4400 inside, and I got it working with RH9, by compiling the module from source, without trouble ...
Now I have here a working linux, that I can use to bootstrap my own version...
sewid
4 Posts
0
April 20th, 2003 11:00
I figured it was a Broadcom 570x since that's what the Windows driver says. I have now tried both the bcm5700.o and the bcm4400.o drivers and neither work. I compiled both from source.
Thanks anyway.
drew2k
1 Message
0
April 21st, 2003 14:00
sewid
4 Posts
0
April 23rd, 2003 22:00
datapace
1 Message
0
April 26th, 2003 20:00
After no luck with some drivers I found on some part of the dell support site, I started digging around on google.
Found the following which worked for me, YMMV.
I download the drivers from http://www.asus.com/support/download/item.aspx?ModelName=PRL-DLS533.
get the RHLinux_b570x.zip file and unzip it.
tar vfxz bcm5700-5.0.16.tar.gz
cd src
make
insmod ./bcm5700.o (to test)
make install
depmod -a
Then setup your network normally.
I'm using RedHat 9 with the 2.4.20-9 kernel w/APCI patches.
Good luck,
-datapace
sewid
4 Posts
0
April 29th, 2003 00:00
Good going. Thanks for the info it worked great.
Using that link, i downloaded the RH_Linux driver file, opened it to find a src RPM as well as the tar.gz file you mentioned.
(http://www.asus.com/pub/ASUS/mb/Socket604/PRL-DLS533/Broadcom%20570x/RHLinux_b570x.zip)
I used:
# rpm -i bcm5700-5.0.16-1.src.rpm
# cd /usr/src/redhat
# rpmbuild -bb SPECS/bcm5700.spec
# rpm -i RPMS/bcm5700-5.0.16-1.rpm
Then configure the network using whichever tool you want and reboot. Worked for me.
Nootrak4
26 Posts
0
May 4th, 2004 12:00