Installer ipw2200

BOnjour

sujet déja parcourue par beaucoup et en core moi qui pose des quesitos de debutants mais bon voila

j’ai suivi un autre thread mais je n’aboutit pas a la solution et j’ai suivi le tuto suivant
linuxfr.org/forums/15/5281.html

il demande de telecharger les noyaux de mon kernel.
je fais un uname -apour savoir mon kernel ; resultat: 2.6.16-1-686

je telecharge les sources : apt-get install kernel-source-votre-version-a-vous
puis

mais il existe aps pour mon kernel cite dessus.

dois je m 'arreter la et comprendre ou je peux continuer…

Merci d avance.

essaye plutot un apt-get install linux-source-votre-version-a-vous
change kernel-source par linux-source

il y a pas de paqutes pour cela

:frowning::(:

est ce que je peux pas installer la meme chose d 'un autre kernel ??

ash@seal:~$ aptitude search linux-source v linux-source - v linux-source-2.6 - i linux-source-2.6.15 - Linux kernel source for version 2.6.15 with Debian patches p linux-source-2.6.16 - Linux kernel source for version 2.6.16 with Debian patchesPrend la version 2.6.16 simple

autre petit probleme :

je fais cette commande :
module-assistant a-i ipw2200

il me répond la chose suivante:

│ Package ipw2200-source was not built successfully, see │
│ /var/cache/modass/ipw2200-sourcebuildlog for details!

j ai reteste mais meme chose
j’ai installe les linx-header auparavant

tu as quoi dans le fichier /var/cache/modass/ipw2200-source*buildlog* :question:

le contenu suivant

[code]dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
rm -rf modules
/usr/bin/make clean
make[1]: Entering directory /usr/src/modules/ipw2200' make[1]: Leaving directory/usr/src/modules/ipw2200’
/usr/bin/make -C driver clean
make[1]: Entering directory /usr/src/modules/ipw2200/driver' rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags .lst *.lst rm -rf /usr/src/modules/ipw2200/driver/tmp for file in *.{c,h}; do \ sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \ done make[1]: Leaving directory/usr/src/modules/ipw2200/driver’
dh_clean
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory /usr/src/modules/ipw2200' dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp rm -rf modules /usr/bin/make clean make[2]: Entering directory/usr/src/modules/ipw2200’
make[2]: *** No rule to make target clean'. Stop. make[2]: Leaving directory/usr/src/modules/ipw2200’
make[1]: [clean] Error 2 (ignored)
/usr/bin/make -C driver clean
/bin/sh: line 1: gcc-4.0: command not found
make[2]: Entering directory /usr/src/modules/ipw2200/driver' rm -f *.mod.c *.mod *.o *.ko .*.cmd .*.flags .lst *.lst rm -rf /usr/src/modules/ipw2200/driver/tmp for file in *.{c,h}; do \ sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \ done make[2]: Leaving directory/usr/src/modules/ipw2200/driver’
dh_clean

The required compiler gcc-4.0 is not installed, expect trouble!

for templ in ; do
cp $templ echo $templ | sed -e 's/_KVERS_/2.6.16-1-686/g' ;
done
for templ in ls debian/*.modules.in ; do
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true;
sed -e ‘s/##KVERS##/2.6.16-1-686/g ;s/#KVERS#/2.6.16-1-686/g ; s/KVERS/2.6.16-1-686/g ; s/##KDREV##/2.6.16-5/g ; s/#KDREV#/2.6.16-5/g ; s/KDREV/2.6.16-5/g’ < $templ > ${templ%.modules.in};
done
if ! dpkg --compare-versions 2.6.16-1-686 ge 2.6.4; then
echo “";
echo “Can’t build with a kernel version lower than 2.6.4”;
echo "
”;
exit 1;
fi
export DH_OPTIONS=’-pipw2200-modules-2.6.16-1-686’
sed s/UPSTREAM_VERSION/1.0.8/ < debian/config > debian/config.new
mv debian/config.new debian/config
dh_testdir
dh_testroot
dh_clean -k

Build the module

/usr/bin/make -C driver KSRC=/usr/src/linux-headers-2.6.16-1-686 KVER=2.6.16-1-686 IEEE80211_INC=/usr/include/ieee80211
/bin/sh: line 1: gcc-4.0: command not found
make[2]: Entering directory /usr/src/modules/ipw2200/driver' mkdir -p /usr/src/modules/ipw2200/driver/tmp/.tmp_versions cp /usr/include/ieee80211/*.mod /usr/src/modules/ipw2200/driver/tmp/.tmp_versions cp: cannot stat/usr/include/ieee80211/*.mod’: No such file or directory
make[2]: [modules] Error 1 (ignored)
/usr/bin/make -C /usr/src/linux-headers-2.6.16-1-686 M=/usr/src/modules/ipw2200/driver MODVERDIR=/usr/src/modules/ipw2200/driver/tmp/.tmp_versions CC=“gcc-4.0 -I/usr/include/ieee80211” modules
/usr/src/linux-headers-2.6.16-1-686/scripts/gcc-version.sh: line 1: gcc-4.0: command not found
/usr/src/linux-headers-2.6.16-1-686/scripts/gcc-version.sh: line 1: gcc-4.0: command not found
make[3]: gcc-4.0: Command not found
make[3]: Entering directory /usr/src/linux-headers-2.6.16-1-686' CC [M] /usr/src/modules/ipw2200/driver/ipw2200.o /bin/sh: line 1: gcc-4.0: command not found make[4]: *** [/usr/src/modules/ipw2200/driver/ipw2200.o] Error 127 make[3]: *** [_module_/usr/src/modules/ipw2200/driver] Error 2 make[3]: Leaving directory/usr/src/linux-headers-2.6.16-1-686’
make[2]: *** [modules] Error 2
make[2]: Leaving directory /usr/src/modules/ipw2200/driver' make[1]: *** [binary-modules] Error 2 make[1]: Leaving directory/usr/src/modules/ipw2200’
make: *** [kdist_build] Error 2
[/code]

Pour les sources du kernel, tu en as besoin uniquement si tu souhaites reompiler intégralement ton noyau. Tu ne pourras pas compiler juste le module en utilisant le linux-source.
Si tu souhaites juste compiler le module, il te faut les headers de ton kernel

apgt-get install linux-headers-version_de_ton_kernel

Pense ensuite à créer le lien /usr/src/linux qui pointera vers /usr/src/linux-version_de_ton_kernel
Ensuite module-assistant devrait fonctionner comme sur des roulette

j ai telecharger les headers et j ai fait ca egalemen

si c’est pas le cas, alors faites ln -s /usr/src/kernel-source-votre-noyau build et ln -s /usr/src/kernel-source-votre-noyau source

c est ce que tu me dis de fa ire.???

Merci

pas tout à fait, c’est plutôt

ln -s /usr/src/linux-headers-version_de_ton_noyau /usr/src/linux

Mais je crois que si tu choisis “prepare” dans module-assistant avant de lancer ta compilation, ça doit le faire pour toi.

bon j ai reussi a faire ce que tu me dis.

je refait un moduls-assistant mais la toujours le meme message d erreur .

a suivre

T’as gcc d’installé au moins? Sans compilateur ça risque d’être dur de compiler :laughing:

a verifier mais sinon oui vu que je compile des exo de cours qu’on fait en cours. du coup je pense avroi gcc

Bah, il y a un truc qui me met la puce à l’oreille dans ton message d’erreur quand même :

/bin/sh: line 1: gcc-4.0: command not found 

[quote=“BobX”]Bah, il y a un truc qui me met la puce à l’oreille dans ton message d’erreur quand même :

/bin/sh: line 1: gcc-4.0: command not found [/quote]

ok je v installer le 4

sinon j’ai autre chose pour ce qui veule

j ai installe hotplug
redemarre
installer le firmware

mais la quad je fai iwconfig pas de wireless

bon j ai installer le gcc-4.0

j ai pu finir la proc.

je v dans firmware j ai bien mes fichiers
je fais un modprobe ipw2200

je fais un iwconfig pas moyen

sur mon clavier j ai un bouton pour allumer le wifi
j 'appuis desuss sans cese ca ne modifie rien .

sous slax , un cd live ma carte wifi fonctionne correctment

Une idée
En tout cas merci pour vos idees

Le bouton pour activer le wifi qui ne fonctionne pas, ça me semble normal. Je sais plus trop comment ça marche pour paramétrer ça, mais il me semble avoir lu des trucs là-dessus.

Tu peux faire un dmesg après ton modprobe pour voir si ton module a été correctement chargé, puis un ifconfig -a pour voir s’il t’a créé une interface wlan?

voila un modprobe ipw2200 , ce qui est drole
[code WARNING: Error inserting ieee80211_crypt (/lib/modules/2.6.16-1-686/net/ieee80211/ieee80211_crypt.ko): Invalid module format
WARNING: Error inserting ieee80211 (/lib/modules/2.6.16-1-686/net/ieee80211/ieee80211.ko): Invalid module format
FATAL: Error inserting ipw2200 (/lib/modules/2.6.16-1-686/kernel/drivers/net/wireless/ipw2200.ko): Invalid module format[/code]

un dmesg

fd8 ACPI: MCFG (v001 HP 309E 0x06040000 LOHR 0x0000005f) @ 0x3feeaf9c ACPI: SSDT (v001 HP 309E 0x00003000 INTL 0x20030224) @ 0x3fee56d3 ACPI: SSDT (v001 HP 309E 0x00003001 INTL 0x20030224) @ 0x3fee54fb ACPI: SSDT (v001 HP 309E 0x00003000 INTL 0x20030224) @ 0x3fee53e7 ACPI: SSDT (v001 HP 309E 0x00000001 INTL 0x20030224) @ 0x3fee52bb ACPI: DSDT (v001 HP 309E 0x06040000 MSFT 0x0100000e) @ 0x00000000 ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 6:13 APIC version 20 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000) Built 1 zonelists Kernel command line: root=/dev/hda3 ro mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 4096 (order: 12, 65536 bytes) Detected 1729.608 MHz processor. Using pmtmr for high-res timesource Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1034440k/1047424k available (1408k kernel code, 12424k reserved, 527k data, 144k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 3465.30 BogoMIPS (lpj=1732653) Security Framework v1.0.0 initialized SELinux: Disabled at boot. Capability LSM initialized Mount-cache hash table entries: 512 CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000 CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 2048K CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000180 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: Intel(R) Pentium(R) M processor 1.73GHz stepping 08 Checking 'hlt' instruction... OK. ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 checking if image is initramfs... it is Freeing initrd memory: 1028k freed NET: Registered protocol family 16 ACPI: bus type pci registered PCI: PCI BIOS revision 2.10 entry at 0xfd860, last bus=7 PCI: Using MMCONFIG ACPI: Subsystem revision 20060127 ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI Error (nsxfeval-0242): Handle is NULL and Pathname is relative [20060127] ACPI Error (nsxfeval-0242): Handle is NULL and Pathname is relative [20060127] ACPI Error (nsxfeval-0242): Handle is NULL and Pathname is relative [20060127] ACPI Error (nsxfeval-0242): Handle is NULL and Pathname is relative [20060127] ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO PCI quirk: region 1180-11bf claimed by ICH6 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Boot video device is 0000:01:00.0 PCI: Transparent bridge - 0000:00:1e.0 PCI: Bus #07 (-#0a) may be hidden behind transparent bridge #06 (-#07) (try 'pci=assign-busses') ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10 ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15) ACPI: Embedded Controller [EC0] (gpe 27) interrupt mode. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 8 devices PnPBIOS: Disabled by ACPI PNP PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.0 PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0 PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.0 PCI: Bridge: 0000:00:01.0 IO window: 3000-3fff MEM window: c8100000-c81fffff PREFETCH window: d0000000-d7ffffff PCI: Bridge: 0000:00:1c.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bus 7, cardbus bridge: 0000:06:06.0 IO window: 00004400-000044ff IO window: 00004800-000048ff PREFETCH window: 50000000-51ffffff MEM window: 52000000-53ffffff PCI: Bridge: 0000:00:1e.0 IO window: 4000-4fff MEM window: c8200000-c82fffff PREFETCH window: 50000000-51ffffff ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.0 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 ACPI: PCI Interrupt 0000:06:06.0[A] -> GSI 22 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:06:06.0 to 64 Simple Boot Flag at 0x36 set to 0x1 audit: initializing netlink socket (disabled) audit(1144421892.841: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 (default) io scheduler deadline registered io scheduler cfq registered ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie03] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 217 ACPI: PCI interrupt for device 0000:00:1e.3 disabled RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 131072 (order: 7, 524288 bytes) TCP bind hash table entries: 65536 (order: 6, 262144 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered 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 wakeup devices: LID0 RP01 LANC PS2K PS2M ACPI: (supports S0 S3 S4 S5) Freeing unused kernel memory: 144k freed mice: PS/2 mouse device common for all mice Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH6: IDE controller at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 225 ICH6: chipset revision 4 ICH6: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x18c0-0x18c7, BIOS settings: hda:DMA, hdb:DMA Probing IDE interface ide0... hda: TOSHIBA MK1031GAS, ATA DISK drive hdb: MATSHITAUJ-840D, ATAPI CD/DVD-ROM drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: max request size: 128KiB hda: 195371568 sectors (100030 MB), CHS=65535/16/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 < hda5 hda6 > hda3 kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. input: AT Translated Set 2 keyboard as /class/input/input0 input: AT Translated Set 2 keyboard as /class/input/input1 Adding 329292k swap on /dev/hda6. Priority:-1 extents:1 across:329292k EXT3 FS on hda3, internal journal Real Time Clock Driver v1.12ac Generic RTC Driver v1.07 hdb: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, (U)DMA Uniform CD-ROM driver Revision: 3.20 ieee80211_crypt: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ieee80211: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ipw2200: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' input: PS/2 Mouse as /class/input/input2 input: AlpsPS/2 ALPS GlidePoint as /class/input/input3 ieee80211_crypt: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ieee80211: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ipw2200: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' 8139too Fast Ethernet driver 0.9.27 ACPI: PCI Interrupt 0000:06:07.0[A] -> GSI 20 (level, low) -> IRQ 217 eth0: RealTek RTL8139 at 0x4000, 00:0a:e4:d7:3b:fc, IRQ 217 eth0: Identified 8139 chip type 'RTL-8100B/8139D' usbcore: registered new driver usbfs usbcore: registered new driver hub USB Universal Host Controller Interface driver v2.3 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:1d.0: irq 233, io base 0x00001800 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 50 PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.1: irq 50, io base 0x00001820 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 225 PCI: Setting latency timer of device 0000:00:1d.2 to 64 uhci_hcd 0000:00:1d.2: UHCI Host Controller uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.2: irq 225, io base 0x00001840 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:1d.3 to 64 uhci_hcd 0000:00:1d.3: UHCI Host Controller uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4 uhci_hcd 0000:00:1d.3: irq 169, io base 0x00001860 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected Linux agpgart interface v0.101 (c) Dave Jones agpgart: Detected an Intel 915GM Chipset. agpgart: AGP aperture is 256M @ 0x0 pci_hotplug: PCI Hot Plug PCI Core version: 0.5 shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 233 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: debug port 1 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5 ehci_hcd 0000:00:1d.7: irq 233, io mem 0xc8000000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 8 ports detected hw_random hardware driver 1.0.0 loaded ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 17 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:1e.2 to 64 intel8x0_measure_ac97_clock: measured 50521 usecs intel8x0: clocking to 48000 ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 20 (level, low) -> IRQ 217 PCI: Setting latency timer of device 0000:00:1e.3 to 64 ieee80211_crypt: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ieee80211: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ipw2200: version magic '2.6.16-1-686 686 gcc-3.3' should be '2.6.16-1-686 686 gcc-4.0' ACPI: PCI Interrupt 0000:06:06.0[A] -> GSI 22 (level, low) -> IRQ 185 Yenta: CardBus bridge found at 0000:06:06.0 [103c:309d] Yenta: Enabling burst memory read transactions Yenta: Using CSCINT to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta TI: socket 0000:06:06.0, mfunc 0x01aa1b02, devctl 0x64 Yenta: ISA IRQ mask 0x0cf8, PCI irq 185 Socket status: 30000006 pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff cs: IO port probe 0x4000-0x4fff: clean. pcmcia: parent PCI bridge Memory window: 0xc8200000 - 0xc82fffff pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x51ffffff ieee1394: Initialized config rom entry `ip1394' ACPI: PCI Interrupt 0000:06:06.2[C] -> GSI 21 (level, low) -> IRQ 58 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[58] MMIO=[c8208000-c82087ff] Max Packet=[2048] IR/IT contexts=[4/8] ieee1394: Host added: ID:BUS[0-00:1023] GUID[05e40a00bc215035] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004) ts: Compaq touchscreen protocol output eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 ACPI: Battery Slot [BAT0] (battery present) ACPI: AC Adapter [AC] (on-line) ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3]) ACPI: Power Button (FF) [PWRF] ACPI: Lid Switch [LID0] ACPI: Sleep Button (CM) [SLPB] ACPI: Power Button (CM) [PWB] ACPI: Thermal Zone [THR0] (61 C) ACPI: Thermal Zone [THR1] (56 C) pcmcia: Detected deprecated PCMCIA ioctl usage. pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools. pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details. cs: IO port probe 0x100-0x4ff: excluding 0x200-0x20f 0x4d0-0x4d7 cs: IO port probe 0x800-0x8ff: excluding 0x800-0x80f cs: IO port probe 0xc00-0xcff: excluding 0xcf8-0xcff cs: IO port probe 0xa00-0xaff: clean. NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver eth0: no IPv6 routers present eth0: link up, 100Mbps, full-duplex, lpa 0x41E1 eth0: no IPv6 routers present

un ifconfig -a

[code]eth0 Link encap:Ethernet HWaddr 00:03:C9:EA:1F:D2
inet addr:192.168.25.26 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::203:c9ff:feea:1fd2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4726 errors:0 dropped:0 overruns:0 frame:0
TX packets:2855 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5593914 (5.3 MiB) TX bytes:316888 (309.4 KiB)
Interrupt:217 Base address:0x4000

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:81 errors:0 dropped:0 overruns:0 frame:0
TX packets:81 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5456 (5.3 KiB) TX bytes:5456 (5.3 KiB)

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)
[/code]

probelme resolu

j 'ai tout refait depuis zero

et c 'est bon

merci de votre aide

euh
rebonjour,

j’avais bien installe ma carte wifi.
je redemarre plus tard, je fais un iwconfig
et la il y a plus de carte wifi lors d un iwconfig ?
je fais un lsmod apres un modprobe ipw2200 et la mes moduls sont la

Je comprend pas la ? je manque quoi la ???

merci de voq lumieres