Re: 100Mb/Full Duplex

2000-03-23 Thread W. Paul Mills
You might try starting at Donald Becker's site --

 http://cesdis.gsfc.nasa.gov/linux/drivers/

He has authored many ethernet drivers. He also has some test programs
for specific cards which can help. Latest drivers for many cards
available. There is a document there on autonegotiation. Links to 
several sites with fast ethernet information.

Tim Sailer [EMAIL PROTECTED] wrote:
: Hi folks.

: I'm having some trouble, actually with a Cisco 6509 switch, but getting
: it to talk to 20 VALinux machines. My story:

: I have a rack of 20 machines needing to talk to a Pix firewall with
: gigbit interfaces on it. To do this, we set up a test rig using an Alteon
: switch with 1 gigabit interface and 24 100bT ports for the boxes.
: When we run in this mode, everything performs well. Now, we switch this
: over to the Cr^Hisco switch, and it all goes to hell. It seems like the
: 6509 doesn't negotiate with the EEPro100 NICs in the linux boxes. Errors
: out the butt, and the switch ports claim that they are talking 10/half
: when they should be talking 100/full.

: I've looked at the NIC driver source, but it's non-obvious, to me anyway,
: how to lock these puppies in 100/full. Any pointers?

: Thanks,
: Tim

: -- 
:  (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - 
http://www.buoy.com/~tps
:   I have never found that criticism is ever inhibited by ignorance.
: ** Disclaimer: My views/comments/beliefs, as strange as they are, are my 
own.**


: -- 
: To UNSUBSCRIBE, email to [EMAIL PROTECTED]
: with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
*** Running Debian Linux ***
*   For God so loved the world that He gave his only begotten Son,  *
*   that whoever believes in Him should not perish...John 3:16  *
* W. Paul Mills  *  Topeka, Kansas, U.S.A.  *
* EMAIL= [EMAIL PROTECTED]  *  WWW= http://Mills-USA.com/  *
* Bill, I was there several years ago, why would I want to go back? *
* pgp public key on keyservers everywhere? */
-- 



Re: Is rvplayer working for others?

1998-10-18 Thread W. Paul Mills

Works for me. Make sure you have all the libs you need.
Output of ldd /usr/X11R6/lib/X11/rvplayer/rvplayer
/lib/nfslock.so.0 = /lib/nfslock.so.0 (0x4000c000)
libXmu.so.6 = /usr/lib/libc5-compat/libXmu.so.6 (0x4000e000)
libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4002)
libXext.so.6 = /usr/lib/libc5-compat/libXext.so.6 (0x40062000)
libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x4006d000)
libdl.so.1 = /lib/libdl.so.1 (0x4010b000)
libg++.so.27 = /usr/lib/libc5-compat/libg++.so.27 (0x4010e000)
libstdc++.so.27 = /usr/lib/libc5-compat/libstdc++.so.27 (0x40146000)
libm.so.5 = /lib/libm.so.5 (0x40177000)
libc.so.5 = /lib/libc.so.5 (0x4018)
libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x4023e000)
libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x40247000)

If you use network audio, you may want to use the following script instead
of the debian wrapper in /usr/X11R6/bin/rvplayer.

x--cut-
#!/bin/bash
if /sbin/pidof au  /dev/null 21
then
sudo /etc/init.d/nas stop  /dev/null 21
fi

unset LD_LIBRARY_PATH
/usr/X11R6/lib/X11/rvplayer/rvplayer $@

if ! /sbin/pidof rvplayer  /dev/null 21
then
sudo /etc/init.d/nas start  /dev/null 21
fi

exit 0
x--cut-


 From: Rob Browning [EMAIL PROTECTED]
 Date: 17 Oct 1998 16:21:08 -500
 User-Agent: Gnus/5.070033 (Pterodactyl Gnus v0.33) Emacs/20.3
 Resent-From: debian-devel@lists.debian.org
 X-Mailing-List: debian-devel@lists.debian.org archive/latest/16984
 X-Loop: debian-devel@lists.debian.org
 Precedence: list
 Resent-Sender: [EMAIL PROTECTED]
 
 
 I've installed the rvplayer package, but even something as simple as
 
   rvplayer /usr/doc/rvplayer/examples/welcome.rm
 
 doesn't work.  The app comes up, and then it just sits there.  Does
 this work for others?  (verson 5.0-6)
 
 Thanks
 
 -- 
 Rob Browning [EMAIL PROTECTED] PGP=E80E0D04F521A094 532B97F5D64E3930
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
/*** Running Debian Linux ***
*   For God so loved the world that He gave his only begotten Son,  *
*   that whoever believes in Him should not perish...John 3:16  *
* W. Paul Mills  *  Topeka, Kansas, U.S.A.  *
* EMAIL= [EMAIL PROTECTED]  *  WWW= http://Mills-USA.com/  *
* Bill, I was there several years ago, why would I want to go back? *
* pgp public key on keyservers everywhere? */