IlPuntoTecnico
Hardware e Software => Networking => WLAN => Topic aperto da: mario663 - 25 Ottobre 2017, 18:34
-
Salve amici dell forum siccome necessito della funzione Client di Openwrt su di un AGPF ho sostituito la scheda di rete Broadcom con un Atheros ora necessito di installarne i driver che sono inclusi nell pacchetto mod-ath5k...come faccio a scaricarli e ad installarli?
-
Ciao, fa sì che all'AGPF sia connesso ad un modem router per avere accesso al web.
Poi usa putty in modalità SSH, entra nel AGPF, dai opkg update e dopo opkg install kmod-ath5k
-
entra nel AGPF
Per entrare in ssh nell'AGPF di cosa necessito Ip? Account e password?
Grazie!
-
Esatto, i classici dati per loggarsi tramite SSH.
-
Come account e password quali devo inserire?
-
Così va bene?
Account: root
Password: toor
È l'ip dovrebbe essere quello con cui accedo all'interfaccia web 192.168.1.1...Giusto?
-
Ok! Una volta installato tale pacchetto ed aver ripetuto la rete a cui voglio collegarmi, posso usare le porte ethernet (internet) ed collegarci un router ? se si come devo configurarli? Grazie!
-
Sono riuscito a farlo funzionare come access point. Ho un problema però, collegandomi via telnet nel terminale inserendo il comando opkg update mi da errore :
login as: root
[email protected]'s password:
BusyBox v1.23.2 (2015-07-24 15:49:35 CEST) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
CHAOS CALMER (15.05, r46767)
-----------------------------------------------------
* 1 1/2 oz Gin Shake with a glassful
* 1/4 oz Triple Sec of broken ice and pour
* 3/4 oz Lime Juice unstrained into a goblet.
* 1 1/2 oz Orange Juice
* 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@OpenWrt:~# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/base/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/base/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/luci/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/luci/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/packages/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/packages/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/routing/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/routing/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/telephony/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/telephony/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/management/Packages.gz.
wget: bad address 'downloads.openwrt.org'
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/management/Packages.sig.
wget: bad address 'downloads.openwrt.org'
Signature check failed.
Remove wrong Signature file.
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/base/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/base/Packages.sig, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/luci/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/luci/Packages.sig, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/packages/Packages.sig, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/routing/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/routing/Packages.sig, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/telephony/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/telephony/Packages.sig, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/management/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/chaos_calmer/15.05/brcm63xx/generic/packages/management/Packages.sig, wget returned 1.
root@OpenWrt:~#
-
Ho provato a cercare anche su altri siti ma sembra che il pacchetto mod-ath5k per Chaos Calmer 15.05 non sia reperibile! Ora mi accontento anche di Backfire pur sapendo di poter riuscire a far funzionare tale scheda di rete....sapete se backfire ha i driver generici per atheros? Grazie!