|
Hi,
Thank's in advance. Best regards By the way I have some error message on start up of the board (Pandaboard ES) are interrested of it ? Can I do some testing to help you ? |
|
Hi Arnal, Thank you for testing Linaro releases! Your tests and bug reports are most welcome (don't hesitate to report your boot time errors in a separate question). Back to your question, it's true that finding kernel sources in not completely trivial. I eventually found a useful resource: https://launchpad.net/~linaro-maintainers/+archive/overlay/+sourcepub/2190875/+listing-archive-extra: You can get links to our git tree and to a .tar.gz archive that you can download. However, I'm not sure that these are the exact same sources as the ones used to build your kernel. I hope someone has a better answer than I do. Cheers, Michael. |
|
Michael,
sudo apt-add-repository ppa:linaro-maintainers/overlay sudo apt-get update sudo apt-get source linux-linaro-lt-omap
root@linarotv-xbmc:~/linux-linaro-lt-omap-3.1.1/drivers/usb/class# insmod cdc-acm.ko insmod: error inserting 'cdc-acm.ko': -1 Invalid module format root@linarotv-xbmc:~/linux-linaro-lt-omap-3.1.1/drivers/usb/class# modinfo cdc-acm.ko filename: cdc-acm.ko alias: char-major-166- license: GPL description: USB Abstract Control Model driver for USB modems and ISDN adapters author: Armin Fuerst, Pavel Machek, Johannes Erdfelt, Vojtech Pavlik, David Kubicek, Johan Hovold srcversion: 6678AA2C3B059C2B893680A alias: usb:vpddcdscdpic02isc02ip06 . . . . alias: usb:v079Bp000Fddcdscdpiciscip alias: usb:v0482p0203ddcdscdpiciscip alias: usb:v0E8Dp3329ddcdscdpiciscip alias: usb:v0E8Dp0003ddcdscdpiciscip alias: usb:v0870p0001ddcdscdpiciscip* depends: vermagic: 3.1.5 SMP preempt mod_unload modversions ARMv7 If I do the same for an already installed module I get : vermagic: 3.1.1-8-linaro-lt-omap SMP preempt mod_unload modversions ARMv7 parm: debug:Enable verbose debugging messages (bool) Maybe I need to change the vermagic ? I will continue to investigate ... Is it possible to compile this module for the next release ? Regards |
|
Hi Arnal, Yes, you're right... "apt-get source" is the best way to get the sources. About your module loading issue, you could try "modprobe --force" as a quick and dirty workaround to ignore vermagic. See http://ask.linaro.org/questions/202/tunko-for-linaro-compilation for an issue similar to yours. Could you file a bug asking for this module to be added in the next kernel builds. This is the best way to get people to do something about this, and for you to advertise for your suggestion. Cheers, Michael. |
|
De rien! I'm French too ;-) |