Pagina 1 di 1

[Driver] netgear wna1000

Inviato: lunedì 19 luglio 2010, 20:31
da tosciba78
Vorrei utilizzare la chiavetta usb della netgear modello wna1000 (adattatore wireless) su un pc desktop sul quale ho intallato ubuntu ma non riconosce la chiavetta, sembra proprio che non ne avverta la presenza :-(
Posso installare qualcosa in grado di risolvere questo problema?
Grazie mille fin d'ora per la collaborazione, spero che le info che vi ho dato siano sufficienti altrimenti ditemi pure cosa vi serve che vi risponderò nel più breve tempo possibile.

Re: [Driver] netgear wna1000

Inviato: lunedì 19 luglio 2010, 20:37
da ethyl
posta

Codice: Seleziona tutto

lsusb
e

Codice: Seleziona tutto

sudo lshw -C network
a chiavetta inserita

Re: [Driver] netgear wna1000

Inviato: domenica 26 settembre 2010, 14:42
da simo_87
anche io ho lo stesso problema con la chiavetta wna1000
con il comando lsusb mi resistuisce:

Codice: Seleziona tutto

Bus 008 Device 003: ID 046d:c315 Logitech, Inc. Classic New Touch Keyboard
Bus 008 Device 002: ID 04fc:0538 Sunplus Technology Co., Ltd 
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 03f0:0904 Hewlett-Packard DeskJet 845c
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0846:9040 NetGear, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mentre con lshw -C network:

Codice: Seleziona tutto

*-network               
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 02
       serial: 00:22:15:90:80:ef
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.2 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:27 ioport:e800(size=256) memory:febff000-febfffff memory:fdef0000-fdefffff(prefetchable) memory:febc0000-febdffff(prefetchable)
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: vboxnet0
       serial: 0a:00:27:00:00:00
       capabilities: ethernet physical
       configuration: broadcast=yes multicast=yes

Re: [Driver] netgear wna1000

Inviato: domenica 26 settembre 2010, 15:30
da Suppat

Re: [Driver] netgear wna1000

Inviato: domenica 26 settembre 2010, 17:41
da ethyl
dovrebbe essere gestita dal drive ath9k, prova prima ad aggiornare usbids e vedi se carica il driver.

Codice: Seleziona tutto

sudo update-usbids
con connessione ad internet attiva. Poi riprova a dare

Codice: Seleziona tutto

lsusb
e vedi se ha riconosciuto meglio la periferica.

Re: [Driver] netgear wna1000

Inviato: domenica 26 settembre 2010, 19:31
da simo_87
ho aggiornato usbids ed ora :):

Codice: Seleziona tutto

Bus 008 Device 003: ID 046d:c315 Logitech, Inc. Classic New Touch Keyboard
Bus 008 Device 002: ID 04fc:0538 Sunplus Technology Co., Ltd 
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 03f0:0904 Hewlett-Packard DeskJet 845c
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0846:9040 NetGear, Inc. WNA1000 Wireless-N 150 [Atheros AR9001U-(2)NG]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ora xò come faccio a configurare la rete tramite networkmanager???

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 9:46
da ethyl
controlla con

Codice: Seleziona tutto

lsmod |grep ath
se ha caricato il driver. Se non funziona prova a seguire questo post

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 11:08
da simo_87
mi ridà:

Codice: Seleziona tutto

ath                     9723  1 ar9170usb
cfg80211              148725  3 ar9170usb,mac80211,ath
cmq quel post l'ho creato io  :-[ tempo fa e in questi giorni proprio l'avevo ripreso ma ho trovato qui su forum.ubuntu un servizio migliore che spiega meglio e sa aiutare chi è in difficoltà e/o alle prime armi con ubuntu ;D

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 11:10
da simo_87
cmq ora funziona!!!!!  ;D  ;D  ;D grazie 1000!!!

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 11:24
da ethyl
meglio così , metti risolto, a futura memoria, ciao.

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 12:14
da simo_87
come si fa a mettere risolto?scusate l'ignoranza! :(

Re: [Driver] netgear wna1000

Inviato: lunedì 27 settembre 2010, 12:30
da ethyl
simo_87 ha scritto: come si fa a mettere risolto?scusate l'ignoranza! :(
scusami solo ora mi accorgo che non hai aperto tu questa discussione, lo può fare solo tosciba78 ( una volta che avrà risolto....)