Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[wifi] Pas de nouvelle interface avec bcm43xx (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Sun Oct 01, 2006 9:13 am    Post subject: [wifi] Pas de nouvelle interface avec bcm43xx (résolu) Reply with quote

Bonjour c'est encore moi...

Mon install toute fraiche de gentoo me pose de nouveaux soucis : je ne parvient pas à faire fonctionner le wifi.

Il semblerait que j'ai une carte broadcom :

lspci :
Code:

03:00.0 Network controller: Broadcom Corporation BCM4310 UART (rev 01)


J'utilise les gentoo-sources et j'ai ajouter le driver bcm43xx comme expliqué .

Pourtant, un modprobe bcm43xx ne crée pas de nouvelle interface sans pour autant provoqué d'erreur.

lsmod :
Code:

Module                  Size  Used by
bcm43xx               419712  0
ieee80211softmac       27968  1 bcm43xx
ieee80211              42932  2 bcm43xx,ieee80211softmac
ieee80211_crypt         7296  1 ieee80211
pcspkr                  4992  0
nvidia               5423700  8
joydev                 11200  0


dmesg :
Code:

ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.7
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
bcm43xx driver


J'ai pourtant bien les firmware :
ls /lib64/firmware/ :
Code:

bcm43xx_initval01.fw  bcm43xx_initval07.fw    bcm43xx_microcode4.fw
bcm43xx_initval02.fw  bcm43xx_initval08.fw    bcm43xx_microcode5.fw
bcm43xx_initval03.fw  bcm43xx_initval09.fw    bcm43xx_pcm4.fw
bcm43xx_initval04.fw  bcm43xx_initval10.fw    bcm43xx_pcm5.fw
bcm43xx_initval05.fw  bcm43xx_microcode11.fw
bcm43xx_initval06.fw  bcm43xx_microcode2.fw


Mais il n'y a aucune nouvelle interface :
ifconfig :
Code:

eth0      Link encap:Ethernet  HWaddr 00:16:36:71:E5:28
          inet addr:10.33.75.105  Bcast:10.33.75.255  Mask:255.255.255.0
          inet6 addr: fe80::216:36ff:fe71:e528/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:488 errors:0 dropped:0 overruns:0 frame:0
          TX packets:514 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:502746 (490.9 Kb)  TX bytes:99780 (97.4 Kb)
          Interrupt:209 Base address:0x6000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


iwconfig :
Code:

lo        no wireless extensions.

eth0      no wireless extensions.

sit0      no wireless extensions.


Je ne sais, à vrai dire, plus trop quoi faire...
_________________
pititjo.net
Le Mus. Et si c'était vrai ?


Last edited by pititjo on Sun Oct 08, 2006 1:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Mon Oct 02, 2006 1:54 am    Post subject: Reply with quote

Il à l'air de manquer le module wep pour le ieee80211 il faut que tu le charges.
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Tue Oct 03, 2006 4:15 pm    Post subject: Reply with quote

titoucha wrote:
Il à l'air de manquer le module wep pour le ieee80211 il faut que tu le charges.


Après un "modprobe ieee80211_crypt_wep", rien de nouveau...
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Tue Oct 03, 2006 4:27 pm    Post subject: Reply with quote

Salut,

tu as fais ceci, en remplaçant ethx par sit0 :
Code:
ifconfig eth# up
iwlist eth# scan
iwconfig eth# channel #
iwconfig eth# enc XXXX-XXXX-XX (Optional, for WEP)
iwconfig eth# essid "AP_ESSID"

_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Tue Oct 03, 2006 4:59 pm    Post subject: Reply with quote

MickTux wrote:
Salut,

tu as fais ceci, en remplaçant ethx par sit0 :
Code:
ifconfig eth# up
iwlist eth# scan
iwconfig eth# channel #
iwconfig eth# enc XXXX-XXXX-XX (Optional, for WEP)
iwconfig eth# essid "AP_ESSID"


À vrai dire, sit0 existe d'après iwconfig avant que je ne charge bcm43xx et après un rmmod.

Après le ifconfig sit0 up, un ifconfig sit0 me donne :
Code:

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


et iwconfig continue de me dire :
Code:

lo        no wireless extensions.

eth0      no wireless extensions.

sit0      no wireless extensions.

_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Tue Oct 03, 2006 5:52 pm    Post subject: Reply with quote

Je me demande si le problème ne viendrait pas de l'interrupteur du wifi. Sous gentoo la LED est toujours rouge (éteint) alors que l'interrupteur est dans la bonne position. Sous windows, la LED est bleue quand la "carte est sous tension".

J'ai rééssayer toutes les manip avec l'interrupteur dans l'autre position et rien n'y fait. Si la carte est "éteinte" ça pourrait expliquer pourquoi il n'y a pas de nouvelle interface... Mais comment lspci saurait-il que la carte est là ?

Bref je tourne un peut en rond...
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Tue Oct 03, 2006 6:19 pm    Post subject: Reply with quote

Pas avecc lspci mais avec ceci :
Code:
cat /sys/bus/pci/drivers/ta_carte/un_chemin_jusqu'à_rf_kill


Tiens, au fait mon problème avec ma carte wifi ipw3945 était que sous winwin, si je laissais windows gérer la mise sous tension de cette carte en fonction du mode d'alimentation : secteur ou batterie, et bien je ne pouvais pas l'alimenter sous Gentoo. Donc retourne sous winwin, paramètre le petit soft de ta carte graphique afin qu'elle soit toujours à "on" et revient sous Gentoo. Après le boot normalement tu devrais pouvoir la mettre sous tension.
_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Tue Oct 03, 2006 6:54 pm    Post subject: Reply with quote

ça fait une éternité que je n'ai pas touché à windows alors je ne sais pas trop où regarder pour configurer ce genre de chose. L'économie d'énergie de la carte wifi est désactivée mais c'était déjà le cas avant. Je peut aussi la règler sur "haute performance" mais je ne sais pas ce que ça veut dire... Je ne sais pas trop s'il y a ailleur à regarder.
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Wed Oct 04, 2006 3:36 am    Post subject: Reply with quote

Regardes avec lshw les informations sur ta carte wifi et surtout le nom logique que le système lui donne.
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Wed Oct 04, 2006 7:35 pm    Post subject: Reply with quote

Waa c'est verbeux comme commande !

Code:

*-pci:1
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: nVidia Corporation
          physical id: 3
          bus info: pci@00:03.0
          version: a1
          width: 32 bits
          clock: 33MHz
          capabilities: pci normal_decode bus_master cap_list
          configuration: driver=pcieport-driver
        *-network UNCLAIMED
             description: Network controller
             product: BCM4310 UART
             vendor: Broadcom Corporation
             physical id: 0
             bus info: pci@03:00.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             resources: iomemory:c0400000-c0403fff irq:255


Je ne sais pas trop ce que signifie le "unclaimed" mais il est toujours là après modprobe bcm43xx.
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
nemo13
Veteran
Veteran


Joined: 08 Oct 2004
Posts: 1016
Location: France/Istres

PostPosted: Wed Oct 04, 2006 8:51 pm    Post subject: Reply with quote

pititjo wrote:
Waa c'est verbeux comme commande !
Je ne sais pas trop ce que signifie le "unclaimed" mais il est toujours là après modprobe bcm43xx.

Ben à priori celà signifie que t'es mal car aucun driver n'est associé à ton matos.

quand tu as un driver associé tu as :
Code:
*-pci:1
          description: PCI bridge
          product: C51 PCI Express Bridge
          vendor: nVidia Corporation
         ---------->                       configuration: driver=pcieport-driver

unclaimed<=>non déclaré
A+

Edit : du coup je suis aller fureter zailleur
çà c'est un bon signet
qui incite à utiliser :
Code:
 sys-apps/dmidecode

lui il te dit papa-maman mieux que la nsa
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Thu Oct 05, 2006 1:48 am    Post subject: Reply with quote

@Pititjo, tu avais le module bmc43xx chargé quant tu as fait le lshw, si c'est le cas tu dois avoir un interrupteur sur ton pc ou dans le bios car la carte et le module ne se voient pas.
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Fri Oct 06, 2006 3:56 pm    Post subject: Reply with quote

@nemo13 : Je vais regarder dmicode ce week-end.
@Titoucha : oui il y a un interrupteur, je n'ai rien trouvé à son propos dans le BIOS et je ne sais pas trop comment expliquer à Windows qu'il ne doit pas y toucher... En tout cas il est sensé être en position allumé puisque Windows s'en débrouille très bien.
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Fri Oct 06, 2006 11:28 pm    Post subject: Reply with quote

C'est horrible ce truc : je ne retrouve rien !

Code:

# dmidecode 2.8
SMBIOS 2.33 present.
20 structures occupying 690 bytes.
Table at 0x000F2050.

Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
   Vendor: Hewlett-Packard
   Version: F.13   
   Release Date: 07/11/2006
   Address: 0xE7290
   Runtime Size: 101744 bytes
   ROM Size: 1024 kB
   Characteristics:
      ISA is supported
      PCI is supported
      PNP is supported
      BIOS is upgradeable
      BIOS shadowing is allowed
      ESCD support is available
      Boot from CD is supported
      Selectable boot is supported
      Print screen service is supported (int 5h)
      8042 keyboard services are supported (int 9h)
      Serial services are supported (int 14h)
      Printer services are supported (int 17h)
      ACPI is supported
      USB legacy is supported
      AGP is supported
      Smart battery is supported
      BIOS boot specification is supported

Handle 0x0001, DMI type 1, 25 bytes
System Information
   Manufacturer: Hewlett-Packard
   Product Name: HP Pavilion dv6000 (RG894EA#ABF) 
   Version: Rev 1
   Serial Number: CNF63206N4
   UUID: 434E4636-3332-3036-4E34-00163671E528
   Wake-up Type: Power Switch

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
   Manufacturer: Quanta
   Product Name: 30B8
   Version: 65.1C
   Serial Number: None

Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
   Manufacturer: Quanta
   Type: Notebook
   Lock: Not Present
   Version: N/A
   Serial Number: None
   Asset Tag:                     
   Boot-up State: Safe
   Power Supply State: Safe
   Thermal State: Safe
   Security Status: None
   OEM Information: 0x00001234

Handle 0x0004, DMI type 4, 35 bytes
Processor Information
   Socket Designation: Socket S1
   Type: Central Processor
   Family: Opteron
   Manufacturer: AMD
   ID: 82 0F 04 00 FF FB 8B 17
   Signature: Extended Family 0, Model 8, Stepping 2
   Flags:
      FPU (Floating-point unit on-chip)
      VME (Virtual mode extension)
      DE (Debugging extension)
      PSE (Page size extension)
      TSC (Time stamp counter)
      MSR (Model specific registers)
      PAE (Physical address extension)
      MCE (Machine check exception)
      CX8 (CMPXCHG8 instruction supported)
      APIC (On-chip APIC hardware supported)
      SEP (Fast system call)
      MTRR (Memory type range registers)
      PGE (Page global enable)
      MCA (Machine check architecture)
      CMOV (Conditional move instruction supported)
      PAT (Page attribute table)
      PSE-36 (36-bit page size extension)
      CLFSH (CLFLUSH instruction supported)
      MMX (MMX technology supported)
      FXSR (Fast floating-point save and restore)
      SSE (Streaming SIMD extensions)
      SSE2 (Streaming SIMD extensions 2)
      HTT (Hyper-threading technology)
   Version: AMD Turion(tm) 64 X2 Mobile TL
   Voltage: 1.6 V
   External Clock: 200 MHz
   Max Speed: 1600 MHz
   Current Speed: 1600 MHz
   Status: Populated, Enabled
   Upgrade: None
   L1 Cache Handle: 0x0005
   L2 Cache Handle: 0x0006
   L3 Cache Handle: Not Provided
   Serial Number: Not Specified
   Asset Tag: Not Specified
   Part Number: Not Specified

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
   Socket Designation: L1 Cache
   Configuration: Enabled, Not Socketed, Level 1
   Operational Mode: Write Back
   Location: Internal
   Installed Size: 64 KB
   Maximum Size: 64 KB
   Supported SRAM Types:
      Burst
      Pipeline Burst
      Asynchronous
   Installed SRAM Type: Asynchronous
   Speed: Unknown
   Error Correction Type: Unknown
   System Type: Unknown
   Associativity: Unknown

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
   Socket Designation: L2 Cache
   Configuration: Enabled, Not Socketed, Level 2
   Operational Mode: Write Through
   Location: Internal
   Installed Size: 512 KB
   Maximum Size: 512 KB
   Supported SRAM Types:
      Burst
      Pipeline Burst
      Synchronous
   Installed SRAM Type: Synchronous
   Speed: Unknown
   Error Correction Type: Unknown
   System Type: Unified
   Associativity: Unknown

Handle 0x0007, DMI type 9, 13 bytes
System Slot Information
   Designation: PCI Express Slot 1
   Type: 64-bit PCI Express
   Current Usage: Available
   Length: Short
   Characteristics:
      5.0 V is provided
      3.3 V is provided

Handle 0x0008, DMI type 9, 13 bytes
System Slot Information
   Designation: PCI Express Slot 2
   Type: 64-bit PCI Express
   Current Usage: Available
   Length: Short
   Characteristics:
      5.0 V is provided
      3.3 V is provided
      PME signal is supported
      Hot-plug devices are supported

Handle 0x0009, DMI type 10, 6 bytes
On Board Device Information
   Type: Video
   Status: Enabled
   Description:   

Handle 0x000A, DMI type 11, 5 bytes
OEM Strings
   String 1: $HP$

Handle 0x000B, DMI type 15, 29 bytes
System Event Log
   Area Length: 16 bytes
   Header Start Offset: 0x0000
   Header Length: 16 bytes
   Data Start Offset: 0x0010
   Access Method: General-purpose non-volatile data functions
   Access Address: 0x0000
   Status: Valid, Not Full
   Change Token: 0x000000E5
   Header Format: Type 1
   Supported Log Type Descriptors: 3
   Descriptor 1: POST error
   Data Format 1: POST results bitmap
   Descriptor 2: Single-bit ECC memory error
   Data Format 2: Multiple-event
   Descriptor 3: Multi-bit ECC memory error
   Data Format 3: Multiple-event

Handle 0x000C, DMI type 16, 15 bytes
Physical Memory Array
   Location: System Board Or Motherboard
   Use: System Memory
   Error Correction Type: None
   Maximum Capacity: 2 GB
   Error Information Handle: Not Provided
   Number Of Devices: 2

Handle 0x000D, DMI type 17, 27 bytes
Memory Device
   Array Handle: 0x000C
   Error Information Handle: No Error
   Total Width: 64 bits
   Data Width: 64 bits
   Size: 512 MB
   Form Factor: DIMM
   Set: 1
   Locator: DIMM 1
   Bank Locator: Bank 0,1
   Type: DDR2
   Type Detail: Synchronous
   Speed: 1 MHz (1000.0 ns)
   Manufacturer: Not Specified
   Serial Number: Not Specified
   Asset Tag: Not Specified
   Part Number: Not Specified

Handle 0x000E, DMI type 17, 27 bytes
Memory Device
   Array Handle: 0x000C
   Error Information Handle: No Error
   Total Width: 64 bits
   Data Width: 64 bits
   Size: 512 MB
   Form Factor: DIMM
   Set: 1
   Locator: DIMM 2
   Bank Locator: Bank 2,3
   Type: DDR2
   Type Detail: Unknown
   Speed: 2 MHz (500.0 ns)
   Manufacturer: Not Specified
   Serial Number: Not Specified
   Asset Tag: Not Specified
   Part Number: Not Specified

Handle 0x000F, DMI type 19, 15 bytes
Memory Array Mapped Address
   Starting Address: 0x00000000000
   Ending Address: 0x0003FFFFFFF
   Range Size: 1 GB
   Physical Array Handle: 0x000C
   Partition Width: 0

Handle 0x0010, DMI type 20, 19 bytes
Memory Device Mapped Address
   Starting Address: 0x00000000000
   Ending Address: 0x0001FFFFFFF
   Range Size: 512 MB
   Physical Device Handle: 0x000D
   Memory Array Mapped Address Handle: 0x000F
   Partition Row Position: 2
   Interleave Position: 2
   Interleaved Data Depth: 2

Handle 0x0011, DMI type 20, 19 bytes
Memory Device Mapped Address
   Starting Address: 0x00020000000
   Ending Address: 0x0003FFFFFFF
   Range Size: 512 MB
   Physical Device Handle: 0x000E
   Memory Array Mapped Address Handle: 0x000F
   Partition Row Position: 2
   Interleave Position: 2
   Interleaved Data Depth: 2

Handle 0x0012, DMI type 32, 20 bytes
System Boot Information
   Status: <OUT OF SPEC>

Handle 0x0013, DMI type 127, 4 bytes
End Of Table


_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Sun Oct 08, 2006 1:41 pm    Post subject: Reply with quote

J'ai abandoné les drivers du kernel pour passé à ndiswrapper et là j'ai un wlan0.

Dès que j'ai fini mon update je me lance dans la configuration de la bête pour me connecter à mon réseau en wpa, pour qu'il se débrouille tout seul avec le réseau de la fac et pour que je puisse avoir internet chez ma copine avec des bidouilles honteuse au travers d'un réseau ad-hoc...

Merci beaucoup pour votre aide.
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Sun Oct 08, 2006 9:25 pm    Post subject: Reply with quote

Bon, j'arrive au stade où je ne comprend plus rien à ce que je fait...

J'essaie de me connecter à mon réseau wifi qui est en WPA.

Pou commencer, j'ai ouvert completement mon réseau wifi au niveau du routeur.

Si je laisse /etc/conf.d/net et /etc/wpa_supplicant vides, je me connecte alétoirement sur mon réseau ou sur celui du voisin.
Dans mon dmesg j'ai alors
Code:

ADDRCONF(NETDEV_UP): wlan0: link is not ready
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready


Plus rien ne va si je rajoute :
Code:

modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dndiswrapper"


un /etc/init.d/net.wlan0 start me dit :
Code:

 * Caching service dependencies ...                                       [ ok ]
 * Starting wlan0
 *   Starting wpa_supplicant on wlan0 ...                                 [ ok ]
 *   Starting wpa_cli on wlan0 ...                                        [ ok ]
 *     Backgrounding ...


Quand à dmesg il ne dit plus que :
Code:

ADDRCONF(NETDEV_UP): wlan0: link is not ready


Si j'essaie de me connecté via un "wpa_supplicant -i wlan0 -D ndiswrapper -c /etc/wpa_supplicant.conf" il ne fait rien mais ne me rend pas la main pour autant.

Afin de me connecté au réseau completement ouvert, j'ai tenter d'utiliser ça comme /etc/wpa_supplicant.conf :
Code:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

ap_scan=1

network={
    ssid="zangdars dongeon"
    key_mgmt=NONE
}


Je devrais peut-être ouvrir un autre thread... mais comme celui là était déjà ouvert...
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
pititjo
Apprentice
Apprentice


Joined: 19 Sep 2004
Posts: 245
Location: Paris (France)

PostPosted: Sun Oct 08, 2006 11:14 pm    Post subject: Reply with quote

Bon ça y est : je suis malheureux !

En fouillant dans la sortie d'un "wpa_supplicant -iwlan0 -Dndiswrapper -c /etc/wpa_supplicant.conf -d" je suis tombé sur LA ligne que je ne voulait pas lire :evil: :
Code:

Driver does not support WPA.


J'utilise ndiswrapper avec le driver fourni avec la machine et qui, sous windows, marche au poil.

Dites moi qu'il y a quelque chose à faire ! Pitié ! :?

Bien sur je peux changer la config de mon réseau et passer en wpa mais si j'ai changer d'ordi c'est pas pour régresser... 8O

En tout cas c'est dit : je suis triste. :cry:
_________________
pititjo.net
Le Mus. Et si c'était vrai ?
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Mon Oct 09, 2006 3:30 am    Post subject: Reply with quote

Regardes si il existe un pilote plus récent pour ta carte et passes ndiswrapper/wpa_supplicant en ~arch si ce n'est pas déjà fait.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum