<![CDATA[Forum Ubuntu-fr.org / [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?id=151611 Sat, 19 Jan 2008 11:07:13 +0000 FluxBB <![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1473733#p1473733 Bonjour,
Je voulais vous remercier aussi pour ce post car il m'a aidé pour installer le wifi sur mon Inspiron, et pour moi également c'est la méthode de Belga qui fonctionne, les autres n'ont fonctionné que par intermitence, là  c'est fonctionnel sans problème. Donc merci beaucoup

]]>
Sat, 19 Jan 2008 11:07:13 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1473733#p1473733
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1220806#p1220806 Yeah cool!!!!!! lol

]]>
Mon, 08 Oct 2007 18:20:31 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1220806#p1220806
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1220728#p1220728 Yeah cool!!!!!! lol

]]>
Mon, 08 Oct 2007 17:52:09 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1220728#p1220728
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1220718#p1220718 Salut !

Enfin... big_smile

J'ai lancé le gestionnaire de configuration du réseau Système->Administration->Réseau.
J'ai renseigné les champs qui correspondent à ma configuration en IP fixe pour le Wifi et le filaire.
J'ai fait la même chose avec wicd que j'ai lancé en cliquant sur l'icone dans la barre des taches.

J'avais alors la connection wifi active mais pas moyen de surfer.
J'ai redémarré (oui, comme avec Win...) et hop ! Voici mon premier post Ubuntu Wifi ! smile

Ce matin, le wifi ne fonctionnait pas parce que je n'était pas descendu assez bas dans la fenêtre de wicd.
Les champs DNS n'étaient pas remplis pour le Wifi...
J'ai désactivé le DHCP du routeur et l'ai sécurisé en WEP ASCII 128 bits.

Voilà, je ne ferais pas un résumé des différentes manipulations que j'ai réalisé avec l'aide de willy78 et belga.
Si quelqu'un a le même problème que moi, je l'invite à lire ce Topic et de s'en inspirer.
Des 3 drivers de la carte Wifi, c'est le dernier qui est valable (sur mon Inspiron).

Merci à willy78 et belga wink

tuxvj0.jpg

J'inscris [résolu] dans le titre du Topic

]]>
Mon, 08 Oct 2007 17:48:14 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1220718#p1220718
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1220193#p1220193 essaye provisoirement sans cryptage wep, filtrage mac
et passe en dhcp

]]>
Mon, 08 Oct 2007 13:58:53 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1220193#p1220193
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1219478#p1219478 Je n'ai pas eu à utiliser alt+f2 pour lancer wicd. Il est présent au démarrage de l'ordi.

J'ai débranché le RJ45 pour tester le wifi comme tu me l'as demandé. Pas de connection.
J'ai ouvert wicd pour renseigner IP, Masque, Passerelle et DNS de la connexion wifi.
J'ai tenté une connexion, sans succès. Mon routeur est tout de même reconnu et une petite barre verte m'indique la force du signal.

Je te poste les réponses :

xavier@PCMOBILE:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 10.0.0.3
netmask 255.255.255.0
gateway 10.0.0.138

auto eth1
iface eth1 inet static
address 10.0.0.2
netmask 255.255.255.0
gateway 10.0.0.138
wireless-essid OLITEC
wireless-key s:*************

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

xavier@PCMOBILE:~$ sudo lshw -C network | grep bcm43
Password:
       configuration: broadcast=yes driver=bcm43xx driverversion=2.6.20-16-generic ip=10.0.0.2 latency=0 link=no multicast=yes wireless=IEEE 802.11b/g
]]>
Mon, 08 Oct 2007 00:56:47 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1219478#p1219478
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1219447#p1219447 d'abord
tu ouvres le fichier:

sudo nano /etc/modprobe.d/blacklist

à la fin tu devrais avoir "blacklist bcm43xx"
supprime la la (ou les) ligne. pour enregistre ctrl+O+return
pour quitter ctrl+X

puis

sudo nano /etc/modules

retire la ligne ndiswrapper
enregistre.
puis installe wicd
echo 'deb http://wicd.longren.org feisty extras' | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install wicd

redémarre,
pour lancer wicd, alt+f2
/opt/wicd/tray.py
essaye alors de te connecter
et poste le retour de

cat /etc/network/interfaces
sudo lshw -C network | grep bcm43
]]>
Sun, 07 Oct 2007 23:51:46 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1219447#p1219447
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1219227#p1219227 Ok

xavier@PCMOBILE:~$ sudo lshw -C network
Password:
  *-network               
       description: Wireless interface
       product: Dell Wireless 1390 WLAN Mini-PCI Card
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@05:00.0
       logical name: eth1
       version: 01
       serial: 00:16:cf:ab:27:a6
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ndiswrapper driverversion=1.38 firmware=Broadcom,10/12/2006, 4.100.15.5 latency=0 link=no multicast=yes wireless=IEEE 802.11g
       resources: iomemory:c0200000-c0203fff irq:19
  *-network
       description: Ethernet interface
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@08:00.0
       logical name: eth0
       version: 02
       serial: 00:15:c5:bc:cf:c5
       size: 100MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=1.01 duplex=full ip=10.0.0.3 latency=64 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: iomemory:c0300000-c0301fff irq:21
]]>
Sun, 07 Oct 2007 20:42:26 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1219227#p1219227
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218983#p1218983 poste le retour de

sudo lshw -C network
]]>
Sun, 07 Oct 2007 19:02:56 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218983#p1218983
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218971#p1218971 Bien, a ce que je lis, vous vous amusez bien aussi de votre coté ! wink

J'ai utilisé la commande pour arrêter le filaire, puis les autres commandes dont voici le résultat :

xavier@PCMOBILE:~$ sudo dhclient eth1
Password:
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:16:cf:ab:27:a6
Sending on   LPF/eth1/00:16:cf:ab:27:a6
Sending on   Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
xavier@PCMOBILE:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 10.0.0.3
netmask 255.255.255.0
gateway 10.0.0.138

auto eth1
iface eth1 inet static
address 10.0.0.2
netmask 255.255.255.0
gateway 10.0.0.138
wireless-essid OLITEC
wireless-key s:*************

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

Le DHCP est actif sur le routeur

La Led wifi est toujours allumée.

PS : d'avoir désactivé le filaire, je ne peux poster le message... donc sudo ifconfig eth0 up puis redémarrage.

]]>
Sun, 07 Oct 2007 18:57:08 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218971#p1218971
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218957#p1218957 C'est marrant le rt73 toujours a la traine sur les develloppements
mais bon y'a toujours ce fidèle Rutilt big_smile

]]>
Sun, 07 Oct 2007 18:51:53 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218957#p1218957
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218917#p1218917 rt73: n-m freeze après 10 minutes chez moi, wicd met 10 minutes
pour lancer le réseau
rutil et le fichier des interfaces 10/10

]]>
Sun, 07 Oct 2007 18:37:36 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218917#p1218917
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218909#p1218909 Salut,
Va falloir aussi déblacklister bcm43xx l'enlever de /etc/modprobe.d/blacklist
et enlever ndiswrapper de /etc/modules
c'est bientot résolu a ce que je vois big_smile


Salut @Belga, tiens je suis passé a Gutsy et du coup a network-manager pour rt61 ça fais bizarre mais ça marche étonnamment bien.

]]>
Sun, 07 Oct 2007 18:35:29 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218909#p1218909
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218855#p1218855 retire la protection wep et configure en dhcp
puis

sudo ifconfig eth0 down    #pour arrêter le filaire
sudo iwconfig eth1 essid OLITEC
sudo dhclient eth1   #poste les 2 dernières lignes et essaye de naviguer

poste toujours

cat /etc/network/interfaces
]]>
Sun, 07 Oct 2007 18:18:45 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218855#p1218855
<![CDATA[Réponse à : [Resolu] Dell Inspiron 1501 - Wifi Broadcom Dell 1390]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=1218824#p1218824 Dans l'attente d'un accompagnement pour finaliser la connection de mon PC en wifi, j'ai réactivé la sécurité :
SSID : OLITEC
Région : France
Canal : 6
Mode : 54Mbps (802.11g)

Clef : Wep ASCII 128 bits 13 caractères (Non, je ne donnerais pas la clé ! pour info : ************* ! tongue )

]]>
Sun, 07 Oct 2007 18:04:34 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=1218824#p1218824