Centrino Wireless-N 1000 support is also broken (Re: iwn(4) in -HEAD supporting Centrino Wireless-N 135)

2014-02-27 Thread Kaho Toshikazu
x data 128(128) FLR link x1(x1) speed 2.5(2.5) ASPM L1(L0s/L1) ecap 0001[100] = AER 1 0 fatal 0 non-fatal 3 corrected ecap 0003[140] = Serial 1 001e6445f564 -- Kaho Toshikazu ___ freebsd-current@freebsd.org mailing list ht

Re: loopback interface broken on current

2013-01-03 Thread KAHO Toshikazu
Hello, > If I comment out : > ifconfig_bge0="inet 192.168.0.5 netmask 255.255.255.0" > Network doesn't work. Yes, you should not commnet out it, you cannot connect from/to outside. network_interfaces="auto" is same as /etc/default/rc.conf, so that you can remove it safely from /etc/rc.conf

Re: loopback interface broken on current

2013-01-03 Thread KAHO Toshikazu
Hello, > There is still >ifa_del_loopback_route: deletion failed: 3 > that wasn't there before,but the 127.0.0.1 seems to be configured now: Do you have a line like network_interfaces="lo0 bge0" in /etc/rc.conf? If you have it, try to remove it. I think something broken, but people us

Re: loopback interface broken on current

2013-01-02 Thread KAHO Toshikazu
Hello, I have a similar problem if "ifconfig_lo0" line is exist in /etc/rc.conf. Can you remove lo0 configure line from /etc/rc.conf. > /etc/rc.conf: > ifconfig_lo0="inet 127.0.0.1" # default loopback device > configuration. -- vi...@elam.kais.kyoto-u.ac.jp

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-06 Thread Kaho Toshikazu
Hello, John Baldwin wrote: > Almost all systems use one of the IDs we do support as a _CID if not a _HID. > In fact, in this case it likely seems to be a BIOS bug as it used the same > value for the _CID and _HID. I suspect it is supposed to be using 0303 as its > _CID. I don't think the B

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello John Baldwin, and all, John Baldwin wrote: > The system in general in 9.0 and later is more strict about honoring what the > BIOS says in terms of allocating resources, so we have to be more correct in > probing devices. The only wrinkles so far do in fact seem to stem from the > key

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello Matthias Apitz, and ML members, Thanks to upload acpi dump. Your keyboard controller ID is "PNP030B", and your posted patch may be correct. Please undo your reversion, and try your patch. Matthias Apitz wrote: > > and there is now an entry for "PS2K" (not for "KBC"): > > > >

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-05 Thread Kaho Toshikazu
Hello, > Interesting question remains: why it works in the older revision r21? I don't know exactly resource management, but ISA_PNP_PROBE() ignores device.hints if acpi unknown device takes resources. I think this problem is related to some acpi changes. -- k...@elam.kais.kyoto-u.ac.jp

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-04 Thread Kaho Toshikazu
Hello, Can you put the file "acpidump-r21.txt" on the Internet? When you run `grep "Device" /tmp/acpidump-r21.txt` to get device list, can you find "PS2K" or "KBC" or similar word? Matthias Apitz wrote: > The command `acpidump -dt` in both releases (r21 and r235646) gives > an er

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-02 Thread Kaho Toshikazu
Hello Matthias Apitz and -current member, "sys/dev/atkbdc/atkbdc_isa.c" may not have your keyboard controller's ID. Run `acpidump -dt` and search your keyboard description. Is your keyboard controller "PNP0303" ? -- k...@ed.niigata-u.ac.jp > El d$(D+c*$(B Sunday, July 01, 2012 a las 06:2

Re: USB Flash drive problem with 9.0

2012-03-31 Thread Kaho Toshikazu
Hello Alexander Motin, Your patch solves the problem. Thank you. -- Kaho Toshikazu > On 03/31/12 07:57, Kaho Toshikazu wrote: > >> Could you collect more information about what's exactly happens > >> with the device? Can you execute some camcontrol inquiry

Re: USB Flash drive problem with 9.0

2012-03-30 Thread Kaho Toshikazu
transfers da0: 15477MB (31696896 512 byte sectors: 255H 63S/T 1973C) Hmm, "READ CAPACITY(16)" can be used and device is alive. With UQ_MSC_NO_INQUIRY, after run camcontrol, dd can read normally. Without UQ_MSC_NO_INQUIRY, camcontrol can return something, but dd can not be usable. --

Re: USB Flash drive problem with 9.0

2012-03-25 Thread Kaho Toshikazu
Hello, Andriy Gapon and ML members, > Date: Sun, 25 Mar 2012 13:15:26 +0300 > > on 25/03/2012 08:02 Kaho Toshikazu said the following: > > Hello Andriy Gapon, > > Thank you for your comment. > > > >> Message-ID: <4f6d9672.4050...@freebsd.org>

Re: USB Flash drive problem with 9.0

2012-03-24 Thread Kaho Toshikazu
Hello Andriy Gapon, Thank you for your comment. > Message-ID: <4f6d9672.4050...@freebsd.org> > Date: Sat, 24 Mar 2012 11:40:02 +0200 > > on 24/03/2012 04:17 Kaho Toshikazu said the following: > > Hello, > > > > I have a similar problem with Transcend 1

Re: USB Flash drive problem with 9.0

2012-03-23 Thread Kaho Toshikazu
Hello, I have a similar problem with Transcend 16GB USB flash. When the flash is plugged, FreeBSD attache it, but reports very big capacity and can not read/write it. UQ_MSC_NO_INQUIRY makes jobs in my machines. 10-current and 8-stable have same problem, and 9-stable is not tested. -- Kaho