Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
-
Vomag
- Beiträge: 65
- Registriert: 29.08.2004 21:32:23
- Wohnort: MUC
Beitrag
von Vomag » 02.10.2004 22:53:48
HAllo ich versuche gerade einen Netgear MA111 unter Debian zum laufen zu bringen. Allerdings scheitert die Treiberinstallation schon an "make config".
Folgende Fehlermeldung wird ausgespukt:
Code: Alles auswählen
gurke:/home/tim/wlan/linux-wlan-ng-0.2.1-pre20# make config
-------------- Linux WLAN Configuration Script -------------
The default responses are correct for most users.
Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]:
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]:
Build Prism2.5 USB (_usb) driver? (y/n) [n]: y
Linux source directory [/usr/src/linux]:
Linux source tree /usr/src/linux is incomplete or missing!
The kernel header files are present, but not the full source code.
See the HOWTO for a list of FTP sites for current kernel sources.
Configuration failed
make: *** [config] Fehler 1
gurke:/home/tim/wlan/linux-wlan-ng-0.2.1-pre20#
Kernel Sourcen habe ich installiert und deswegen keine Ahnung ,woran es noch liegen könnte???
Irgendwelche Ideen?
mfg
Vomag
Zuletzt geändert von
Vomag am 11.10.2004 20:39:17, insgesamt 1-mal geändert.
--- There are only 10 types of people in the world: Those who understand binary and those who don't ---
-
iocus
- Beiträge: 55
- Registriert: 25.03.2004 19:49:54
- Wohnort: (CH)
Beitrag
von iocus » 06.10.2004 20:59:56
Sind die Kernel-Sourcen unter /usr/src/linux erreichbar?
/usr/src/linux muss in dem Fall ein Link auf /usr/src/kernel-source-x.x.x sein (x.x.x: deine Kernelversion):
Bei mir funktioniert der MA111
-
Vomag
- Beiträge: 65
- Registriert: 29.08.2004 21:32:23
- Wohnort: MUC
Beitrag
von Vomag » 07.10.2004 20:28:02
iocus hat geschrieben:Sind die Kernel-Sourcen unter /usr/src/linux erreichbar?
/usr/src/linux muss in dem Fall ein Link auf /usr/src/kernel-source-x.x.x sein (x.x.x: deine Kernelversion):
Bei mir funktioniert der MA111
Servus,
Hoffnung keimt auf...
Also den Symlink hab ich gesetzt mein /usr/src sieht so aus:
Code: Alles auswählen
gurke:/usr/src# ls -la
insgesamt 33596
drwxrwsr-x 4 root src 4096 2004-10-07 20:24 .
drwxr-xr-x 12 root root 4096 2004-09-07 00:03 ..
drwxr-xr-x 3 root root 4096 2004-09-10 19:39 kernel-kbuild-2.6-3
drwxr-xr-x 18 root root 4096 2004-08-05 18:48 kernel-source-2.6.7
-rw-r--r-- 1 root root 34343606 2004-08-05 18:49 kernel-source-2.6.7.tar.bz2
lrwxrwxrwx 1 root src 28 2004-10-07 20:24 linux -> /usr/src/kernel-source-2.6.7
/usr/scr/kernel-source-2.6.7 sieht so aus:
Code: Alles auswählen
gurke:/usr/src# ls -la /usr/src/kernel-source-2.6.7
insgesamt 368
drwxr-xr-x 18 root root 4096 2004-08-05 18:48 .
drwxrwsr-x 4 root src 4096 2004-10-07 20:24 ..
drwxr-xr-x 22 root root 4096 2004-06-21 11:30 arch
-rw-r--r-- 1 root root 18691 2004-06-16 07:19 COPYING
-rw-r--r-- 1 root root 85695 2004-06-16 07:19 CREDITS
drwxr-xr-x 2 root root 4096 2004-06-21 11:30 crypto
-rw-r--r-- 1 root root 56380 2004-08-05 18:32 Debian.src.changelog
drwxr-xr-x 42 root root 4096 2004-08-05 18:43 Documentation
drwxr-xr-x 44 root root 4096 2004-06-21 11:30 drivers
drwxr-xr-x 53 root root 4096 2004-08-05 18:43 fs
drwxr-xr-x 33 root root 4096 2004-06-21 11:30 include
drwxr-xr-x 2 root root 4096 2004-08-05 18:43 init
drwxr-xr-x 2 root root 4096 2004-06-21 11:30 ipc
drwxr-xr-x 3 root root 4096 2004-08-05 18:40 kernel
drwxr-xr-x 4 root root 4096 2004-06-21 11:30 lib
-rw-r--r-- 1 root root 51458 2004-06-16 07:19 MAINTAINERS
-rw-r--r-- 1 root root 36742 2004-08-05 18:43 Makefile
drwxr-xr-x 2 root root 4096 2004-08-05 18:40 mm
drwxr-xr-x 32 root root 4096 2004-06-21 11:30 net
-rw-r--r-- 1 root root 13976 2004-06-16 07:19 README
-rw-r--r-- 1 root root 10630 2004-06-24 00:02 README.Debian
-rw-r--r-- 1 root root 2815 2004-06-16 07:19 REPORTING-BUGS
drwxr-xr-x 7 root root 4096 2004-06-21 11:30 scripts
drwxr-xr-x 3 root root 4096 2004-06-21 11:30 security
drwxr-xr-x 15 root root 4096 2004-06-21 11:30 sound
drwxr-xr-x 2 root root 4096 2004-06-21 11:30 usr
-rw-r--r-- 1 root root 8 2004-08-05 18:47 version.Debian
gurke:/usr/src#
Keine Ahnung, ob das passt. Das hab ich auf jedenfall aus der 34MB-Datei unter /usr/src/ entpackt.
mfg Vomag
--- There are only 10 types of people in the world: Those who understand binary and those who don't ---
-
iocus
- Beiträge: 55
- Registriert: 25.03.2004 19:49:54
- Wohnort: (CH)
Beitrag
von iocus » 07.10.2004 20:51:36
hmm..
Ich hab mal bei mir die Sourcen an einen anderen Ort verschoben und das tar.bz2 Archiv nochmal entpackt. Und siehe da! es geht nicht mehr.
Es muss daran liegen, dass der Kernel (von dem man die Sourcen hat) schon konfiguriert und/oder kompiliert sein muss (was er bei mir war).
-
Vomag
- Beiträge: 65
- Registriert: 29.08.2004 21:32:23
- Wohnort: MUC
Beitrag
von Vomag » 07.10.2004 21:23:21
iocus hat geschrieben:hmm..
Ich hab mal bei mir die Sourcen an einen anderen Ort verschoben und das tar.bz2 Archiv nochmal entpackt. Und siehe da! es geht nicht mehr.
Es muss daran liegen, dass der Kernel (von dem man die Sourcen hat) schon konfiguriert und/oder kompiliert sein muss (was er bei mir war).
Und was kann ich dagegen tun (bzw. dafür das der die Sourcen erkennt)?
Vielen Dank
mfg Vomag
--- There are only 10 types of people in the world: Those who understand binary and those who don't ---
-
Vomag
- Beiträge: 65
- Registriert: 29.08.2004 21:32:23
- Wohnort: MUC
Beitrag
von Vomag » 13.10.2004 12:57:00
Hallo,
kann mir denn keiner helfe
mfg Vomag
--- There are only 10 types of people in the world: Those who understand binary and those who don't ---
-
Vomag
- Beiträge: 65
- Registriert: 29.08.2004 21:32:23
- Wohnort: MUC
Beitrag
von Vomag » 14.10.2004 14:09:52
Danke werde ich mal ausprobieren...
mfg Vomag
--- There are only 10 types of people in the world: Those who understand binary and those who don't ---