Re: FBSD9 atheros-n

2011-12-12 Thread Adrian Chadd
On 11 December 2011 05:53, Da Rock wrote: > Adrian, are you still needing testers for atheros 802.11n support on 9.0? > What data do you need, and what is required to set it up (any new steps > required, rehash maybe?)? > > I'm setting up a laptop with an atheros 9285 wlan mini PCIe card. I'm alw

Current problem reports assigned to freebsd-net@FreeBSD.org

2011-12-12 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-12-12 Thread John Baldwin
On Monday, October 24, 2011 8:14:22 am John Baldwin wrote: > On Sunday, October 23, 2011 11:58:28 am Pawel Jakub Dawidek wrote: > > On Sun, Oct 23, 2011 at 11:44:45AM +0300, Kostik Belousov wrote: > > > On Sun, Oct 23, 2011 at 08:10:38AM +0200, Pawel Jakub Dawidek wrote: > > > > My suggestion would

Re: kern/155004: [bce] [panic] kernel panic in bce0 driver

2011-12-12 Thread yongari
Synopsis: [bce] [panic] kernel panic in bce0 driver State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Mon Dec 12 19:26:05 UTC 2011 State-Changed-Why: As you see, this backtrace looks wrong. It can't generate a NULL pointer dereference at line 5771. Are you using

RADIX_MPATH / FreeBSD Routing

2011-12-12 Thread Joe Holden
Hi guys, Is anyone aware of the state of mpath as it stands on stable/9? At the moment within a few seconds of OpenBGPD being fired up there is an rtfree: 2 panic, I have had a quick look through the code but don't understand why this panic() is triggered. On a related note, how does one su

Re: FBSD9 atheros-n

2011-12-12 Thread Thomas Steen Rasmussen
On 12.12.2011 09:46, Adrian Chadd wrote: > On 11 December 2011 05:53, Da Rock > wrote: >> Adrian, are you still needing testers for atheros 802.11n support on 9.0? >> What data do you need, and what is required to set it up (any new steps >> required, rehash maybe?)? >> >> I'm setting up a laptop

"ifconfig media off"?

2011-12-12 Thread Stefan Bethke
I'm currently writing a driver to configure an ethernet switch chip (see TL-WR1043ND on -embedded). I noticed that there doesn't seem to be a way to power down a phy right now through the ifconfig media command. Would there be objections to extend the media subtype definitions to include an "o

RE: RADIX_MPATH / FreeBSD Routing

2011-12-12 Thread Li, Qing
So you have RADIX_MPATH option enabled in the kernel configuration, and booting up OpenBGPD triggers the crash immediately ? --Qing From: owner-freebsd-...@freebsd.org [owner-freebsd-...@freebsd.org] on behalf of Joe Holden [li...@rewt.org.uk] Sent: Monday

Re: "ifconfig media off"?

2011-12-12 Thread YongHyeon PYUN
On Tue, Dec 13, 2011 at 12:56:22AM +0100, Stefan Bethke wrote: > I'm currently writing a driver to configure an ethernet switch chip (see > TL-WR1043ND on -embedded). > > I noticed that there doesn't seem to be a way to power down a phy right now > through the ifconfig media command. > > Would

Re: FBSD9 atheros-n

2011-12-12 Thread Adrian Chadd
There's no Atheros 11n USB support at the present moment, sorry. I'm too busy with the PCI/PCIe stuff and net80211 related changes to try and also get USB to work. If someone wants to hack on it then please, be my guest. I'm happy to do all the HAL related work :) Adrian

FreeBSD 8 as an IPv6 router

2011-12-12 Thread Daniel O'Connor
Hi, I have a FreeBSD 8 machine that is my router and I previously had IPv6 working. ie it gave out RTADV messages and clients (Windows 7, OSX & Ubuntu) got public IPv6 addresses based on the advertised prefix. At some stage in the last few months something changed with the clients (I haven't up

Re: FreeBSD 8 as an IPv6 router

2011-12-12 Thread Mattia Rossi
Start tcpdump on each client e.g. tcpdump -i eth0 -n -s0 -X icmp6 and restart rtadvd and see if anything actually arrives at the clients. Then, to make things clean and in order to use the machine as router you should disable ACCEPT_RTADV (ifconfig eth0 inet6 -accept_rtadv) and also disable th

Re: FreeBSD 8 as an IPv6 router

2011-12-12 Thread Daniel O'Connor
On 13/12/2011, at 17:14, Mattia Rossi wrote: > Start tcpdump on each client e.g. tcpdump -i eth0 -n -s0 -X icmp6 and restart > rtadvd and see if anything actually arrives at the clients. > > Then, to make things clean and in order to use the machine as router you > should disable ACCEPT_RTADV (

Re: FreeBSD 8 as an IPv6 router

2011-12-12 Thread Hiroki Sato
"Daniel O'Connor" wrote in <2cece1b6-98b6-4219-bdd7-220f83cae...@gsoft.com.au>: do> Hi, do> I have a FreeBSD 8 machine that is my router and I previously had IPv6 do> working. ie it gave out RTADV messages and clients (Windows 7, OSX & do> Ubuntu) got public IPv6 addresses based on the advertis