View previous topic :: View next topic |
Author |
Message |
michael_w Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 22 Feb 2006 Posts: 482 Location: 09xxx
|
Posted: Fri May 16, 2008 8:32 am Post subject: [solved] fritzcapi |
|
|
Hi,
ich versuche hier derzeit mein isdnlog ans laufen zu bekommen. fritzcapi kompiliert durch, kein Problem. capi kann ich starten und stoppen per initscript, jedoch taucht im syslog auf:
Code: |
May 16 10:25:00 tesla fcpci: version magic '2.6.24-gentoo-r4 SMP preempt mod_unload ' should be '2.6.24-gentoo-r8 SMP preempt mod_unload '
|
und damit, so vermute ich, funktioniert das fcpci Modul nicht. Nur, ich habe fritzcapi mit dem aktuellen kernel kompiliert. Woher kommt "version magic" bzw. wer schreibt/setzt das und vor allem wo? Kann ich das händisch editieren?
Code: |
tesla ~ # modprobe fcpci
FATAL: Error inserting fcpci (/lib/modules/2.6.24-gentoo-r8/extra/fcpci.ko): Invalid module format
|
Achja, aktueller kernel:
Code: |
michael@tesla ~ $ uname -a
Linux tesla 2.6.24-gentoo-r8 #1 SMP PREEMPT Fri May 16 09:50:44 GMT 2008 x86_64 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux
|
_________________ Linux ryzen 6.6.57-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Oct 25 08:56:19 CEST 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux
Last edited by michael_w on Fri May 16, 2008 8:52 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
firefly Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 31 Oct 2002 Posts: 5329
|
Posted: Fri May 16, 2008 8:37 am Post subject: |
|
|
worauf zeigt der symlink /usr/src/linux? _________________ Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
michael_w Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 22 Feb 2006 Posts: 482 Location: 09xxx
|
Posted: Fri May 16, 2008 8:52 am Post subject: |
|
|
firefly wrote: | worauf zeigt der symlink /usr/src/linux? |
Code: |
tesla ~ # ls -l /usr/src/
insgesamt 12
lrwxrwxrwx 1 root root 22 16. Mai 09:41 linux -> linux-2.6.24-gentoo-r8
drwxr-xr-x 19 root root 4096 14. Mai 16:08 linux-2.6.24-gentoo-r4
drwxr-xr-x 21 root root 4096 16. Mai 09:51 linux-2.6.24-gentoo-r8
|
Problem ist aber bereits (teil)gelöst. Ursache war ein händisch gepatchtes Paket. _________________ Linux ryzen 6.6.57-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Oct 25 08:56:19 CEST 2024 x86_64 AMD Ryzen 7 PRO 4750G with Radeon Graphics AuthenticAMD GNU/Linux |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|