- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Full Duplex
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
05-08-2003 04:31 AM
05-08-2003 04:31 AM
We got our Proliant DL320 with two NIC NC6770 models GB cards. I want to set this to 100mbs full duplex mode.
1. What options should I put in /etc/modules.conf file for eth1 (only one is active at the moment)
2. I need to set up a Linux fax stand-alone server (different from 1). This should be capable of sending 500 faxes per week. EFax or HylaFax should I go for?.
Thanks
Come-on points waiting.............
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 04:54 AM
05-08-2003 04:54 AM
Re: Full Duplex
for example, for bcm5700 I use
auto_speed=0 line_speed=100 full_duplex=1
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 04:55 AM
05-08-2003 04:55 AM
Re: Full Duplex
for example, for bcm5700 I use
auto_speed=0 line_speed=100 full_duplex=1
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 04:55 AM
05-08-2003 04:55 AM
Re: Full Duplex
for example, for bcm5700 I use
auto_speed=0 line_speed=100 full_duplex=1
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 04:55 AM
05-08-2003 04:55 AM
Re: Full Duplex
for example, for bcm5700 I use
auto_speed=0 line_speed=100 full_duplex=1
vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 05:00 AM
05-08-2003 05:00 AM
Re: Full Duplex
in your modules.conf add the options argument to your specific module to pass options.
alias eth0 XXXXX
options XXXX par1 par2
etc...
use mii-tool to determine the current settings of your lan card.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 05:07 AM
05-08-2003 05:07 AM
SolutionHP recommends the same bcm5700 driver as I use for my ML370, so I recommend you to put options from my first letter to your /etc/modules.conf.
BTW, mii-tools doesn't work with bcm5700 driver
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 10:12 PM
05-08-2003 10:12 PM
Re: Full Duplex
Thanks for your help. I am following the documentation. According to the document I need the Kernel Source Code and need to build the source tree. My kernel is
2.4.18-27.8.0. The box is alredy harden up for sendmail. Where can I get the source and how do I build source tree?
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 10:34 PM
05-08-2003 10:34 PM
Re: Full Duplex
you can download the kernel source from www.kernel.org. chances are that your distribution also has them on the cd. check it out.
see this LOST (Linux One Stanza Tip) for quick steps to compile the kernel.
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Steps for kernel compilation LOST #087
1. #cd /usr/src/linux 2. #make mrproper 3. #make menuconfig
4. #make dep 5. #make clean 6. #make modules
7. #make install 8. #make modules_install
Change /etc/lilo.conf and than run lilo -v
For detailed explaination refer to Kernel-HOWTO.
####[rfowkar (at) yahoo.com]##################################
for detailed info refer to the kernel howto.
-b-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 12:02 AM
05-09-2003 12:02 AM
Re: Full Duplex
ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/common/bcm5700-6.0.2a-1.src.txt
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 03:46 AM
05-09-2003 03:46 AM
Re: Full Duplex
I am using the HP documentattion to install the driver (bcm5700). I cannot find the Kernel source (either on CD or ftp). What the name the file I should look for on the cd.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 04:22 AM
05-09-2003 04:22 AM
Re: Full Duplex
check out www.kernel.org.
-balaji
(and spend some time assigning points)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 09:21 PM
05-09-2003 09:21 PM
Re: Full Duplex
Thanks for the help. I checked my link with iim-tool
and I got the following reply:
mii-tool eth1 --verbose
eth1: negotiated 100baseTx-FD, link ok
I am happy with it. I have learned a lot in this.
Santha