Hardware: Diferență între versiuni
De la Wiki.lug.ro
(→Trendnet TEW-443PI (PCI)) |
|||
| Linia 7: | Linia 7: | ||
=== Trendnet TEW-443PI (PCI) === | === Trendnet TEW-443PI (PCI) === | ||
Este bazat pe un chipset [http://www.atheros.com/ Aetheros], prin urmare funcţionează perfect cu driverul de la [http://madwifi.org/ MadWifi]. Ubuntu îl detectează automat, pe Gentoo trebuie instalat pachet-ul '''wpa_supplicant''' (variabila USE trebuie să conţină '''madwifi'''). | Este bazat pe un chipset [http://www.atheros.com/ Aetheros], prin urmare funcţionează perfect cu driverul de la [http://madwifi.org/ MadWifi]. Ubuntu îl detectează automat, pe Gentoo trebuie instalat pachet-ul '''wpa_supplicant''' (variabila USE trebuie să conţină '''madwifi'''). | ||
| + | |||
| + | Exemplu de configuraţie pentru Gentoo: | ||
| + | |||
| + | # /etc/conf.d/net | ||
| + | modules=( "wpa_supplicant" ) | ||
| + | wpa_supplicant_ath0="-Dmadwifi" | ||
| + | iwconfig_ath0="mode managed" | ||
| + | config_ath0=( "192.168.0.10 netmask 255.255.255.0" ) | ||
| + | routes_ath0=( "default via 192.168.0.1" ) | ||
| + | |||
| + | # /etc/wpa_supplicant/wpa_supplicant.conf | ||
| + | network={ | ||
| + | key_mgmt=NONE | ||
| + | priority=-9999999 | ||
| + | } | ||
| + | network={ | ||
| + | key_mgmt=WPA-PSK | ||
| + | psk="parola1" | ||
| + | ssid="AP1" | ||
| + | scan_ssid=1 | ||
| + | } | ||
| + | network={ | ||
| + | key_mgmt=WPA-PSK | ||
| + | psk="parola1" | ||
| + | ssid="AP2" | ||
| + | scan_ssid=1 | ||
| + | } | ||
=== Trendnet TEW-441PC (CARDBUS) === | === Trendnet TEW-441PC (CARDBUS) === | ||
Este de asemenea realizat cu un chipset [http://www.atheros.com/ Aetheros], această placă funcţionând ireproşabil pe notebook-ul meu. | Este de asemenea realizat cu un chipset [http://www.atheros.com/ Aetheros], această placă funcţionând ireproşabil pe notebook-ul meu. | ||
Versiunea de la data 25 mai 2007 01:37
Eşti în situaţia de a achiziţiona hardware şi habar nu ai dacă va merge pe Linux? Poate ai noroc şi a riscat altcineva să cumpere hardware de tipul celui de care ai nevoie şi care a fost dispus să scrie despre asta (dacă a avut ghinion sau dacă i-a funcţionat).
Reţea
Wireless
Trendnet TEW-443PI (PCI)
Este bazat pe un chipset Aetheros, prin urmare funcţionează perfect cu driverul de la MadWifi. Ubuntu îl detectează automat, pe Gentoo trebuie instalat pachet-ul wpa_supplicant (variabila USE trebuie să conţină madwifi).
Exemplu de configuraţie pentru Gentoo:
# /etc/conf.d/net modules=( "wpa_supplicant" ) wpa_supplicant_ath0="-Dmadwifi" iwconfig_ath0="mode managed" config_ath0=( "192.168.0.10 netmask 255.255.255.0" ) routes_ath0=( "default via 192.168.0.1" )
# /etc/wpa_supplicant/wpa_supplicant.conf
network={
key_mgmt=NONE
priority=-9999999
}
network={
key_mgmt=WPA-PSK
psk="parola1"
ssid="AP1"
scan_ssid=1
}
network={
key_mgmt=WPA-PSK
psk="parola1"
ssid="AP2"
scan_ssid=1
}
Trendnet TEW-441PC (CARDBUS)
Este de asemenea realizat cu un chipset Aetheros, această placă funcţionând ireproşabil pe notebook-ul meu.