Re: bsd broadcom netxtreme 57xx compatibility

2009-09-08 Thread Alexander Polakov
2009/9/9, Niklas Rosencrantz nikla...@gmail.com:
 Greetings with thanks to all responsible for a very desirable bsd. I'm
 a python/java/C user and scripter looking to setup a 2nd dragonfly
 bsd for basic usage where the first installation went perfectly,
 must now for a 2nd slightly different hw disable ACPI to complete boot
 since otherwise it stops at paralell port, which I don't have,
 detection.

 The network my rationale is to get online is offline, where same config with
 another laptop's slightly
 different hardware same brand works fine (though leaving learning to do such
 as X config for nonroot and learning app adding and path updating)
 and this computer, 2nd in a small network where ifconfig outputs
 bge0: flags=UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
 ether [ip6 address]
 media:Ethernet autoselect (100baseT full-duplex)
 status:active

pciconv -lv and dmesg output can be useful.


Re: bsd broadcom netxtreme 57xx compatibility

2009-09-08 Thread Niklas Rosencrantz
2009/9/9 Alexander Polakov polac...@gmail.com:
 2009/9/9, Niklas Rosencrantz nikla...@gmail.com:
 Greetings with thanks to all responsible for a very desirable bsd. I'm
 a python/java/C user and scripter looking to setup a 2nd dragonfly
 bsd for basic usage where the first installation went perfectly,
 must now for a 2nd slightly different hw disable ACPI to complete boot
 since otherwise it stops at paralell port, which I don't have,
 detection.

 The network my rationale is to get online is offline, where same config with
 another laptop's slightly
 different hardware same brand works fine (though leaving learning to do such
 as X config for nonroot and learning app adding and path updating)
 and this computer, 2nd in a small network where ifconfig outputs
 bge0: flags=UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
 ether [ip6 address]
 media:Ethernet autoselect (100baseT full-duplex)
 status:active

 pciconv -lv and dmesg output can be useful.

Sure with many thanks for already skilling above comprehension here and onward
#pciconf -lv
...802.11 irrelevance.
vendor= 'Broadcom Corporation'
device = 'NetXtreme BCM5755M Gigabit Ethernet PCIe'
class = network
subclass = ethernet
c...@pci3:1:0:  class=0x060700 card=0x01fe1028 chip=0x71351217 rev=0x21 hdr=0x02
...cardbus irrelevance...
#dmesg
serial ports disabled (by me by bios)
parallel port not found
..seemingly irrelevant already working stuff...
bge0 Broadcom BCM5775M Gigabit Ethernet mem 0xf1bf-0xf1b irq
5 at device 0.0 on pci9
bge0: CHIP ID 0xa002; ASIC REV 0x0a; CHIP REV 0xa0;  PCI-E
miibus0:  MII bus on bge0


Re: bsd broadcom netxtreme 57xx compatibility

2009-09-08 Thread Chris Turner

Niklas Rosencrantz wrote:
 and this computer, 2nd in a small network where ifconfig outputs
 bge0: flags=UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
 ether [ip6 address]
 media:Ethernet autoselect (100baseT full-duplex)
 status:active

 After /sbin/dhclient bge0 it gets no link...sleeping and active turns
 to status: no carrier


I had some similar problems with a now-defunct laptop with a bge(4) -
(acer F1000) - IIRC, I had to ifconfig it to '0.0.0.0 up' before 
dhclient would work - something to do with the link detection not 
working properly if an address wasn't assigned..


e.g:

# ifconfig bge0 0.0.0.0 up
# dhclient bge0

would work..

you might try this, and if it still doesn't work, verify the
card is okay via a manually assigned address..

my apologies for not submitting a bug at the time :)

Thanks,

- Chris


Re: bsd broadcom netxtreme 57xx compatibility

2009-09-08 Thread Niklas Rosencrantz
2009/9/9 Chris Turner c.tur...@199technologies.org:
 Niklas Rosencrantz wrote:
 and this computer, 2nd in a small network where ifconfig outputs
 bge0: flags=UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
 ether [ip6 address]
 media:Ethernet autoselect (100baseT full-duplex)
 status:active

 After /sbin/dhclient bge0 it gets no link...sleeping and active turns
 to status: no carrier


 I had some similar problems with a now-defunct laptop with a bge(4) -
 (acer F1000) - IIRC, I had to ifconfig it to '0.0.0.0 up' before dhclient
 would work - something to do with the link detection not working properly if
 an address wasn't assigned..

 e.g:

 # ifconfig bge0 0.0.0.0 up
 # dhclient bge0

 would work..

 you might try this, and if it still doesn't work, verify the
 card is okay via a manually assigned address..

 my apologies for not submitting a bug at the time :)

 Thanks,

 - Chris

Really succeded this time perfectly even up2 worldwidewindowmanager.
Case classique closed s'il vous plait, after physical reconnection
bypassed network switch straight ethernet no local network, very
unscientific, just worked and ping returns which speculatively might
ISP caused cutting and countdowning RD from max 4 downto 3 allowed.
Will look further, many thanks for usable info beyond the scope and so
learn more general basic admin tasks always good for 2 newbie
dragonflies here.
best with thanks to all bsd team and community for
fun,utility,pleasure,supportive support and never giving in what we
always knew would work and if nothing else just encouragement
Niklas