Fritz unter Ubuntu 10.04: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „==Links== *http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS *http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | apt-get install build-essential capiutils libcapi20-3 libcapi20-dev pppdcapiplugin linux-headers-$(uname -r) dkms | ||
| + | |||
| + | wget https://belug.de/~lutz/pub/fcpci/fritz-fcpci-src-2.6.31_untested.tar.bz2 | ||
| + | |||
| + | echo "blacklist avmfritz" > /etc/modprobe.d/blacklist-avmfritz.conf | ||
| + | |||
| + | reboot .... | ||
| + | |||
| + | tar -xvjf fritz-fcpci-src-2.6.31_untested.tar.bz2 -C /usr/src | ||
| + | |||
| + | cd /usr/src/fritz-fcpci-2.6.31/lib | ||
| + | |||
| + | |||
| + | sudo ln -sf 32_fcpci-lib.o fcpci-lib.o | ||
| + | |||
| + | |||
| + | cat /usr/src/fritz-fcpci-2.6.31/dkms.conf | ||
| + | |||
| + | PACKAGE_NAME=fcpci | ||
| + | PACKAGE_VERSION=2.6.31 | ||
| + | |||
| + | DEST_MODULE_LOCATION=/extra | ||
| + | BUILT_MODULE_NAME=fcpci | ||
| + | BUILT_MODULE_LOCATION=fcpci_src/ | ||
| + | |||
| + | MAKE="'make' -C fcpci_src/ all" | ||
| + | CLEAN="'make' -C fcpci_src/ clean" | ||
| + | AUTOINSTALL="yes" | ||
| + | |||
| + | -------------- | ||
| + | |||
| + | sudo dkms add -m fcpci -v 2.6.31 | ||
| + | |||
| + | |||
| + | sudo dkms build -m fcpci -v 2.6.31 | ||
| + | |||
| + | sudo dkms install -m fcpci -v 2.6.31 | ||
| + | |||
| + | |||
| + | |||
==Links== | ==Links== | ||
*http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS | *http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS | ||
*http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS | *http://wiki.ubuntuusers.de/ISDN-Karten/AVM_FRITZ!Card_PCI/DKMS | ||
Version vom 30. August 2011, 13:23 Uhr
apt-get install build-essential capiutils libcapi20-3 libcapi20-dev pppdcapiplugin linux-headers-$(uname -r) dkms wget https://belug.de/~lutz/pub/fcpci/fritz-fcpci-src-2.6.31_untested.tar.bz2
echo "blacklist avmfritz" > /etc/modprobe.d/blacklist-avmfritz.conf
reboot ....
tar -xvjf fritz-fcpci-src-2.6.31_untested.tar.bz2 -C /usr/src
cd /usr/src/fritz-fcpci-2.6.31/lib
sudo ln -sf 32_fcpci-lib.o fcpci-lib.o
cat /usr/src/fritz-fcpci-2.6.31/dkms.conf
PACKAGE_NAME=fcpci PACKAGE_VERSION=2.6.31
DEST_MODULE_LOCATION=/extra BUILT_MODULE_NAME=fcpci BUILT_MODULE_LOCATION=fcpci_src/
MAKE="'make' -C fcpci_src/ all" CLEAN="'make' -C fcpci_src/ clean" AUTOINSTALL="yes"
sudo dkms add -m fcpci -v 2.6.31
sudo dkms build -m fcpci -v 2.6.31
sudo dkms install -m fcpci -v 2.6.31