Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

[Résolu] Comment mettre en IP fixe avec WPA TKIP[Personal] ? / Debian


Messages recommandés

Posté(e) (modifié)

Bonjour,

 

J’ai installé la dernière version de Debian sur un portable avec une carte Ethernet et une autre Wifi de chez Netgear, toutes deux reconnues lors de l’installation.

Tout fonctionnait correctement avec la Freebox que se soit en DHCP ou en IP fixes !

 

J’ai voulu passer leur IP fixes en dur pour ne pas avoir à modifier leur adresse IP à chaque démarrage en suivant les procédures suivantes :

Adresse IP statique sous Ubuntu 8.10

et Configurer le wifi sous Linux

 

Mais voila, après modification de /etc/network/interfaces

Et /etc/wpa_supplicant/wpa_supplicant.conf

KNetworkManger m’affiche No active device

 

J’ai beau l’activer via le KNetwokManager ou la Konsole en su, rien n’y fait.

La carte Eth0 pour la connexion Ethernet filaire est correcte, mais pas la wlan1 correspondant ma connexion Wifi.

J’ai essayé de revenir à l’état précédent des dits fichiers mais ça ne fonctionne toujours pas !

 

Connexion Wifi avec WPA + TKIP

 

/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 static

address 192.168.0.xxx

netmask 255.255.255.0

network 192.168.0.0

broadcast 192.168.0.255

gateway 192.168.0.254

# dns-* options are implemented by the resolvconf package, if installed

dns-nameservers 212.xxx.xxx.xxx

 

# The primary Wifi network interface

auto wlan1

iface wlan1 inet dhcp

netmask 255.255.255.0

network 192.168.0.0

broadcast 192.168.0.255

gateway 192.168.0.254

# dns-* options are implemented by the resolvconf package, if installed

dns-nameservers 212.xxx.xxx.xxx

 

/etc/wpa_supplicant/wpa_supplicant.conf

...est vide...

 

Lors du redémarrage du réseau via Konsol:

SIOCSIFADDR:No such device

wlan1:ERROR while getting interface flags: No such device

wlan1:ERROR while getting interface flags: No such device

Bind socket to interface: No such device

Failed to bring up wlan1.

done.

 

:chpas:

 

 

debian:/home/josh# ifconfig

eth0 Link encap:Ethernet HWaddr ok:ok:ok:ok:ok:ok

inet addr:192.168.0.xxx Bcast:192.168.0.255 Mask:255.255.255.0

inet6 addr: okok::okok:okok:okok:okok/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:207 errors:0 dropped:0 overruns:0 frame:0

TX packets:156 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:30962 (30.2 KiB) TX bytes:22280 (21.7 KiB)

Interrupt:11 Base address:0x3400

 

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:327 errors:0 dropped:0 overruns:0 frame:0

TX packets:327 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:105661 (103.1 KiB) TX bytes:105661 (103.1 KiB)

Modifié par josh99

Posté(e) (modifié)

Ci-joint dessous d’autres informations WirelessSetup :

 

debian:/home/josh# lsmod

Module Size Used by

ppdev 6468 0

lp 8164 0

autofs4 16420 0

speedstep_lib 4516 0

cpufreq_userspace 3172 0

cpufreq_conservative 5960 0

cpufreq_ondemand 6476 0

cpufreq_stats 3776 0

cpufreq_powersave 1856 0

freq_table 4224 2 cpufreq_ondemand,cpufreq_stats

ipv6 235396 23

loop 12748 0

radio_maestro 6208 0

videodev 27520 1 radio_maestro

v4l1_compat 12260 1 videodev

snd_es1968 22304 0

gameport 10700 1 snd_es1968

snd_ac97_codec 88452 1 snd_es1968

ac97_bus 1728 1 snd_ac97_codec

snd_pcm_oss 32800 0

snd_mixer_oss 12320 1 snd_pcm_oss

snd_pcm 62660 3 snd_es1968,snd_ac97_codec,snd_pcm_oss

snd_page_alloc 7816 2 snd_es1968,snd_pcm

snd_mpu401_uart 6368 1 snd_es1968

pcmcia 29548 0

firmware_class 6816 1 pcmcia

8139too 20384 0

mii 4896 1 8139too

snd_seq_dummy 2660 0

parport_pc 22500 1

parport 31084 3 ppdev,lp,parport_pc

container 3456 0

button 6096 0

battery 10180 0

snd_seq_oss 24960 0

snd_seq_midi 5728 0

snd_rawmidi 18496 2 snd_mpu401_uart,snd_seq_midi

ac 4196 0

snd_seq_midi_event 6432 2 snd_seq_oss,snd_seq_midi

psmouse 32336 0

snd_seq 41456 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_m

idi_event

pcspkr 2432 0

snd_timer 17800 2 snd_pcm,snd_seq

snd_seq_device 6380 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmi

di,snd_seq

serio_raw 4740 0

i2c_piix4 7216 0

i2c_core 19828 1 i2c_piix4

snd 45636 11 snd_es1968,snd_ac97_codec,snd_pcm_oss,snd_mixer

_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_d

evice

intel_agp 22524 1

yenta_socket 20620 4

shpchp 25528 0

agpgart 28808 1 intel_agp

rsrc_nonstatic 9504 1 yenta_socket

pcmcia_core 31892 3 pcmcia,yenta_socket,rsrc_nonstatic

pci_hotplug 23460 1 shpchp

soundcore 6368 1 snd

evdev 8000 4

dcdbas 6272 0

ext3 105576 5

jbd 39476 1 ext3

mbcache 7108 1 ext3

ide_cd_mod 27684 0

cdrom 30176 1 ide_cd_mod

ide_disk 10496 7

ata_generic 4676 0

libata 140448 1 ata_generic

scsi_mod 129548 1 libata

ide_pci_generic 3908 0 [permanent]

floppy 47844 0

dock 8304 1 libata

uhci_hcd 18672 0

piix 6568 0 [permanent]

usbcore 118224 2 uhci_hcd

ide_core 96168 4 ide_cd_mod,ide_disk,ide_pci_generic,piix

thermal 15228 0

processor 32576 2 thermal

fan 4196 0

thermal_sys 10856 3 thermal,processor,fan

 

debian:/home/josh# dmesg

[ 0.000000] Initializing cgroup subsys cpuset

[ 0.000000] Initializing cgroup subsys cpu

[ 0.000000] Linux version 2.6.26-2-686 (Debian 2.6.26-25lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Sep 16 19:35:51 UTC 2010

[ 0.000000] BIOS-provided physical RAM map:

[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)

[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)

[ 0.000000] BIOS-e820: 00000000000ea000 - 0000000000100000 (reserved)

[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)

[ 0.000000] BIOS-e820: 000000001fff0000 - 000000001ffffc00 (ACPI data)

[ 0.000000] BIOS-e820: 000000001ffffc00 - 0000000020000000 (ACPI NVS)

[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)

[ 0.000000] 0MB HIGHMEM available.

[ 0.000000] 511MB LOWMEM available.

[ 0.000000] Entering add_active_range(0, 0, 131056) 0 entries of 256 used

[ 0.000000] Zone PFN ranges:

[ 0.000000] DMA 0 -> 4096

[ 0.000000] Normal 4096 -> 131056

[ 0.000000] HighMem 131056 -> 131056

[ 0.000000] Movable zone start PFN for each node

[ 0.000000] early_node_map[1] active PFN ranges

[ 0.000000] 0: 0 -> 131056

[ 0.000000] On node 0 totalpages: 131056

[ 0.000000] DMA zone: 32 pages used for memmap

[ 0.000000] DMA zone: 0 pages reserved

[ 0.000000] DMA zone: 4064 pages, LIFO batch:0

[ 0.000000] Normal zone: 992 pages used for memmap

[ 0.000000] Normal zone: 125968 pages, LIFO batch:31

[ 0.000000] HighMem zone: 0 pages used for memmap

[ 0.000000] Movable zone: 0 pages used for memmap

[ 0.000000] DMI 2.3 present.

[ 0.000000] ACPI: RSDP 000F72E0, 0014 (r0 DELL )

[ 0.000000] ACPI: RSDT 1FFFAFA6, 002C (r1 DELL I 7500 6040000 LTP 0)

[ 0.000000] ACPI: FACP 1FFFFB65, 0074 (r1 DELL I 7500 6040000 PTL 1)

[ 0.000000] ACPI: DSDT 1FFFAFD2, 4B93 (r1 DELL I 7500 6040000 MSFT 100000B)

[ 0.000000] ACPI: FACS 1FFFFFC0, 0040

[ 0.000000] ACPI: BOOT 1FFFFBD9, 0027 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)

[ 0.000000] ACPI: PM-Timer IO Port: 0x1008

[ 0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)

[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000

[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ea000

[ 0.000000] PM: Registered nosave memory: 00000000000ea000 - 0000000000100000

[ 0.000000] SMP: Allowing 0 CPUs, 0 hotplug CPUs

[ 0.000000] PERCPU: Allocating 37992 bytes of per cpu data

[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 1

[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130032

[ 0.000000] Kernel command line: root=/dev/hda1 ro

[ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"

[ 0.000000] mapped APIC to ffffb000 (0140d000)

[ 0.000000] Enabling fast FPU save and restore... done.

[ 0.000000] Enabling unmasked SIMD FPU exception support... done.

[ 0.000000] Initializing CPU#0

[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)

[ 0.000000] Detected 501.147 MHz processor.

[ 0.004000] Console: colour VGA+ 80x25

[ 0.004000] console [tty0] enabled

[ 0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

[ 0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

[ 0.004000] Memory: 509764k/524224k available (1771k kernel code, 13872k reserved, 749k data, 244k init, 0k highmem)

[ 0.004000] virtual kernel memory layout:

[ 0.004000] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)

[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)

[ 0.004000] vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)

[ 0.004000] lowmem : 0xc0000000 - 0xdfff0000 ( 511 MB)

[ 0.004000] .init : 0xc037f000 - 0xc03bc000 ( 244 kB)

[ 0.004000] .data : 0xc02baebd - 0xc0376620 ( 749 kB)

[ 0.004000] .text : 0xc0100000 - 0xc02baebd (1771 kB)

[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.

[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated

[ 0.084528] Calibrating delay using timer specific routine.. 1003.93 BogoMIPS (lpj=2007873)

[ 0.084779] Security Framework initialized

[ 0.084850] SELinux: Disabled at boot.

[ 0.084913] Capability LSM initialized

[ 0.085029] Mount-cache hash table entries: 512

[ 0.085586] Initializing cgroup subsys ns

[ 0.085653] Initializing cgroup subsys cpuacct

[ 0.085716] Initializing cgroup subsys devices

[ 0.085838] CPU: L1 I cache: 16K, L1 D cache: 16K

[ 0.085937] CPU: L2 cache: 256K

[ 0.086002] Intel machine check architecture supported.

[ 0.086069] Intel machine check reporting enabled on CPU#0.

[ 0.086167] Checking 'hlt' instruction... OK.

[ 0.101178] SMP alternatives: switching to UP code

[ 0.118233] Freeing SMP alternatives: 16k freed

[ 0.118309] ACPI: Core revision 20080321

[ 0.132956] ACPI: setting ELCR to 0200 (from 0820)

[ 0.140008] weird, boot CPU (#0) not listedby the BIOS.

[ 0.140008] SMP motherboard not detected.

[ 0.140008] Local APIC not detected. Using dummy APIC emulation.

[ 0.140008] SMP disabled

[ 0.140008] Brought up 1 CPUs

[ 0.140008] Total of 1 processors activated (1003.93 BogoMIPS).

[ 0.140008] CPU0 attaching sched-domain:

[ 0.140008] domain 0: span 0

[ 0.140008] groups: 0

[ 0.140008] net_namespace: 660 bytes

[ 0.140008] Booting paravirtualized kernel on bare hardware

[ 0.140008] NET: Registered protocol family 16

[ 0.140300] ACPI: bus type pci registered

[ 0.141760] PCI: PCI BIOS revision 2.10 entry at 0xfd9ae, last bus=1

[ 0.141835] PCI: Using configuration type 1 for base access

[ 0.141961] Setting up standard PCI resources

[ 0.151313] ACPI: EC: Look up EC in DSDT

[ 0.169686] ACPI: Interpreter enabled

[ 0.169757] ACPI: (supports S0 S1 S3 S4 S5)

[ 0.170030] ACPI: Using PIC for interrupt routing

[ 0.172315] ACPI: EC: non-query interrupt received, switching to interrupt mode

[ 0.196394] ACPI: [Package] has zero elements (df47e860)

[ 0.198141] ACPI: [Package] has zero elements (df47e780)

[ 0.204571] ACPI: [Package] has zero elements (df47e5e0)

[ 0.206301] ACPI: [Package] has zero elements (df47e500)

[ 0.213943] ACPI: [Package] has zero elements (df462660)

[ 0.224665] ACPI: [Package] has zero elements (df462f00)

[ 0.225474] ACPI: [Package] has zero elements (df462d80)

[ 0.225977] ACPI: [Package] has zero elements (df462cc0)

[ 0.226385] ACPI: [Package] has zero elements (df462be0)

[ 0.226760] ACPI: [Package] has zero elements (df462b20)

[ 0.227341] ACPI: [Package] has zero elements (df462a60)

[ 0.228099] ACPI: [Package] has zero elements (df4629a0)

[ 0.228806] ACPI: [Package] has zero elements (df488820)

[ 0.230846] ACPI: EC: GPE = 0x9, I/O: command/status = 0x66, data = 0x62

[ 0.230921] ACPI: EC: driver started in interrupt mode

[ 0.231187] ACPI: PCI Root Bridge [PCI0] (0000:00)

[ 0.231900] pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI

[ 0.231975] pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB

[ 0.232472] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

[ 0.232777] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]

[ 0.249701] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 14 15)

[ 0.250553] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.

[ 0.251467] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7) *0, disabled.

[ 0.252208] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 14 15)

[ 0.256102] ACPI: Power Resource [PFN0] (off)

[ 0.257730] ACPI: Power Resource [PFN1] (off)

[ 0.258011] Linux Plug and Play Support v0.97 © Adam Belay

[ 0.258228] pnp: PnP ACPI init

[ 0.258321] ACPI: bus type pnp registered

[ 0.283735] pnp: PnP ACPI: found 12 devices

[ 0.283809] ACPI: ACPI bus type pnp unregistered

[ 0.283877] PnPBIOS: Disabled by ACPI PNP

[ 0.285140] PCI: Using ACPI for IRQ routing

[ 0.285831] system 00:00: iomem range 0xdc000-0xdffff has been reserved

[ 0.285909] system 00:00: iomem range 0xfff80000-0xfff9ffff could not be reserved

[ 0.285992] system 00:00: iomem range 0xfffa0000-0xffffffff could not be reserved

[ 0.286099] system 00:05: ioport range 0x4d0-0x4d1 has been reserved

[ 0.286169] system 00:05: ioport range 0x1040-0x104f has been reserved

[ 0.286239] system 00:05: ioport range 0x3810-0x381f has been reserved

[ 0.286309] system 00:05: ioport range 0x1016-0x103f has been reserved

[ 0.318216] PCI: Bridge: 0000:00:01.0

[ 0.318281] IO window: 2000-2fff

[ 0.318342] MEM window: 0xfc100000-0xfdffffff

[ 0.318404] PREFETCH window: 0x0000000040000000-0x00000000400fffff

[ 0.318475] PCI: Bus 2, cardbus bridge: 0000:00:04.0

[ 0.318537] IO window: 0x00001c00-0x00001cff

[ 0.318597] IO window: 0x00003000-0x000030ff

[ 0.318659] PREFETCH window: 0x30000000-0x33ffffff

[ 0.318723] MEM window: 0x34000000-0x37ffffff

[ 0.318784] PCI: Bus 6, cardbus bridge: 0000:00:04.1

[ 0.318846] IO window: 0x00003400-0x000034ff

[ 0.318909] IO window: 0x00003c00-0x00003cff

[ 0.318973] PREFETCH window: 0x38000000-0x3bffffff

[ 0.319036] MEM window: 0x3c000000-0x3fffffff

[ 0.319966] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11

[ 0.320053] PCI: setting IRQ 11 as level-triggered

[ 0.320065] ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

[ 0.320221] PCI: Setting latency timer of device 0000:00:04.0 to 64

[ 0.320261] ACPI: PCI Interrupt 0000:00:04.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

[ 0.320415] PCI: Setting latency timer of device 0000:00:04.1 to 64

[ 0.320531] NET: Registered protocol family 2

[ 0.320965] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

[ 0.321942] TCP established hash table entries: 16384 (order: 5, 131072 bytes)

[ 0.322414] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)

[ 0.322908] TCP: Hash tables configured (established 16384 bind 16384)

[ 0.322979] TCP reno registered

[ 0.323519] NET: Registered protocol family 1

[ 0.324111] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0

[ 1.439865] it is

[ 2.702821] Freeing initrd memory: 6065k freed

[ 2.703514] Simple Boot Flag at 0x37 set to 0x1

[ 2.705221] audit: initializing netlink socket (disabled)

[ 2.705328] type=2000 audit(1302421464.704:1): initialized

[ 2.705819] Total HugeTLB memory allocated, 0

[ 2.706151] VFS: Disk quotas dquot_6.5.1

[ 2.706327] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 2.706529] msgmni has been set to 1007

[ 2.707073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)

[ 2.707157] io scheduler noop registered

[ 2.707215] io scheduler anticipatory registered

[ 2.707275] io scheduler deadline registered

[ 2.707371] io scheduler cfq registered (default)

[ 2.707456] pci 0000:00:00.0: Limiting direct PCI/PCI transfers

[ 2.707586] pci 0000:01:00.0: Boot video device

[ 2.709024] isapnp: Scanning for PnP cards...

[ 3.062595] isapnp: No Plug & Play device found

[ 3.074418] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled

[ 3.075729] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

[ 3.077561] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

[ 3.084294] brd: module loaded

[ 3.084777] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12

[ 3.100450] serio: i8042 KBD port at 0x60,0x64 irq 1

[ 3.100450] serio: i8042 AUX port at 0x60,0x64 irq 12

[ 3.100450] mice: PS/2 mouse device common for all mice

[ 3.100450] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0

[ 3.100572] rtc0: alarms up to one month, y3k

[ 3.100772] cpuidle: using governor ladder

[ 3.100836] cpuidle: using governor menu

[ 3.100903] No iBFT detected.

[ 3.102984] TCP cubic registered

[ 3.103045] NET: Registered protocol family 17

[ 3.103118] Using IPI No-Shortcut mode

[ 3.103701] registered taskstats version 1

[ 3.104081] rtc_cmos 00:07: setting system clock to 2011-04-10 07:44:25 UTC (1302421465)

[ 3.104899] Freeing unused kernel memory: 244k freed

[ 3.130346] input: AT Translated Set 2 keyboard as /class/input/input0

[ 3.501574] ACPI: PNP0C0B:00 is registered as cooling_device0

[ 3.501574] ACPI: Fan [FAN0] (on)

[ 3.504030] ACPI: PNP0C0B:01 is registered as cooling_device1

[ 3.504030] ACPI: Fan [FAN1] (on)

[ 3.544799] ACPI: CPU0 (power states: C1[C1] C2[C2])

[ 3.545149] ACPI: ACPI0007:00 is registered as cooling_device2

[ 3.545224] ACPI: Processor [CPU0] (supports 8 throttling states)

[ 3.555802] Marking TSC unstable due to: TSC halts in idle.

[ 3.558249] ACPI: LNXTHERM:01 is registered as thermal_zone0

[ 3.558809] ACPI: Thermal Zone [THRM] (30 C)

[ 5.556473] Uniform Multi-Platform E-IDE driver

[ 5.556552] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

[ 5.799390] PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at PCI slot 0000:00:07.1

[ 5.799506] PIIX4: not 100% native mode: will probe irqs later

[ 5.799586] ide0: BM-DMA at 0x1050-0x1057

[ 5.799657] ide1: BM-DMA at 0x1058-0x105f

[ 5.799721] Probing IDE interface ide0...

[ 5.808869] usbcore: registered new interface driver usbfs

[ 5.809024] usbcore: registered new interface driver hub

[ 5.809236] usbcore: registered new device driver usb

[ 5.895784] USB Universal Host Controller Interface driver v3.0

[ 6.023854] ACPI: ACPI Dock Station Driver

[ 6.088237] hda: FUJITSU MHK2120AT, ATA DISK drive

[ 6.760250] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4

[ 6.761743] hda: UDMA/33 mode selected

[ 6.771100] Probing IDE interface ide1...

[ 6.806170] Floppy drive(s): fd0 is 1.44M

[ 6.826690] FDC 0 is a post-1991 82077

[ 7.316041] Clocksource tsc unstable (delta = -183851219 ns)

[ 7.508194] hdc: TOSHIBA CD-ROM XM-1902B, ATAPI CD/DVD-ROM drive

[ 7.844202] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4

[ 7.864079] hdc: MWDMA2 mode selected

[ 7.864563] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

[ 7.944738] ide1 at 0x170-0x177,0x376 on irq 15

[ 7.944988] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5

[ 7.944988] PCI: setting IRQ 5 as level-triggered

[ 7.944988] ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5

[ 7.944988] uhci_hcd 0000:00:07.2: UHCI Host Controller

[ 7.948114] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1

[ 7.948233] uhci_hcd 0000:00:07.2: irq 5, io base 0x00001060

[ 7.948662] usb usb1: configuration #1 chosen from 1 choice

[ 7.948868] hub 1-0:1.0: USB hub found

[ 7.948958] hub 1-0:1.0: 2 ports detected

[ 8.052488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001

[ 8.052568] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 8.052646] usb usb1: Product: UHCI Host Controller

[ 8.052707] usb usb1: Manufacturer: Linux 2.6.26-2-686 uhci_hcd

[ 8.052771] usb usb1: SerialNumber: 0000:00:07.2

[ 8.110576] SCSI subsystem initialized

[ 8.180966] libata version 3.00 loaded.

[ 8.409066] hda: max request size: 128KiB

[ 8.418254] hda: 23579136 sectors (12072 MB) w/512KiB Cache, CHS=23392/16/63

[ 8.418405] hda: cache flushes not supported

[ 8.418593] hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >

[ 8.579577] hdc: ATAPI 24X CD-ROM drive, 128kB Cache

[ 8.579789] Uniform CD-ROM driver Revision: 3.20

[ 68.596053] hdc: DMA interrupt recovery

[ 68.596125] hdc: lost interrupt

[ 68.596425] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.596638] ide: failed opcode was: unknown

[ 68.596733] hdc: drive not ready for command

[ 68.599821] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.600021] ide: failed opcode was: unknown

[ 68.600221] hdc: drive not ready for command

[ 68.600324] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.600533] ide: failed opcode was: unknown

[ 68.600626] hdc: drive not ready for command

[ 68.600720] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.600930] ide: failed opcode was: unknown

[ 68.601024] hdc: drive not ready for command

[ 68.601084] hdc: weird block size 0

[ 68.601141] hdc: default to 2kb block size

[ 68.601231] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.601442] ide: failed opcode was: unknown

[ 68.601537] hdc: drive not ready for command

[ 68.601630] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.601834] ide: failed opcode was: unknown

[ 68.601929] hdc: drive not ready for command

[ 68.602021] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.602228] ide: failed opcode was: unknown

[ 68.602322] hdc: drive not ready for command

[ 68.602415] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.602624] ide: failed opcode was: unknown

[ 68.602718] hdc: drive not ready for command

[ 68.602809] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.603014] ide: failed opcode was: unknown

[ 68.603108] hdc: drive not ready for command

[ 68.603370] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 68.603578] ide: failed opcode was: unknown

[ 68.603672] hdc: drive not ready for command

[ 68.866776] PM: Starting manual resume from disk

[ 69.011886] kjournald starting. Commit interval 5 seconds

[ 69.011986] EXT3-fs: mounted filesystem with ordered data mode.

[ 72.737381] udevd version 125 started

[ 73.440127] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 73.440350] ide: failed opcode was: unknown

[ 73.440453] hdc: drive not ready for command

[ 73.440632] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 73.440843] ide: failed opcode was: unknown

[ 73.440940] hdc: drive not ready for command

[ 73.441060] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 73.441272] ide: failed opcode was: unknown

[ 73.441368] hdc: drive not ready for command

[ 73.444583] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 73.444808] ide: failed opcode was: unknown

[ 73.444912] hdc: drive not ready for command

[ 73.445166] hdc: status error: status=0x58 { DriveReady SeekComplete DataRequest }

[ 73.445376] ide: failed opcode was: unknown

[ 73.445471] hdc: drive not ready for command

[ 74.487059] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)

[ 78.554232] pci_hotplug: PCI Hot Plug PCI Core version: 0.5

[ 78.772377] Linux agpgart interface v0.103

[ 78.795459] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

[ 78.817747] Yenta: CardBus bridge found at 0000:00:04.0 [1028:009e]

[ 78.817843] Yenta: Enabling burst memory read transactions

[ 78.817909] Yenta: Using CSCINT to route CSC interrupts to PCI

[ 78.817974] Yenta: Routing CardBus interrupts to PCI

[ 78.818039] Yenta TI: socket 0000:00:04.0, mfunc 0x01021c72, devctl 0x66

[ 79.048593] Yenta: ISA IRQ mask 0x0498, PCI irq 11

[ 79.048666] Socket status: 30000020

[ 79.049170] agpgart: Detected an Intel 440BX Chipset.

[ 79.053933] agpgart: AGP aperture is 64M @ 0xe0000000

[ 79.054085] Yenta: CardBus bridge found at 0000:00:04.1 [1028:009e]

[ 79.054169] Yenta: Using CSCINT to route CSC interrupts to PCI

[ 79.054233] Yenta: Routing CardBus interrupts to PCI

[ 79.054299] Yenta TI: socket 0000:00:04.1, mfunc 0x01021c72, devctl 0x66

[ 79.284596] Yenta: ISA IRQ mask 0x0498, PCI irq 11

[ 79.284671] Socket status: 30000020

[ 79.646560] piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device

[ 79.688082] pccard: CardBus card inserted into slot 0

[ 79.920108] pccard: CardBus card inserted into slot 1

[ 79.961693] input: PC Speaker as /class/input/input1

[ 81.651184] ACPI: AC Adapter [AC] (on-line)

[ 81.717085] input: ImPS/2 Generic Wheel Mouse as /class/input/input2

[ 82.727730] ACPI: Battery Slot [bAT0] (battery present)

[ 82.732616] ACPI: Battery Slot [bAT1] (battery absent)

[ 82.823212] input: Lid Switch as /class/input/input3

[ 82.835023] ACPI: Lid Switch [LID]

[ 82.835385] input: Power Button (CM) as /class/input/input4

[ 82.860365] ACPI: Power Button (CM) [PWRB]

[ 82.860687] input: Sleep Button (CM) as /class/input/input5

[ 82.890555] ACPI: Sleep Button (CM) [sBTN]

[ 85.998186] parport_pc 00:03: reported by Plug and Play ACPI

[ 85.998326] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]

[ 87.885022] 8139too Fast Ethernet driver 0.9.28

[ 87.885189] 8139too 0000:06:00.0: enabling device (0000 -> 0003)

[ 87.885269] ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

[ 87.885440] PCI: Setting latency timer of device 0000:06:00.0 to 64

[ 87.887075] eth0: RealTek RTL8139 at 0x3400, 00:22:b0:cc:df:b7, IRQ 11

[ 87.887144] eth0: Identified 8139 chip type 'RTL-8139C'

[ 89.216858] cs: IO port probe 0x100-0x3af: clean.

[ 89.217899] cs: IO port probe 0x3e0-0x4ff: clean.

[ 89.218433] cs: IO port probe 0x820-0x8ff: clean.

[ 89.218914] cs: IO port probe 0xc00-0xcf7: clean.

[ 89.219713] cs: IO port probe 0xa00-0xaff: clean.

[ 89.220679] cs: IO port probe 0x100-0x3af: clean.

[ 89.221709] cs: IO port probe 0x3e0-0x4ff: clean.

[ 89.222244] cs: IO port probe 0x820-0x8ff: clean.

[ 89.222723] cs: IO port probe 0xc00-0xcf7: clean.

[ 89.223495] cs: IO port probe 0xa00-0xaff: clean.

[ 89.889039] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5

[ 90.496073] es1968: clocking to 48000

[ 90.751162] Linux video capture interface: v2.00

[ 91.607397] Adding 682720k swap on /dev/hda7. Priority:-1 extents:1 across:682720k

[ 92.327106] EXT3 FS on hda1, internal journal

[ 92.959451] loop: module loaded

[ 97.546782] kjournald starting. Commit interval 5 seconds

[ 97.548690] EXT3 FS on hda9, internal journal

[ 97.548794] EXT3-fs: mounted filesystem with ordered data mode.

[ 97.620631] kjournald starting. Commit interval 5 seconds

[ 97.621098] EXT3 FS on hda8, internal journal

[ 97.621098] EXT3-fs: mounted filesystem with ordered data mode.

[ 97.702354] kjournald starting. Commit interval 5 seconds

[ 97.704667] EXT3 FS on hda5, internal journal

[ 97.704768] EXT3-fs: mounted filesystem with ordered data mode.

[ 97.780321] kjournald starting. Commit interval 5 seconds

[ 97.869665] EXT3 FS on hda6, internal journal

[ 97.869786] EXT3-fs: mounted filesystem with ordered data mode.

[ 100.548644] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1

[ 102.134283] NET: Registered protocol family 10

[ 102.136217] lo: Disabled Privacy Extensions

[ 112.256073] eth0: no IPv6 routers present

[ 134.503208] lp0: using parport0 (interrupt-driven).

[ 134.651266] ppdev: user-space parallel port driver

 

debian:/home/josh# dmesg | grep firmware

 

debian:/home/josh# uname -r

2.6.26-2-686

 

debian:/home/josh# iwconfig

lo no wireless extensions.

eth0 no wireless extensions.

Modifié par josh99
Posté(e)

J’ai réinstallé Debian et suis de nouveau avec mes deux cartes en DHCP: eth0 et wlan0

Je viens de tester les deux connexions et elles fonctionnent correctement y compris en WPA TKIP[Personal].

Comment les mettre en IP fixe avec WPA TKIP[Personal] pour le Wifi ?

Posté(e)

Pour eth0 j'ai trouvé ceci:

 

debian:/home/josh# nano /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

allow-hotplug eth0

iface eth0 inet static

address 192.168.xxx.xxx

netmask 255.255.255.0

gateway 192.168.xxx.xxx

 

auto eth0

 

Comment mettre en IP fixe avec WPA TKIP[Personal] le Wifi ?

Posté(e) (modifié)

En utilisant lassistant Network de Gnome [SystemAdministrationNetwork ]

J’ai pu configurer mes deux cartes en IP fixe et ça donne ceci si cela peux aider quelqu’un :

 

/etc/network/interfaces

# The loopback network interface

auto lo

iface lo inet loopback

address 127.0.0.1

netmask 255.0.0.0

 

# The primary network interface

allow-hotplug eth0

iface eth0 inet static

address 192.168.xxx.xxx

netmask 255.255.255.0

gateway 192.168.xxx.xxx

 

auto eth0

 

# The secondary network interface

allow-hotplug wlan0

iface wlan0 inet static

address 192.168.xxx.xxx

netmask 255.255.255.0

gateway 192.168.xxx.xxx

wpa-psk <hidden>

wpa-driver wext

wpa-key-mgmt WPA-PSK

wpa-proto WPA

wpa-ssid <hidden>

 

auto wlan0

Modifié par Greywolf
suppression ssid et clé wpa
  • 2 mois après...
Posté(e)

Pourquoi vouloir passer en IP fixe ? Une ip dynamique c'est vachement utile pour les plateformes du style megavideo =) M'enfin après j'ai pas de solution pour toi désoler ... :roll:

Posté(e)

bonjour,

pour la bonne est simple raison que si à chaque fois que tu veux par exemple accéder aux répertoires partagés il ta faut vérifier l'ip pour les monter qu'avec une ip fixe tu colle ça dans le fstab et roule ma poule .

de plus l'ip fixe dont il parle c'est celle de son réseau perso fourni par son routeur et non celle attribue par son FAI

a+

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...