Hackerboard Wiki HaboBlog
Hackerboard bei Facebook Hackerboard bei Google+ Hackerboard bei Twitter

[HaBo]

 
Linux/UNIX Linuxverfechter finden hier Weggefährten.

Fritz!Card DSL SL USB Modem, driver for SuSe 9.2

Diskussion: Fritz!Card DSL SL USB Modem, driver for SuSe 9.2 im Forum Linux/UNIX, in der Kategorie Operating Systems; Anzeige hab vor paar tage Linux Mandrake 9.2 installirt, alles prima ausser internet anbindung. Mein Fritz!Card DSl SL USB Modem ...

Antwort
Alt 22.02.04, 16:33   #1 (permalink)
 
Registriert seit: 22.02.04
bu113t Leistung: Facit NTK
Likes: 0
Arrow Fritz!Card DSL SL USB Modem, driver for SuSe 9.2

Anzeige

hab vor paar tage Linux Mandrake 9.2 installirt, alles prima ausser internet anbindung. Mein Fritz!Card DSl SL USB Modem lauft nicht, linux erkennth halt das USB DSL Device gibts, aber ich brauche working driver!
Officiele Seite hat ein Treiber für Linux SuSE 9.0 gemacht http://www.avm.de/de/Service/AVM_Ser...USB/index.php3
aber bei meinem 9.2 Mandrake passt es nicht, wenn ich versuche das zu installieren, dann sagt er, dass ich falsche version von kernel hab....

kennt jemand villeicht vo kan man richtigen treiber besorgen?

bu113t ist offline   Mit Zitat antworten
Alt 28.02.04, 17:54   #2 (permalink)
 
Registriert seit: 28.02.04
aeleistner Leistung: Facit NTK
Likes: 0
Standard

Hallo,

der Treiber ist sicher in Ordnung, man muß nur mal geschwind compilieren; und das geht so:

zunächst sollte man in einem Fenster einmal eindeutig lesen, welche Kernel-Version geladen ist: uname -r

Dann loggt man sich als root ein:
su - root (anschließend Paßwort)

Nach dem Entpacken des Tar-Files wird ein Verzeichnis mit Namen "fritz" erstellt. Hier steht die Datei "install".

Editiere "install", dann findest Du eine Zeile "TGZVER1=2.4.21-99-default". Tausche den Eintrag gegen das aus, was nach "uname -r" zu lesen war.

Lösche im Verzeichnis "fritz" die Dateien fcdslslusb1.o und fcdslslusb2.o.

Rufe "make" und "make install" auf. Im Verzeichnis fritz/src.drv steht nun eine neue Datei fcdslslusb.o. Kopiere diese nach Fritz als fcdslslusb1.o und fcdslslusb2.o.

Rufe nun ./install auf, danach /usr/sbin/drdsl.

Und nun viel Spaß mit DSL!!!

Gruß
Axel
aeleistner ist offline   Mit Zitat antworten
   
HaBOT
 
- Anzeige -

Werbung ist gerade online    
Alt 17.04.04, 22:02   #3 (permalink)
 
Registriert seit: 17.04.04
Bilze Leistung: Facit NTK
Likes: 0
Standard

Moin leude ...

hab auch mandrake 9.2 und benutze zu ersten mal linux ...
ich hab ne PCI frtitz!card und habe mit der das selbe problem ... mit den pci-treibern ...
ich hab den ratschlag erstmal bis zum kernel-ändern befolgt und wenn ich das ganze dan kompilieren will ... also 'make' dann kommt bei mir die meldung, dass 2 fehler aufgetreten sind ...
müsste aber nichts damit zu tun haben, das ich ne PCI karte hab
hab ich was vergessn ?
und wo müssen die datein dann eigentlich bei einer pci-karte hin ?

Peace Bilze
Bilze ist offline   Mit Zitat antworten
Alt 17.04.04, 22:57   #4 (permalink)
 
Registriert seit: 25.10.03
olli Leistung: Facit NTK
Likes: 0
Standard

ich habe meine FritzCard zum laufen bekommen


> Kernel neukompiliert 2.4.20 (damit geht es 100% . Mit allen Anderen ging es nicht)
> Makefile angepasst bei den Fritz Treibern im src.drv Ordner (Kernel-sources)
> Fritz Treiber kompiliert und installiert.
> Capi4linux gezogen und installiert. ftp://ftp.in-berlin.de/pub/capi4linux/
> Dann Dr.Dsl ausgeführt
> pppd Einstellungen vorgenommen (pap-secrets etc.)
> Dann noch DHCP Client konfiguriert
> Dann ging das Einwählen !

Hier noch mal etwas:

Hinweise zum Uebersetzen der Treiberquellen
(fuer andere Distributionen/Kernels)


Im Folgenden wird eine der moeglichen Methoden beschrieben, die Quellen direkt
unterstuetzter Distributionen und Versionen zu uebersetzen
Rufen Sie nach dem Auspacken der Treiberarchivdatei im neu entstandenen
Verzeichnis "fritz" die Datei "make" auf. Dieser Aufruf wechselt intern in das
Unterverzeichnis "src.drv" und fuehrt das dort vorhandene "makefile" aus.
Anschließend kann mit "make install" das erzeugte Modul in das System kopiert
werden.

Im Rahmen der Uebersetzung werden zwei Komponenten zusammengebunden: der
mitgelieferte Quellcode zur Systemanbindung und ein binaeres, kernel-
unabhaengiges Modul im Verzeichnis "fritz/lib".

Waehrend das Hardware-Treibermodul (fcXYZ.o) selbst komplett aus dem
Unterverzeichnis "src.drv" uebersetzt werden kann, bedarf es fuer die
Portierung des gesamten Treiberarchivs (zusaetzlich bestehend aus den
CAPI-Modulen, CAPI-Tools und CAPI-Bibliotheken in eigenen rpm-Archiven) zweier
weiterer Teile. Die beiden Teile liegen zwar schon laenger im Quellcode vor,
sind aber (auch ihrer Groesse wegen) nicht Teil der Treiberarchivdatei:

- Die CAPI-Module sind Teil der Standard-Linux-Kernel und können mit ihm
generiert werden, sofern die richtigen Einstellungen in der Kernel-
Konfiguration getroffen wurden.

Um den FRITZ!Card Treiber nutzen zu können, werden die Kernel Module capi.o,
capiutils.o, kernelcapi.o und capifs.o benoetigt. Der Quelltext für diese Module
ist Teil des Linux Kernels (im Verzeichnis /usr/src/linux/drivers/isdn/avmb1)
und er wird mit dem Kernel uebersetzt, wenn folgende Einstellungen an der
Kernelkonfiguration vorgenommen wurden:

CONFIG_EXPERIMENTAL=y

CONFIG_ISDN_CAPI=m
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_CAPIFS_BOOL=y
CONFIG_ISDN_CAPI_CAPIFS=m
CONFIG_ISDN_CAPI_CAPIDRV=m

Nach "make menuconfig" wechseln Sie zum "ISDN subsystem", "Active cards" und waehlen:

...
<M> CAPI2.0 support[*] Verbose reason code reporting (kernel size +=7K)[*] CAPI2.0 Middleware support (EXPERIMENTAL)
<M> CAPI2.0 /dev/capi support [*] CAPI2.0 filesystem support
<M> CAPI2.0 capidrv interface support
...

Aktivieren Sie bitte zusaetzlich den Eintrag "Prompt for development
and/or incomplete code/drivers" im Menü "Code maturity level options".

Nach dem der Kernel kompiliert wurde, finden Sie alle CAPI Module im Verzeichnis
/lib/modules/`uname -r`/kernel/drivers/isdn/avmb1/

- Die CAPI-Tools und -Bibliotheken stammen aus dem capi4k-utils-Paket (in der
Datei capi4k-utils-XXXX-YY-ZZ.tar.gz auf ftp://ftp.in-berlin.de/pub/capi4linux/).
Fuer das capi4k-utils-Paket gibt es detaillierte Installationsanweisungen in
der Datei "readme", die sich ebenfalls im genannten Verzeichnis befindet.

Die fertig uebersetzten Module werden von der Installation in das System-
Verzeichnis /lib/modules/X.Y.Z/misc kopiert und von dem CAPI-Tool "capiinit"
geladen. Letzteres erwartet in /etc/capi.conf Angaben darueber, welche Karten
bzw. welche Kartentreiber zu laden sind. Der Aufbau der Datei /etc/capi.conf
kann beispielhaft aus einem älteren Treiberpaket fuer passive Karten oder direkt
dem capi4k-utils Paket entnommen werden. In den Treibepaketen gibt es fuer die
FRITZ!Card PCI eine Datei namens "pci.conf", fuer die FRITZ!Card Classic
"classic.conf" etc.
olli ist offline   Mit Zitat antworten
Alt 01.05.04, 12:19   #5 (permalink)
 
Registriert seit: 17.04.04
Bilze Leistung: Facit NTK
Likes: 0
Standard

Moin leude

sorry das die antwort so lange dauerte aber ich hatte viel zu tun ...

den treiber zu installieren funzt leider immer noch net ich krieg immer noch folgende fehlermeldung:

[root@localhost fritz]# make
(cd src.drv; make CARD=fcpci)
make[1]: Entering directory `/mnt/win_d/fritz/src.drv'
cc -c -DMODULE -D__KERNEL__ -DNDEBUG -D__fcpci__ -DTARGET=\"fcpci\" -O2 -Wall -I /lib/modules/`uname -r`/build/include main.c -o main.o
In file included from /usr/include/linux/prefetch.h:13,
from /usr/include/linux/list.h:6,
from /usr/include/linux/wait.h:14,
from /usr/include/linux/fs.h:11,
from /usr/include/linux/capability.h:17,
from /usr/include/linux/binfmts.h:5,
from /usr/include/linux/sched.h:8,
from /usr/include/asm/uaccess.h:7,
from main.c:28:
/usr/include/asm/processor.h:55: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/processor.h:55: error: requested alignment is not a constant
In file included from main.c:30:
/usr/include/linux/version.h:2:2: #error "================================================= ======"
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "================================================= ======"
In file included from /usr/include/linux/module.h:20,
from main.c:32:
/usr/include/linux/modversions.h:1:2: #error "================================================= ======"
/usr/include/linux/modversions.h:2:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/modversions.h:3:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/modversions.h:4:2: #error ""
/usr/include/linux/modversions.h:5:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/modversions.h:6:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/modversions.h:7:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/modversions.h:8:2: #error "currently running kernel. They should only be"
/usr/include/linux/modversions.h:9:2: #error "included via other system header files - user space"
/usr/include/linux/modversions.h:10:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/modversions.h:11:2: #error "<asm/*.h> as well."
/usr/include/linux/modversions.h:12:2: #error ""
/usr/include/linux/modversions.h:13:2: #error "To build kernel modules please do the following:"
/usr/include/linux/modversions.h:14:2: #error ""
/usr/include/linux/modversions.h:15:2: #error " o Have the kernel sources installed"
/usr/include/linux/modversions.h:16:2: #error ""
/usr/include/linux/modversions.h:17:2: #error " o Make sure that the symbolic link"
/usr/include/linux/modversions.h:18:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/modversions.h:19:2: #error " the matching kernel source directory"
/usr/include/linux/modversions.h:20:2: #error ""
/usr/include/linux/modversions.h:21:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/modversions.h:22:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/modversions.h:23:2: #error ""
/usr/include/linux/modversions.h:24:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/modversions.h:25:2: #error " compiler option to use the correct include files:"
/usr/include/linux/modversions.h:26:2: #error ""
/usr/include/linux/modversions.h:27:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/modversions.h:28:2: #error ""
/usr/include/linux/modversions.h:29:2: #error " instead of"
/usr/include/linux/modversions.h:30:2: #error ""
/usr/include/linux/modversions.h:31:2: #error " -I/usr/include/linux"
/usr/include/linux/modversions.h:32:2: #error ""
/usr/include/linux/modversions.h:33:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/modversions.h:34:2: #error "================================================= ======"
In file included from /usr/include/linux/module.h:297,
from main.c:32:
/usr/include/linux/version.h:2:2: #error "================================================= ======"
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "================================================= ======"
In file included from main.c:32:
/usr/include/linux/module.h:299: error: syntax error before "UTS_RELEASE"
In file included from /usr/include/linux/mm.h:12,
from /usr/include/linux/skbuff.h:26,
from main.c:35:
/usr/include/linux/mmzone.h:44: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/mmzone.h:44: error: requested alignment is not a constant
In file included from defs.h:27,
from tools.h:30,
from main.c:48:
/usr/include/linux/version.h:2:2: #error "================================================= ======"
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h to"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/include/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:35:2: #error "================================================= ======"
In file included from tools.h:30,
from main.c:48:
defs.h:71:40: missing binary operator before token "("
defs.h:77:40: missing binary operator before token "("
In file included from defs.h:80,
from tools.h:30,
from main.c:48:
/usr/include/linux/netdevice.h:165: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/netdevice.h:165: error: requested alignment is not a constant
In file included from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:46,
from /usr/include/linux/netdevice.h:461,
from defs.h:80,
from tools.h:30,
from main.c:48:
/usr/include/linux/irq.h:65: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:65: error: requested alignment is not a constant
In file included from /usr/include/linux/interrupt.h:46,
from /usr/include/linux/netdevice.h:461,
from defs.h:80,
from tools.h:30,
from main.c:48:
/usr/include/asm/hardirq.h:16: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/hardirq.h:16: error: requested alignment is not a constant
In file included from /usr/include/linux/netdevice.h:461,
from defs.h:80,
from tools.h:30,
from main.c:48:
/usr/include/linux/interrupt.h:129: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/interrupt.h:129: error: requested alignment is not a constant
In file included from defs.h:80,
from tools.h:30,
from main.c:48:
/usr/include/linux/netdevice.h:517: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/netdevice.h:517: error: requested alignment is not a constant
defs.h:88:40: missing binary operator before token "("
In file included from main.c:48:
tools.h:34:40: missing binary operator before token "("
main.c:72:41: missing binary operator before token "("
make[1]: *** [main.o] Fehler 1
make[1]: Leaving directory `/mnt/win_d/fritz/src.drv'
make: *** [drv] Fehler 2


was is den da los, das solche fehler auftauchen ...


bitte bitte HILFE

Peace Bilze
Bilze ist offline   Mit Zitat antworten
Antwort
   
- Anzeige -

Werbung ist gerade online    

[HaBo] » Operating Systems » Linux/UNIX » Fritz!Card DSL SL USB Modem, driver for SuSe 9.2
Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind aus
Pingbacks sind aus
Refbacks sind aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
AVM Fritz!Card ISDN fehler: system gestoppt Virus Network · LAN, WAN, Firewalls 0 08.09.07 22:19
Wlan-Karte D-Link DWL650+ & Fritz!DSL Modem boehmi Elektronik & Zubehör 3 09.08.07 23:15
AVM FRITZ!CARD ISDN PCI funktioniert nicht... InSaNe2k3 Hardware Probleme 6 21.03.05 17:06
Fritz Card DSL! u. RedHat9.0 Timewalker Linux/UNIX 5 22.01.04 21:28
Problem mit Fritz Card DSL unter Debian bei der Einwahl Lanszer Hardware Probleme 4 09.01.04 14:02


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61