Let us start with session 1 (we will try to collect some basic information for all models):
[ in the webbrowser ]
press "basic info", and copy then the output to a text file. In my case it looks like this:
Code:
### executed:echo PRODUCT=$PRODUCT, PRODUCT_ID=$PRODUCT_ID, CPU=$CPU, PLATFORM=$PLATFORM,\WIFI_MODULE=$WIFI_MODULE, WIFI_MODULE_PATH=$WIFI_MODULE_PATH\uname=$(uname -a), FW=$(awk -F',' '{print $3}' /mnt/onboard/.kobo/version)
PRODUCT=kraken, PRODUCT_ID=0x4173, CPU=mx50, PLATFORM=mx50-ntx,
WIFI_MODULE=dhd, WIFI_MODULE_PATH=/drivers/mx50-ntx/wifi/dhd.ko
uname=Linux (none) 2.6.35.3-850-gbc67621+ #619 PREEMPT Thu Dec 22 15:29:00 CST 2016 armv7l GNU/Linux, FW=4.7.10413
press "fbset" and copy the output to the text file, make a note that this was made while KSM was running:
Code:
### executed:fbset ### KSM running
mode "1024x758-0"
# D: 0.025 MHz, H: 0.022 kHz, V: 0.029 Hz
geometry 1024 758 1024 1536 16
timings 40000000 12 76 4 5 12 2
accel false
rgba 5/11,6/5,5/0,0/0
endmode
press "read rotate-value" and copy the output to the text file, make a note that this was made while KSM was running:
Code:
### executed:cat /sys/class/graphics/fb0/rotate ### KSM running
0
[on the reader]
select "start nickel" (do not open a book, but stay on the home screen), and after nickel has started
[ in the webbrowser ] (if you use the webinterface over the wifi network, enable wifi in nickel, since KSM had to switch it off temporarily)
repeat "fbset" and "read rotate-value" as before.
Code:
### executed:fbset ### nickel running
mode "758x1024-0"
# D: 0.025 MHz, H: 0.029 kHz, V: 0.028 Hz
geometry 758 1024 768 1024 32
timings 40000000 12 76 4 5 12 2
accel false
rgba 8/16,8/8,8/0,8/24
endmode
Code:
### executed:cat /sys/class/graphics/fb0/rotate ### nickel running
3
[ in the webbrowser ] press "ksm power off"
Please, upload the text file to this post. Next time we might address the rotation problem on some models.