juiceme
|
2018-03-07
, 17:42
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1371
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2018-03-08
, 15:40
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#1372
|
/ # modprobe g_multi [ 91.806549] g_multi: no symbol version for module_layout [ 91.818725] g_multi: no symbol version for module_layout modprobe: 'g_multi.ko': invalid module format
mount /dev/mmcblk0p5 /mnt/5 && /usr/bin/disable_pm && kexec -l /mnt/5/vmlinuz-nokia-n9 --initrd=/mnt/5/initramfs-nokia-n9 --append=cma=24M\ debug\ ignore_loglevel\ log_buf_len=1M\ console=ttyO2\ PMOS_NO_OUTPUT_REDIRECT && kexec -e
The Following 7 Users Say Thank You to filip.pz For This Useful Post: | ||
|
2018-03-08
, 17:18
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1373
|
I've upgraded to 0.3.8 (copied over new cpio, updated conf and flashed kernel) and I'm experiencing an issue with g_multi.ko kernel module:
Because of that maintenance mode doesn't export partitions via USB (other stuff seem to be working). Can anyone confirm an issue or maybe even offer a solution?Code:/ # modprobe g_multi [ 91.806549] g_multi: no symbol version for module_layout [ 91.818725] g_multi: no symbol version for module_layout modprobe: 'g_multi.ko': invalid module format
I'm in need of initrmafs support so I can boot postmarketOS w/o using command line, but I'm facing an issue due to a fact that pmOS uses 2 partitions - one for kernel + initramfs, and another for rootfs. If I specify ubiboot to use the partition with kernel + initramfs ubiboot fails while checking for existatnce of /sbin/init script since that partition doesn't contain init (Checking 2nd stage kernel init file:...). Is there any way around that?
Using command line I'm able to load pmOS with:
Code:mount /dev/mmcblk0p5 /mnt/5 && /usr/bin/disable_pm && kexec -l /mnt/5/vmlinuz-nokia-n9 --initrd=/mnt/5/initramfs-nokia-n9 --append=cma=24M\ debug\ ignore_loglevel\ log_buf_len=1M\ console=ttyO2\ PMOS_NO_OUTPUT_REDIRECT && kexec -e
The Following 5 Users Say Thank You to juiceme For This Useful Post: | ||
|
2018-03-08
, 18:16
|
|
Posts: 108 |
Thanked: 579 times |
Joined on Feb 2013
@ Požega, Croatia
|
#1374
|
The Following 4 Users Say Thank You to filip.pz For This Useful Post: | ||
|
2018-03-09
, 02:00
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#1375
|
I've upgraded to 0.3.8 (copied over new cpio, updated conf and flashed kernel) and I'm experiencing an issue with g_multi.ko kernel module:
Code:/ # modprobe g_multi [ 91.806549] g_multi: no symbol version for module_layout [ 91.818725] g_multi: no symbol version for module_layout modprobe: 'g_multi.ko': invalid module format
The Following 4 Users Say Thank You to wicket For This Useful Post: | ||
|
2018-03-09
, 06:43
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1376
|
Sounds to me like a mismatch between the kernel and the module. I couldn't find any kernel modules within the cpio archive or ubifs so my guess is that these are coming from the rootfs of Harmattan (is that right juiceme?). If this is the case, the new kernel probably differs sufficiently that it would cause the problem. One possible solution could be to bundle the newly built modules with ubiboot and mount them over the top the rootfs.
juiceme, what's the reason for the new ubiboot kernel? Has anything changed there? I never bothered to flash the new ubiboot kernel as the changes I submitted didn't require them so I'm still on the previous kernel (0.3.6 tiny) and have no problems with loading g_multi.
The Following 5 Users Say Thank You to juiceme For This Useful Post: | ||
|
2018-03-20
, 21:18
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1377
|
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
|
2018-03-23
, 09:32
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1378
|
|
2018-03-23
, 10:06
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#1379
|
I realized the reason my modules were incompatible, and now I remembered I actually knew this 4 years ago but had forgotten it. Woot, me growing old or what???
|
2018-03-23
, 19:32
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#1380
|
N/ABug fixes:
Fix login to device in repair modeGeneral enhancements:
N/AWork in progress:
N/AGet it fresh from HERE
This version uses internal interface version 5 which was introduced in version 0.3.8. If you have 0.3.8 it is enough to just flash the kernel. If you are updating from older version you need to update the kernel, config file and cpio to be of the new version.
The Following 6 Users Say Thank You to juiceme For This Useful Post: | ||