Help USB keyboard trouble

2018-05-08 Thread Alex V. Petrov
The new USB-keyboard "Qumo Dragon War Mechanicus K11" continues to print
"A" when connected, as if the "a" key is pressed.
But in Windows and Linux keyboard work normaly.

In log:

May  9 10:43:38 alex kernel: ugen2.3:  at usbus2
May  9 10:43:38 alex kernel: ukbd0 on uhub6
May  9 10:43:38 alex kernel: ukbd0:  on usbus2
May  9 10:43:38 alex kernel: kbd2 at ukbd0
May  9 10:43:38 alex kernel: ukbd1 on uhub6
May  9 10:43:38 alex kernel: ukbd1:  on usbus2
May  9 10:43:38 alex kernel: kbd3 at ukbd1
^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^AMay
 9 10:43:46 alex kernel: ugen2.3:  at usbus2
(disconnected)
May  9 10:43:46 alex kernel: ukbd0: at uhub6, port 3, addr 3 (disconnected)
May  9 10:43:46 alex kernel: ukbd0: detached
May  9 10:43:46 alex kernel: ukbd1: at uhub6, port 3, addr 3 (disconnected)
May  9 10:43:46 alex kernel: ukbd1: detached
-- 
-
Alex.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Regression Resume Lenovo T450

2018-05-08 Thread Manuel Stühn

On Tue, May 08, 2018 at 11:16:48AM +0300, Ilya A. Arkhipov wrote:

Hi,

I have same issue (thinkpad T450s) after resume notebook cant wake up
but on:
 FreeBSD 12.0-CURRENT #0 r332796: Fri Apr 20 00:42:44 UTC 2018
r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
with:
drm-next-kmod-4.11.g20180224
gpu-firmware-kmod-g20180206_1

# sysctl debug.bootverbose=1
# sysctl debug.acpi.suspend_bounce=1

In log (I think it related):
May  8 01:05:06 m1cro kernel: vgapci0: child drmn0 requested
pci_set_powerstate
May  8 01:05:06 m1cro kernel: pci0:0:2:0: Transition from D0 to D3
May  8 01:05:06 m1cro kernel: pci0: set ACPI power state D3 on
\_SB_.PCI0.VID_
May  8 01:05:06 m1cro kernel: pci0: failed to set ACPI power state D3 on
\_SB_.PCI0.VID_: AE_BAD_PARAMETER

where pci0:0:2:0:
vgapci0@pci0:0:2:0: class=0x03 card=0x503617aa chip=0x16168086
rev=0x09 hdr=0x00
    vendor = 'Intel Corporation'
    device = 'HD Graphics 5500'
    class  = display
    subclass   = VGA


My T450 does resume now with an current CURRENT(r333291), but 
unfortunately i do not know why...
I tried to track down the phenomenon. I saw that the kernel seemed not 
to be involved in this matter, since the old BE equipped with a new 
kernel was able to resume. I cloned the BE capable of resuming and 
startet copying userland-stuff from the "default" BE to this BE. Stuff 
was like bin/sbin/lib/libexec folders from / and /usr and so on. It 
stayed able to resume! Then i made an installworld/installkernel of 
r333291 into this BE, (but without mergemaster)! Even after this it 
stayed able to resume!  Then I backed up the /etc folder of my "default" 
BE (which was not able to resume) and copied the /etc from the old BE to 
"default". After this, "default" was also able to resume again! 

Long story short, i'm happy my machine resumes again, but i do not have 
a clue why...



P.S.
I'm useing drm-stable-kmod, drm-next-kmod did not work for me.

--
Manuel
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: New ACPI Errors

2018-05-08 Thread Jung-uk Kim
On 02/13/2018 17:34, Claude Buisson wrote:
> On 02/13/2018 22:49, Pete Wright wrote:
>> Hello,
>> I have started seeing a lot of these messages spam my system log:
>>
>> ACPI Error: No pointer back to namespace node in package
>> 0xf8000f79a080 (20180209/dsargs-472)
>> ACPI Error: Method parse/execution failed \134_SB.AC.ADJP,
>> AE_AML_INTERNAL (20180209/psparse-677)
>> ACPI Error: Method parse/execution failed \134_SB.AC._PSR,
>> AE_AML_INTERNAL (20180209/psparse-677)
>>
>> I noticed this starting from a CURRENT build i installed two weeks
>> ago, and still see it from a world/kernel i built last night.  two
>> questions:
>> 1) has anyone else noticed this?
>> 2) is this something to worry about?
>>
>> i can help debug the issue but am not sure where to start poking.
>>
>> thanks!
>> -pete
>>
> Here I have
> 
> ACPI Error: No pointer back to namespace node in package
> 0xf8000171f700 (20180209/dsargs-472)
> ACPI Error: AE_AML_INTERNAL, While resolving operands for [OpcodeName
> unavailable] (20180209/dswexec-606)
> ACPI Error: Method parse/execution failed
> \134_PR.CPU0._CST,AE_AML_INTERNAL (20180209/psparse-677)
> 
> with svn 329142 on a Lenovo ThinkCentre M83
> ACPI APIC Table: 
> 
> Claude Buisson

This problem should be fixed now (r80).  Sorry for the delay.

Jung-uk Kim



signature.asc
Description: OpenPGP digital signature


Re: AES67

2018-05-08 Thread Le Baron d???Merde
Hi!

> Hi!
>
> > Is there any known attempt to implement AES67 (is an open standard
> > for audio over IP and audio over ethernet interoperability) on FreeBSD?
>
> > http://medianetworkingalliance.com/faq-aes67/
>
> I found
>
> https://www.collabora.com/news-and-blog/blog/2017/04/25/receiving-an-aes67-stream-with-gstreamer/
>
> which describes AES67 as RTP with some clock sync. But it looks

I guess the sync part is the most problematic one to implement. :-)

> like there is no open source implementation at all right now.

I would like to say: FreeBSD will have the first then, but I do not code... :-/

IIRC, I heard the OpenBSD sndio developer do use OpenBSD for professional audio.
So, I guess, the implementation is more likely to happen in there first. :-)

Apparently there is some proprietary Linux implementations, including a
'professional' embedded solution (what I know nothing about but also support
AES70):

https://www.youraudiosystems.com/en/aes67-linux/

Interestingly, Merging (also heard something about Dante) apparently can provide
a Linux driver, +based on this thread:

https://www.gearslutz.com/board/music-computers/1193399-merging-hapi-horus-aes67-linux.html

Thank you!

>
> --
> p...@opsec.eu+49 171 31013722 years to go !

-- 
Best Regards.
LBdM.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Regression Resume Lenovo T450

2018-05-08 Thread Ilya A. Arkhipov

On 06.05.2018 10:28, Manuel Stühn wrote:

On Fri, May 04, 2018 at 08:07:17AM +0200, Manuel Stühn wrote:


Since some time now CURRENT runs very smoothly on my Lenovo T450 in
conjunction with drm-stable-kmod installed. WLAN, Suspense worked
out of the box (at least ... until now). Due to pkg(8) complaining about
wrong ABI of packages, I've made an update from r332385 (1200061) to
r333091 (1200062), and now the T450 does not resume anymore; i have to
hold the power button for some time to power it down. The
ZFS-Boot-Environment I've made beforehand updating is still capable of
resuming.

I tried to find out which commit broke the resume for me by installing
older kernels, but even installing r332385 kernel (into the actual
r333091 userland) does not restore its capability to resume.



Some more testing has happened:

Since I have a BootEnvironment capable of suspend/resume, I've tried 
some combinations of kernels (in fact, whole boot-folders) and 
unserlands. I copied the boot-folder from the BE r332385 (which works) 
into the current BE and restarted. This combination was NOT able to 
resume. But the other way around is (current boot-folder (r333091) in 
the r332385 based BootEnvironment)


It seems to me, that not the kernel but either some change in userland 
or package broke the resume somehow. But I do not have a clue, which 
of those even can impact the resume procedure at all. Two packages 
came to my mind:


1. graphics/drm-stable-kmod, but the installed packages are identical 
for both, the "old" and the current BE. (both packages are installed 
from ports along with the respective buildworld+buildkernel)


2. The firmwares used by sysutils/cpupdate, but after replacing the 
firmware files with the firmwares from the old BE resume still doesn't 
work.


Any ideas?

--
Manuel

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
"freebsd-current-unsubscr...@freebsd.org"

Hi,

I have same issue (thinkpad T450s) after resume notebook cant wake up 
but on:
 FreeBSD 12.0-CURRENT #0 r332796: Fri Apr 20 00:42:44 UTC 2018 
r...@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64

with:
drm-next-kmod-4.11.g20180224
gpu-firmware-kmod-g20180206_1

# sysctl debug.bootverbose=1
# sysctl debug.acpi.suspend_bounce=1

In log (I think it related):
May  8 01:05:06 m1cro kernel: vgapci0: child drmn0 requested 
pci_set_powerstate

May  8 01:05:06 m1cro kernel: pci0:0:2:0: Transition from D0 to D3
May  8 01:05:06 m1cro kernel: pci0: set ACPI power state D3 on 
\_SB_.PCI0.VID_
May  8 01:05:06 m1cro kernel: pci0: failed to set ACPI power state D3 on 
\_SB_.PCI0.VID_: AE_BAD_PARAMETER


where pci0:0:2:0:
vgapci0@pci0:0:2:0: class=0x03 card=0x503617aa chip=0x16168086 
rev=0x09 hdr=0x00

    vendor = 'Intel Corporation'
    device = 'HD Graphics 5500'
    class  = display
    subclass   = VGA


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: svn commit: r333240 - in head/sys: powerpc/powerpc sys [appears to have broken the builds of head for riscv64]

2018-05-08 Thread Ashish Gupta
Hi,

Not sure if this is already known.

I have a gmail account, which complains about your mails:

Why is this message in Spam?
It's from an address in the yahoo.com domain but has failed yahoo.com's
required tests for authentication.


On Tue, 8 May 2018, 06:22 Kubilay Kocak,  wrote:

> On 7/05/2018 9:05 pm, loader wrote:
> > On Sun, 6 May 2018 19:33:34 -0700, Mark Millard <
> marklmi26-f...@yahoo.com> wrote:
> >
> >> Conrad Meyer cem at freebsd.org wrote on
> >> Sun May 6 22:32:13 UTC 2018, as part of a reply:
> >>
> >>> P.S., Mark, your email server is misconfigured and most/all of your
> >>> emails get flagged as spam.  I only saw this because I occasionally
> >>> check the spam folder.
> >>
> >> I wrote back directly indicating that I'd need evidence
> >> in order to submit something to yahoo.com. Although, the
> >> original was not sent directly to Conrad, so he likely
> >> got the message directly from a freebsd-current server,
> >> with a yahoo.com's Email server as an intermediate stage.
> >> (I do not run my own servers.) The Email was composed
> >> in macOS's Mail.app [V11.3 (3445.6.18)].
> >>
> >> Of course, that reply was likely classified as spam.
> >>
> >> If anyone else has such problems with the classification
> >> of my Emails and can send material that would allow
> >> reporting evidence to be submitted someplace, please do
> >> so.
> >
> > It seems the freebsd-current@ list doesn't have
> > from_is_list = 1 "Munge From" enabled ...
> > https://wiki.list.org/DEV/DMARC
> >
> > Regards,
> > loader
> >
>
> See Also:
>
> Mail forwarded from list to members fails DKIM/SPF/DMARC authentication
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210457
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"