Re: Macbook touchpad wsp

2015-02-06 Thread Lundberg, Johannes
The weird thing is that this used to work out of the box a while ago. I
even removed ums.ko from kernel folder and added wsp to loader.conf but it
does not matter.. wsp simple won't attach.. I haven't made any changes in
src/. /etc/devd/usb.conf is correct in the latest snapshot memstick image.

Anyway, now I know there's no known problem. I try look more into it tmrw
see if I can pinpoint where it fails.

--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

On Fri, Feb 6, 2015 at 5:05 PM, Hans Petter Selasky  wrote:

> On 02/06/15 09:02, Hans Petter Selasky wrote:
>
>> Right, so maybe you need to update /etc/devd/usb.conf or make sure that
>> wsp is loaded in /boot/loader.conf, so that other drivers don't grab the
>> device!
>>
>>
> Also check that moused is loaded for /dev/wsp0 .
>
> --HPS
>
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: Macbook touchpad wsp

2015-02-06 Thread Hans Petter Selasky

On 02/06/15 09:02, Hans Petter Selasky wrote:

Right, so maybe you need to update /etc/devd/usb.conf or make sure that
wsp is loaded in /boot/loader.conf, so that other drivers don't grab the
device!



Also check that moused is loaded for /dev/wsp0 .

--HPS

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


Re: Macbook touchpad wsp

2015-02-06 Thread Hans Petter Selasky
Right, so maybe you need to update /etc/devd/usb.conf or make sure that 
wsp is loaded in /boot/loader.conf, so that other drivers don't grab the 
device!


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


Re: Macbook touchpad wsp

2015-02-05 Thread Lundberg, Johannes
This is what I said in earlier mail. I confirmed that the device is listed
in wsp.c and also in devd/usb.conf in wsp section.

usbdevs:

1126 /*
MacbookAir6,2 (unibody, June 2013) */1127
product
APPLE WELLSPRING8_ANSI  0x0290  Apple Internal Keyboard/Trackpad



wsp.c

359 
/*
MacbookAir6,2 (unibody, June 2013) */360

WSP_DEV
(APPLE
,
WELLSPRING8_ANSI
,
WSP_FLAG_WELLSPRING8
),




--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

On Fri, Feb 6, 2015 at 4:30 PM, Hans Petter Selasky  wrote:

> Hi,
>
> The problem is that your WSP vendor and product ID is not listed in the
> WSP.c device table. You'll need to add it in order for the wsp driver to
> attach. Can you test?
>
> Also please send full output from:
>
> usbconfig -d X.Y dump_curr_config_desc dump_device_desc
>
> --HPS
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: Macbook touchpad wsp

2015-02-05 Thread Hans Petter Selasky

Hi,

The problem is that your WSP vendor and product ID is not listed in the 
WSP.c device table. You'll need to add it in order for the wsp driver to 
attach. Can you test?


Also please send full output from:

usbconfig -d X.Y dump_curr_config_desc dump_device_desc

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


Re: Macbook touchpad wsp

2015-02-05 Thread Lundberg, Johannes
I think it was the default, devd. But this problem is not with X. I should
be able to get the touchpad working on console too, right? I mean, it works
with ums both in console and in X but atp and wsp won't attach the device.

--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

On Fri, Feb 6, 2015 at 4:10 PM, Hans Petter Selasky  wrote:

> On 02/06/15 00:57, Lundberg, Johannes wrote:
>
>> Hi Hans
>>
>> dmesg is here http://pastebin.com/276WKQ7H
>>
>> No matter how I set moused_enable
>> "/usr/bin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid"
>> get started automatically. This is to login prompt, no X.
>>
>> kldload atp or wsp generates no message from the kernel. Neither /dev/atp
>> or /dev/wsp is created.
>>
>> I tried removing ums.ko from kernel folder but same result except that
>> /dev/ums is never created and moused never started.
>>
>> I tried comment out the ums moused part in devd.conf but no difference.
>>
>> My device is properly listed in /etc/devd/usb.conf under wsp driver...
>>
>> Don't know if it makes any difference but I am using UEFI.
>>
>>
> Hi,
>
> I'll have a look.
>
> Is your Xorg compiled with Hald or Devd support?
>
> --HPS
>
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: Macbook touchpad wsp

2015-02-05 Thread Hans Petter Selasky

On 02/06/15 00:57, Lundberg, Johannes wrote:

Hi Hans

dmesg is here http://pastebin.com/276WKQ7H

No matter how I set moused_enable
"/usr/bin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid"
get started automatically. This is to login prompt, no X.

kldload atp or wsp generates no message from the kernel. Neither /dev/atp
or /dev/wsp is created.

I tried removing ums.ko from kernel folder but same result except that
/dev/ums is never created and moused never started.

I tried comment out the ums moused part in devd.conf but no difference.

My device is properly listed in /etc/devd/usb.conf under wsp driver...

Don't know if it makes any difference but I am using UEFI.



Hi,

I'll have a look.

Is your Xorg compiled with Hald or Devd support?

--HPS

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


Re: Macbook touchpad wsp

2015-02-05 Thread Lundberg, Johannes
Hi Hans

dmesg is here http://pastebin.com/276WKQ7H

No matter how I set moused_enable
"/usr/bin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid"
get started automatically. This is to login prompt, no X.

kldload atp or wsp generates no message from the kernel. Neither /dev/atp
or /dev/wsp is created.

I tried removing ums.ko from kernel folder but same result except that
/dev/ums is never created and moused never started.

I tried comment out the ums moused part in devd.conf but no difference.

My device is properly listed in /etc/devd/usb.conf under wsp driver...

Don't know if it makes any difference but I am using UEFI.


--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

On Fri, Feb 6, 2015 at 7:07 AM, Hans Petter Selasky  wrote:

> On 02/05/15 12:55, Lundberg, Johannes wrote:
>
>> Hi
>>
>> After some time away I installed the newest snapshot on my macbook air
>> 2013.
>> I'm certain that the wsp driver worked before but now I can't seem to get
>> it to recognize my macbook's touchpad.. I confirm that the product id is
>> listed in wsp.c but nothing happens when I load the module..
>>
>> Any idea what has happened?
>>
>
> Hi,
>
> Some suggestions:
>
> 1) Can you show dmesg?
>
> 2) kldload atp wsp
>
> 3) moused_enable="YES"
>
> 4) moused_enable="NO"
>
> 5) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678
>
>
> --HPS
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: Macbook touchpad wsp

2015-02-05 Thread Hans Petter Selasky

On 02/05/15 12:55, Lundberg, Johannes wrote:

Hi

After some time away I installed the newest snapshot on my macbook air 2013.
I'm certain that the wsp driver worked before but now I can't seem to get
it to recognize my macbook's touchpad.. I confirm that the product id is
listed in wsp.c but nothing happens when I load the module..

Any idea what has happened?


Hi,

Some suggestions:

1) Can you show dmesg?

2) kldload atp wsp

3) moused_enable="YES"

4) moused_enable="NO"

5) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678


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


Macbook touchpad wsp

2015-02-05 Thread Lundberg, Johannes
Hi

After some time away I installed the newest snapshot on my macbook air 2013.
I'm certain that the wsp driver worked before but now I can't seem to get
it to recognize my macbook's touchpad.. I confirm that the product id is
listed in wsp.c but nothing happens when I load the module..

Any idea what has happened?
--
Johannes Lundberg
BRILLIANTSERVICE CO., LTD.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"