Re: Broadcom 4315 not working

2010-09-06 Thread Weongyo Jeong
tch is changed to ON > Aug 30 00:14:39 kernel: bwn0: status of RF switch is changed to OFF > Aug 30 00:14:39 kernel: bwn0: please turns on the RF switch > Aug 30 00:14:40 kernel: bwn0: status of RF switch is changed to ON Today I MFCed a patch for LP PHY devices to STABLE_8. Could you please test with latest? One thing you can test is that using PIO mode. Thank you. regards, Weongyo Jeong ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Broadcom USB wireless support?

2010-03-12 Thread Weongyo Jeong
to their tree that looks it could support your device if the device uses Broadcom 4320 chipset. But it looks nobody is working on it to port to FreeBSD. regards, Weongyo Jeong ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-04-01 Thread Weongyo Jeong
yway, many thanks :) > >> > >>FWIW the following commands would be useful for CURRENT: > >> > >># ifconfig wlan0 create wlandev malo0 > >># ifconfig wlan0 ssid up > >> > >>Please see malo(4) for details. Thanks for

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-31 Thread Weongyo Jeong
On Tue, Mar 31, 2009 at 11:03:25AM +0400, Chagin Dmitry wrote: > On Tue, Mar 31, 2009 at 12:42:29PM +0900, Weongyo Jeong wrote: > > On Mon, Mar 30, 2009 at 08:53:34PM +0400, Chagin Dmitry wrote: > > > On Mon, Mar 30, 2009 at 05:05:32PM +0900, Weongyo Jeong wrote: > > > &

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-30 Thread Weongyo Jeong
On Mon, Mar 30, 2009 at 08:53:34PM +0400, Chagin Dmitry wrote: > On Mon, Mar 30, 2009 at 05:05:32PM +0900, Weongyo Jeong wrote: > > On Sat, Mar 28, 2009 at 10:11:43PM +0300, Chagin Dmitry wrote: > > > On Wed, Mar 25, 2009 at 09:52:43PM +, John wrote: > > > &

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-30 Thread Weongyo Jeong
> 169 bus_dmamap_unload(mh->mh_dmat, mh->mh_dmamap); > (kgdb) list > 164 > 165 fail: > 166 free(mh, M_DEVBUF); > 167 > 168 if (mh->mh_dmamap != NULL) { > 169 bus_dmamap_unload(mh->mh_dmat, mh->mh_dma

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-30 Thread Weongyo Jeong
firmware-1.4.tar.gz > > This package must be installed before ifconfig(8) will work. > > [/snip] > > Sorry if this was less than clear. Could you please file a PR for this issue? Because I don't have a amd64 machine for testing now it looks it takes time to solve a root

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-26 Thread Weongyo Jeong
On Thu, Mar 26, 2009 at 11:23:09AM +, John wrote: > Weongyo Jeong wrote: > > > Could you please test it with attached patch to fix a page fault? I > > don't know why bus_dma_tag_create() returns ENOMEM that it looks > > temporary. > > Hi, > >

Re: malo causes sig 12 error and panic on Freebsd 7.2-PRERELEASE (7-STABLE)

2009-03-25 Thread Weongyo Jeong
o be ignored now in > order to get the system up at all. > > Is malo known to work under 7-STABLE? I notice the man page says it > first appeared under FreeBSD 8.0. It works since 7.1 Release and it's my fault that the manpage should be upd

Re: ural driver stalls under FreeBSD7.1

2009-02-26 Thread Weongyo Jeong
On Thu, Feb 26, 2009 at 06:04:17PM -0800, Sam Leffler wrote: > Bengt Ahlgren wrote: > >Weongyo Jeong writes: > > > >>On Thu, Feb 26, 2009 at 01:20:36PM +0900, Nathan Butcher wrote: > >> > >>>I have a Buffalo WLI-U2-KG54-AI wireless USB adaptor

Re: ural driver stalls under FreeBSD7.1

2009-02-25 Thread Weongyo Jeong
tely. It always seems to do this after an unspecified > amount of time. > > I know the hardware isn't at fault because the device works fine under > Linux. Could you please check that `ifconfig -bgscan' disabling the background scan helps