RE: ATAPI CDROM drive not found

2003-02-24 Thread Huang wen hui
hi, I also got same problem under DELL GX260 using recent -CURRENT. This is older -CURRENT dmesg: Feb 20 15:30:26 hwh kernel: FreeBSD 5.0-CURRENT #10: Thu Feb 20 14:42:31 CST 2003 ... Feb 20 15:30:26 hwh kernel: ad0: 76293MB [155009/16/63] at ata0-master UDMA100 Feb 20 15:30:26 hwh kernel: acd0:

ATA unable to map interrupt

2003-03-03 Thread Huang wen hui
hi, I can't boot recent CURRENT on PCM-5823. Is this the problem of ATA driver? Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD SBOX #0: Sun Mar 2 12:21:0

[Fwd: Re: libkse now running quite well on smp]

2003-06-22 Thread Huang wen hui
--- Begin Message --- Khairil Yusof 写道: >First of all thanks to Julian Elisher who gave hints on what might be >wrong (userland/kernel), even though I was a blockhead for not enabling >debugging options in the kernel before posting. It help me track down >broken stuff in userland first. I hope I

Re: [Fwd: Re: libkse now running quite well on smp]

2003-06-22 Thread Huang wen hui
Huang wen hui ??: ??: Re: libkse now running quite well on smp ???: Huang wen hui <[EMAIL PROTECTED]> ??: Mon, 23 Jun 2003 08:13:54 +0800 ???: Khairil Yusof <[EMAIL PROTECTED]> Khairil Yusof ??: First of a

a gcc3.1 bug ?

2002-07-27 Thread Huang wen hui
hi, I used gcc3.1 from ports to compile jdk1.3.1-p7 hotspot, I got problem in compiing /usr/src/lib/libc_r/uthread/pthread_private.h : --

Crash -CURRENT BOX while jdk-p7 with gdb

2002-07-30 Thread Huang wen hui
I got a problem with jdk-p7+XIM input server. I try to use gdb to find out. But if I run gdb on X11, -CURRENT(07/29) box will crash immediately: gdb> file /usr/local/jdk1.3.1/bin/i386/green_threads/java_g gdb> run -version panic: blockable sleep lock (sleep mutex) sellck @ ../../../kern/sys_gene

Ugly fix patchset7 + XIM server(was: patchset 7 crash under -CURRENT+ chinese XIM Server.)

2002-07-30 Thread Huang wen hui
Huang wen hui дµÀ: >Hi, >I install JDK1.3.1-p7 + hostspot( compiler1) under -CURRENT(2002/07/27). >and use chinput as XIM Server. jdk works fine under >-STABLE or -CURRENT without starting XIM Server. but crash quickly under >-CURRENT + chinese XIM Server. hotspot vm also cras

Could not use pppd under -CURRENT

2002-09-18 Thread Huang wen hui
hi, I could not use pppd under -CURRENT, may be pppd driver could not link into kernel? I am sure I include ppp driver in system config file. # uname -a FreeBSD hwh.gddsn.org.cn 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Sep 17 20:56:16 CST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HWH i386 # ppp

Re: uefi boot on Apple Mac

2014-09-20 Thread Huang Wen Hui
@ 0x802d9000... 4. I can ssh log in and found that culprit is XHCI USB controller does not work in UEFI mode. 5. Xorg and nvidia driver also works. 6. verbose boot log can be found at: http://sw.gddsn.org.cn/freebsd/uefi-messages.txt Cheers, Huang Wen Hui 2014-08-10 16:44 GMT+08:00 Anders Bolt

ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-03 Thread Huang Wen Hui
1 1000 16784K 4416K CPU44 0:22 98.86% ls any ideas? Huang Wen Hui ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-uns

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-03 Thread Huang Wen Hui
2016-07-04 14:20 GMT+08:00 Baptiste Daroussin : > On Mon, Jul 04, 2016 at 11:56:36AM +0800, Huang Wen Hui wrote: > > Hi, > > On very recent CURRENT, ls can eat high CPU time when LANG=zh_CN.UTF-8 > and > > LC_ALL=zh_CN.UTF-8: > > > > % uname -a > > Fr

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-03 Thread Huang Wen Hui
2016-07-04 14:41 GMT+08:00 Baptiste Daroussin : > On Mon, Jul 04, 2016 at 02:36:11PM +0800, Huang Wen Hui wrote: > > 2016-07-04 14:20 GMT+08:00 Baptiste Daroussin : > > > > > On Mon, Jul 04, 2016 at 11:56:36AM +0800, Huang Wen Hui wrote: > > > > Hi, > > &

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-04 Thread Huang Wen Hui
_start + 383 2016-07-04 15:04 GMT+08:00 Baptiste Daroussin : > On Mon, Jul 04, 2016 at 02:51:46PM +0800, Huang Wen Hui wrote: > > 2016-07-04 14:41 GMT+08:00 Baptiste Daroussin : > > > > > On Mon, Jul 04, 2016 at 02:36:11PM +0800, Huang Wen Hui wrote: > > > > 2016-

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-08 Thread Huang Wen Hui
Revert back r302324, Chinese locale problem is gone. Cheers Huang Wen Hui 2016-07-05 16:50 GMT+08:00 Baptiste Daroussin : > On Tue, Jul 05, 2016 at 12:16:42PM +0800, Huang Wen Hui wrote: > > These 2 files can make ls suck: > > > > touch 火灾1 > > touch 火灾2 > &

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-08 Thread Huang Wen Hui
For some reasons, r302324 seems not include in 11.0-ALPHA6? 2016-07-09 8:52 GMT+08:00 Huang Wen Hui : > Revert back r302324, Chinese locale problem is gone. > > Cheers > Huang Wen Hui > > 2016-07-05 16:50 GMT+08:00 Baptiste Daroussin : > >> On Tue, Jul 05, 2016 at 12:1

Re: ls eat high CPU time when LANG=zh_CN.UTF-8 and LC_ALL=zh_CN.UTF-8

2016-07-10 Thread Huang Wen Hui
I can reproduce it on a clean 11.0-BETA1 VM. 2016-07-09 9:03 GMT+08:00 Huang Wen Hui : > For some reasons, r302324 seems not include in 11.0-ALPHA6? > > 2016-07-09 8:52 GMT+08:00 Huang Wen Hui : > >> Revert back r302324, Chinese locale problem is gone. >> >> Chee

Install 10.0-RC3 on MacBookPro Late 2013

2014-01-05 Thread Huang Wen Hui
on MacBookPro, anything I can provide or any ideas? Cheers, Huang Wen Hui ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-05 Thread Huang Wen Hui
Hi, I also install 11-amd64 snapshot 2 days ago, I remember AHCI is OK, but USB and random hang are still existed. I will confirm it later. Cheers, Huang Wen Hui. 2014/1/6 Adrian Chadd > Hi! > > Would you mind a recent 11-amd64 snapshot? Hans has committed a few > fixes to the dri

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-05 Thread Huang Wen Hui
Hi, USB still have a lot of USB_ERR_TIMEOUT, but Internal keyboard and external keyboard found and works! usb disk also found, but booting stop at: Mounting from ufs:/dev/da0a failed with error 6. or a lot of cam Retrying command. Cheers, Huang Wen Hui 2014/1/6 Huang Wen Hui > Hi,

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
The xhci code from 9.1R is OK, but there are a lot of "USB_ERR_TIMEOUT" in 9.2R... 2014/1/6 Adrian Chadd > .. are you getting this USB_ERR_TIMEOUT even with the xhci code from -9? > > > -a > > On 5 January 2014 23:10, Hans Petter Selasky wrote: > > On 0

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
Hans, I got this message, and full log in http://sw.gddsn.org.cn/freebsd/dmesg-xhci-debug.txt Cheers, Huang Wen Hui. % grep xhci dmesg-xhci-debug.txt | more xhci0: mem 0xc1e0-0xc1e0 at device 20.0 on pci0 xhci0: attempting to allocate 1 MSI vectors (8 supported) xhci0: using IRQ 266

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
2014/1/6 Hans Petter Selasky > On 01/06/14 10:41, Huang Wen Hui wrote: > >> % grep xhci dmesg-xhci-debug.txt | more >> xhci0: mem 0xc1e0-0xc1e0 at >> device 20.0 on pci0 >> xhci0: attempting to allocate 1 MSI vectors (8 supported) >> xhci0: using I

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
ULL (12Mbps) pwr=SAVE (94mA) ugen0.4: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen0.5: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen0.6: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen0.7: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (40mA) ugen0

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
Yes, I did it, works like 9.1R. 2014/1/6 Hans Petter Selasky > On 01/06/14 09:19, Huang Wen Hui wrote: > >> The xhci code from 9.1R is OK, but there are a lot of "USB_ERR_TIMEOUT" in >> 9.2R... >> > > Have you copied the USB code from

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
in 9.2R I also copy xhci_interrupt(struct xhci_softc *sc) from 9.1R to CURRENT, CURRENT also works! Cheers, Huang Wen Hui. 2014/1/7 Hans Petter Selasky > On 01/06/14 16:28, Hans Petter Selasky wrote: > >> On 01/06/14 15:17, Adrian Chadd wrote: >> >>> Right, but it us

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
USB problem fixed by revert to r245731, set "hint.ahci.0.msi=0" seem to fixed timeout problem of AHCI. Random hang I think still exist, will check later... Cheers, Huang Wen Hui 2014/1/7 Lundberg, Johannes > Hi Huang > > Good job!! By "works", which parts do y

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
ize logical 512, physical 4096, offset 0 LBA supported 268435455 sectors LBA48 supported 1954210120 sectors PIO supported PIO4 DMA supported WDMA2 UDMA6 media RPM non-rotating > > -- > Johannes Lundberg > BRILLIANTSERVICE CO., LTD. &

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-06 Thread Huang Wen Hui
Hi, This patch fixed my problem! Thanks, Huang Wen Hui. 2014/1/7 Hans Petter Selasky > On 01/07/14 03:30, Huang Wen Hui wrote: > >> Hans, >> >> This wild guess do NOT works. >> I binary sect xhci.c in SVN, found that *r245732 >> *<http://svnweb.freebsd

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-07 Thread Huang Wen Hui
Hi, After USB problem fixed, I run some test: builworld/builkernel, mate, chrome and eclipse, every thing is fine, no random hang! I guess the hang problem is gone with USB problem fixed... Cheers, Huang Wen Hui 2014/1/7 Huang Wen Hui > USB problem fixed by revert to r245731, > set &quo

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-10 Thread Huang Wen Hui
unplug/plug this WLAN, xhci driver works perfect. Cheers, Huang Wen Hui 2014/1/7 Hans Petter Selasky > On 01/07/14 08:07, Huang Wen Hui wrote: > >> Hi, >> This patch fixed my problem! >> >> Thanks, >> Huang Wen Hui. >> >

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-11 Thread Huang Wen Hui
I try many times plug/unplug, this patch basically works, but I still got the previous problem one time. Cheers, Huang Wen Hui 2014/1/11 Hans Petter Selasky > On 01/11/14 05:14, Huang Wen Hui wrote: > >> Hi, >> >> I got one problem when I unplug/plug "Buffal

Apple Trackpad driver

2014-01-28 Thread Huang Wen Hui
: hw.usb.wsp.scale_factor: 12 hw.usb.wsp.z_factor: 5 hw.usb.wsp.pressure_touch_threshold: 50 hw.usb.wsp.pressure_untouch_threshold: 10 hw.usb.wsp.pressure_tap_threshold: 120 hw.usb.wsp.scr_hor_threshold: 50 Cheers, Huang Wen Hui ___ freebsd-current@freebsd.org

Re: Apple Trackpad driver

2014-01-29 Thread Huang Wen Hui
ary. Cheers, Huang Wen Hui 2014-01-29 Hans Petter Selasky > On 01/29/14 09:49, Lundberg, Johannes wrote: > >> Hi >> >> I tested the driver on a 2012 Macbook Air 11" and it works great! Good >> job! >> >> Is there a way to disable click-by-tou

Re: Apple Trackpad driver

2014-01-30 Thread Huang Wen Hui
ing. Cheers, Huang Wen Hui 2014-01-30 Hans Petter Selasky : > Hi Huang, > > > On 01/30/14 06:56, Huang Wen Hui wrote: > >> Hans, >> >> Thanks for you take care of it and commit it! I found two problems: >> >> 1. The selection is not expected when sel

Re: Apple Trackpad driver

2014-01-31 Thread Huang Wen Hui
Hi, I tried to add to support modem macbooks into atp(4) at the beginning, but realized that atp(4) is very different from new touchpad hardware, so I give up, I think some one can do that. Cheers, Huang Wen Hui 2014-02-01 Danilo E. Gondolfo : > On 01/31/14 21:45, 黄文辉@Gmail wrote: > >

uefi boot on Apple Mac

2014-05-18 Thread Huang Wen Hui
Hi, I test uefi boot on Macs, some success, include: iMac13,2 , MacbookPro 2012, Macmini5,3. But have problem on MacbookPro 2013, loader stop at: Start @ 0x802d6ef0 ... Any ideas? Cheers, Huang Wenhui ___ freebsd-current@freebsd.org mailing

Re: uefi boot on Apple Mac

2014-05-24 Thread Huang Wen Hui
Anders Bolt-Evensen wrote: > > MacBookPro8,3 doesn't work with uefi boot either. > > At least mine doesn't. > > > > On 19.05.14 02:36, Huang Wen Hui wrote: > >> > >> Hi, > >> I test uefi boot on Macs, some success, include: > >> iMa

Re: uefi boot on Apple Mac

2014-07-04 Thread Huang Wen Hui
Hi, On my MacbookPro11,3, I got this error message: http://sw.gddsn.org.cn/freebsd/uefi.jpg cheers, Huang WenHui 2014-07-04 22:13 GMT+08:00 Ed Maste : > On 24 May 2014 19:39, Rafael Espíndola wrote: > > > > Yes, I got that in the mac laptops I tried, it worked on a Mac Pro. It > > might be th

Re: uefi boot on Apple Mac

2014-07-06 Thread Huang Wen Hui
org/10014.html > > Look for "stride". > > > -a > > > On 6 July 2014 06:40, Aleksandr Rybalko wrote: > > On Fri, 4 Jul 2014 22:34:30 +0800 > > Huang Wen Hui wrote: > > > >> Hi, > >> On my MacbookPro11,3, I got this error messag

Re: uefi boot on Apple Mac

2014-07-12 Thread Huang Wen Hui
e image to DVD, reboot your system and choose “EFI Boot”. Note > that unless you are using a EFI console like rEFIt or rEFInd, you may have > to kind of wait a couple of minutes while the kernel is loading before > anything appears on the screen. > > > > On 04/07/14 16:34, Huang

Re: UEFI display frozen on Retina MacBook Pro

2014-09-05 Thread Huang Wen Hui
most > recently the one from 20140903. > This IMAC model can UEFI boot when I tried before. I install rEFInd( http://www.rodsbooks.com/refind/) as boot manager, You can see FreeBSD boot information under rEFInd. Cheers, Huang Wen Hui > I am able to select "EFI Boot" on the US