- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DL380 G3 + bcm5700 problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 02:58 AM
12-09-2003 02:58 AM
DL380 G3 + bcm5700 problem
It fails:
[root@redhat]# insmod bcm5700
Using /lib/modules/2.4.9-e.3smp/kernel/drivers/addon/bcm5700/bcm5700.o
/lib/modules/2.4.9-e.3smp/kernel/drivers/addon/bcm5700/bcm5700.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
[root@redhat]# uname -r
2.4.9-e.3smp
[root@cluster1 redhat]# ll /lib/modules/2.4.9-e.3smp/kernel/drivers/addon/bcm5700/bcm5700.o
-rw-r--r-- 1 root root 133831 Dec 9 15:58 /lib/modules/2.4.9-e.3smp/kernel/drivers/addon/bcm5700/bcm5700.o
lspci says:
02:01.0 Ethernet controller: BROADCOM Corporation: Unknown device 16a7 (rev 02)
I would appreciate any ideas.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 03:44 AM
12-09-2003 03:44 AM
Re: DL380 G3 + bcm5700 problem
read the following link... it is full of usefull informations.
Hope this help you.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 11:38 AM
12-09-2003 11:38 AM
Re: DL380 G3 + bcm5700 problem
Did you then install it or compile it?
rpm --rebuild bcm5700-6.2.11a-1.src.rpm
then install the resultant RPM's in '/usr/src/redhat/RPMS/'.
There should however bee some pre-built RPM's there (not .src.rpm, just .rpm) in any case.
NOTE: You may need the kernel source in order to do this sucessfully.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 06:56 PM
12-09-2003 06:56 PM
Re: DL380 G3 + bcm5700 problem
ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/bcm5700-6.2.11a-1.src.txt
Thanks, for your points, very much appreciated.
J-P (please 0 points for this! oops)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 08:46 PM
12-09-2003 08:46 PM
Re: DL380 G3 + bcm5700 problem
Unfortunetly with this result.
I have tried to load the bcm5700 module which came with the standard redhat kernel image - same reult.
I guess init_module routine in bcm5700.o checks if there is compatible hw device or not. Am I right? How? Is there any more verbose way to know what kind of NIC I have than lspci -v?
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 01:08 AM
12-10-2003 01:08 AM
Re: DL380 G3 + bcm5700 problem
#cat /proc/pci
#lspci -vv
#lspci -t
#dmesg | grep -A5 -i "pci" | more
J-P