niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » SGI/IRIX » admin
pcap support for tg0 gigabit ethernet
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
Author Message
(null
*nix forums beginner


Joined: 16 May 2005
Posts: 8

PostPosted: Wed Feb 22, 2006 7:56 pm    Post subject: Re: pcap support for tg0 gigabit ethernet Reply with quote

In article <3scmhuFnjcnuU1@individual.net>,
Joerg Behrens <behrens@takenet.de> wrote:
Quote:
Daniel Packman schrieb:
I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.....

--- ./pcap-snoop.c Sun Mar 21 00:33:24 2004

+ strncmp("tg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */

Right, that was the change I made in the code. Now I get

"Error opening device (snoop bind: Cannot assign requested address)"

Perhaps this is an unrelated issue.
Back to top
Joerg Behrens
*nix forums Guru Wannabe


Joined: 29 Apr 2005
Posts: 106

PostPosted: Wed Feb 22, 2006 7:56 pm    Post subject: Re: pcap support for tg0 gigabit ethernet Reply with quote

Daniel Packman schrieb:
Quote:
I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.
The code in pcap-snoop.c runs through its known device names
and then spits out "snoop: unknown physical layer type"
Has anyone gotten tg devices to work? Any pointers on what
I would need to do to get it working?

Thanks.



Use the source Luke...aeh Daniel :)

[o2k]:/usr/nekoware/patch $ cat libpcap-0.8.3_irix.patch
diff -urN ./pcap-snoop.c ../libpcap-0.8.3_test/pcap-snoop.c
--- ./pcap-snoop.c Sun Mar 21 00:33:24 2004
+++ ../libpcap-0.8.3_test/pcap-snoop.c Fri Aug 26 00:35:42 2005
@@ -226,6 +226,7 @@
O2 10/100 */
strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */
strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx
Gigabit */
+ strncmp("tg", device, 2) == 0 || /* Octane/O2xxx/O3xxx
Gigabit */
strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */
strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */
strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit
EPLEX */
Back to top
(null
*nix forums beginner


Joined: 16 May 2005
Posts: 8

PostPosted: Wed Feb 22, 2006 7:56 pm    Post subject: pcap support for tg0 gigabit ethernet Reply with quote

I'm trying to get cdpr running on an irix 350 machine with
gigabit ethernet. This presents the system with a tg0 device.
The code in pcap-snoop.c runs through its known device names
and then spits out "snoop: unknown physical layer type"
Has anyone gotten tg devices to work? Any pointers on what
I would need to do to get it working?

Thanks.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] View previous topic :: View next topic
The time now is Sat Nov 22, 2008 11:53 am | All times are GMT
navigation Forum index » *nix » SGI/IRIX » admin
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:57 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:56 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:56 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:55 am
No new posts Does stream I/O support "%a" floating-point format? John Friedland C++ 3 Fri Jul 21, 2006 9:26 am

Books | Loan Consolidation | Payday Loan | Best Credit Cards | Loans
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2611s ][ Queries: 20 (0.1824s) ][ GZIP on - Debug on ]