frage zum howto für Dlink DWL-122

Debian auf Notebooks und speziellen Geräten wie eingebetteten Systemen, Routern, Set-Top-Boxen, ...
Antworten
feuervogel
Beiträge: 168
Registriert: 21.07.2004 22:42:12

frage zum howto für Dlink DWL-122

Beitrag von feuervogel » 18.02.2005 16:52:20

hallo!

ich habe mir mal das nette tut angeschaut, welches es hier gibt. leider stolpere ich über etwas:
Installation
Installiert das Paket linux-wlan-ng ((siehe ggf. Debian-Pakete installieren)?). Nach der Installation liegen die Quellen für die Module in /usr/src/modules/linux-wlan-ng-<version>. Da ihr nur das USB-Modul möchtet, bearbeitet die Datei /usr/src/modules/linux-wlan-ng-<version>/debian/config und setzt die nicht benötigten Module auf n (ansonsten benötigt ihr z.B. PCMCIA im Kernel).
Code:
[..]
PRISM2_PCMCIA=n
PRISM2_PLX=n
PRISM2_PCI=n
PRISM2_USB=y
[..]
wie heißt das passende paket? ich habe mir hostap-source installiert, in /usr/src entpackt und konnte sogar in das verzeichnis /usr/src/modules/hostap--source/debian/ wechseln, dort war aber _keine_ config-datei.
daraufhn habe ich mir die datei linux-wlan-ng-0.2.0.tar.gz runter geladen, dort findet sich auch nicht viel brauchbares...

wer kann mir dazu was sagen?
Wechselt nun zu euren Kernelquellen (Vorzugsweie in /usr/src/linux, ansonsten müsst ihr obige Datei entsprechend anpassen) und kompiliert die Module
Code:
make-kpkg modules_image

Wenn alles sauber durchläuft, könnt ihr das Paket nun installieren.
welches paket? liegt dann da im ordner ein irgendwas.deb?

feuervogel
Beiträge: 168
Registriert: 21.07.2004 22:42:12

Beitrag von feuervogel » 18.02.2005 21:12:09

also mir wurde der stick hier mehrfach empfohlen, kennt denn vielleicht jemand ein anderes tutorial?

Benutzeravatar
blackm
Moderator und Co-Admin
Beiträge: 5921
Registriert: 02.06.2002 15:03:17
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von blackm » 19.02.2005 01:08:03

Das mit dem Packet bezieht sich auf dem neune Kernel. Wenn aber die Quelle deines laufen Kernels in /usr/src/linux liegen dann musst du keinen neuen Kernel bauen.
Einfach in dem Verzeichnis von linux-wlan-ng ein make config, make all und dann make install. Fertig.

Ich hatte mit dem 2.6.10 (uner PowerPC) Probleme mit linux-wlan-ng....da hatte ich kein Netz bekommen. Mit 2.6.11-rc4 geht es aber wieder.

by, Martin
Schöne Grüße

Martin

Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden

feuervogel
Beiträge: 168
Registriert: 21.07.2004 22:42:12

Beitrag von feuervogel » 19.02.2005 02:01:23

das problem ist, dass sich in meinem deb-rep das paket "linux-wlan-ng" nicht finde. ich würde zu gerne, aber ich kann deb-mirror zu der sources-list hinzufügen, wie ich will, es klappt nicht. das einzige, was ich finde ist hostap-source, welches folgende verzeichnis-struktur hat:
laptop:/usr/src# tar xvfj hostap-source.tar.bz2
modules/
modules/hostap-source/
modules/hostap-source/debian/
modules/hostap-source/debian/changelog
modules/hostap-source/debian/compat
modules/hostap-source/debian/copyright
modules/hostap-source/debian/control.modules.in
modules/hostap-source/debian/postinst.modules.in
modules/hostap-source/debian/rules
modules/hostap-source/Makefile
modules/hostap-source/driver/
modules/hostap-source/driver/etc/
modules/hostap-source/driver/etc/hostap_cs.conf
modules/hostap-source/driver/hostap.mk
modules/hostap-source/driver/modules/
modules/hostap-source/driver/modules/.cvsignore
modules/hostap-source/driver/modules/Makefile
modules/hostap-source/driver/modules/hostap.c
modules/hostap-source/driver/modules/hostap.h
modules/hostap-source/driver/modules/hostap_80211.h
modules/hostap-source/driver/modules/hostap_80211_rx.c
modules/hostap-source/driver/modules/hostap_80211_tx.c
modules/hostap-source/driver/modules/hostap_ap.c
modules/hostap-source/driver/modules/hostap_ap.h
modules/hostap-source/driver/modules/hostap_common.h
modules/hostap-source/driver/modules/hostap_compat.h
modules/hostap-source/driver/modules/hostap_config.h
modules/hostap-source/driver/modules/hostap_crypt.c
modules/hostap-source/driver/modules/hostap_crypt.h
modules/hostap-source/driver/modules/hostap_crypt_ccmp.c
modules/hostap-source/driver/modules/hostap_crypt_tkip.c
modules/hostap-source/driver/modules/hostap_crypt_wep.c
modules/hostap-source/driver/modules/hostap_cs.c
modules/hostap-source/driver/modules/hostap_download.c
modules/hostap-source/driver/modules/hostap_hw.c
modules/hostap-source/driver/modules/hostap_info.c
modules/hostap-source/driver/modules/hostap_ioctl.c
modules/hostap-source/driver/modules/hostap_pci.c
modules/hostap-source/driver/modules/hostap_plx.c
modules/hostap-source/driver/modules/hostap_proc.c
modules/hostap-source/driver/modules/hostap_wext.h
modules/hostap-source/driver/modules/hostap_wlan.h

Benutzeravatar
blackm
Moderator und Co-Admin
Beiträge: 5921
Registriert: 02.06.2002 15:03:17
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von blackm » 19.02.2005 02:09:11

Schöne Grüße

Martin

Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden

feuervogel
Beiträge: 168
Registriert: 21.07.2004 22:42:12

Beitrag von feuervogel » 19.02.2005 10:17:10

hier ist auch ein nettes tut:

http://www.lug-untermain.de/faqs/usbwlan.php

Antworten