staging.inyokaproject.org

Atheros ar5007eg mit madwifi funktioniert nicht?

Status: Gelöst | Ubuntu-Version: Ubuntu 8.04 (Hardy Heron)
Antworten |

Timmey203

Anmeldungsdatum:
17. April 2007

Beiträge: Zähle...

Moin Moin

Ich hab folgendes Problem: Ich will von meinem Notebook MSI GX710 die Wlan-Karte mit Madwifi zum Laufen bekommen.

Link zu MSI:http://www.msi-computer.de/index.php?func=prodtmpspec&prod_no=1235&maincat_no=135&cat2_no=271&cat3_no=#menu

Doch irgendwie will es einfach nicht funktionieren.


Was ich bis jetzt gemacht habe

Ich hab mein System neu aufgesetzt sowie alle Updates geladen und mit einem Backupprogramm gesichert. (Um bei einem Fehlschlag alles wieder herzustellen)

1. Wlan-Karte identifiziert

  • Der Befehl lspciErgab folgende Ausgabe:

" Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) " also nicht sehr hilfreich.

2. Anleitung gesucht, gefunden, ausprobiert und gescheitert ☹


So weit erstmal.


Jetzt folgen erstmal detaillierte Ausgabe was ich gemacht habe:

1. Habe ich nachgeschaut, ob die eingeschränkten Treiber deaktiviert sind (Funktionieren eh nicht), dann ein Neustart

2. ifconfig zeigt das keine Wlankarte installiert ist. Natürlich ist noch nichts dnstalliert.(Das System ist ja frisch installiert)

3. Das Paket linux-restricted-modules wird per Synaptic installiert.

4. Dann lade ich den Madwifi-Treiber runter z.B den von echtor2003. (Ist mir am liebsten, da er schon für meine Zwecke gepatched ist.)

5. Ich entpacke den Treiber.

6. Wechsel per cd in das Verzeichniss.

7. Dann gebe ich Make in die Konsole ein.

timmey@timmey-laptop:~/Desktop/madwifi-hal-0.10.5.6-r3835-20080801$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_radar.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_hal_extensions.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_pci.o
  LD [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/ath_pci.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/ah_os.o
  HOSTCC  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: At top level:
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: In function 'main':
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode] Error 1
make[2]: *** [/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal] Error 2
make[1]: *** [_module_/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make: *** [modules] Fehler 2

8.Anschließend sudo make install

Ausgabe der Konsole folgt in kürze

9. Abschließend mache ich einen Neustart. Schau mit ifconfig ob gefunzt hat. Leider nichts 😢

Moderiert von ditsch:

Threadtitel angepasst. Ein Fragezeichen im Titel reicht auch.

Dschungelmann

Anmeldungsdatum:
13. Juli 2007

Beiträge: Zähle...

Hallo im Forum.
Bitte ließ dir Syntax durch und nutze die Vorschau-Funktion.

Hast du die Treiber auch per

sudo modprobe ath_pci

aktiviert, nachdem du ihn installiert hast? Ich frage mich warum das in der Anleitung fehlt... 😕

Grüße

Timmey203

(Themenstarter)

Anmeldungsdatum:
17. April 2007

Beiträge: 14

Hast du die Treiber auch per

sudo modprobe ath_pci

Hmm, weiß ich gar net .

Ich setzt mein System mit dem Backup wieder neu auf und probiere es aus.

THX

Timmey203

(Themenstarter)

Anmeldungsdatum:
17. April 2007

Beiträge: 14

Das gibt er bei make aus:

timmey@timmey-laptop:~/Desktop/madwifi-hal-0.10.5.6-r3835-20080801$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-19-generic/build SUBDIRS=/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_radar.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_hal_extensions.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/if_ath_pci.o
  LD [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath/ath_pci.o
  CC [M]  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/ah_os.o
  HOSTCC  /home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: At top level:
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c: In function 'main':
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal/uudecode] Error 1
make[2]: *** [/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801/ath_hal] Error 2
make[1]: *** [_module_/home/timmey/Desktop/madwifi-hal-0.10.5.6-r3835-20080801] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make: *** [modules] Fehler 2

Die Erros gefallen mir nicht 😕

Ich mach erstmal nicht weiter mit der Installation - bei den ganzen Fehlern stimmt doch was nicht.

t1m0n

Avatar von t1m0n

Anmeldungsdatum:
6. Mai 2008

Beiträge: 196

Meinem Tutorial wird keine Aufmerksamkeit geschenkt 😢 .. ist halt noch sehr jung und noch in der Baustelle. Dennoch: http://wiki.ubuntuusers.de/Baustelle/Wiki/Atheros_5007

Habe ein HP Pavilion dv6733eg und das gleiche Problem GEHABT 😎 ehrlich: war nicht einfach zu lösen aber ich habe mit google und diversen Tutorials etwas zurecht gebastelt um die Atheros 5007eg zum Laufen zu bringen.. Schau dir mein Tutorial mal ruhig an!!

Btw.: Nach dem Neustart musst du das Treibermodul neu laden. D.h.: nicht kompilieren etc. sondern nur neu laden! Über die Konsole:

1
sudo modprobe ath_pci

Timmey203

(Themenstarter)

Anmeldungsdatum:
17. April 2007

Beiträge: 14

Danke an euche alle hat gefunzt 😎

sitronen

Anmeldungsdatum:
7. Januar 2008

Beiträge: 643

@t1mOn: Servus. Ich war so frei, meine Erfahrungen und Erkenntnisse noch in die Baustelle hereinzubringen. Kontrollier meine Änderungen mal. Wenn Fragen auftauchen kannst du dich ja melden... Die persönlichen Nachrichten sind zur Zeit leider nicht möglich... Gruß Peter

kolly

Avatar von kolly

Anmeldungsdatum:
20. Oktober 2007

Beiträge: Zähle...

Ich hab die gleiche wlankarte und wollt sie zum laufen bringen. Hab die Anleitung genau durchgeführt, auf einem Jungfräulichem LinuxMint. Allerdings kam bei der iwconfig nichts raus, keine Wlan Karte gefunden. Kann da einer Weiterhelfen, oder mir wenigstens sagen, was für Daten7Auszüge ihr braucht um etwas genaueres zu sagen?

t1m0n

Avatar von t1m0n

Anmeldungsdatum:
6. Mai 2008

Beiträge: 196

kolly schrieb:

Ich hab die gleiche wlankarte und wollt sie zum laufen bringen. Hab die Anleitung genau durchgeführt, auf einem Jungfräulichem LinuxMint. Allerdings kam bei der iwconfig nichts raus, keine Wlan Karte gefunden. Kann da einer Weiterhelfen, oder mir wenigstens sagen, was für Daten7Auszüge ihr braucht um etwas genaueres zu sagen?

Hallo Kolly, bitte poste die Ausgaben von:

iwconfig
lspci | grep Wireless 
lspci
ifconfig

kolly

Avatar von kolly

Anmeldungsdatum:
20. Oktober 2007

Beiträge: 39

Danke dir für die schnelle Antwort.

danjiel@danjiel-laptop ~ $ iwconfig 
lo        no wireless extensions. 

eth0      no wireless extensions. 



danjiel@danjiel-laptop ~ $ '''lspci | grep Wireless '''
07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) 



danjiel@danjiel-laptop ~ $ '''lspci '''
00:00.0 RAM memory: nVidia Corporation Unknown device 0754 (rev a2) 
00:01.0 ISA bridge: nVidia Corporation Unknown device 075e (rev a2) 
00:01.1 SMBus: nVidia Corporation Unknown device 0752 (rev a1) 
00:01.3 Co-processor: nVidia Corporation Unknown device 0753 (rev a2) 
00:01.4 RAM memory: nVidia Corporation Unknown device 0568 (rev a1) 
00:02.0 USB Controller: nVidia Corporation Unknown device 077b (rev a1) 
00:02.1 USB Controller: nVidia Corporation Unknown device 077c (rev a1) 
00:04.0 USB Controller: nVidia Corporation Unknown device 077d (rev a1) 
00:04.1 USB Controller: nVidia Corporation Unknown device 077e (rev a1) 
00:06.0 IDE interface: nVidia Corporation Unknown device 0759 (rev a1) 
00:07.0 Audio device: nVidia Corporation Unknown device 0774 (rev a1) 
00:08.0 PCI bridge: nVidia Corporation Unknown device 075a (rev a1) 
00:09.0 IDE interface: nVidia Corporation Unknown device 0ad0 (rev a2) 
00:0a.0 Ethernet controller: nVidia Corporation Unknown device 0760 (rev a2) 
00:0b.0 PCI bridge: nVidia Corporation Unknown device 0569 (rev a1) 
00:14.0 PCI bridge: nVidia Corporation Unknown device 077a (rev a1) 
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h HyperTransport Configuration (rev 40) 
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Address Map 
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h DRAM Controller 
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Miscellaneous Control 
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Link Control 
02:00.0 VGA compatible controller: nVidia Corporation Unknown device 0845 (rev a2) 
07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) 




danjiel@danjiel-laptop ~ $ '''ifconfig''' 
eth0      Link encap:Ethernet  Hardware Adresse 00:1d:72:6a:4d:55  
          UP BROADCAST MULTICAST  MTU:1500  Metrik:1 
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B) 
          Interrupt:221 

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0 
          UP LOOPBACK RUNNING  MTU:16436  Metrik:1 
          RX packets:292 errors:0 dropped:0 overruns:0 frame:0 
          TX packets:292 errors:0 dropped:0 overruns:0 carrier:0 
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX bytes:19208 (18.7 KB)  TX bytes:19208 (18.7 KB) 

t1m0n

Avatar von t1m0n

Anmeldungsdatum:
6. Mai 2008

Beiträge: 196

Hast du das Tuorial genau befolgt?? Meine Ausgabe ist fast identisch:

marcel@marcels:~$ lspci | grep Wireless
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
  1. Hast du wirklich eine Atheros 5007?

2. Öffne deine Konsole und lade das Modul mit:

sudo modprobe ath_pci 

Es kann nun sein, dass du den Treiber erfolgreich installiert - das Modul aber nicht geladen hast!

Führe anschließend wieder iwconfig und danach ifconfig aus und poste die rückmeldungen ja?!

kolly

Avatar von kolly

Anmeldungsdatum:
20. Oktober 2007

Beiträge: 39

Der Hersteller meint, es sei eine. "Atheros AR5007 802.11b/g Wireless LAN Driver" laut dem hesteller, das stimmt schon, oder? o.o

danjiel@danjiel-laptop ~ $ ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:1d:72:6a:4d:55  
          UP BROADCAST MULTICAST  MTU:1500  Metrik:1 
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B) 
          Interrupt:221 

lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0 
          UP LOOPBACK RUNNING  MTU:16436  Metrik:1 
          RX packets:148 errors:0 dropped:0 overruns:0 frame:0 
          TX packets:148 errors:0 dropped:0 overruns:0 carrier:0 
          Kollisionen:0 Sendewarteschlangenlänge:0 
          RX bytes:7912 (7.7 KB)  TX bytes:7912 (7.7 KB) 

danjiel@danjiel-laptop ~ $ iwconfig 
lo        no wireless extensions. 

eth0      no wireless extensions. 

t1m0n

Avatar von t1m0n

Anmeldungsdatum:
6. Mai 2008

Beiträge: 196

Hast du nach dem Neustart das Modul denn nun mit

sudo modprobe ath_pci 

geladen?

Gibts dabei eine Fehlermeldung? Welchen Kernel verwendest du? Du nutzt ja sicher ein Notebook - in der Regel kann man eine WLAN-Karte dort ein/aus schalten.

Je nach Gerät kann man dies mit einem Schalter oder einem Shortcut. Der Asus eee z.B. mit fn+f2 (glaub ich).

An meinem ist ein Schalter zum schieben.

Wenn kein Schalter Starte mal die Konsole und versuche:

sudo iwconfig ath0 power on

Danach wieder iwconfig (ich gehe davon aus, das ath0 deine WLAN-Karte sein wird - kann aber nicht in deinen PC schauen..

kolly

Avatar von kolly

Anmeldungsdatum:
20. Oktober 2007

Beiträge: 39

Ja hab den Treiber geladen, dabei kam keine Meldung, es kam garnichts, hat aber ne weile "geaden". Das mit dem Ein/Aus schalten werd ich heute Nachmittag mal nachsehn, wäre ja eigentlich schön doof wen das Ding einfach ausgeschaltet wär 😛 Und ja, ist ein laptop, ein QT50 - 103EZ von HP/Compaq

kolly

Avatar von kolly

Anmeldungsdatum:
20. Oktober 2007

Beiträge: 39

Also, ich habe tatsächlich einen Knopf der wohl für das WLAN zuständig ist, der sich allerdings nicht einschalten lässt. Der Button leuchtet orange und wen ich den hersteller richtig verstehe, müsste der grün leuchten wen man das Wlan einschalten kann. Und das terminal sagt mir: "Error for wireless request "Set Power Management" (8B2D) : GET failed on device ath0 ; no such device."

Antworten |