firmware carte wifi et udev/hotplug sur Debian sid

firmware carte wifi et udev/hotplug sur Debian sid - Installation - Linux et OS Alternatifs

Marsh Posté le 31-12-2006 à 16:56:48    

iop  :hello:  
 
j'essaie de faire marcher une carte wifi PCMCIA DLink DWL-G650+ (chipset acx111) mais ... ça veut pas :o
alors l'installation du module se passe sans problème avec module-assistant etc, mais au moment de loader le firmware j'ai cette erreur:
 


localhost kernel: requesting firmware image 'tiacx111c16'
localhost kernel: acx: firmware image 'tiacx111c16' was not provided. Check your hotplug scripts
localhost kernel: requesting firmware image 'tiacx111'
localhost kernel: acx: firmware image 'tiacx111' was not provided. Check your hotplug scripts
localhost kernel: acx: reset_dev() FAILED


 
bien évidemment, j'ai placé le firmware comme indiqué dans la doc et plusieurs autres sites dans /lib/firmware, mais ni udev ni hotplug n'arrivent à le "trouver" apparement ...  
j'ai rien trouvé de probant sur google, comme c'est une carte assez vieille :/
 
si quelqu'un a une idée je suis preneur ^^

Reply

Marsh Posté le 31-12-2006 à 16:56:48   

Reply

Marsh Posté le 31-12-2006 à 17:02:21    

non, lspci dit bien que c'est un chipset ACX 111 :o

Reply

Marsh Posté le 31-12-2006 à 17:04:18    

bé fait une petite recherche sur google/linux, et tu verras que c'est pas gagné :spamafote:
 
désolé, bon réveillon :)


---------------
Feedback
Reply

Marsh Posté le 31-12-2006 à 17:19:17    

Essaye en le plaçant dans /usr/lib/hotplug/firmware
 
Sinon regarde si tu as bien l'option FW_LOADER d'activée dans la configuration de ton noyau, et si le module correspondant est bien chargé.


---------------
THRAK (def.) : 1) A sudden and precise impact moving from intention, direction and commitment, in service of an aim. 2) 117 guitars almost striking the same chord simultaneously.
Reply

Marsh Posté le 31-12-2006 à 20:11:23    

bon, ça marche enfin :o
 
j'ai réinstallé udev et les modules, et maintenant il trouve le firmware ... comprends pas pourquoi ça marchait pas tout à l'heure, mais soit :D

Reply

Marsh Posté le 12-02-2007 à 16:52:19    

ptit up car j'ai un nouveau problème avec cette carte :o

 

j'arrive pas à me connecter à un reseau wifi (alors que ça marche bien sous windows), apparement la carte arrive pas à se connecter à l'access point, voilà les différents résultats que j'ai:

 


 sudo iwlist scanning
lo        Interface doesn't support scanning.

 

eth0      Interface doesn't support scanning.

 

eth1      Interface doesn't support scanning.

 

wlan0     Scan completed :
          Cell 01 - Address: 00:0F:CC:xx:xx:xx
                    ESSID:"cliosab"
                    Mode:Master
                    Frequency:2.417 GHz (Channel 2)
                    Quality=49/100  Signal level=29/100  Noise level=0/100
                    Encryption key:off
                    Bit Rates:54 Mb/s

 

sit0      Interface doesn't support scanning.

 
 

la carte détecte bien mon reseau wifi, pas de soucis ici ...

 


sudo iwconfig wlan0 essid cliosab

 

sudo iwconfig wlan0
wlan0     IEEE 802.11b+/g+  ESSID:"cliosab"  Nickname:"cliosab"
          Mode:Managed  Frequency:2.417 GHz  Access Point: Not-Associated  
          Bit Rate:54 Mb/s   Tx-Power=15 dBm   Sensitivity=1/3  
          Retry min limit:7   RTS thr:off  
          Encryption key:off
          Power Management:off
          Link Quality=52/100  Signal level=33/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

 
 

je me connecte donc au réseau avec iwconfig, normal

 


sudo /etc/init.d/networking restart
* /etc/network/options is deprecated (see README.Debian of netbase).
Setting up IP spoofing protection...done (rp_filter).
Reconfiguring network interfaces...cat: /var/run/dhclient.wlan0.pid: No such file or directory
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

 

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

 

sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
Listening on LPF/wlan0/00:80:c8:xx:xx:xx
Sending on   LPF/wlan0/00:80:c8:xx:xx:xx
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
receive_packet failed on wlan0: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
[...]

 

je relance le dhcp pour avoir une adresse IP et là, c'est le drame: impossible de contacter le routeur wifi :/
rien d'anormal sous ifconfig pourtant:


sudo ifconfig
lo        Lien 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
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

wlan0     Lien encap:Ethernet  HWaddr 00:80:C8:xx:xx:xx  
          UP BROADCAST MULTICAST  MTU:1500  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 lg file transmission:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interruption:10

 
 

à noter que ces tests sont faits avec le réseau ouvert, donc pas de cryptage etc ...

 

pour info voilà mon fichier /etc/network/interfaces:

 


# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

 

# The loopback network interface
auto lo
iface lo inet loopback

 

# The primary network interface
#auto eth0
#iface eth0 inet dhcp

 

auto wlan0
iface wlan0 inet dhcp

 

voilà, si quelqu'un a une idée je suis preneur :o


Message édité par fabetal le 12-02-2007 à 16:53:15
Reply

Marsh Posté le 15-02-2007 à 14:15:47    

personne qui puisse m'aider ?  :cry:

Reply

Marsh Posté le 15-02-2007 à 15:16:53    

Ya ça qui me gêne un peu :

Citation :

cat: /var/run/dhclient.wlan0.pid: No such file or directory


 
Essaie de regarder par là.


---------------
Be the one with the flames.
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed