- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- setting full duplex..make install ..?
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
09-11-2002 03:41 AM
09-11-2002 03:41 AM
can not make install.
any other way except for not making source of ethtool?
do I have to make source file
to set the speed of linux
Here is what i have made source
# ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/ioctl.h... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for ANSI C header files... (cached) yes
checking for socket... (cached) yes
checking for strtol... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
# make
# make install
make[1]: Entering directory `/home/affis/ethtool-1.3'
/bin/sh ./mkinstalldirs /usr/local/sbin
/usr/bin/install -c ethtool /usr/local/sbin/ethtool
make install-man8
make[2]: Entering directory `/home/affis/ethtool-1.3'
/bin/sh ./mkinstalldirs /usr/local/man/man8
/usr/bin/install -c -m 644 ./ethtool.8 /usr/local/man/man8/ethtool.8
make[2]: Leaving directory `/home/affis/ethtool-1.3'
make[1]: Leaving directory `/home/affis/ethtool-1.3'
problem ..what?
any good tips are helpful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:02 AM
09-11-2002 04:02 AM
Re: setting full duplex..make install ..?
can't see any problems in your posting.
However, what linux distrbution do you use? You need at least a kernel 2.4x or higher.
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 12:14 PM
09-11-2002 12:14 PM
SolutionIf the compile fails, try downloading RPM package from http://rpmfind.net.
Another idea : try /sbin/mii-tool (part of net-tools package). An example of usage :
/sbin/mii-tools -F 100baseTx-FD eth0
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:31 PM
09-11-2002 04:31 PM
Re: setting full duplex..make install ..?
ethtool rpm was installed
but cannot the opertion.
I installed ethtool-1.6-i686.rpm
I have kernel which is Linux cms 2.4.3-12smp #1 SMP Fri Jun 8 14:38:50 EDT 2001 i686
[root]#ethtool -s eth0 speed 100 duplex full
Cannot get current device settings: Operation not supported
not setting speed
not setting duplex
what is the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 11:37 AM
09-13-2002 11:37 AM
Re: setting full duplex..make install ..?
Are you using a PCMCIA LAN adapter ? Mine seems unable to recognize mii-tool options (I guess it would be the same with ethtool).
Another thing : check the configuration of the switch you are connected to.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 06:54 PM
09-17-2002 06:54 PM
Re: setting full duplex..make install ..?
I've played with ethtool on a couple of different boxes. It worked on one but not the other. As one of the other posters mentioned, it depends on the type of LAN card you are using, and the driver for the LAN card. If they don't support changing speed and/or duplex with the card and the driver, ethtool won't be able to do it either.
JP