View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun May 06, 2007 6:22 am 
Offline
Joined: Fri Jul 21, 2006 9:29 pm
Posts: 19
Please excuse me if this is a stupid question but I wanted confirmation before I started spending money on new cards.

Does R5E50 support gigabit ethernet speeds? The better question is probably does this version of Debian support it?

Thanks.


Top
 Profile  
 
PostPosted: Sun May 06, 2007 6:48 am 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
Brimrand wrote:
Please excuse me if this is a stupid question but I wanted confirmation before I started spending money on new cards.

Does R5E50 support gigabit ethernet speeds? The better question is probably does this version of Debian support it?

Thanks.
Of course. The better question is "On which NICs?", which boils down to which drivers are available for Linux.

I use the Intel PRO/1000 MT in my R5D1 backend. Worked out of the box.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 06, 2007 8:56 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I'm using GigE with large frames between the KM box and my other machines through a cheap Netgear switch (GS605). Searching for "large frames" should find the writeups on how to enable it. Don't forget to make sure that you're using good cables, at least CAT 5e or CAT 6.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 06, 2007 10:37 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
HOWTO: Enable jumbo frames to speed-up your LAN

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 06, 2007 10:47 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
I use the following script to set it up following an upgrade (I do a lot of upgrades):
Code:
#!/bin/bash
# enable jumbo frames
/sbin/ifconfig eth0 mtu 9000
grep 'MTU=9000' /etc/sysconfig/network-scripts/ifcfg-eth0 >/dev/null ||
echo 'MTU=9000' >>/etc/sysconfig/network-scripts/ifcfg-eth0
grep 'mtu 9000' /etc/init.d/bootmisc.sh ||
cat <<EOF >>/etc/init.d/bootmisc.sh
# enable jumbo frames
/sbin/ifconfig eth0 mtu 9000
EOF
grep 'mtu 9000' /etc/network/interfaces >/dev/null ||
sed -si.orig -e '/gateway/a\
        mtu 9000' /etc/network/interfaces

ifdown eth0
ifup eth0

If you snarf this, be sure that you don't end up with an extra space after the \ on line 12.

BTW - Some of this may be redundant but it works, and I haven't had time to play the game of reducing it to "necessary and sufficient" conditions.


Top
 Profile  
 
 Post subject: Sorry but thanks
PostPosted: Fri May 18, 2007 8:14 pm 
Offline
Joined: Fri Jul 21, 2006 9:29 pm
Posts: 19
Gosh, I am so sorry for abandoning this post. I thought I had email notification setup. I was wondering why no one replied.

Anyway, thank you everyone for the information. This forum is just about the most supportive group I have ever seen. If it weren't for you all, there would be a lot of us linux noobs that would just give up on running a Mythbox.

I have heard people mention "large frames" before with gigabit ethernet. Something new to learn, I suppose.

What I have wired is Cat 5e so I should be good there. I have the switch. I just don't have any cards yet.

Thank you all again.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 19, 2007 4:56 am 
Offline
Joined: Tue Aug 08, 2006 7:08 pm
Posts: 561
Location: UK
Depending on your motherboard(s), it may already be fitted.

Bruce S.

_________________
Updated 2019/10/26: AthlonII X2 265 Gigabyte GA-970A-DS3P
16Gb PC 1866 DDR3, 500GB+2TB+4TB SATA HDD,
SATA DVD-RW Asus DRW-24D5MT , NVIDIA GeForce GT1080
Hauppauage Nova-T 500, Nova-T LinHes R8.6.1


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 4:35 am 
Offline
Joined: Fri Jul 21, 2006 9:29 pm
Posts: 19
I'll check the manuals but I'm pretty sure that there's not a motherboard in that house that has Gb...OK, this shows what I know. I just checked the properties on my Windows machine and it says it has a Gigbit network connection. Son of a gun. Now all I need to do is get a wire to it instead of using the wireless.

Thanks for making me check.

I'll look into the Mythbox but it's older hardware. That one probably won't have it.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu