View previous topic :: View next topic |
Author |
Message |
novalis Tux's lil' helper
Joined: 24 Aug 2004 Posts: 83
|
Posted: Wed Oct 06, 2004 9:03 pm Post subject: linux-wlan-ng compilation error |
|
|
Hallo,
ich habe einen USB wlan stick und möchte diese durch das linux-wlan project nutzen.
Doch beim emergen:
Code: |
USE="usb" emerge linux-wlan-ng
|
kommt folgender Fehler:
Code: |
!!! ERROR: net-wireless/linux-wlan-ng-0.2.1_pre20 failed.
!!! Function src_compile, Line 92, Exitcode 2
!!! failing compiling
|
Was kann ich dagegen tun? |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Wed Oct 06, 2004 10:10 pm Post subject: |
|
|
Die "wirkliche" Fehlermeldung steht in den 10-20 Zeilen darüber, poste die bitte mal mit. _________________ Dinosaur week! (Ok, this thread is so last week) |
|
Back to top |
|
|
novalis Tux's lil' helper
Joined: 24 Aug 2004 Posts: 83
|
Posted: Thu Oct 07, 2004 11:33 am Post subject: |
|
|
OK, dort ist folgende Ausgabe:
Code: |
/var/tmp/portage/linux-wlan-ng-0.2.1_pre20/work/linux-wlan-ng-0.2.1_pre20/src/p30211/p80211.mod.c:9: error: variable: '__this_module' has initializer but incomplete type
/var/tmp/portage/linux-wlan-ng-0.2.1_pre20/work/linux-wlan-ng-0.2.1_pre20/src/p30211/p80211.mod.c:10: error: unknown field: 'name' specified in initializer
...
/var/tmp/portage/linux-wlan-ng-0.2.1_pre20/work/linux-wlan-ng-0.2.1_pre20/src/p30211/p80211.mod.c:11: error: unknown field: 'init' specified in initializer
...
/var/tmp/portage/linux-wlan-ng-0.2.1_pre20/work/linux-wlan-ng-0.2.1_pre20/src/p30211/p80211.mod.c:9: error:error: storage size of '__this_module' isn't known
...
make[4] .../src/p80211/p80211.mod.o Error 1
make[3] modules Error 2
|
das müssten die Haupt-Ausgaben sein. |
|
Back to top |
|
|
_hephaistos_ Advocate
Joined: 07 Apr 2004 Posts: 2694 Location: salzburg, austria
|
Posted: Thu Oct 07, 2004 11:49 am Post subject: |
|
|
hallo,
von access violation steht nichts?
bzw. wie emerged du linux-wlan-ng? normalerweise müsste es mit
FEATURES="-sandbox" emerge linux-wlan-ng funktionieren...
ciao |
|
Back to top |
|
|
novalis Tux's lil' helper
Joined: 24 Aug 2004 Posts: 83
|
Posted: Thu Oct 07, 2004 1:06 pm Post subject: |
|
|
Bisher habe ich folgenden Befehl benutzt:
Code: |
USE="usb" emerge linux-wlan-ng
|
Dazu muss ich sagen (keine Ahnung, ob das wichtig ist) dass in meinem /et/portage/package.keywords file steht:
Code: |
...
net-wireless/linux-wlan-ng ~x86
...
|
(Ich benutze den gentoo-2.6 kernel)
Ich habe es eben mit
Code: |
FEATURES="-sandbox" emerge linux-wlan-ng
|
Auch das funktioniert nicht - der selbe Fehler.
Von solch einer violatin steht dort nichts.
Ich habe gestern auch schon versucht, das ganze manuell zu installieren - ein ähnlicher Fehler. |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
|
Back to top |
|
|
novalis Tux's lil' helper
Joined: 24 Aug 2004 Posts: 83
|
Posted: Thu Oct 07, 2004 6:34 pm Post subject: |
|
|
Irgend eine Ursache muss dieser verdammte Fehler doch haben!!!!
Oder gibt es eine andere Möglichkeit USB WLan zu nutzen? |
|
Back to top |
|
|
novalis Tux's lil' helper
Joined: 24 Aug 2004 Posts: 83
|
Posted: Mon Oct 11, 2004 3:00 pm Post subject: |
|
|
Ok, nach endlosem Wurschteln habe ich es endlich kompilieren können. Es lag zum großen Teil daran, dass ich eine Option für meine USB-wlan karte nicht installiert habe. Nachdem ich sie aufgeschraubt habe und mir mal den Chip angeschaut habe, habe ich endlich die richtigen kernelmodule installieren können. Jetzt kommen keine Errors mehr.
Danke für eure Mühe! |
|
Back to top |
|
|
|