Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Internet a sítě => Téma založeno: Michal 30 Srpna 2007, 13:03:01
-
Zdravim,
po nainstalovani Ubuntu som horko-tazko rozbehal vetko co mi trebalo, este mi chyba wifi.
Mam zabudovanu wifi kartu "Atheros AR5007EG Wireless Network Adapter".
Na nete som skusal rozne navody ako tuto kartu rozbehat pod ubuntu, no zatial bezvysledne..
Pod windowsom mi funguje pekne, v Ubuntu mi vypisuje:
wlan0 No such device
ndiswrapper -l mi vyhodi tento vypis:
net5211 : driver installed
device (168C:001C) present (alternate driver: ath_pci)skusal som uz vselico, no stale mi vyhadzuje, ze nenaslo zariadenie.. :(
prosim budem vdacny za kazdu radu...
-
Pre túto kartu ti netreba ndiswrapper. Keď ho odinštaluješ, tak by sa ti mal po reštarte automaticky natiahnuť modul ath_pci. Ešte prekontroluj či máš nainštalovaný balík linux-restricted-modules. Potom urob nasledovnú kontrolu:
lsmod | grep atha mal by sa ti tam zobraziť ten modul. A kontrolu siete pomocou iwconfig. Ak by sa ti nič nezobrazilo, tak poskúšaj ešte v Menu->Systém->Správa->Siete.
-
lsmod | grep ath mi nevypise nic.. a v sietach mam iba eth0, co je primarna sietovka... :(
je tam este nieco ako lo, ale to sa ani neda konfigurovat, ani nic s tym spravit nemozem.. popripade, este, ako zistim ci som to odinstalovat??
-
:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.linux-restricted-modules nainstalovany podla vsetkeho mam...
v Menu->Systém->Správa->Siete mi nedetekuje ze mam v pc wifi kartu.. iba klasicku lan
-
Ak si už odinštaloval ndiswrapper, tak ath_pci by sa malo natiahnuť. Ak tomu tak nieje, skús cez príkaz:
sudo modprobe ath_pci
-
no toto zobralo..
po zadani prikazu lsmod | grep ath mi to vypisalo toto:
:~$ lsmod | grep ath
ath_pci 102448 0
wlan 219592 1 ath_pci
ath_hal 220016 1 ath_pciv network configuration nemam stale nic
-
prosim poradte co s tym to wifi ozaj potrebujem
-
viete mi niekto poradit co s tym? ako to nainstalovat/nastavit, aby to wifi fungovalo PLS? :(
-
Daj výpis z:
cat /etc/modprobe.d/blacklist
cat /etc/modules
cat /etc/network/interfaces
iwconfig
ifconfig
-
Tak tu su vypisy
$ cat /etc/modprobe.d/blacklist
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
# evbug is a debug tool that should be loaded explicitly
blacklist evbug
# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd
# replaced by e100
blacklist eepro100
# replaced by tulip
blacklist de4x5
# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394
# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m
# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801
# buggy driver causes kernel BUG on load (Ubuntu: #78255, #88430)
blacklist r818x
blacklist r8187$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
sbp2$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.2.198
netmask 255.255.255.0
gateway 192.168.2.1
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
auto eth0$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1D:60:0F:E3:ED
inet addr:192.168.2.198 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:18 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:26 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2412 (2.3 KiB) TX bytes:2412 (2.3 KiB)
-
Mam takovou blbou otazku, ale mate tu wifi zaplou? Na vetsine notebooku se musi nejakym tlacitkem zapnout...
Poslete jeste vypis lspci
-
mam ho zapnute vypinacom. je prepnuty do polohy ON...
tu je vypis lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7910
00:02.0 PCI bridge: ATI Technologies Inc Unknown device 7913
00:04.0 PCI bridge: ATI Technologies Inc Unknown device 7914
00:05.0 PCI bridge: ATI Technologies Inc Unknown device 7915
00:06.0 PCI bridge: ATI Technologies Inc Unknown device 7916
00:07.0 PCI bridge: ATI Technologies Inc Unknown device 7917
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SB600 SMBus (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SB600 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SB600 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 718a
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
07:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
08:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832 (rev 05)
08:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
08:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 12)
08:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
08:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
-
prosim poradte co s tym...
-
Mate dualboot nebo ciste Ubuntu??
Pokud i win jde portovat ovladac z win do Ubuntu pro wifi, timto zpusobem to resil jeden kolega..
-
Pouzivam dual-boot, i win, i Linux.
Linux potrebujem na pracu win som si dal iba koli hram..
tu je vypis po zadani prikazu:
$ sudo modprobe ath_pci
$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1D:60:0F:E3:ED
inet addr:192.168.2.198 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::21d:60ff:fe0f:e3ed/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:625 errors:0 dropped:0 overruns:0 frame:0
TX packets:396 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:256844 (250.8 KiB) TX bytes:47517 (46.4 KiB)
Interrupt:18 Base address:0xa000
eth1 Link encap:UNSPEC HWaddr 00-E0-18-00-03-9B-FC-6B-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:100 (100.0 b) TX bytes:100 (100.0 b)
-
Tak sme to včera so Stelmim riešili cez ICQ
- Ubuntu sám najde sietovu kartu, natiahne modul ath_pci, vytvorí zariadenie eth1 ale karta sa tvári ako LAN
- Pokus o nahodenie s volbou autocreate_sta ...to isté
- Po použití ndiswrappera ten isty efekt, ndiswrapper zahlási všetko OK.
- Kompilácia ndiswrappera na najnovšiu verziu 1.47, použitie viacerých WinXP driverov, ten istý efekt
Dajú sa použiť aj drivery pre Vistu? Lebo na oficialnych strankach sú iba tieto na stiahnutie. Môže byť, že Windows (užívateľ má dualboot) pri vypínaní PC deaktivuje kartu? Niečo o tom som už tu čítal.. Nevadi, že pri lspci je karta detekovaná, ale nie kompletne? Ako neznámy typ karty? (nevie sa či je to LAN alebo WLAN)
07:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
-
mozno pomoze este toto.. v instalacnom CD od notebooku som nasiel tuto zlozku.. CD je pre Vistu...
zoznam toho co mam na tom CD:
asus/
wl-170/
vista32/
setup.exe
vista64/
setup.exe
azurewave/
aw-ge780/
install_cd/
data1.cab
data1.hdr
data2.cab
engine32.cab
layout.bin
setup.exe
setup.ibt
setup.ini
setup.inx
setup.iss
ndis6x/
athrext.cat
athrextx.cat
athr.sys
athrx.sys
netathr.inf
netathrx.inf
chkdev.exe
silent64.ini
silent.ini
-
http://sourceforge.net/project/showfiles.php?group_id=82936
mam skoro tu samou kartu a funguju nadherne. Budiz dukazem ze pisu. Prectete si README a INSTALL z .bz2 ..
-
Tak to vyriešia nové drivery od madwifi? (ath_pci?)
-
a mate niekto navod ako uspesne rozbehat madwifi?
nejako sa mi to podla oficialneho install navodu nepodarilo.. :(
-
Mám situaci hodně podobnou jako kolega výše, nejede mi wifi, už se s tím mořím dost dlouho. Vím, že se to tu již řešilo mnohokrát, zkoušel jsem podle různých návodů, ale furt nic...
Nový notebook Asus F5RL, dualboot (Ubuntu 7.10 a Win XP), wifi karta Atheros AR5006EG.
Nejdřív jsem zkoušel wifi přes ndiswrapper, ale nic, pak jsem podle návodu v readme zkusil nainstalovat madwifi, ale nevím, jestli jsem dělal vše dobře.
Přikládám výpis příkazů, které byste po mně mohli chtít...
izidor@izidor-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
izidor@izidor-laptop:~$ ifconfig
eth0 Zapouzdření:Ethernet HWadr 00:1D:60:B0:76:E4
inet adr:10.0.3.206 Všesměr:10.0.3.255 Maska:255.255.255.0
inet6-adr: fe80::21d:60ff:feb0:76e4/64 Rozsah:Linka
AKTIVOVÁNO VŠESMĚROVÉ_VYSÍLÁNÍ BĚŽÍ MULTICAST MTU:1500 Metrika:1
RX packets:23545 errors:0 dropped:0 overruns:0 frame:0
TX packets:12131 errors:0 dropped:0 overruns:0 carrier:2
kolizí:0 délka odchozí fronty:1000
Přijato bajtů: 24833483 (23.6 MB) Odesláno bajtů: 0 (0.0 b)
Paměť:feac0000-feb00000
lo Zapouzdření:Místní smyčka
inet adr:127.0.0.1 Maska:255.0.0.0
inet6-adr: ::1/128 Rozsah:Počítač
AKTIVOVÁNO SMYČKA BĚŽÍ MTU:16436 Metrika:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
kolizí:0 délka odchozí fronty:0
Přijato bajtů: 65004 (63.4 KB) Odesláno bajtů: 65004 (63.4 KB)
izidor@izidor-laptop:~$ lsmod | grep ath
ath_pci 98336 0
wlan 206660 1 ath_pci
ath_hal 192720 1 ath_pci
izidor@izidor-laptop:~$ cat /etc/modprobe.d/blacklist
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
# evbug is a debug tool that should be loaded explicitly
blacklist evbug
# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd
# replaced by e100
blacklist eepro100
# replaced by tulip
blacklist de4x5
# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394
# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m
# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801
izidor@izidor-laptop:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
izidor@izidor-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto eth0
izidor@izidor-laptop:~$
Děkuji za každou pomoc, už fakt nevím co dělat...
-
http://sourceforge.net/project/showfiles.php?group_id=82936
mam skoro tu samou kartu a funguju nadherne. Budiz dukazem ze pisu. Prectete si README a INSTALL z .bz2 ..
mozte tu supnut navod ako sa vam to podarilo rozbehat madwifi? mne to pise same errory.. :(
# make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /usr/src/linux-headers-2.6.22-14-generic/ SUBDIRS=/home/stelmi/madwifi modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
HOSTCC /home/stelmi/madwifi/ath_hal/uudecode
/home/stelmi/madwifi/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/stelmi/madwifi/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/stelmi/madwifi/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/stelmi/madwifi/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/stelmi/madwifi/ath_hal/uudecode.c: At top level:
/home/stelmi/madwifi/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/stelmi/madwifi/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/stelmi/madwifi/ath_hal/uudecode.c: In function 'main':
/home/stelmi/madwifi/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/stelmi/madwifi/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/stelmi/madwifi/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/stelmi/madwifi/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:142: error: 'stdin' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:144: warning: implicit declaration of function 'fopen'
/home/stelmi/madwifi/ath_hal/uudecode.c:146: warning: implicit declaration of function 'fprintf'
/home/stelmi/madwifi/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/stelmi/madwifi/ath_hal/uudecode.c:146: error: 'stderr' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:147: warning: implicit declaration of function 'strerror'
/home/stelmi/madwifi/ath_hal/uudecode.c:147: error: 'errno' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:147: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/stelmi/madwifi/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:156: warning: implicit declaration of function 'get_line_from_file'
/home/stelmi/madwifi/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/stelmi/madwifi/ath_hal/uudecode.c:157: warning: implicit declaration of function 'strncmp'
/home/stelmi/madwifi/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/stelmi/madwifi/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:168: warning: implicit declaration of function 'strtoul'
/home/stelmi/madwifi/ath_hal/uudecode.c:170: warning: implicit declaration of function 'strchr'
/home/stelmi/madwifi/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function 'strchr'
/home/stelmi/madwifi/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/stelmi/madwifi/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:178: warning: implicit declaration of function 'strcmp'
/home/stelmi/madwifi/ath_hal/uudecode.c:179: error: 'stdout' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:182: error: 'O_WRONLY' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:182: error: 'O_CREAT' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:182: error: 'O_TRUNC' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:186: error: 'O_EXCL' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:188: warning: implicit declaration of function 'open'
/home/stelmi/madwifi/ath_hal/uudecode.c:189: error: 'S_IRWXU' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:189: error: 'S_IRWXG' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:189: error: 'S_IRWXO' undeclared (first use in this function)
/home/stelmi/madwifi/ath_hal/uudecode.c:191: warning: implicit declaration of function 'fdopen'
/home/stelmi/madwifi/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function 'fprintf'
/home/stelmi/madwifi/ath_hal/uudecode.c:194: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
/home/stelmi/madwifi/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function 'exit'
/home/stelmi/madwifi/ath_hal/uudecode.c:199: warning: implicit declaration of function 'read_stduu'
/home/stelmi/madwifi/ath_hal/uudecode.c:201: warning: implicit declaration of function 'fclose'
make[3]: *** [/home/stelmi/madwifi/ath_hal/uudecode] Error 1
make[2]: *** [/home/stelmi/madwifi/ath_hal] Error 2
make[1]: *** [_module_/home/stelmi/madwifi] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [modules] Chyba 2
-
apt-get install kernel-package build-essential // pak normalne jako root skompilujes 'make && make install && modprobe ath_pci'
-
diks.. madwifi som uspesne nainstaloval, no pri bootovani Linuxu mi pri polozke wifi pise: hardware revision not support... neviete co s tym dalej?? :(
edit: stale mi neberie ten atheros a to som prebehol net asi 300x... :(
uz som ozaj bezradny. nikto nema podobny problem, ktory vyriesit? prosim ak sa niekto najde supnite sem nejaky navod podla coho ste to rozbehali.. to co tu bolo rozoberane u mna nefunguje :( bohuzial...
-
Zjistil jsem, že byl přidán nedávno návod na instalaci, který mi konečně fungoval. http://wiki.ubuntu.cz/Atheros_AR5007EG
Ať žije wifi!
-
diks.. madwifi som uspesne nainstaloval, no pri bootovani Linuxu mi pri polozke wifi pise: hardware revision not support... neviete co s tym dalej?? :(
edit: stale mi neberie ten atheros a to som prebehol net asi 300x... :(
uz som ozaj bezradny. nikto nema podobny problem, ktory vyriesit? prosim ak sa niekto najde supnite sem nejaky navod podla coho ste to rozbehali.. to co tu bolo rozoberane u mna nefunguje :( bohuzial...
Zkuste prosím tady na fóru hledat "madwifi", určitě najdete i vyřešené dotazy ...
Přeji vše dobré. :-)
-
sakra s linuxom uz nma to fakt stve bootuje dlho niekedy ani nenabotuje len cierna obrazovka...wifi ma nechce pripojit ked nastavim staticku IP adresu v AP mam nastavene na mac adresy ziadne kodovanie ale pod linuxom nechce ist...a kopec dalsich problemov...neprehrava videa z youtube...???
-
http://wiki.ubuntu.cz/Atheros_AR5007EG
podla tohoto navodu rozbehane, ide nadherne :) Dekuji vsem za pomoc a pevne nervy :) Jsem HaPPy :P
-
Označuji za vyřešené