Subject: Re: kern/13244: ThunderLAN (tl) fails on DeskPro 4000M 5233MMX
To: Mine Sakiyama <msakiyam@nortelnetworks.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-i386
Date: 02/12/2002 20:15:13
On Tue, Feb 12, 2002 at 11:08:40AM -0800, Mine Sakiyama wrote:
> Thanks for the reply, I have done ifconfig tl0 media 10BaseT instance 1, and
> still it has no connection. Below is the dmesg and ifconfig results for more
> details. tl0 is connected to 10BaseT switch and tl0 has to be running at
> 10BaseT, so I am though of stuck here. 
> Thanks
> # ifconfig tl0 media 10BaseT instance 1
> # ifconfig tl0
> tl0: flags=8863<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         address: 00:08:c7:40:82:5b
>         media: Ethernet 10baseT instance 1 (10baseT)
>         status: no carrier
>         inet 10.0.0.1 netmask 0xff000000 broadcast 10.255.255.255
>         inet6 fe80::208:c7ff:fe40:825b%tl0 prefixlen 64 scopeid 0x2
> # dmesg
> NetBSD 1.5.2 (GENERIC) #3: Sat Aug 18 23:37:05 CEST 2001
>     he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: Intel Pentium II (Klamath) (686-class), 266.46 MHz
> total memory = 65152 KB
> avail memory = 55108 KB
> using 840 buffers containing 3360 KB of memory
> BIOS32 rev. 0 found at 0xed000
> mainbus0 (root)
> pci0 at mainbus0 bus 0: configuration mode 1
> pci0: i/o space, memory space enabled
> pchb0 at pci0 dev 0 function 0
> pchb0: Intel 82443LX PCI AGP Controller (PAC) (rev. 0x03)
> ppb0 at pci0 dev 1 function 0: Intel 82443LX AGP Interface (PAC) (rev. 0x03)
> pci1 at ppb0 bus 1
> pci1: i/o space, memory space enabled
> vga1 at pci1 dev 0 function 0: Matrox MGA Millennium II 2164WA-B AG (rev.
> 0x00)
> wsdisplay0 at vga1: console (80x25, vt100 emulation)
> ex0 at pci0 dev 13 function 0: 3Com 3c905-TX 10/100 Ethernet (rev. 0x0)
> ex0: interrupting at irq 11
> ex0: MAC address 00:60:08:a5:fb:e7
> nsphy0 at ex0 phy 24: DP83840 10/100 media interface, rev. 1
> nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> ahc1 at pci0 dev 15 function 0
> ahc1: interrupting at irq 11
> ahc1: Using left over BIOS settings
> ahc1: aic7860 Single Channel A, SCSI Id=7, 3/255 SCBs
> scsibus0 at ahc1 channel 0: 8 targets, 8 luns per target
> tl0 at pci0 dev 16 function 0
> tl0: Compaq Deskpro 4000 5233MMX
> tl0: Ethernet address 00:08:c7:40:82:5b
> tl0: interrupting at irq 11
> lxtphy0 at tl0 phy 1: LXT970 10/100 media interface, rev. 0
> lxtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> tlphy0 at tl0 phy 31: ThunderLAN 10baseT media interface, rev. 6
> tlphy0: 10base5, 10baseT, 10baseT-FDX, auto

ha yes, the lxtphy is first, so it should be 'instance 0' to access it,
not 'instance 1'. Try
ifconfig tl0 media 10BaseT instance 0

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--