Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/04/2012, à 01:33

BRB972

Pas de wifi et réseau invisible

Bonsoir.
J'ai bien lu les posts et j'ai fait les différentes manip mais toujours pas de réseau visible ni de connexion sans fil.
Je suis sous ubuntu 12.04 et ma carte réseau est une RT3090
iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

ifconfig
eth0      Link encap:Ethernet  HWaddr 00:24:be:c2:75:4d 
          inet adr:192.168.1.6  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::224:beff:fec2:754d/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets reçus:11998 erreurs:0 :0 overruns:0 frame:0
          TX packets:9612 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          Octets reçus:15385833 (15.3 MB) Octets transmis:882044 (882.0 KB)
          Interruption:41

lo        Link encap:Boucle locale 
          inet adr:127.0.0.1  Masque:255.0.0.0
          adr inet6: ::1/128 Scope:Hôte
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          Packets reçus:292 erreurs:0 :0 overruns:0 frame:0
          TX packets:292 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          Octets reçus:35434 (35.4 KB) Octets transmis:35434 (35.4 KB)

Je précise que je débute dans ce domaine.
Merci d'avance.

Hors ligne

#2 Le 29/04/2012, à 03:04

Woki

Re : Pas de wifi et réseau invisible

Bonjour,

Si tu possède effectivement une carte wifi, il semble qu'elle ne soit pas active...

Pour voir ça, fais-moi un

ifconfig -a

le -a permet de lister toutes les interfaces, y compris celles qui sont down.

Si tu vois une nouvelle interface (type wlan0, wan0, ...) apparaître par rapport à un simple ifconfig, dans ce cas, ce qui suit devrait résoudre ton problème :

sudo ifconfig <interface> up

Dernière modification par Woki (Le 29/04/2012, à 03:05)

Hors ligne

#3 Le 29/04/2012, à 12:02

BRB972

Re : Pas de wifi et réseau invisible

Bonjour
Voilà ce que cela donne :
ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:24:be:c2:75:4d 
          inet adr:192.168.1.2  Bcast:192.168.1.255  Masque:255.255.255.0
          adr inet6: fe80::224:beff:fec2:754d/64 Scope:Lien
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Packets reçus:662 erreurs:0 :0 overruns:0 frame:0
          TX packets:683 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000
          Octets reçus:181664 (181.6 KB) Octets transmis:102161 (102.1 KB)
          Interruption:41

lo        Link encap:Boucle locale 
          inet adr:127.0.0.1  Masque:255.0.0.0
          adr inet6: ::1/128 Scope:Hôte
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          Packets reçus:110 erreurs:0 :0 overruns:0 frame:0
          TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          Octets reçus:14795 (14.7 KB) Octets transmis:14795 (14.7 KB)
puis:
sudo ifconfig <interface> up
bash: interface: Aucun fichier ou dossier de ce type
Je pense donc qu'il y a autre chose .
Merci.

Hors ligne

#4 Le 29/04/2012, à 12:20

chibbata

Re : Pas de wifi et réseau invisible

salut

sudo rfkill unblock all

post le resultat de

rfkill list
lsmod
nm-tool

Dernière modification par chibbata (Le 29/04/2012, à 12:20)

Hors ligne

#5 Le 29/04/2012, à 12:31

BRB972

Re : Pas de wifi et réseau invisible

Re bonjour
rfkill list
0: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
marie@marie-VPCM11M1E:~$ lsmod
Module                  Size  Used by
joydev                 17393  0
snd_hda_codec_realtek   174055  1
snd_hda_intel          32765  3
snd_hda_codec         109562  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13276  1 snd_hda_codec
snd_pcm                80845  2 snd_hda_intel,snd_hda_codec
uvcvideo               67203  0
videodev               86588  1 uvcvideo
psmouse                87213  0
serio_raw              13027  0
snd_seq_midi           13132  0
btusb                  17912  2
snd_rawmidi            25424  1 snd_seq_midi
snd_seq_midi_event     14475  1 snd_seq_midi
sony_laptop            39681  0
snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
rfcomm                 38139  12
snd_timer              28931  2 snd_pcm,snd_seq
bnep                   17830  2
snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
bluetooth             158438  23 btusb,rfcomm,bnep
parport_pc             32114  0
ppdev                  12849  0
i915                  414568  3
snd                    62064  15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
mac_hid                13077  0
jmb38x_ms              17406  0
binfmt_misc            17292  1
drm_kms_helper         45466  1 i915
drm                   197692  4 i915,drm_kms_helper
soundcore              14635  1 snd
memstick               15857  1 jmb38x_ms
snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
i2c_algo_bit           13199  1 i915
video                  19068  1 i915
lp                     17455  0
parport                40930  3 parport_pc,ppdev,lp
sdhci_pci              18324  0
sdhci                  28241  1 sdhci_pci
jme                    40296  0
marie@marie-VPCM11M1E:~$ nm-tool

NetworkManager Tool

State: connected (global)

- Device: eth0  [Connexion filaire 1] ------------------------------------------
  Type:              Wired
  Driver:            jme
  State:             connected
  Default:           yes
  HW Address:        00:24:BE:C2:75:4D

  Capabilities:
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Properties
    Carrier:         on

  IPv4 Settings:
    Address:         192.168.1.2
    Prefix:          24 (255.255.255.0)
    Gateway:         192.168.1.1

    DNS:             192.168.1.1


A@

Hors ligne

#6 Le 29/04/2012, à 13:04

chibbata

Re : Pas de wifi et réseau invisible

sudo modprobe rt2800pci

Hors ligne

#7 Le 29/04/2012, à 13:19

BRB972

Re : Pas de wifi et réseau invisible

c'est fait voilà l'indication :

WARNING: All config files need .conf: /etc/modprobe.d/blacklist.old, it will be ignored in a future release.

Hors ligne

#8 Le 29/04/2012, à 13:24

chibbata

Re : Pas de wifi et réseau invisible

post le resultat de

cat /etc/modprobe.d/blacklist.conf

Hors ligne

#9 Le 29/04/2012, à 13:28

BRB972

Re : Pas de wifi et réseau invisible

voilà
cat /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
# Blacklist conflicting RaLink driver modules
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2860sta


blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800pci

Hors ligne

#10 Le 29/04/2012, à 13:52

chibbata

Re : Pas de wifi et réseau invisible

tu ne vois pas de reseau wifi ?

Hors ligne

#11 Le 29/04/2012, à 13:55

BRB972

Re : Pas de wifi et réseau invisible

Non. Malgré cela "activer le réseau sans fil"  est coché , contrairement à avant.

Hors ligne

#12 Le 29/04/2012, à 13:58

BRB972

Re : Pas de wifi et réseau invisible

Le pilote RT 3090sta est installé mais non utilisé.(dans pilote additionnels)

Hors ligne

#13 Le 29/04/2012, à 14:01

chibbata

Re : Pas de wifi et réseau invisible

post le resultat de

modinfo rt3090sta

Hors ligne

#14 Le 29/04/2012, à 18:06

BRB972

Re : Pas de wifi et réseau invisible

Bonjour, me voilà de retour,

modinfo rt3090sta
filename:       /lib/modules/3.2.0-24-generic/updates/dkms/rt3090sta.ko
version:        2.3.1.3
srcversion:     FFE8374362ED5B734E14328
alias:          pci:v00001814d00003092sv*sd*bc*sc*i*
alias:          pci:v00001814d00003091sv*sd*bc*sc*i*
alias:          pci:v00001814d00003090sv*sd*bc*sc*i*
depends:       
vermagic:       3.0.0-19-generic SMP mod_unload modversions 686
parm:           mac:rt28xx: wireless mac addr (charp)

Hors ligne

#15 Le 29/04/2012, à 18:11

chibbata

Re : Pas de wifi et réseau invisible

sudo modprobe rt3090sta

Hors ligne

#16 Le 29/04/2012, à 18:23

BRB972

Re : Pas de wifi et réseau invisible

sudo modprobe rt3090sta
[sudo] password for marie:
WARNING: All config files need .conf: /etc/modprobe.d/blacklist.old, it will be ignored in a future release.
FATAL: Error inserting rt3090sta (/lib/modules/3.2.0-24-generic/updates/dkms/rt3090sta.ko): Invalid module format

Hors ligne

#17 Le 29/04/2012, à 18:52

chibbata

Re : Pas de wifi et réseau invisible

c'st une carte pci ou usb ?

sudo gedit  /etc/modprobe.d/blacklist.conf

effaces tout ça
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib

enregistres et quittes gedit
redemarres le pc

Dernière modification par chibbata (Le 29/04/2012, à 18:52)

Hors ligne

#18 Le 29/04/2012, à 19:01

BRB972

Re : Pas de wifi et réseau invisible

C'est une carte PCI, je redémarre.

Hors ligne

#19 Le 29/04/2012, à 19:07

BRB972

Re : Pas de wifi et réseau invisible

Cela ne marche toujours pas.

Hors ligne

#20 Le 29/04/2012, à 19:16

BRB972

Re : Pas de wifi et réseau invisible

Voilà ce que cela donne maintenant :

sudo gedit  /etc/modprobe.d/blacklist.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
# Blacklist conflicting RaLink driver modules
blacklist rt2860sta


blacklist rt2800usb
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2800pci

Hors ligne

#21 Le 29/04/2012, à 19:19

chibbata

Re : Pas de wifi et réseau invisible

enleves aussi
blacklist rt2x00lib
blacklist rt2800pci


sudo rm /var/lib/NetworkManager/NetworkManager.state

post le resultat de

cat /etc/NetworkManager/nm-system-settings.conf

si vide

cat /etc/NetworkManager/NetworkManager.conf

et redemarres le pc

Dernière modification par chibbata (Le 29/04/2012, à 19:21)

Hors ligne

#22 Le 29/04/2012, à 19:57

BRB972

Re : Pas de wifi et réseau invisible

Je redémarre.

Hors ligne

#23 Le 29/04/2012, à 20:00

chibbata

Re : Pas de wifi et réseau invisible

post avant

cat /etc/NetworkManager/nm-system-settings.conf

si vide

cat /etc/NetworkManager/NetworkManager.conf

Hors ligne

#24 Le 29/04/2012, à 20:06

BRB972

Re : Pas de wifi et réseau invisible

Après redemarrage
marie@marie-VPCM11M1E:~$ cat /etc/NetworkManager/nm-system-settings.conf
cat: /etc/NetworkManager/nm-system-settings.conf: Aucun fichier ou dossier de ce type
marie@marie-VPCM11M1E:~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false
marie@marie-VPCM11M1E:~$

Hors ligne

#25 Le 29/04/2012, à 20:07

BRB972

Re : Pas de wifi et réseau invisible

Je dois repartir au boulot.
A+

Hors ligne