From martelm@quark.vsc.edu Mon Nov 3 07:39:01 2003 From: martelm@quark.vsc.edu (Michael H. Martel) Date: Mon Nov 3 07:39:01 2003 Subject: [tulip] ALPHA Linux - Slow Ethernet with the Tulip driver. Message-ID: <2147483647.1067845277@[155.42.1.223]> Hello! I'm having very slow transfers (ftp) on my Linux box with the tulip driver. First some background - Hardware - AlphaServer 300 4/266 Network Card - Integrated NIC (10mbps) OS - RedHat Linux 7.2 From HP/Compaq/RedHat After the initial install, I could not get the machine to see the network at all. No link light on my hub when the driuver loads. If you issue a : /etc/rc.d/init.d/network stop Then the link would come on. This lead me to do some research and found variuous comments that the tulip driver included with RedHat had issues. So I downloaded the Net Drivers package : I compiled them and loaded them by hand : insmod pci-scan.o insmod tulip.o And they loaded fine. I then did a network start and the link went out. Forcing the options as such : insmod tulip.o options=4 Made the link light stay on and I had network connections. Whoo hoo! Now however, when I try and FTP large files, they take forever ... >From my /var/log/messages file I see ... Nov 3 08:24:12 styx kernel: pci-scan.c:v1.12 7/30/2003 Donald Becker http://www.scyld.com/linux/drivers.html Nov 3 08:24:12 styx kernel: tulip.c:v0.97 7/22/2003 Written by Donald Becker Nov 3 08:24:12 styx kernel: http://www.scyld.com/network/tulip.html Nov 3 08:24:12 styx kernel: eth0: Digital DC21040 Tulip rev 36 at 0xfffffc0301201000, 00:00:23:67:58:33, IRQ 15. Nov 3 08:24:12 styx kernel: eth0: Transceiver selection forced to 10baseT-FDX. Nov 3 08:24:17 styx sysctl: net.ipv4.ip_forward = 0 Nov 3 08:24:17 styx sysctl: net.ipv4.conf.default.rp_filter = 1 Nov 3 08:24:17 styx network: Setting network parameters: succeeded Nov 3 08:24:18 styx network: Bringing up interface lo: succeeded Nov 3 08:24:22 styx network: Bringing up interface eth0: succeeded I'm connected to a 10mbps switch port, that works fine with other machines. I've tried different ports etc, to no avail. Any thoughts as to what I'm doing wrong ? Thanks! Michael -- --------------------------------o--------------------------------- Michael H. Martel | Systems Administrator martelm@quark.vsc.edu | Vermont State Colleges http://probe.vsc.edu/~michael | PH:802-241-2544 FX:802-241-3363 From martelm@quark.vsc.edu Mon Nov 3 08:24:00 2003 From: martelm@quark.vsc.edu (Michael H. Martel) Date: Mon Nov 3 08:24:00 2003 Subject: [tulip] ALPHA Linux - Slow Ethernet with the Tulip driver. In-Reply-To: <2147483647.1067845277@[155.42.1.223]> References: <2147483647.1067845277@[155.42.1.223]> Message-ID: <2147483647.1067847994@[155.42.1.223]> Some more information that my be usefull : [root@styx src]# ./tulip-diag -a -f tulip-diag.c:v2.17 5/6/2003 Donald Becker (becker@scyld.com) http://www.scyld.com/diag/index.html Index #1: Found a Digital DC21040 Tulip adapter at 0x8400. Digital DC21040 Tulip chip registers at 0x8400: 0x00: fff8e000 ffffffff ffffffff 47f5c000 47f5c200 fc660000 fffe2202 ffffebef 0x40: fffe0000 7fffffff ffffffff ffffffff ffffffc9 ffffef05 ffffffff ffff0000 Port selection is full-duplex. Transmit started, Receive started. The Rx process state is 'Waiting for packets'. The Tx process state is 'Idle'. The transmit unit is set to store-and-forward. [root@styx src]# uname -a Linux styx.vsc.edu 2.4.18-27.7.x.hp #1 Mon May 12 23:54:38 EDT 2003 alpha unknown The Kernel is the stock one from HP/Compaq. I have not tried to build my own Kernel to see if the problem goes away. Michael -- --------------------------------o--------------------------------- Michael H. Martel | Systems Administrator martelm@quark.vsc.edu | Vermont State Colleges http://probe.vsc.edu/~michael | PH:802-241-2544 FX:802-241-3363 From metod.kozelj@mobitel.si Mon Nov 3 09:58:04 2003 From: metod.kozelj@mobitel.si (Metod Kozelj) Date: Mon Nov 3 09:58:04 2003 Subject: [tulip] ALPHA Linux - Slow Ethernet with the Tulip driver. In-Reply-To: <2147483647.1067845277@[155.42.1.223]> References: <2147483647.1067845277@[155.42.1.223]> Message-ID: <3FA65B8F.7040508@mobitel.si> Hello, Michael H. Martel wrote: > Hello! > > I'm having very slow transfers (ftp) on my Linux box with the tulip > driver. First some background - > > Hardware - AlphaServer 300 4/266 > Network Card - Integrated NIC (10mbps) > OS - RedHat Linux 7.2 From HP/Compaq/RedHat I had a similar box (I believe it was AlphaStation 6/333 or something). It originaly came with a board which combined SCSI controller (Qlogic based) and 10base-T/10base2 combo net controller. I never managed to make this NIC to work with Becker's tulip driver while the other one works just fine. I believe you can still find it in current 2.4 kernels under "Generic DECchip & DIGITAL EtherWORKS PCI/EISA". Later on I added another 'brand DEC' NIC to get 100base-TX which also only worked with the 'old' driver. Only half-duplex though. As it didn't behave better under OSF1 3.2 I believe it's hardware issue anyway. Regards, Metod From Congchun He" My lab has a machine running Linux 2.2.18 with DS 21143 Tulip Adapter. We have a problem in setting the media type of the NIC to Full-Duplex mode, and would like to ask for your advices. The NIC is fine when the system is just rebooted. Using 'tulip-diag', I found that the port selection of the NIC is "MII, full-duplex"; and using 'mii-diag', I found that the auto-negotioation is enabled and the autonegotiated media type is 100baseTx-FD. Well, then if I turn off the ethernet interface by using 'ifconfig eth# down' and then bring it up again. The NIC media type detected by 'tulip-diag' is "MII, half-duplex", while the 'mii-diag' returns the same result as before. Then the NIC is in trouble with a lot of Tx packets errors. I have try to enforce the NIC Full-Duplex mode by using 'tulip-diag' with option "-F", it did not work; neither did the 'mii-diag'. Any suggection is welcome. Thanks, -congchun From zstingx@hotmail.com Wed Nov 5 11:07:01 2003 From: zstingx@hotmail.com (sting sting) Date: Wed Nov 5 11:07:01 2003 Subject: [tulip] (no subject) Message-ID: Hello, I am using RedHat 9 . (without any kernel patches). I have a network card of MX (Macronix). GENTO GPL-2001 mx 98715AEC after I boot , there is no message in /var/log/messages of identifying etherenet card. Now, I saw on the Net that the tulip driver is the appropriate one. So I tried: insmod tulip I get the following error: init_module: no such device I googled the net and saw that insmod is problematic in RH 7.3 ; wasn't this solved on RH9 ? what should I do ? regards, sting _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus From post+tulip@macallister.grass-valley.ca.us Mon Nov 10 19:07:03 2003 From: post+tulip@macallister.grass-valley.ca.us (Bill MacAllister) Date: Mon Nov 10 19:07:03 2003 Subject: [tulip] Latest version download problems Message-ID: <21600000.1068509427@wobbly.prideindustries.com> Hello, When I try and download the source RPM by clicking on the link: ftp://ftp.scyld.com/pub/network/netdrivers-3.1-1.src.rpm on the page: http://www.scyld.com/network/updates.html I get the error message: 550 Failed to change directory. Is there someplace else to get the latest and greatest? Thanks, Bill +---------------------------------------------------- | Bill MacAllister | 14219 Auburn Road | Grass Valley, CA 95949 | Phone: 530-272-8555 From becker@scyld.com Wed Nov 12 23:46:01 2003 From: becker@scyld.com (Donald Becker) Date: Wed Nov 12 23:46:01 2003 Subject: [tulip] Latest version download problems In-Reply-To: <21600000.1068509427@wobbly.prideindustries.com> Message-ID: On Mon, 10 Nov 2003, Bill MacAllister wrote: > When I try and download the source RPM by clicking on the link: > > ftp://ftp.scyld.com/pub/network/netdrivers-3.1-1.src.rpm Try mkdir /tmp/netdrivers/ cd /tmp/netdrivers/ ncftpget ftp://ftp.scyld.com/pub/network/netdrivers.tgz tar xfvz netdrivers.tgz make make install -- Donald Becker becker@scyld.com Scyld Computing Corporation http://www.scyld.com 914 Bay Ridge Road, Suite 220 Scyld Beowulf cluster system Annapolis MD 21403 410-990-9993 From kramesh@tm.net.my Wed Nov 12 23:48:05 2003 From: kramesh@tm.net.my (Ramesh Kumar) Date: Wed Nov 12 23:48:05 2003 Subject: [tulip] Changing MAC addresses of Quadruple port Ethernet cards Message-ID: <002b01c3a98c$09511450$731ec3d2@chandrasekar> Hi, I am writing this out of dire desperation and urgency :-( Could someone please help me to identify if there are any quadruple-port Ethernet cards (Tulip or non-Tulip chip based) out there which enable the individual port’s MAC address to be changed to the user’s desire? The card is required to run on Linux 2.4.-4. I am developing an interface to emulate a control system controller which communicates using only Ethernet frames (embedded with proprietary messaging protocol). The controllers -and the computers to which they talk to- all have very specific and unique MAC addresses and any other address will not do. The desired interface is to run on a Linux PC and need to emulate 8 controllers each with a specific MAC address.   I would greatly appreciate any input on this.   Many thanks in advance. Ramesh Kumar   From becker@scyld.com Thu Nov 13 00:06:02 2003 From: becker@scyld.com (Donald Becker) Date: Thu Nov 13 00:06:02 2003 Subject: [tulip] Changing MAC addresses of Quadruple port Ethernet cards In-Reply-To: <002b01c3a98c$09511450$731ec3d2@chandrasekar> Message-ID: On Thu, 13 Nov 2003, Ramesh Kumar wrote: > Could someone please help me to identify if there are any quadruple-port > Ethernet cards (Tulip or non-Tulip chip based) out there which enable > the individual port’s MAC address to be changed to the user’s desire? > The card is required to run on Linux 2.4.-4. Yes. Not all quad port Tulip cards share a single configuration EEPROM. > I am developing an interface to emulate a control system controller > which communicates using only Ethernet frames (embedded with proprietary > messaging protocol). The controllers -and the computers to which they > talk to- all have very specific and unique MAC addresses and any other > address will not do. The desired interface is to run on a Linux PC and > need to emulate 8 controllers each with a specific MAC address. Why not just use 'ifconfig' to set the station address on each boot? -- Donald Becker becker@scyld.com Scyld Computing Corporation http://www.scyld.com 914 Bay Ridge Road, Suite 220 Scyld Beowulf cluster system Annapolis MD 21403 410-990-9993 From greearb@candelatech.com Thu Nov 13 00:18:01 2003 From: greearb@candelatech.com (Ben Greear) Date: Thu Nov 13 00:18:01 2003 Subject: [tulip] Changing MAC addresses of Quadruple port Ethernet cards In-Reply-To: <002b01c3a98c$09511450$731ec3d2@chandrasekar> References: <002b01c3a98c$09511450$731ec3d2@chandrasekar> Message-ID: <3FB314D8.8020005@candelatech.com> Ramesh Kumar wrote: > Hi, > I am writing this out of dire desperation and urgency :-( > Could someone please help me to identify if there are any quadruple-port > Ethernet cards (Tulip or non-Tulip chip based) out there which enable > the individual port’s MAC address to be changed to the user’s desire? > The card is required to run on Linux 2.4.-4. > > I am developing an interface to emulate a control system controller > which communicates using only Ethernet frames (embedded with proprietary > messaging protocol). The controllers -and the computers to which they > talk to- all have very specific and unique MAC addresses and any other > address will not do. The desired interface is to run on a Linux PC and > need to emulate 8 controllers each with a specific MAC address. > > I would greatly appreciate any input on this. > > Many thanks in advance. > Ramesh Kumar Dlink 570tx will work, if you can find them. Also, you can change the MAC of most any NIC simply by using the 'ip' or 'ifconfig' program to change the MAC at run-time. Phobos p430tx is another tulip 4-port that I know works... Ben > > > > _______________________________________________ > tulip mailing list, tulip@scyld.com > To change to digest mode or unsubscribe visit > http://www.scyld.com/mailman/listinfo/tulip > -- Ben Greear Candela Technologies Inc http://www.candelatech.com From kramesh@tm.net.my Thu Nov 13 13:29:01 2003 From: kramesh@tm.net.my (Ramesh Kumar) Date: Thu Nov 13 13:29:01 2003 Subject: [tulip] Changing MAC addresses of Quadruple port Ethernet cards In-Reply-To: Message-ID: <004501c3a9af$0af9f470$731ec3d2@chandrasekar> Dear Sir, Thank you very, very much for your prompt response. Yes, I tried 'ifconfig' on a single port NIC and it works. :-) Do you know if there is any recent quad port Ethernet NICs (Tulip driver based) which is field proven in having all of their ports' MAC addresses changed with 'ifconfig'? It's virtually impossible to get suppliers to loan hardware or even get any useful information from this part of this world.:-( And I really cannot afford the risk to buy cards only to find them not being able to re-configure their MAC addresses. Again, I am very grateful for your help. Thank you. Kind regards. Ramesh KL, Malaysia -----Original Message----- From: Donald Becker [mailto:becker@scyld.com] Sent: Thursday, November 13, 2003 1:09 PM To: Ramesh Kumar Cc: tulip@scyld.com Subject: Re: [tulip] Changing MAC addresses of Quadruple port Ethernet cards On Thu, 13 Nov 2003, Ramesh Kumar wrote: > Could someone please help me to identify if there are any quadruple-port > Ethernet cards (Tulip or non-Tulip chip based) out there which enable > the individual port's MAC address to be changed to the user's desire? > The card is required to run on Linux 2.4.-4. Yes. Not all quad port Tulip cards share a single configuration EEPROM. > I am developing an interface to emulate a control system controller > which communicates using only Ethernet frames (embedded with proprietary > messaging protocol). The controllers -and the computers to which they > talk to- all have very specific and unique MAC addresses and any other > address will not do. The desired interface is to run on a Linux PC and > need to emulate 8 controllers each with a specific MAC address. Why not just use 'ifconfig' to set the station address on each boot? -- Donald Becker becker@scyld.com Scyld Computing Corporation http://www.scyld.com 914 Bay Ridge Road, Suite 220 Scyld Beowulf cluster system Annapolis MD 21403 410-990-9993 From bill@macallister.grass-valley.ca.us Fri Nov 14 18:13:01 2003 From: bill@macallister.grass-valley.ca.us (Bill MacAllister) Date: Fri Nov 14 18:13:01 2003 Subject: [tulip] Latest version download problems In-Reply-To: References: Message-ID: <35510000.1068849878@wobbly.prideindustries.com> --On Wednesday, November 12, 2003 11:48:46 PM -0500 Donald Becker wrote: > On Mon, 10 Nov 2003, Bill MacAllister wrote: > >> When I try and download the source RPM by clicking on the link: >> >> ftp://ftp.scyld.com/pub/network/netdrivers-3.1-1.src.rpm > > Try > > mkdir /tmp/netdrivers/ > cd /tmp/netdrivers/ > ncftpget ftp://ftp.scyld.com/pub/network/netdrivers.tgz > tar xfvz netdrivers.tgz > make > make install > > > -- > Donald Becker becker@scyld.com > Scyld Computing Corporation http://www.scyld.com > 914 Bay Ridge Road, Suite 220 Scyld Beowulf cluster system > Annapolis MD 21403 410-990-9993 > Thanks Donald. The download worked like a charm using ncftpget. This is for a system I am building at another site, so I won't get to try the new drivers until tonight. The reason that I was interested is because I just installed Debian on an AlphaStation 200. With the 2.2 kernel and drivers the on board network supported worked fine. When when I built a 2.4.22 kernel the network driver failed. I ended up using the de4x5 driver after seeing a note from some else about the pre15 drivers. Does this make sense to you? In any case, I will give the latest and greatest a try tonight and let you know. Thanks again, Bill +---------------------------------------------------- | Bill MacAllister | 14219 Auburn Road | Grass Valley, CA 95949 | Phone: 530-272-8555 From aleksei_wolff@yahoo.com Tue Nov 25 16:47:01 2003 From: aleksei_wolff@yahoo.com (Aleksei Wolff) Date: Tue Nov 25 16:47:01 2003 Subject: [tulip] Linksys EtherFast 10/100 and Suse Install via FTP. Message-ID: <20031125215111.2081.qmail@web12822.mail.yahoo.com> I have a Linksys NE Etherfast 10/100 card, I am trying to install SUse 9.0 via FTP but do not know what parameters need to be passed to the Tulip Driver during the module install? Any help, hints, clues or tips, are greatly appreciated. Thanks. __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree From becker@scyld.com Tue Nov 25 17:20:01 2003 From: becker@scyld.com (Donald Becker) Date: Tue Nov 25 17:20:01 2003 Subject: [tulip] Linksys EtherFast 10/100 and Suse Install via FTP. In-Reply-To: <20031125215111.2081.qmail@web12822.mail.yahoo.com> Message-ID: On Tue, 25 Nov 2003, Aleksei Wolff wrote: > I have a Linksys NE Etherfast 10/100 card, I am trying > to install SUse 9.0 via FTP but do not know what > parameters need to be passed to the Tulip Driver > during the module install? None. -- Donald Becker becker@scyld.com Scyld Computing Corporation http://www.scyld.com 914 Bay Ridge Road, Suite 220 Scyld Beowulf cluster system Annapolis MD 21403 410-990-9993 From necrite@intersys.com.uy Thu Nov 27 13:17:00 2003 From: necrite@intersys.com.uy (Martin Arrieta) Date: Thu Nov 27 13:17:00 2003 Subject: [tulip] tulip and alpha error kernel 2.4.22 Message-ID: <1069957256.7524.31.camel@necrite> Hi all . i have one alpha lx164 with debian (woody) and kernel 2.4.22. #uname -a Linux alpha 2.4.22 #7 Thu Nov 27 07:13:47 UYT 2003 alpha unknown with a netgear ethernet #lspci -vv 00:05.0 Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 22) Subsystem: Netgear FA310TX Fast Ethernet Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ Stepping- SERR+ FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Hi, I have a Zoom 5001 Internal PCI Cable Modem. This card has been discussed on this list before. http://www.scyld.com/pipermail/tulip/2002-January/003963.html http://www.scyld.com/pipermail/tulip/2002-April/004128.html Needless to state, I'm having problems :-( The card is recognised, the tulip module gets everything set up and once DHCP has done it's stuff we're off and running. However, ifconfig shows everything is not peachy and before long the card hangs. Sometimes, taking the interface down, removing the module, installing the module and bring up the interface works. Mostly it's a reboot to get everything going again. I have a Dell Dimension with an onboard 3c905. The onboard card does not seem to be the problem. I've tried disabling it in the bios, not loading the kernal module and not bringing up the interface. No go, the Zoom still hangs. I run debian with 2.4.22 and I've tried the latest drivers from www.sycd.com. No go, the card hangs with either driver. The new drivers seem better but I've no imperical evidence of this. I will attempt to modify the driver as suggested back in 2002, but shouldn't those changes be in the latest download? I'm open to suggestions and more than willing to help test ideas to get this card up and running. So, what should I do next? Below is the output from various commands that I think might help. I would use the diagnostics but I seem to be getting compile errors, if I sort that out I'll provide more info and maybe a patch to the diags if needed. Here is the results of lspci 00:00.0 Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 02) 00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 02) 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 02) 00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 02) 00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 02) 00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 02) 00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 02) 00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 02) 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev a1) 02:07.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07) 02:07.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07) 02:08.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) 02:08.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) 02:09.0 Ethernet controller: Conexant HCF 56k Modem (rev 08) 02:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) Here's the results of insmod with the old driver Nov 27 20:44:35 galaga kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002) Nov 27 20:44:35 galaga kernel: PCI: Found IRQ 7 for device 02:09.0 Nov 27 20:44:35 galaga kernel: PCI: Sharing IRQ 7 with 02:0c.0 Nov 27 20:44:35 galaga kernel: eth1: Conexant LANfinity rev 8 at 0xe800, EEPROM not present, 00:4C:69:6E:75:79, IRQ 7. Here's the results of insmod with the new driver Nov 27 20:38:56 galaga kernel: tulip.c:v0.97 7/22/2003 Written by Donald Becker Nov 27 20:38:56 galaga kernel: http://www.scyld.com/network/tulip.html Nov 27 20:38:56 galaga kernel: eth1: Conexant LANfinity rev 8 at 0xe892c000, 00:40:36:09:52:32, IRQ 7. Sample ifconfig just after start up eth1 Link encap:Ethernet HWaddr 00:4C:69:6E:75:79 inet addr:24.7.72.27 Bcast:255.255.255.255 Mask:255.255.248.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:929 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:3 dropped:0 overruns:0 carrier:6 collisions:0 txqueuelen:100 RX bytes:56656 (55.3 KiB) TX bytes:0 (0.0 b) Interrupt:7 Base address:0xe800 Sample ifconfig just after failure eth1 Link encap:Ethernet HWaddr 00:4C:69:6E:75:79 inet addr:24.7.72.27 Bcast:255.255.255.255 Mask:255.255.248.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:7096 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:64 dropped:0 overruns:0 carrier:152 collisions:0 txqueuelen:100 RX bytes:485976 (474.5 KiB) TX bytes:0 (0.0 b) Interrupt:7 Base address:0xe800 /proc/pci PCI devices found: Bus 0, device 0, function 0: Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 2). Prefetchable 32 bit memory at 0xf0000000 [0xf3ffffff]. Bus 0, device 1, function 0: PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 2). Master Capable. Latency=64. Min Gnt=14. Bus 0, device 30, function 0: PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 2). Master Capable. No bursts. Min Gnt=6. Bus 0, device 31, function 0: ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 2). Bus 0, device 31, function 1: IDE interface: Intel Corp. 82801BA IDE U100 (rev 2). I/O at 0xffa0 [0xffaf]. Bus 0, device 31, function 2: USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 2). IRQ 12. I/O at 0xff80 [0xff9f]. Bus 0, device 31, function 3: SMBus: Intel Corp. 82801BA/BAM SMBus (rev 2). IRQ 11. I/O at 0xdcd0 [0xdcdf]. Bus 0, device 31, function 4: USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 2). IRQ 10. I/O at 0xff60 [0xff7f]. Bus 1, device 0, function 0: VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev 161). IRQ 9. Master Capable. Latency=64. Min Gnt=5.Max Lat=1. Non-prefetchable 32 bit memory at 0xfd000000 [0xfdffffff]. Prefetchable 32 bit memory at 0xe8000000 [0xefffffff]. Bus 2, device 7, function 0: Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 7). IRQ 9. Master Capable. Latency=64. Min Gnt=2.Max Lat=20. I/O at 0xece0 [0xecff]. Bus 2, device 7, function 1: Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 7). Master Capable. Latency=64. I/O at 0xecd8 [0xecdf]. Bus 2, device 8, function 0: Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 17). IRQ 11. Master Capable. Latency=64. Min Gnt=16.Max Lat=40. Prefetchable 32 bit memory at 0xf4001000 [0xf4001fff]. Bus 2, device 8, function 1: Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 17). IRQ 11. Master Capable. Latency=64. Min Gnt=4.Max Lat=255. Prefetchable 32 bit memory at 0xf4000000 [0xf4000fff]. Bus 2, device 9, function 0: Ethernet controller: Conexant HCF 56k Modem (rev 8). IRQ 7. Master Capable. Latency=64. Min Gnt=20.Max Lat=40. I/O at 0xe800 [0xe8ff]. Non-prefetchable 32 bit memory at 0xfbffc000 [0xfbffffff]. Bus 2, device 12, function 0: Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 120). IRQ 7. Master Capable. Latency=64. Min Gnt=10.Max Lat=10. I/O at 0xec00 [0xec7f]. Non-prefetchable 32 bit memory at 0xfbff7c00 [0xfbff7c7f]. ===== +-----------------------------------------------+ | /\ |\/| | | /--\LISTAIR | |OIR. Alistair_Moir@Yahoo.Com | +-----------------------------------------------+