Zum Starten und Stoppen des mISDNcapid habe ich aus dem skeleton ein Init-Skript zusammengezimmert. Ist wahrscheinlich nicht perfekt, aber für mich funktioniert es bislang. Außerdem habe ich noch einen Patch zusammengestellt, um das Skript direkt in den Installationsprozess einzuklinken. Spielt man das Kompilat mittels checkinstall ein, so hat man damit auch gleich das Init-Skript paketiert.
Lesen Sie weiter
Archiv der Kategorie: Linux
mISDNuser unter Debian kompilieren
Für die AVM Fritz!Card PCI gibt es mittlerweile direkte Unterstützung im Kernel durch mISDN-Treiber. Somit kann man auf den von AVM nicht mehr gepflegten fcpci-Treiber verzichten. Das ständige Patchen nervte sowieso.
Neben dem Kernelmodul namens avmfritz werden zusätzlich mISDN Userspace-Tools benötigt. Was man unter Arch ganz bequem mit dem Paket misdnuser installiert, lässt einen unter Debian auf Granit beißen. Es gibt kein fertiges Paket, man muss es daher selbst kompilieren. Da es etwas gedauert hat, bis ich es lauffähig bekommen habe, will ich hier einmal meine Vorgehensweise dokumentieren. Vorallem, weil ich es sonst vergessen haben werde, bis ich es wieder einmal benötige.
Fritz!Card PCI mit Kernel 2.6.26
Vor ein paar Tagen wollte ich eine gute alte Fritz!Card PCI auf meinem AMD64 System unter Kernel 2.6.26 zum Laufen bringen. Also, so denkt man, bei AVM die passenden Quellen für das Kernelmodul herunterladen, übersetzen, installieren und glücklich sein. Mir schwante jedoch schon etwas, als ich das Veröffentlichungsdatum des Treiberpakets vom 5. Januar 2006 sah, und tatsächlich brach das make mit Compilerfehlern ab… 🙁
fsam7400 & rfsam are obsolete
By chance I found that support for radio switching and the hotkey buttons is already in recent linux kernel.
radio switch for AMILO M 7440
Cause several people already asked me, how to get fsam7400 or rfsam working on an AMILO M 7440 notebook, this information might be also helpful for other users… well, it’s not possilbe. The 7440 model uses a complete other method to enable the wireless radio.
But there is another project, the fsam7440 kernel module or console tool. Try it out! 🙂
rfsam v0.1 » fsam7400 module in userspace
This is the first release of the RF switch software for the Fujitsu Siemens Amilo M 7400 (and other notebooks) in userspace, so there is no need anymore to get the module compiled after kernel upgrade. 8)
fsam7400 module v0.5.1 released
just another maintenance release before switching to userspace that fixes the following bugs 😳
- possible null pointer dereference in proc code
- module exit code was mistakenly disabled
grab the tarball here » fsam7400-0.5.1.tgz
fsam7400 module v0.5.0 released
this is the latest and presumably the last version of the software RF kill switch kernel module for the Fujitsu Siemens Amilo M 7400. I’m in preparation of a userspace tool that will be make things much easier…
anyway, these changes were done compared to the previous version 0.4.1
- fixed compilation problems with kernel 2.6.18
- debug-output enabling via module parameter
- hibernation support: reconstruct last radio state on resume
- disabled autoload option by default
grab the tarball here » fsam7400-0.5.0.tgz