Difference between revisions of "Schede"

From Alessandro's Wiki
Line 4: Line 4:
  Fino a 108Mbps di velocità
  Fino a 108Mbps di velocità
  802.11g, 802.11b Compatible
  802.11g, 802.11b Compatible
** Questa scheda usa un chip '''atheros''', il modulo per linux si chiama '''madwifi''
** Questa scheda usa un chip '''atheros''', il modulo per linux si chiama '''madwifi'''


=== Installazione e moduli ===
=== Installazione e moduli ===
Line 27: Line 27:
* se sei fortunato, riavviando il pcmcia manager, funzionerà
* se sei fortunato, riavviando il pcmcia manager, funzionerà
  [root@pc ~]# service pcmcia restart
  [root@pc ~]# service pcmcia restart


== Schede D-LINK ==
== Schede D-LINK ==

Revision as of 19:12, 14 October 2006

Schede WiFi testate:

  • PCI (computer fisso)
    • Dlink DWL G520 **
Fino a 108Mbps di velocità
802.11g, 802.11b Compatible
    • Questa scheda usa un chip atheros, il modulo per linux si chiama madwifi

Installazione e moduli

  • la questione dei driver in linux è differente da Win32 e in realtà è anche + semplice se sei fortunato...

apri un terminale: come root (se non sei root basta che scrivi "su" e tichiede la password)

[root@pcmatteo ~]# service pcmcia status     :questo ti dice se il driver PCMCIA è attivo:
[root@pcmatteo ~]# kudzu -p  :taderà un po e poi ti da una lista di tutte le periferiche collegate al pc

tu devi trovare la tua scheda nella lista e scriverti il "vendor id" e il "product id" ora dovresti sapere quale è il modulo adatto alla tua scheda, per esempio quello per la mia che è una asus WL-100 è "orinoco_cs". così con queste informazioni ho installato la scheda come segue;

[root@pc ~]#  vi /etc/pcmcia/config
  • aggiungi queste 3 righe
card "ASUS WL-100 fichetta Wireless"
 manfid 0x02aa, 0x0002    ;questi due numeri sono rispettivamente il "vendor id" e il "product id"
 bind "orinoco_cs"

con questo ho associato il modulo a la scheda

  • se sei fortunato, riavviando il pcmcia manager, funzionerà
[root@pc ~]# service pcmcia restart

Schede D-LINK

class: NETWORK
bus: PCI
detached: 1
device: eth1
driver: unknown
desc: "Texas Instruments: Unknown device 0400"
vendorId: 104c
deviceId: 0400
subVendorId: 1186
subDeviceId: 3b00
pciType: 2
pcidom:    0
pcibus:  2
pcidev:  0
pcifn:  0


Schede Conceptronic

class: NETWORK
bus: PCI
detached: 1
device: eth1
driver: unknown
desc: "RaLink Ralink RT2500 802.11 Cardbus Reference Card"
vendorId: 1814
deviceId: 0201
subVendorId: 1948
subDeviceId: 3c00
pciType: 2
pcidom:    0
pcibus:  2
pcidev:  0
pcifn:  0


  • ipv6 è attivo?
cat /proc/net/if_inet6