Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Wifi problem / AR5006EG /  (Přečteno 8189 krát)

NuSuey

  • Návštěvník
  • Příspěvků: 30
Wifi problem / AR5006EG /
« kdy: 15 Prosince 2007, 23:31:32 »
No ako zacat. Kupil som si novy notebook / MSI EX610 - nefunguje v nom vsak v ubuntu wifi karta

zaujimavost napr pri DMESG v terminale bolo napr:

wifi%d: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)

je to tato wifi karta:
Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)

nejake napady, respektive HOW-TO?

Pavel Půlpán

Re: Wifi problem / AR5006EG /
« Odpověď #1 kdy: 16 Prosince 2007, 00:15:07 »
Drivery si instaloval? www.madwifi.org

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #2 kdy: 22 Prosince 2007, 09:28:13 »
Cau mam podobny notebook a stejny problem, rozjel si tu wifi nejak?
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

Pavel Půlpán

Re: Wifi problem / AR5006EG /
« Odpověď #3 kdy: 22 Prosince 2007, 11:15:43 »
Pokud neni problem anglictina, tak navod je primo na wiki projektu MadWifi. ;)

http://madwifi.org/wiki/UserDocs/FirstTimeHowTo

Pokud jsi drivery jeste neinstaloval, muzes preskocit bod Removing old modules.

NuSuey

  • Návštěvník
  • Příspěvků: 30
Re: Wifi problem / AR5006EG /
« Odpověď #4 kdy: 28 Prosince 2007, 08:50:48 »
Nejaka ina rada? Robil som to podla toho a nasledne pri kroku kde som mal v IFCONFIG najst tu wifi kartu tak tam ziadna nebola (samozrejme wifi bola zapnuta)

Pavel Půlpán

Re: Wifi problem / AR5006EG /
« Odpověď #5 kdy: 28 Prosince 2007, 09:44:13 »
Aby se objevila ve vypisu ifconfig, musis ji aktivovat. ;)

Kód: [Vybrat]
sudo ifconfig ethX up

Pokud vim, tak ethX je u Atherosek nahrazovano wifi0 a posleze virtualnima sitovkama athX.

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #6 kdy: 02 Ledna 2008, 11:28:54 »
podarilo se to nekomu rozchodit?

ja sem se o to snazil a nic. U prikazu make to vypisuje toto:

Kód: [Vybrat]
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$ sudo make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/jarmilka/Plocha/madwifi-0.9.3.3 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  HOSTCC  /home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c: At top level:
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c: In function 'main':
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal/uudecode] Error 1
make[2]: *** [/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal] Error 2
make[1]: *** [_module_/home/jarmilka/Plocha/madwifi-0.9.3.3] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [modules] Error 2
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

Pavel Půlpán

Re: Wifi problem / AR5006EG /
« Odpověď #7 kdy: 02 Ledna 2008, 11:56:32 »
sudo apt-get install build-essential

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #8 kdy: 04 Ledna 2008, 21:03:53 »
tak sem to pomoci make uz skompiloval.

ale to psalo toto:

Kód: [Vybrat]
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$ sudo make install
sh scripts/find-madwifi-modules.sh 2.6.22-14-generic

WARNING:
It seems that there are modules left from previous MadWifi installations.
If you are unistalling the MadWifi modules please press "r" to remove them.
If you are installing new MadWifi modules, you should consider removing those
already installed, or else you may experience problems during operation.
Remove old modules?

[l]ist, [r]emove, [i]gnore or e[x]it (l,r,i,[x]) ?
r
for i in ./ath ./ath_hal ./ath_rate ./net80211; do \
                make -C $i install || exit 1; \
        done
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_pci.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_hal.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate'
for i in amrr/ onoe/ sample/; do \
                make -C $i install || exit 1; \
        done
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/amrr'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_amrr.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/amrr'
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/onoe'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_onoe.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/onoe'
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/sample'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_sample.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/sample'
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/net80211'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
                f=`basename $i .o`; \
                install $f.ko //lib/modules/2.6.22-14-generic/net; \
        done
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/net80211'
(export KMODPATH=/lib/modules/2.6.22-14-generic/net; /sbin/depmod -ae 2.6.22-14-generic)
make -C ./tools  install || exit 1
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig; do \
                install $i /usr/local/bin/$i; \
                strip /usr/local/bin/$i; \
        done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/tools'
dal jsem remove, ale pri dalsim spustni prikazu sudo make install se to opet ptalo tak sem dal ignore

Kód: [Vybrat]
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$ sudo make install
sh scripts/find-madwifi-modules.sh 2.6.22-14-generic

WARNING:
It seems that there are modules left from previous MadWifi installations.
If you are unistalling the MadWifi modules please press "r" to remove them.
If you are installing new MadWifi modules, you should consider removing those
already installed, or else you may experience problems during operation.
Remove old modules?

[l]ist, [r]emove, [i]gnore or e[x]it (l,r,i,[x]) ?
i
for i in ./ath ./ath_hal ./ath_rate ./net80211; do \
                make -C $i install || exit 1; \
        done
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_pci.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_hal.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_hal'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate'
for i in amrr/ onoe/ sample/; do \
                make -C $i install || exit 1; \
        done
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/amrr'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_amrr.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/amrr'
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/onoe'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_onoe.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/onoe'
make[2]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/sample'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install ath_rate_sample.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate/sample'
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/ath_rate'
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/net80211'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
                f=`basename $i .o`; \
                install $f.ko //lib/modules/2.6.22-14-generic/net; \
        done
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/net80211'
(export KMODPATH=/lib/modules/2.6.22-14-generic/net; /sbin/depmod -ae 2.6.22-14-generic)
make -C ./tools  install || exit 1
make[1]: Entering directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig; do \
                install $i /usr/local/bin/$i; \
                strip /usr/local/bin/$i; \
        done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
make[1]: Leaving directory `/home/jarmilka/Plocha/madwifi-0.9.3.3/tools'
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$



je to v poradku? Muzu dale pokracovat podle navodu?
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #9 kdy: 04 Ledna 2008, 21:27:07 »
tak sem postupoval dale.
Kód: [Vybrat]
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$ sudo modprobe ath_pci
Kód: [Vybrat]
jarmilka@jarmilka-laptop:~/Plocha/madwifi-0.9.3.3$ sudo wlanconfig eth0 create wlandev eth1 wlanmode sta
wlanconfig: ioctl: No such device



a nevim co dal eth1 se neobjevilo...
« Poslední změna: 05 Ledna 2008, 10:04:54 od max007 »
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

NuSuey

  • Návštěvník
  • Příspěvků: 30
Re: Wifi problem / AR5006EG /
« Odpověď #10 kdy: 06 Ledna 2008, 00:51:51 »
ok kluci..cize.. myslel som si ze to je AR5006EG lebo tak pisalo v linuxe, vo windowse som zistil ale ze to je AR5007EG ..

potom uz nasledne kroky boli lahke..

Instalace Atheros AR5007EG chipset 2425 (Ubuntu 7.10) Driver lze jednoduše rozběhnout přes Madwifi, je třeba opatchovat instalátor a zde je postup:

Patche instalátoru Madwifi

Stáhněte si tuto verzi Madwifi (třeba na plochu):

http://snapshots.madwifi.org/madwifi-ng/madwifi-ng-r2756-20071018.tar.gz

Rozbalte archív:

tar -xvzf madwifi-ng-r2756-20071018.tar.gz

Stáhněte patche a uložte jej do složky Madwifi na ploše:

http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw

V Terminálu zadejte cestu do složky Madwifi a spusťte patche:

cd madwifi-ng-r2756-20071018/
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch

Instalace připraveného driveru

V instalaci pokračujte dle přiloženého souboru INSTALL v adresáři Madwifi, tzn. spusťte Terminál a zadejte následující (opět musíte být ve složce Madwifi):

cd madwifi-ng-r2756-20071018/
sudo make
sudo make install

!!! Restart PC !!!


z webu:
http://wiki.ubuntu.cz/Atheros_AR5007EG

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #11 kdy: 07 Ledna 2008, 22:44:00 »
super chlape podle tohoto navodu jsem to rozjel... diky moc ;)
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

tomesm

  • Návštěvník
  • Příspěvků: 84
Re: Wifi problem / AR5006EG /
« Odpověď #12 kdy: 09 Ledna 2008, 10:15:57 »
ok kluci..cize.. myslel som si ze to je AR5006EG lebo tak pisalo v linuxe, vo windowse som zistil ale ze to je AR5007EG ..

potom uz nasledne kroky boli lahke..

Instalace Atheros AR5007EG chipset 2425 (Ubuntu 7.10) Driver lze jednoduše rozběhnout přes Madwifi, je třeba opatchovat instalátor a zde je postup:

Patche instalátoru Madwifi

Stáhněte si tuto verzi Madwifi (třeba na plochu):

http://snapshots.madwifi.org/madwifi-ng/madwifi-ng-r2756-20071018.tar.gz

Rozbalte archív:

tar -xvzf madwifi-ng-r2756-20071018.tar.gz

Stáhněte patche a uložte jej do složky Madwifi na ploše:

http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw

V Terminálu zadejte cestu do složky Madwifi a spusťte patche:

cd madwifi-ng-r2756-20071018/
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch

Instalace připraveného driveru

V instalaci pokračujte dle přiloženého souboru INSTALL v adresáři Madwifi, tzn. spusťte Terminál a zadejte následující (opět musíte být ve složce Madwifi):

cd madwifi-ng-r2756-20071018/
sudo make
sudo make install

!!! Restart PC !!!


z webu:
http://wiki.ubuntu.cz/Atheros_AR5007EG


Ja to bohuzel nerozjel, nainstaloval jsem to presne podle navodu. Mam AR5006EG. Vse se zdalo nainstalovane v poradku, ale po restartu mi iwconfig tu wifinu stale nemuze najit. Mam 64bit architekturu, mozna to bude tim. Nevi nekdo jak vyresit tento problem pro AMD64 (pripadne kde stahnout vyse uvedene soubory a patche pro 64bit? Diky
ASUS K50, ubuntu KARMIC

max007

  • Aktivní člen
  • *
  • Příspěvků: 197
Re: Wifi problem / AR5006EG /
« Odpověď #13 kdy: 13 Ledna 2008, 17:58:42 »
Mam jeste dotaz, pred sprovoznenim wifi mi fungovala i hybernace i suspend ale nyni uz ne. Mohlo by to byt nejakym nastavenim?
DELL Inspiron 1520 • 15,4", 1440x900 • C2D T5250/1,5GHz/2MB cache • RAM 2GB/667MHz • GF 8400M GS - 128MB • HDD 120GB/5400ot. • Wifi b/g • BT • Ubuntu-II

SCobra

  • Návštěvník
  • Příspěvků: 6
    • Old-Cans.com
Re: Wifi problem / AR5006EG /
« Odpověď #14 kdy: 15 Ledna 2008, 08:55:47 »
Mám stejný problém jako tomesm... Na 64bitové platformě žádný z uvedených postupů nefunguje...
Jaroslav Kraif

NuSuey

  • Návštěvník
  • Příspěvků: 30
Re: Wifi problem / AR5006EG /
« Odpověď #15 kdy: 14 Února 2008, 15:49:55 »
uz nefunguje ani ten moj postup..ale treba si doinstalovat zrejme libc6-dev kniznicu

honzek

  • Návštěvník
  • Příspěvků: 71
Re: Wifi problem / AR5006EG /
« Odpověď #16 kdy: 14 Února 2008, 16:00:02 »

 

Provoz zaštiťuje spolek OpenAlt.