Cardbus notes

Matthew Dillon dillon at apollo.backplane.com
Sun Jan 1 11:56:42 PST 2006


:Then I tried removing the card and re-inserting it and that seemed to 
:work (cool!), but is the line "last message repeated 153862 times" (see 
:below) really right?

    dhclient manages DHCP for the interface.  It usually sticks around
    in the background in order to keep the lease renewed.

    It sounds like the dhclient program is going into a tight loop
    logging errors after you pulled the card.  That is definitely a bug.  It's
    probably eating cpu.  Do a 'top' or 'systat -vm 1' to see.  You
    can kill dhclient manually with something like 'killall -9 dhclient'.

    Hmm.  Probably the best fix is to have dhclient exit when it gets a
    device not configured error, since that means the device was pulled.
	
						-Matt

:Jan  1 05:12:31  kernel: ukphy0: detached
:Jan  1 05:12:31  kernel: miibus0: detached
:Jan  1 05:12:31  kernel: dc0: detached
:Jan  1 05:12:31  dhclient: receive_packet failed on dc0: Device not configured
:Jan  1 05:12:49  last message repeated 84561 times
:Jan  1 05:12:49  kernel: Product version: 5.0
:Jan  1 05:12:49  kernel: Product name: IBM | 10/100 EtherJet CardBus | IBMC-10/100 | 1.04 | 
:Jan  1 05:12:49  kernel: Manufacturer ID: a400130181
:Jan  1 05:12:49  kernel: Functions: Network Adaptor, Multi-Functioned
:Jan  1 05:12:49  kernel: Function Extension: 040600062925a3c5
:Jan  1 05:12:49  kernel: Function Extension: 0102
:Jan  1 05:12:49  kernel: Function Extension: 0280969800
:Jan  1 05:12:49  kernel: Function Extension: 0200e1f505
:Jan  1 05:12:49  kernel: Function Extension: 0301
:Jan  1 05:12:49  kernel: Function Extension: 0303
:Jan  1 05:12:49  kernel: Function Extension: 0501
:Jan  1 05:12:49  kernel: cardbus0: Invalid BAR number: 27(06)
:Jan  1 05:12:49  kernel: CIS reading done
:Jan  1 05:12:49  kernel: dc0: <Xircom X3201 10/100BaseTX> port 0x1000-0x107f mem 0x88002000-0x880020ff,0x88002100-0x8800217f irq 11 at device 0.0 on cardbus0
:Jan  1 05:12:49  kernel: miibus0: <MII bus> on dc0
:Jan  1 05:12:49  kernel: ukphy0: <Generic IEEE 802.3u media interface> on miibus0
:Jan  1 05:12:49  kernel: ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
:Jan  1 05:12:49  kernel: dc0: MAC address: 06:00:06:29:25:a3
:Jan  1 05:12:49  dhclient: receive_packet failed on dc0: Device not configured
:Jan  1 05:13:21  last message repeated 153862 times
:
:

					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Users mailing list