User:Kestas
From Openmoko
(Difference between revisions)
(New page: Proud FreeRunner owner.) |
|||
| Line 1: | Line 1: | ||
| − | + | Random notes... | |
| + | |||
| + | =Status= | ||
| + | |||
| + | [[QtMoko]] | ||
| + | * u-boot-gta02v5-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin | ||
| + | * uImage-v19-nodebug.bin | ||
| + | * qtmoko-debian-v19.jffs2 | ||
| + | |||
| + | ==Issues== | ||
| + | |||
| + | ;Neo dosn't wake up on alarm | ||
| + | :RTC is not updated to system time | ||
| + | # hwclock --show | ||
| + | Cannot access the Hardware Clock via any known method. | ||
| + | Use the --debug option to see the details of our search for an access method. | ||
| + | # fuser /dev/rtc0 | ||
| + | /dev/rtc0: 3269 | ||
| + | # ps -fp 3269 | ||
| + | UID PID PPID C STIME TTY TIME CMD | ||
| + | root 3269 1 0 01:56 ? 00:00:00 atd /var/spool/at | ||
| + | # kill 3269 | ||
| + | # hwclock --show | ||
| + | Sat Jan 1 08:35:07 2000 -0.142318 seconds | ||
| + | # hwclock --systohc | ||
| + | # hwclock --show | ||
| + | Sun Feb 21 01:35:55 2010 -0.137826 seconds | ||
| + | # . /opt/qtmoko/qpe.env | ||
| + | # atd /var/spool/at | ||
| + | |||
| + | ;No messages received after dealing operator service codes ( like *113# ) | ||
| + | :update GSM firmware to moko11 ( [[GSM/Flashing]] ) | ||
| + | |||
| + | ;Stop log daemons (until next reboot) | ||
| + | # /etc/init.d/klogd stop | ||
| + | # /etc/init.d/sysklogd stop | ||
| + | |||
| + | ;Enable AtChat logging (AT commands log) | ||
| + | : edit <tt>/opt/qtmoko/etc/default/Trolltech/Log.conf</tt>, set <tt>Enabled=1</tt> in AtChat section | ||
| + | : restart QtMoko | ||
| + | # tail -f /var/log/messages | ||
Revision as of 02:52, 21 February 2010
Random notes...
Status
- u-boot-gta02v5-1.3.1+gitr650149a53dbdd48bf6dfef90930c8ab182adb512-r1.bin
- uImage-v19-nodebug.bin
- qtmoko-debian-v19.jffs2
Issues
- Neo dosn't wake up on alarm
- RTC is not updated to system time
# hwclock --show Cannot access the Hardware Clock via any known method. Use the --debug option to see the details of our search for an access method. # fuser /dev/rtc0 /dev/rtc0: 3269 # ps -fp 3269 UID PID PPID C STIME TTY TIME CMD root 3269 1 0 01:56 ? 00:00:00 atd /var/spool/at # kill 3269 # hwclock --show Sat Jan 1 08:35:07 2000 -0.142318 seconds # hwclock --systohc # hwclock --show Sun Feb 21 01:35:55 2010 -0.137826 seconds # . /opt/qtmoko/qpe.env # atd /var/spool/at
- No messages received after dealing operator service codes ( like *113# )
- update GSM firmware to moko11 ( GSM/Flashing )
- Stop log daemons (until next reboot)
# /etc/init.d/klogd stop # /etc/init.d/sysklogd stop
- Enable AtChat logging (AT commands log)
- edit /opt/qtmoko/etc/default/Trolltech/Log.conf, set Enabled=1 in AtChat section
- restart QtMoko
# tail -f /var/log/messages
