up
Ce qui m’étonne, c’est de trouver très tot dans le boot
[quote]NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered[/quote]
Je ne sais pas à quoi ça correspond, il faudrait que je recherche.
Tu n’a pas moyen de désactiver la liaison ethernet dans le BIOS ?
partport0, c’est le port parallèle. Quel lien avec le réseau ethernet ?
bonnjour
[quote]partport0, c’est le port parallèle. Quel lien avec le réseau ethernet ?
[/quote]
je ne comprends pas ce que tu veux dire…
Sinon je vais jeter un œil dans le BIOS pour voir si on parle de l’Ethernet.
Il me semblait que tu avais écrit que tu voyait la ligne partport0; FIFO is stuck au boot.
bonsoir,
j’ai enfin réussi à booter sans le câble Ethernet sans savoir vraiment pourquoi…malheureusement je n’ai plus d’ip associée à la carte wifi wlan0.
Il semblerait que la résolution d’un problème en entraine un autre 
j’ai tenté la commande suivante sans trop savoir:
Mais cela ne semble pas fonctionner…
Tu as reproduit ton boot sans cable ethernet ou c’était un coup de bol? Sinon si tu as nue nouvelle question crée plutôt un nouveau sujet.
Que donnent iwconfig et ifconfig -a
Tu configures comment ton accés wifi? Dans /etc/network/interfaces, avec un outil graphique?
Quel est précisément le message d’erreur du dhclient wlan0
bon je désespère un peu.
Récapitulons:
- j’ai déjà réussi à faire fonctionner ma carte wifi
- j’arrive à nouveau à booter sans le câble Ethernet…dois-je poster sur un nouveau topic?
- Ma carte wifi semble ne plus fonctionner…la diode ne clignote plus…mais j’ai une ip associée
- je ne sais pas si cela à quelques chose à voir mais pendant le boot je peux lire ceci:
/etc/modprobe.conf exits but doesnt includ /etc/modprobe.d/!ou un truc dans le genre
*Enfin j’ai crée un script au démarrage dans /etc/init.d comme décrit ici :http://doc.ubuntu-fr.org//wifi_ralink_rt61?redirect=1
voici le fichier:
debian:~# cat /etc/init.d/rt61start.sh
#! /bin/bash
ifconfig wlan0 up
dhclient wlan0
Bien sur je pense qu’il y a une erreur quelque part avec ce fichier notamment sur la première ligne…pourquoi la commenter??
Par suite j’ai crée un lien comme expliqué sur le tuto ubuntu mais sans savoir ou j’allais.
Reste que lors du boot, j’ai une phrase qui ressemble à network sleeping et le dhcp m’attribue finalement deux ip: une pour la carte ethernet, l’autre pour la wifi.
Ma configuration actuelle:
[code]debian:~# ifconfig
eth0 Lien encap:Ethernet HWaddr 00:0E:A6:5B:EC:3B
inet adr:192.168.1.4 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::20e:a6ff:fe5b:ec3b/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:147 errors:0 dropped:0 overruns:0 frame:0
TX packets:335 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:14029 (13.7 KiB) TX bytes:32454 (31.6 KiB)
Interruption:177 Adresse de base:0xc000
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:1669 errors:0 dropped:0 overruns:0 frame:0
TX packets:1669 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:104255 (101.8 KiB) TX bytes:104255 (101.8 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:08:D3:33:14:AF
inet adr:192.168.1.6 Masque:255.255.255.0
adr inet6: fe80::208:d3ff:fe33:14af/64 Scope:Lien
UP RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:67 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:0 (0.0 b) TX bytes:17020 (16.6 KiB)
Adresse de base:0x7000
wmaster0 Lien encap:UNSPEC HWaddr 00-08-D3-33-14-AF-30-3A-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)
Adresse de base:0x7000[/code]
et mon fichier interfaces:
[code]debian:~# cat /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
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
#iface wlan0 inet static
adress 192.168.1.6
netmask 255.255.255.0
gateway 192.168.1.1
#dns-nameserver 192.168.1.1
wireless-essid TECOM-AH4222-24228E
wireless-key maclé
wireless-ap monap
#wireless-channel 3
#wireless-mode managed
The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto eth0[/code]
j’espère n’avoir rien oublié.
Merci d’avance…S’il le faut je relance un topic mais je ne souhaite pas flooder non plus.
# cat /etc/init.d/rt61start.sh
#!/bin/bash
ifconfig wlan0 up
dhclient wlan0
C’est #!/bin/bash avec le # et sans espace après le !, mais ce n’est pas un commentaire. Cette ligne permet d’associer ton script à un programme qui va le comprendre et l’exécuter -bash dans ce cas- 
j’ai donc modifié le fichier lancé au démarrage en supprimant l’espace:
debian:/home/patrice# cat /etc/init.d/rt61start.sh
#!/bin/bash
ifconfig wlan0 up
dhclient wlan0
Par ailleurs, j’ai commenté tout ce qui concerne eth0 dans le fichier interfaces et lancé la machine avec ceci:
[code]debian:/home/patrice# cat /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
#carte wifi
allow-hotplug wlan0
iface wlan0 inet dhcp
#iface wlan0 inet static
adress 192.168.1.6
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameserver 192.168.1.1
wireless-essid TECOM-AH4222-24228E
wireless-key maclé
wireless-ap mon ap
#wireless-channel 3
#wireless-mode managed
#ifconfig wlan0 up
#up route add default gateway 192.168.1.1
auto wlan0
The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
#auto eth0[/code]
Dans ce cas wlan0 ne récupère aucune adresse avec le dhcp et j’ai la réponse suivante:
[code]debian:/home/patrice# dhclient wlan0
There is already a pid file /var/run/dhclient.pid with pid 2470
killed old client process, removed PID file
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/
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:08:d3:33:14:af
Sending on LPF/wlan0/00:08:d3:33:14:af
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
Trying recorded lease 192.168.1.6
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
— 192.168.1.1 ping statistics —
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
No working leases in persistent database - sleeping.
[/code]
A noter qu’une seule des mes diodes est allumée sur la carte et que dans ce cas ifconfig donne:
[code]debian:/home/patrice# 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:1774 errors:0 dropped:0 overruns:0 frame:0
TX packets:1774 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:110312 (107.7 KiB) TX bytes:110312 (107.7 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:08:D3:33:14:AF
adr inet6: fe80::208:d3ff:fe33:14af/64 Scope:Lien
UP RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:0 (0.0 b) TX bytes:34618 (33.8 KiB)
Adresse de base:0xe000
wlan0:ava Lien encap:Ethernet HWaddr 00:08:D3:33:14:AF
inet adr:169.254.6.3 Masque:255.255.0.0
UP RUNNING MULTICAST MTU:1500 Metric:1
Adresse de base:0xe000
wmaster0 Lien encap:UNSPEC HWaddr 00-08-D3-33-14-AF-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)
Adresse de base:0xe000[/code]
Pour finir: j’ai rebooté en décochant les lignes devant eth0 ce qui me permet actuellement de me connecter au net. Et dans ce cas wlan0 reçoit bien l’adresse 192.168.1.6 comme détaillé dans mon précédent message, mais la carte wifi ne répond pas pour autant…
merci d’avance
a noter également que le résultat de la commande iwlist qui a pour effet notable de faire clignoter la deuxième diode puis elle s’éteint. Mon réseau est le second repéré:
debian:~# iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 00:1C:26:84:9F:49
ESSID:"Livebox-4DD0"
Mode:Master
Frequency:2.412 GHz
Encryption key:on
Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202
Extra:tsf=000003718a480439
Cell 02 - Address: 00:16:38:24:22:99
ESSID:"TECOM-AH4222-24228E"
Mode:Master
Frequency:2.437 GHz
Encryption key:on
Extra:tsf=000000180f8483d1
La deuxième led, c’est certainement pour signaler une activité réseau. Si tu scanne ton point d’accés, c’est déjà pas mal. Arrives tu as te connecter via un outils comme wifi-radar ?
je ne sais pas ce que c’est que wifiradar…
Simplement il y a quelques jours, j’ai réussi à me connecter via la wifi…je ne sais pourquoi cela ne marche plus
Par ailleurs j’ai lu ici ou là que le noyau 2.6.18 posait des problèmes avec le cartes de types rt61…
dois-je aussi songer à modifier quelque chose de ce point de vue?
En 2.6.18, j’utilisai les drivers du site ralink. En 2.6.25, ceux du noyau.
j’ai utiliser ces drivers…mais en fait je n’arrive pas bien à cerner mon problème !
Où mon problème commence-t-il? C’est un peu ma question…
Si ton scan trouve les réseaux, essaie un
iwconfig wlan0 ton-ssid
dhclient.
tu es sur de ton coup la dessus?
debian:~# iwconfig wlan0 TECOM-AH4222-24228E
Error : unrecognised wireless request "TECOM-AH4222-24228E"
sorry: iwconfig wlan0 essid ton-essid
man iwconfig pour plus de détails
[code]debian:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 IEEE 802.11g Frequency:2.412 GHz
RTS thr:off Fragment thr=2346 B
wlan0 IEEE 802.11g ESSID:"TECOM-AH4222-24228E"
Mode:Managed Frequency:2.412 GHz Access Point: 00:16:38:24:22:99
RTS thr:off Fragment thr=2346 B
Encryption key:maclé
sit0 no wireless extensions.[/code]
cela semble correct…
Bonsoir,
je n’ai malheureusement pas d’idées pour continuer…et essayer de faire marcher cette fichue carte wifi.
Je poste quand même le résultat du dmesg au cas où quelqu’un verrait ce qui cloche.
J’ai tenté un démarrage avec un adressage static mais ce n’est guère mieux.
Je remarque quand même que les deux diodes de la carte s’allument jusqu’à un moment précis du boot:
wlan0: Initial auth_alg=0
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authentication with AP 00:16:38:24:22:99 timed out
Après cela, une des diodes s’éteint et c’est fini pour cette carte.
Voila pour la totalité de la réponse:
pnp: 00:00: ioport range 0x4200-0x427f has been reserved
pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
pnp: 00:01: ioport range 0x5000-0x503f has been reserved
pnp: 00:01: ioport range 0x5500-0x553f has been reserved
PCI: Bridge: 0000:00:08.0
IO window: disabled.
MEM window: e6000000-e6ffffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1e.0
IO window: d000-dfff
MEM window: e4000000-e5ffffff
PREFETCH window: c0000000-dfffffff
PCI: Setting latency timer of device 0000:00:08.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1223693413.884:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 4
Cannot allocate resource for EISA slot 5
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 256k freed
Time: tsc clocksource has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
usbcore: registered new driver usbfs
usbcore: registered new driver hub
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.56.
ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCH] -> GSI 22 (level, high) -> IRQ 177
PCI: Setting latency timer of device 0000:00:04.0 to 64
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
eth0: forcedeth.c: subsystem: 01043:80a7 bound to 0000:00:04.0
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 21 (level, high) -> IRQ 185
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: EHCI Host Controller
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:02.2: debug port 1
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: irq 185, io mem 0xe7004000
ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 20 (level, high) -> IRQ 193
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.0: irq 193, io mem 0xe7002000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ACPI: PCI Interrupt Link [APCG] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 22 (level, high) -> IRQ 177
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: OHCI Host Controller
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:02.1: irq 177, io mem 0xe7003000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
NFORCE2: IDE controller at PCI slot 0000:00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: HDS722580VLAT20, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: HL-DT-STDVD-ROM GDR8161B, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
SCSI subsystem initialized
libata version 2.00 loaded.
hda: max request size: 512KiB
hda: 160836480 sectors (82348 MB) w/1794KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 < hda5 >
hdc: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Attempting manual resume
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected NVIDIA nForce2 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000
i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5500
input: PC Speaker as /class/input/input1
ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 21 (level, high) -> IRQ 185
PCI: Setting latency timer of device 0000:00:06.0 to 64
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Loading module: rt61pci - CVS (N/A) by http://rt2x00.serialmonkey.com.
intel8x0_measure_ac97_clock: measured 52748 usecs
intel8x0: clocking to 47473
ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
ACPI: PCI Interrupt 0000:01:07.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 201
wmaster0: Selected rate control algorithm 'simple'
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC4] -> GSI 19 (level, high) -> IRQ 201
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retrieved PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=500.00 Mhz, System=297.00 MHz
radeonfb: PLL min 20000 max 40000
rt61: module license 'unspecified' taints kernel.
input: ImExPS/2 Generic Explorer Mouse as /class/input/input2
ts: Compaq touchscreen protocol output
radeonfb: Monitor 1 type CRT found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Console: switching to colour frame buffer device 160x64
radeonfb (0000:02:00.0): ATI Radeon AR
Adding 1510068k swap on /dev/hda5. Priority:-1 extents:1 across:1510068k
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
wlan0: Initial auth_alg=0
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authenticate with AP 00:16:38:24:22:99
wlan0: authentication with AP 00:16:38:24:22:99 timed out
eth0: no IPv6 routers present
wlan0: no IPv6 routers present
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
NET: Registered protocol family 5
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
NFSD: starting 90-second grace period
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
[drm] Initialized drm 1.0.1 20051102
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
[drm] Initialized radeon 1.25.0 20060524 on minor 0
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:02:00.0 into 4x mode
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
parport0: FIFO is stuck
parport0: BUSY timeout (1) in compat_write_block_pio
J’ai eu exactement la même chose avec un stick USB et le driver rt2570 du noyau 2.6.26 (rt2x00);
Je n’ai jamais trouvé pourquoi ça ne fonctionnait pas. Le scan était OK, et ensuite authenfication impossible.
Je suis revenu à un kernel 2.6.18 et le driver rt2570-source compilé avec m-a, et ça tourne comme une horloge.
et google ne m’a rien apporté.
Mystère …