View Single Post
Old 05-17-2016, 10:23 PM   #56
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
Don't go to any bother - -
The PW-3 has been out a long time before the SW jailbreak -
I am sure there are people here with a serial port connection to their PW-3.
I ran a looping script in the background:
/mnt/us/notifyheadset &
PHP Code:
#!/bin/sh
LOG="/mnt/us/documents/$0.txt"
echo Logging to $LOG ...
while 
true; do
  
sleep 1
  date 
>> $LOG 2>&1
  ACTION
=add
  sh 
-/lib/udev/bin/notifyheadset >> $LOG 2>&1
done 
I cleared dmesg "dmesg -C". I unplugged USBnet, and plugged in and removed USB dongle from USB OTG adapter, and USB OTG adapter from PW3, and plugged them in, with PW3 in and out of screensaver mode, with multiple variations and repetition. Then I restored USBnet. Then I killed the background script, and did "dmesg > /mnt/us/documents/dmesg.txt.. I usually log to .txt files in /mnt/us/documents so I can view them on the device. The log output is just a repetition of what you showed (no extra data). Here is dmesg output:
Code:
[15803.097245] KERNEL: I pmic:charger chgina::charger disconnected
[15803.103000] fsl_gadget_disconnect_event: udc enter low power mode
[15818.640850] KERNEL: I pmic:onkey::wario button online event
[15821.389932] KERNEL: I pmic:onkey::wario button online event
[15825.766586] KERNEL: I pmic:onkey::wario button online event
[15830.645083] KERNEL: I pmic:onkey::wario button online event
[15848.497307] KERNEL: I pmic:charger chgina::charger connected
[15848.518239] otg udc vbus rising wakeup
[15848.518969] try_wake_up_udc: udc out low power mode
[15849.041636] g_ether gadget: high speed config #2: RNDIS

Last edited by geekmaster; 05-17-2016 at 10:31 PM.
geekmaster is offline   Reply With Quote