Bonjour,
J'ai un dell D820 avec une carte wifi 3945. Suite a deux petits problemes,
je l'ai installé trois fois de suite (http://forums.fedora-fr.org/viewtopic.php?id=15225),
la troisième fois, j'ai tout noté (au cas où il y aurait une quatrième fois).
Pour ceux que cela interesse...
Pas besoin de compilation ou quoi que ce soit...🙂
Phase I: activation carte
Tout d'abord : installation des rpm suivants (http://atrpms.net)
ieee80211-kmdl-2.6.18-1.2798.fc6-1.2.15-14.fc6.at.i686
ipw3945d-1.7.22-4.at.i386
ipw3945-kmdl-2.6.18-1.2798.fc6-1.1.0-14.fc6.at.i686
ipw3945-ucode-1.13-2.at.noarch
Puis, dans /etc/modprobe.conf, rajouter
install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d --quiet
remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove ipw3945
Si on veut le lancer au demarrrage: rajouter
/sbin/modprobe -r ipw3945; sleep 0.5; /sbin/modprobe ipw3945
dans /etc/rc.local.
Moi, je préfère le lancer à la main via un petit script
Phase II: reglage eth1
Faire iwconfig : eth1 doit apparaître, J'ai:
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
eth1 IEEE 802.11g ESSID:"LOTR" Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.462 GHz Access Point: 00:07:CB:51:88:B5
Bit Rate:48 Mb/s Tx-Power:15 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Encryption key:fautpasrever Security mode:open
Power Management:off
Link Quality=63/100 Signal level=-70 dBm Noise level=-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:4 Missed beacon:0
(note: j'ai ca apres rêglage, vous allez avoir du unassociated et tout le touti)
ensuite lancer system-config-network pour parametrer la configuration eth1.
L'activation ne fonctionne pas tout de suite. En revanche un fichier
/etc/sysconfig/network-scripts/ifcfg-eth1 a été généré, il faut
le finir "à la main".
Faire iwlist eth1 scan pour recuperer l'adresse mac du point d'acces et faire
iwconfig eth1 ap "adresse mac du point d'acces" (sans les guillements)
(iwconfig eth1 key ClefWEPhexa si on ne l'a pas fait dans system-config...)
éditer /etc/sysconfig/network-scripts/ifcfg-eth1 et completer
ESSID = VOTRENOM DOMAINEWIFI
CHANNEL = 11 (pour moi, comme indiqué par le scan precedent)
Au final, j'ai
(cat /etc/sysconfig/network-scripts/ifcfg-eth1)
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=eth1
HWADDR=00:18:de:70:51:6b
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ONBOOT=no
USERCTL=no
IPV6INIT=no
PEERDNS=yes
ESSID=LOTR
CHANNEL=11
MODE=Managed
RATE='0 kb/s'
Et cela marche tres bien :-D:pint:
Voila, j'espere que cela pourra vous aider.
Pour ma part, cela a marche presque du premier coup.
J'ai eu un probleme lie a l'installation par anaconda du kernel
(voir : http://forums.fedora-fr.org/viewtopic.php?id=15225)
Sinon tout a marché en tatonnant un peu.
Tout cela pour dire que si vous avez un probleme, je ne suis pas sur de pouvoir vou aider.
Mais devriez avoir une bonne base avec cela...
Bon courage,
mma.
J'ai un dell D820 avec une carte wifi 3945. Suite a deux petits problemes,
je l'ai installé trois fois de suite (http://forums.fedora-fr.org/viewtopic.php?id=15225),
la troisième fois, j'ai tout noté (au cas où il y aurait une quatrième fois).
Pour ceux que cela interesse...
Pas besoin de compilation ou quoi que ce soit...🙂
Phase I: activation carte
Tout d'abord : installation des rpm suivants (http://atrpms.net)
ieee80211-kmdl-2.6.18-1.2798.fc6-1.2.15-14.fc6.at.i686
ipw3945d-1.7.22-4.at.i386
ipw3945-kmdl-2.6.18-1.2798.fc6-1.1.0-14.fc6.at.i686
ipw3945-ucode-1.13-2.at.noarch
Puis, dans /etc/modprobe.conf, rajouter
install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d --quiet
remove ipw3945 /sbin/ipw3945d --kill ; /sbin/modprobe -r --ignore-remove ipw3945
Si on veut le lancer au demarrrage: rajouter
/sbin/modprobe -r ipw3945; sleep 0.5; /sbin/modprobe ipw3945
dans /etc/rc.local.
Moi, je préfère le lancer à la main via un petit script
Phase II: reglage eth1
Faire iwconfig : eth1 doit apparaître, J'ai:
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
eth1 IEEE 802.11g ESSID:"LOTR" Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.462 GHz Access Point: 00:07:CB:51:88:B5
Bit Rate:48 Mb/s Tx-Power:15 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Encryption key:fautpasrever Security mode:open
Power Management:off
Link Quality=63/100 Signal level=-70 dBm Noise level=-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:4 Missed beacon:0
(note: j'ai ca apres rêglage, vous allez avoir du unassociated et tout le touti)
ensuite lancer system-config-network pour parametrer la configuration eth1.
L'activation ne fonctionne pas tout de suite. En revanche un fichier
/etc/sysconfig/network-scripts/ifcfg-eth1 a été généré, il faut
le finir "à la main".
Faire iwlist eth1 scan pour recuperer l'adresse mac du point d'acces et faire
iwconfig eth1 ap "adresse mac du point d'acces" (sans les guillements)
(iwconfig eth1 key ClefWEPhexa si on ne l'a pas fait dans system-config...)
éditer /etc/sysconfig/network-scripts/ifcfg-eth1 et completer
ESSID = VOTRENOM DOMAINEWIFI
CHANNEL = 11 (pour moi, comme indiqué par le scan precedent)
Au final, j'ai
(cat /etc/sysconfig/network-scripts/ifcfg-eth1)
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=eth1
HWADDR=00:18:de:70:51:6b
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ONBOOT=no
USERCTL=no
IPV6INIT=no
PEERDNS=yes
ESSID=LOTR
CHANNEL=11
MODE=Managed
RATE='0 kb/s'
Et cela marche tres bien :-D:pint:
Voila, j'espere que cela pourra vous aider.
Pour ma part, cela a marche presque du premier coup.
J'ai eu un probleme lie a l'installation par anaconda du kernel
(voir : http://forums.fedora-fr.org/viewtopic.php?id=15225)
Sinon tout a marché en tatonnant un peu.
Tout cela pour dire que si vous avez un probleme, je ne suis pas sur de pouvoir vou aider.
Mais devriez avoir une bonne base avec cela...
Bon courage,
mma.