Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 03/06/2007, à 14:12

[Gx]Dimos

Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Bonjour à tous. smile

Comment installer votre clé wifi fournie avec votre LiveBox Inventel sans avoir de connections internet active. hmm
Il est nécessaire d'avoir un accès à internet sur un autre ordinateur pour récupérer les pilotes de votre clé wifi et NDISwrapper.

          1 Récupérer  le pilote Windows de votre matériel.

          2 Compiler et installer NDISwrapper.

          3 Installer votre clé wifi.

          4 Configuration réseau.

          5 Problèmes connu.


1 Récupérer  le pilote Windows de votre matériel :

Brancher votre clé wifi et dans un terminal tapez "lsusb" :

lsusb 
...
Bus 002 Device 002: ID 0457:0163 Silicon Integrated Systems Corp
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 046d:c501 Logitech, Inc. Cordless Mouse Receiver
Bus 001 Device 001: ID 0000:0000
...

Le périphérique Silicon Integrated Systems Corp correspond à votre clé usb Thomson WLG 1500A équipée d'une puce SiS.

Vous n'avez pas d'autre choix que d'aller télécharger les pilotes SiS pour windows XP soit directement sur le site du constructeur soit ici :
http://iutbminformatique.free.fr/files/wlg-1500-1.1.zip  (testé avec ceux-ci)

Extraire l'archive sur votre bureau.
Utilisons tous les fichiers contenus dans  /WLG-1500 SW1.10b04(365A)/Drivers/Windows XP/ :

sis163u.cat
SiS163u.INF
SiS163u.sys
SiSWBase.dll
SiSWinst.dll
SiSWPars.dll

On va copier le dossier Windows XP et sont contenus à la racine :

sudo cp -r /home/julien/Desktop/wlg-1500-1.1.zip_FILES/WLG-1500\ SW1.10b04\(365A\)/Drivers/Windows\ XP/ /

Attention remplacer julien par votre utilisateur...
Vous avez maintenant tous les fichier disponibles pour faire fonctionner votre clé wifi, reste à les exploiter. cool


2 Compiler et installer NDISwrapper.

Il nous faut le cd d'installation de Feisty et NDISwrapper version 1.45 ou plus récente  :

Installation simple
:
Insérer le CD-ROM de feisty.

sudo apt-cdrom add
sudo apt-get update 
sudo apt-get install ndiswrapper-utils-1.9

Si l'installation c'est bien passée, aller directement au point 3.
En cas de problème à l'installation (paquet introuvable ...), il est possible de compiler ndiswrapper.


Compilation :

NDISwrapper est disponible ici :
http://sourceforge.net/project/showfile … p_id=93482

Pour installer NDISwrapper , il faut le compiler puis l'installer. C'est impossible sans avoir au préalable installer libc6-dev disponible sur le cd d'installation de Feisty.
Sources :
http://ndiswrapper.sourceforge.net/joom … tallation/

Pour installer libc6-dev :
Insérer le cd d'installation de Feisty puis dans un terminal tapez :

sudo apt-cdrom add

Normalement le gestionnaire de paquet Synaptic se lance automatiquement sinon aller dans :
Système > Administration > Gestionnaire de paquet Synaptic
Rechercher libc6-dev puis sélectionner pour installation.
Ou tapez dans un terminal :

sudo apt-get install libc6-dev

(pour utiliser sudo apt-cdrom, il faut avoir réglé l'heure est la date du système dans le bios de la carte mère et dans Feisty car sinon il refusera d'utiliser les paquets disponibles sur le CD)

Il nous reste à compiler et installer NDISwrapper :
Copier l'archive de NDISwrapper dans votre dossier personnel.
Tapez dans un terminal :

tar -zxvf ndiswrapper-version.tar.gz

Placez vous dans le dossier décompressé :

cd ndiswrapper-version/

Compilation :

make distclean
make

Installation :

sudo make install

Soyer attentif à ce qui défile dans le terminal . Inutile de continuer si vous voyez apparaitre une erreur a la fin de la compilation où lors de l'installation.

Voilà, la dernière version de NDISwrapper est installée. wink


3 Installer votre clé wifi.
Nous avons tous les fichier nécessaires dans /Windows\ XP/.
Alors dans un terminal tapez sudo ndiswrapper -i filename.inf.
Où filename.inf est le fichier .INF contenus dans /Windows\ XP/ : SiS163u.INF

sudo ndiswrapper -i /Windows\ XP/SiS163u.INF

Pour vérifier que l'installation c'est bien déroulée tapez ndiswrapper -l :

ndiswrapper -l
sis163u : driver installed           > Driver bien installé 
        device (0457:0163) present   > Matériel compatible avec le driver détecté

4 Configuration réseau.
Avant de continuer il faut entrer dans un terminal :

sudo depmod -a

Si aucune erreur ne vient troubler le bon déroulement de la commande , continuer avec :

sudo modprobe ndiswrapper

Le module NDISwrapper et le drivers sont chargés dans le noyau du système.
La LED sur la clé s'allume en continue.

Pour vérifier si tous et ok utiliser iwconfig :

iwconfig
lo        no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"Livebox-9438"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:0E:9B:C4:CC:3A   
          Bit Rate=36 Mb/s   Tx-Power:17 dBm   Sensitivity=0/3  
          RTS thr=2312 B   Fragment thr=2312 B   
          Power Management:off
          Link Quality:81/100  Signal level:-44 dBm  Noise level:-96 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:380374  Invalid misc:136272   Missed beacon:0

La clé wifi sera reconnu par le système sous le nom de wlan0
Votre LiveBox est allumée ? big_smile
Avec la commande suivante on va lister les réseaux disponibles :

sudo iwlist wlan0 scan
wlan0     Scan completed :
          Cell 01 - Address: 00:0E:9B:C4:CC:3A
                    ESSID:"Livebox-XXXX"
                    Protocol:IEEE 802.11g
                    Mode:Managed
                    Frequency:2.412 GHz (Channel 1)
                    Quality:85/100  Signal level:-41 dBm  Noise level:-96 dBm
                    Encryption key:off
                    Bit Rates:54 Mb/s; 48 Mb/s; 36 Mb/s; 24 Mb/s; 18 Mb/s
                              12 Mb/s; 11 Mb/s; 9 Mb/s; 6 Mb/s; 5.5 Mb/s
                              2 Mb/s; 1 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0

La ligne ESSID:"Livebox-XXXX" renseigne sur le propriétaire du signal wifi. Vous devriez y retrouver la clé SSID de votre LiveBox.
Pour vous connecter a votre LiveBox , aller dans le gestionnaire de Réseau :
Système > Administration > Réseau

Activer la connection sans fil et configurer les paramètres (clé SSID → attention au majuscules , mot de passe réseau WEP)

Il faut mettre la LiveBox en mode association en appuyant sur le bouton 1 de celle-ci.
La LED sur la clé wifi doit se mettre à clignoté lorsque la connections est active.
Tester la connection :

sudo ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=2.70 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=2.92 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2.64 ms
...

Et essayer avec Firefox.

Si la commande ping échue (network is unreachable), reprenez l'étape 4 Configuration réseau.

Si tous est ok :

sudo ndiswrapper -m

Pour enregistrer les bon paramétrés.

Pour lancer la connection au démarrage du système :

echo "ndiswrapper"|sudo tee -a /etc/modules

Attention, il faut a chaque connection avec la LiveBox la mettre en mode association. (bouton 1).


5 Problèmes connu.
(network is unreachable) : la connection ne peut être établie
Causes :
Mauvaise clé WEP.
Signal trop faible.
SSID invalide.

Le commande ping réussit mais pas de connection internet possible avec Firefox :
Renseigner le Gestionnaire de Réseau des serveur DNS à utiliser :
Pour orange → 1° 80.10.246.2       2° 80.10.246.129
Conflit avec un autre périphérique de connections internet.

Il est nécessaire de mettre la LiveBox en mode association a chaque démarrage.

Dernière modification par [Gx]Dimos (Le 26/08/2007, à 12:05)

Hors ligne

#2 Le 12/06/2007, à 16:25

PatMh

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Slt [Gx]Dimos,

Problème avec mon install sous Ubuntu Edgy 6.10 et dongle WLG-1500.
Sachant que sur ce même PC (pas celui où j'écris actuellement) j'ai aussi installé
windows XP et qu'avec ce même dongle, internet fonctionne.

Pourrais tu m'aider à finaliser stp ?

Voici le résultat après sudo iwlist wlan0 scan :
http://cjoint.com/?gmro1iznHi

Ma config :
http://cjoint.com/?gmrojrm7mR
http://cjoint.com/?gmroE2QTzq
Dans le mot de passe réseau, c'est bien la clé en hexa que l'on rentre ?

http://cjoint.com/?gmrnLPvOvX

J'ai aussi appuyé sur le bouton 1 de la livebox : le dongle est toujours continuellement allumé.

J'ai fait un ping 192.168.1.1 qui me donne Network is unreachable

Merci de ton aide car je pense ne pas être bien loin.

Pat

Hors ligne

#3 Le 13/06/2007, à 09:18

[Gx]Dimos

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Salut PatMh smile

Le problème est lié à l'installation du driver.
Tu a pris le drivers ci : http://iutbminformatique.free.fr/files/wlg-1500-1.1.zip
Où les derniers drivers du constructeur ?

( On peut voir dans ta capture d'écran où tu a fait la commande sudo iwlist wlan0 scan que la qualité du signal est nul → j'ai eu le même problème avant d'utiliser les bon drivers  )

Déja que te donne :

sudo ndiswrapper -l

Ensuite les commandes :

sudo depmod -a

et :

( Décharger le module )

sudo modprobe -r ndiswrapper

( puis )

sudo modprobe ndiswrapper

( pour le recharger )

ne rapporte aucune erreur ?

Poste moi le resultat de cette commande :

dmesg

On verra si le drivers et bien installé et lancer dans le noyau système.
...:cool:

Dernière modification par [Gx]Dimos (Le 13/06/2007, à 09:34)

Hors ligne

#4 Le 13/06/2007, à 09:50

[Gx]Dimos

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Et tu a accès à ta LiveBox avec un autre PC ?

Si oui tu peut aller désactiver temporairement la sécurité de ton réseau pour les essais.
192.168.1.1 → Configuration → Avancée → Sans fil / Aucune sécurité / Soumettre .
( Plus besoin de clé WEP, parfois difficile à faire avaler à Ubuntu...) smile

Augmente aussi provisoirement le temps d'association de ta LiveBox pour éviter d'avoir à appuyer sur le bouton 1 a chaque essais. (dans le même menu que la sécurité WEP).



Et paramètre la connection wifi en IP statique au lieu de DHCP dans le menu réseau d'Ubuntu :

statique.png

Dernière modification par [Gx]Dimos (Le 13/06/2007, à 09:54)

Hors ligne

#5 Le 21/08/2007, à 21:45

dexlo5791

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Moi tout fonctionne bien mais des que je veux ouvrir une page web, ça marche pas !!!

Aidez moi svp !!!


Ps : ils vous faut le dmesg ?

Parce qu'il est très (trop ?) long

Dernière modification par dexlo5791 (Le 21/08/2007, à 21:45)


4|_| 23\/012  m|cr0$0f7
\/1\/3 11[]|_|)( !
1337

Hors ligne

#6 Le 22/08/2007, à 06:33

[Gx]Dimos

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Salut . smile
Tu peut faire un ping sur la livebox ?

sudo ping 192.168.1.1

Ca donne quoi ?

+

Un dmesg
( Je comprend pas , c'est la commende dmesg qui est longue ? )

Dernière modification par [Gx]Dimos (Le 22/08/2007, à 06:36)

Hors ligne

#7 Le 24/08/2007, à 12:00

dexlo5791

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

voila pour sudo ping 192.168.1.1

~$ sudo ping 192.168.1.1
Password:
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 169.254.6.156 icmp_seq=2 Destination Host Unreachable
From 169.254.6.156 icmp_seq=3 Destination Host Unreachable
From 169.254.6.156 icmp_seq=4 Destination Host Unreachable
From 169.254.6.156 icmp_seq=6 Destination Host Unreachable
From 169.254.6.156 icmp_seq=7 Destination Host Unreachable
From 169.254.6.156 icmp_seq=8 Destination Host Unreachable
From 169.254.6.156 icmp_seq=10 Destination Host Unreachable
From 169.254.6.156 icmp_seq=11 Destination Host Unreachable
From 169.254.6.156 icmp_seq=12 Destination Host Unreachable
From 169.254.6.156 icmp_seq=14 Destination Host Unreachable
From 169.254.6.156 icmp_seq=15 Destination Host Unreachable
From 169.254.6.156 icmp_seq=16 Destination Host Unreachable
From 169.254.6.156 icmp_seq=18 Destination Host Unreachable
From 169.254.6.156 icmp_seq=19 Destination Host Unreachable
From 169.254.6.156 icmp_seq=20 Destination Host Unreachable
From 169.254.6.156 icmp_seq=22 Destination Host Unreachable
From 169.254.6.156 icmp_seq=23 Destination Host Unreachable
From 169.254.6.156 icmp_seq=24 Destination Host Unreachable
From 169.254.6.156 icmp_seq=26 Destination Host Unreachable
From 169.254.6.156 icmp_seq=27 Destination Host Unreachable
From 169.254.6.156 icmp_seq=28 Destination Host Unreachable

Et pour dmesg

~$ dmesg
[    0.000000] Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 (Ubuntu 2.6.20-15.27-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] sanitize start
[    0.000000] sanitize end
[    0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
[    0.000000] copy_e820_map() start: 00000000000d0000 size: 0000000000006000 end: 00000000000d6000 type: 2
[    0.000000] copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 type: 2
[    0.000000] copy_e820_map() start: 0000000000100000 size: 000000001fef0000 end: 000000001fff0000 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000001fff0000 size: 0000000000008000 end: 000000001fff8000 type: 3
[    0.000000] copy_e820_map() start: 000000001fff8000 size: 0000000000008000 end: 0000000020000000 type: 4
[    0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000001000 end: 00000000fec01000 type: 2
[    0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
[    0.000000] copy_e820_map() start: 00000000fff80000 size: 0000000000080000 end: 0000000100000000 type: 2
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d0000 - 00000000000d6000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 511MB LOWMEM available.
[    0.000000] found SMP MP-table at 000fb940
[    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] 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: 991 pages used for memmap
[    0.000000]   Normal zone: 125969 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP (v000 AMI                                   ) @ 0x000fa900
[    0.000000] ACPI: RSDT (v001 AMIINT VIA_K7   0x00000010 MSFT 0x00000097) @ 0x1fff0000
[    0.000000] ACPI: FADT (v001 AMIINT VIA_K7   0x00000011 MSFT 0x00000097) @ 0x1fff0030
[    0.000000] ACPI: MADT (v001 AMIINT VIA_K7   0x00000009 MSFT 0x00000097) @ 0x1fff00c0
[    0.000000] ACPI: DSDT (v001    VIA   VIA_K7 0x00001000 MSFT 0x0100000d) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:6 APIC version 16
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[    0.000000] Detected 1533.478 MHz processor.
[   37.099896] Built 1 zonelists.  Total pages: 130033
[   37.099901] Kernel command line: root=UUID=5ac31cc2-1f94-4bd9-9ac5-d6fc6a400357 ro quiet splash locale=fr_FR
[   37.100125] mapped APIC to ffffd000 (fee00000)
[   37.100129] mapped IOAPIC to ffffc000 (fec00000)
[   37.100134] Enabling fast FPU save and restore... done.
[   37.100137] Enabling unmasked SIMD FPU exception support... done.
[   37.100151] Initializing CPU#0
[   37.100238] PID hash table entries: 2048 (order: 11, 8192 bytes)
[   37.101513] Console: colour VGA+ 80x25
[   37.102004] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[   37.102393] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[   37.121652] Memory: 508480k/524224k available (1992k kernel code, 15188k reserved, 893k data, 328k init, 0k highmem)
[   37.121665] virtual kernel memory layout:
[   37.121667]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[   37.121668]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   37.121670]     vmalloc : 0xe0800000 - 0xff7fe000   ( 495 MB)
[   37.121671]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[   37.121673]       .init : 0xc03d7000 - 0xc0429000   ( 328 kB)
[   37.121675]       .data : 0xc02f2264 - 0xc03d16d4   ( 893 kB)
[   37.121677]       .text : 0xc0100000 - 0xc02f2264   (1992 kB)
[   37.121681] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   37.200131] Calibrating delay using timer specific routine.. 3069.92 BogoMIPS (lpj=6139849)
[   37.200190] Security Framework v1.0.0 initialized
[   37.200199] SELinux:  Disabled at boot.
[   37.200222] Mount-cache hash table entries: 512
[   37.200423] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[   37.200435] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   37.200438] CPU: L2 Cache: 256K (64 bytes/line)
[   37.200442] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
[   37.200456] Compat vDSO mapped to ffffe000.
[   37.200464] Remapping vsyscall page to ffffe000
[   37.200477] Checking 'hlt' instruction... OK.
[   37.216283] SMP alternatives: switching to UP code
[   37.216635] Freeing SMP alternatives: 11k freed
[   37.216991] Early unpacking initramfs... done
[   37.625210] ACPI: Core revision 20060707
[   37.629230] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[   37.631387] CPU0: AMD Athlon(tm) XP 1800+ stepping 02
[   37.631416] Total of 1 processors activated (3069.92 BogoMIPS).
[   37.632180] ENABLING IO-APIC IRQs
[   37.632503] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   37.779548] Brought up 1 CPUs
[   37.779917] Booting paravirtualized kernel on bare hardware
[   37.780024] Time: 20:59:36  Date: 07/23/107
[   37.780074] NET: Registered protocol family 16
[   37.780219] EISA bus registered
[   37.780226] ACPI: bus type pci registered
[   37.787839] PCI: PCI BIOS revision 2.10 entry at 0xfdaf1, last bus=1
[   37.787842] PCI: Using configuration type 1
[   37.787844] Setting up standard PCI resources
[   37.801176] ACPI: Interpreter enabled
[   37.801183] ACPI: Using IOAPIC for interrupt routing
[   37.801737] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   37.801745] PCI: Probing PCI hardware (bus 00)
[   37.802923] PCI quirk: region 0800-087f claimed by vt8235 PM
[   37.802928] PCI quirk: region 0400-040f claimed by vt8235 SMB
[   37.803138] Boot video device is 0000:01:00.0
[   37.803185] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   37.827121] ACPI: Power Resource [URP1] (off)
[   37.827221] ACPI: Power Resource [URP2] (off)
[   37.827309] ACPI: Power Resource [FDDP] (off)
[   37.827393] ACPI: Power Resource [LPTP] (off)
[   37.829337] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[   37.829613] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.829879] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.830150] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.830337] Linux Plug and Play Support v0.97 (c) Adam Belay
[   37.830366] pnp: PnP ACPI init
[   37.834725] pnp: PnP ACPI: found 13 devices
[   37.834731] PnPBIOS: Disabled by ACPI PNP
[   37.834824] PCI: Using ACPI for IRQ routing
[   37.834828] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   37.837426] NET: Registered protocol family 8
[   37.837429] NET: Registered protocol family 20
[   37.837919] PCI: Bridge: 0000:00:01.0
[   37.837922]   IO window: disabled.
[   37.837928]   MEM window: ddd00000-dfdfffff
[   37.837932]   PREFETCH window: cdb00000-ddbfffff
[   37.837953] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   37.837993] NET: Registered protocol family 2
[   37.867503] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   37.867634] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   37.867915] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[   37.868061] TCP: Hash tables configured (established 16384 bind 8192)
[   37.868064] TCP reno registered
[   37.879541] checking if image is initramfs... it is
[   38.649514] Freeing initrd memory: 7003k freed
[   38.650209] audit: initializing netlink socket (disabled)
[   38.650230] audit(1187902777.628:1): initialized
[   38.650386] VFS: Disk quotas dquot_6.5.1
[   38.650412] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   38.650501] io scheduler noop registered
[   38.650505] io scheduler anticipatory registered
[   38.650508] io scheduler deadline registered
[   38.650518] io scheduler cfq registered (default)
[   38.650903] isapnp: Scanning for PnP cards...
[   39.004489] isapnp: No Plug & Play device found
[   39.044927] Real Time Clock Driver v1.12ac
[   39.045000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   39.045142] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   39.045442] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   39.046404] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   39.046850] 00:03: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   39.047295] mice: PS/2 mouse device common for all mice
[   39.048054] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   39.048403] input: Macintosh mouse button emulation as /class/input/input0
[   39.048448] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   39.048454] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   39.048777] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   39.049092] serio: i8042 KBD port at 0x60,0x64 irq 1
[   39.049098] serio: i8042 AUX port at 0x60,0x64 irq 12
[   39.049265] EISA: Probing bus 0 at eisa.0
[   39.049310] EISA: Detected 0 cards.
[   39.079536] TCP cubic registered
[   39.079546] NET: Registered protocol family 1
[   39.079579] Using IPI No-Shortcut mode
[   39.079712] ACPI: (supports S0 S1 S4 S5)
[   39.079766]   Magic number: 3:306:1004
[   39.079779]   hash matches device ttye3
[   39.080004]   hash matches device 00:06
[   39.080565] Freeing unused kernel memory: 328k freed
[   39.081988] Time: tsc clocksource has been installed.
[   39.092688] input: AT Translated Set 2 keyboard as /class/input/input1
[   40.381023] Capability LSM initialized
[   40.434634] ACPI: Processor [CPU1] (supports 16 throttling states)
[   41.120414] usbcore: registered new interface driver usbfs
[   41.120454] usbcore: registered new interface driver hub
[   41.120490] usbcore: registered new device driver usb
[   41.121744] USB Universal Host Controller Interface driver v3.0
[   41.121844] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 16
[   41.121861] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   41.122079] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   41.122118] uhci_hcd 0000:00:10.0: irq 16, io base 0x0000c800
[   41.122292] usb usb1: configuration #1 chosen from 1 choice
[   41.122331] hub 1-0:1.0: USB hub found
[   41.122345] hub 1-0:1.0: 2 ports detected
[   41.159961] SCSI subsystem initialized
[   41.166574] libata version 2.20 loaded.
[   41.227811] ACPI: PCI Interrupt 0000:00:10.1[b] -> GSI 21 (level, low) -> IRQ 16
[   41.227830] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   41.227862] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[   41.227893] uhci_hcd 0000:00:10.1: irq 16, io base 0x0000cc00
[   41.228033] usb usb2: configuration #1 chosen from 1 choice
[   41.228078] hub 2-0:1.0: USB hub found
[   41.228091] hub 2-0:1.0: 2 ports detected
[   41.246876] via-rhine.c:v1.10-LK1.4.2 Sept-11-2006 Written by Donald Becker
[   41.302722] Floppy drive(s): fd0 is 1.44M
[   41.335615] ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21 (level, low) -> IRQ 16
[   41.335634] uhci_hcd 0000:00:10.2: UHCI Host Controller
[   41.335667] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[   41.335698] uhci_hcd 0000:00:10.2: irq 16, io base 0x0000d000
[   41.335841] usb usb3: configuration #1 chosen from 1 choice
[   41.335880] hub 3-0:1.0: USB hub found
[   41.335893] hub 3-0:1.0: 2 ports detected
[   41.379264] FDC 0 is a post-1991 82077
[   41.446016] pata_sil680 0000:00:06.0: version 0.4.6
[   41.446034] sil680: BA5_EN = 1 clock = 00
[   41.446039] sil680: BA5_EN = 1 clock = 10
[   41.446053] sil680: 133MHz clock.
[   41.446086] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 17
[   41.446238] ata1: PATA max UDMA/133 cmd 0x0001ec00 ctl 0x0001e802 bmdma 0x0001dc00 irq 17
[   41.446295] ata2: PATA max UDMA/133 cmd 0x0001e400 ctl 0x0001e002 bmdma 0x0001dc08 irq 17
[   41.446318] scsi0 : pata_sil680
[   41.614552] ATA: abnormal status 0x7F on port 0x0001ec07
[   41.614583] scsi1 : pata_sil680
[   41.766879] usb 2-1: new full speed USB device using uhci_hcd and address 2
[   41.782354] ATA: abnormal status 0x7F on port 0x0001e407
[   41.782890] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 16
[   41.782910] ehci_hcd 0000:00:10.3: EHCI Host Controller
[   41.782988] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[   41.783050] ehci_hcd 0000:00:10.3: irq 16, io mem 0xdffffd00
[   41.783058] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   41.783184] usb usb4: configuration #1 chosen from 1 choice
[   41.783226] hub 4-0:1.0: USB hub found
[   41.783239] hub 4-0:1.0: 6 ports detected
[   41.895238] VP_IDE: IDE controller at PCI slot 0000:00:11.1
[   41.895265] ACPI: Unable to derive IRQ for device 0000:00:11.1
[   41.895268] ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
[   41.895283] VP_IDE: chipset revision 6
[   41.895286] VP_IDE: not 100% native mode: will probe irqs later
[   41.895300] VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
[   41.895310]     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:DMA
[   41.895326]     ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
[   41.895335] Probing IDE interface ide0...
[   42.474053] usb 4-3: new high speed USB device using ehci_hcd and address 2
[   42.618417] usb 4-3: configuration #1 chosen from 1 choice
[   43.061467] hdb: SAMSUNG CD-ROM SC-152C, ATAPI CD/DVD-ROM drive
[   43.121521] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   43.122210] Probing IDE interface ide1...
[   43.548906] hdc: IC35L060AVER07-0, ATA DISK drive
[   44.224462] ide1 at 0x170-0x177,0x376 on irq 15
[   44.236601] ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 18
[   44.240773] eth0: VIA Rhine II at 0x1d800, 00:05:5d:a3:68:77, IRQ 18.
[   44.241488] eth0: MII PHY found at address 8, status 0x7809 advertising 01e1 Link 0000.
[   44.263258] hdb: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
[   44.263273] Uniform CD-ROM driver Revision: 3.20
[   44.282280] hdc: max request size: 128KiB
[   44.282498] hdc: 120103200 sectors (61492 MB) w/1916KiB Cache, CHS=65535/16/63, UDMA(100)
[   44.282506] hdc: cache flushes not supported
[   44.282575]  hdc: hdc1 hdc2 hdc3 hdc4
[   44.572000] Attempting manual resume
[   44.572006] swsusp: Resume From Partition 22:3
[   44.572008] PM: Checking swsusp image.
[   44.572180] PM: Resume from disk failed.
[   44.605626] kjournald starting.  Commit interval 5 seconds
[   44.605646] EXT3-fs: mounted filesystem with ordered data mode.
[   52.820006] eth0: link down
[   54.170792] NET: Registered protocol family 17
[   55.297144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   55.299475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   55.956134] Linux agpgart interface v0.102 (c) Dave Jones
[   56.013004] parport: PnPBIOS parport detected.
[   56.013120] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   56.091425] irda_init()
[   56.091457] NET: Registered protocol family 23
[   56.137651] input: PC Speaker as /class/input/input2
[   56.142887] agpgart: Detected VIA KT266/KY266x/KT333 chipset
[   56.147946] agpgart: AGP aperture is 64M @ 0xe0000000
[   56.393093] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 19
[   56.393244] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   56.539355] input: PS2++ Logitech Wheel Mouse as /class/input/input3
[   56.928715] ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 19 (level, low) -> IRQ 20
[   58.087639] fuse init (API version 7.8)
[   58.114555] lp0: using parport0 (interrupt-driven).
[   58.173243] ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
[   58.443568] usb 4-3: reset high speed USB device using ehci_hcd and address 2
[   58.598678] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[   59.335427] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[   59.336720] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[   59.337540] usbcore: registered new interface driver ndiswrapper
[   59.397731] Adding 1020116k swap on /dev/disk/by-uuid/8b47a529-b2d9-4056-9c53-3ca9ce3d024e.  Priority:-1 extents:1 across:1020116k
[   59.586631] EXT3 FS on hdc2, internal journal
[   61.146074] NTFS driver 2.1.28 [Flags: R/O MODULE].
[   61.206697] NTFS volume version 3.1.
[   65.781681] input: Power Button (FF) as /class/input/input4
[   65.788364] ACPI: Power Button (FF) [PWRF]
[   65.827101] input: Power Button (CM) as /class/input/input5
[   65.827479] ACPI: Power Button (CM) [PWRB]
[   65.847063] input: Sleep Button (CM) as /class/input/input6
[   65.847463] ACPI: Sleep Button (CM) [SLPB]
[   66.003670] No dock devices found.
[   66.021056] ibm_acpi: ec object not found
[   66.124963] Using specific hotkey driver
[   66.170095] pcc_acpi: loading...
[   74.810312] ppdev: user-space parallel port driver
[   75.559701] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[   75.559709] apm: overridden by ACPI.
[   75.783480] Bluetooth: Core ver 2.11
[   75.783607] NET: Registered protocol family 31
[   75.783610] Bluetooth: HCI device and connection manager initialized
[   75.783616] Bluetooth: HCI socket layer initialized
[   75.844262] Bluetooth: L2CAP ver 2.8
[   75.844270] Bluetooth: L2CAP socket layer initialized
[   76.014574] Bluetooth: RFCOMM socket layer initialized
[   76.014601] Bluetooth: RFCOMM TTY layer initialized
[   76.014604] Bluetooth: RFCOMM ver 1.8
[   86.847207] NET: Registered protocol family 10
[   86.847377] lo: Disabled Privacy Extensions
[   86.847483] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   86.847487] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   89.572197] ISO 9660 Extensions: Microsoft Joliet Level 3
[   89.572997] ISOFS: changing to secondary root
[  194.945596] usb 4-3: USB disconnect, address 2
[  195.509406] ndiswrapper: device wlan0 removed
[  247.277014] usb 4-2: new high speed USB device using ehci_hcd and address 3
[  247.409313] usb 4-2: configuration #1 chosen from 1 choice
[  247.664550] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  247.802362] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[  248.547770] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[  248.549129] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[  248.604730] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  250.812931] usb 4-2: USB disconnect, address 3
[  251.372779] ndiswrapper: device wlan0 removed
[  258.615872] usb 4-2: new high speed USB device using ehci_hcd and address 4
[  258.748180] usb 4-2: configuration #1 chosen from 1 choice
[  258.863605] usb 4-2: reset high speed USB device using ehci_hcd and address 4
[  258.999740] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[  259.714815] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[  259.716077] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[  259.791693] ADDRCONF(NETDEV_UP): wlan0: link is not ready


et pour dmesg

~$ dmesg
[    0.000000] Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 (Ubuntu 2.6.20-15.27-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] sanitize start
[    0.000000] sanitize end
[    0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
[    0.000000] copy_e820_map() start: 00000000000d0000 size: 0000000000006000 end: 00000000000d6000 type: 2
[    0.000000] copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 type: 2
[    0.000000] copy_e820_map() start: 0000000000100000 size: 000000001fef0000 end: 000000001fff0000 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000001fff0000 size: 0000000000008000 end: 000000001fff8000 type: 3
[    0.000000] copy_e820_map() start: 000000001fff8000 size: 0000000000008000 end: 0000000020000000 type: 4
[    0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000001000 end: 00000000fec01000 type: 2
[    0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
[    0.000000] copy_e820_map() start: 00000000fff80000 size: 0000000000080000 end: 0000000100000000 type: 2
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d0000 - 00000000000d6000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 511MB LOWMEM available.
[    0.000000] found SMP MP-table at 000fb940
[    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] 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: 991 pages used for memmap
[    0.000000]   Normal zone: 125969 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP (v000 AMI                                   ) @ 0x000fa900
[    0.000000] ACPI: RSDT (v001 AMIINT VIA_K7   0x00000010 MSFT 0x00000097) @ 0x1fff0000
[    0.000000] ACPI: FADT (v001 AMIINT VIA_K7   0x00000011 MSFT 0x00000097) @ 0x1fff0030
[    0.000000] ACPI: MADT (v001 AMIINT VIA_K7   0x00000009 MSFT 0x00000097) @ 0x1fff00c0
[    0.000000] ACPI: DSDT (v001    VIA   VIA_K7 0x00001000 MSFT 0x0100000d) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:6 APIC version 16
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[    0.000000] Detected 1533.478 MHz processor.
[   37.099896] Built 1 zonelists.  Total pages: 130033
[   37.099901] Kernel command line: root=UUID=5ac31cc2-1f94-4bd9-9ac5-d6fc6a400357 ro quiet splash locale=fr_FR
[   37.100125] mapped APIC to ffffd000 (fee00000)
[   37.100129] mapped IOAPIC to ffffc000 (fec00000)
[   37.100134] Enabling fast FPU save and restore... done.
[   37.100137] Enabling unmasked SIMD FPU exception support... done.
[   37.100151] Initializing CPU#0
[   37.100238] PID hash table entries: 2048 (order: 11, 8192 bytes)
[   37.101513] Console: colour VGA+ 80x25
[   37.102004] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[   37.102393] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[   37.121652] Memory: 508480k/524224k available (1992k kernel code, 15188k reserved, 893k data, 328k init, 0k highmem)
[   37.121665] virtual kernel memory layout:
[   37.121667]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[   37.121668]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   37.121670]     vmalloc : 0xe0800000 - 0xff7fe000   ( 495 MB)
[   37.121671]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[   37.121673]       .init : 0xc03d7000 - 0xc0429000   ( 328 kB)
[   37.121675]       .data : 0xc02f2264 - 0xc03d16d4   ( 893 kB)
[   37.121677]       .text : 0xc0100000 - 0xc02f2264   (1992 kB)
[   37.121681] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   37.200131] Calibrating delay using timer specific routine.. 3069.92 BogoMIPS (lpj=6139849)
[   37.200190] Security Framework v1.0.0 initialized
[   37.200199] SELinux:  Disabled at boot.
[   37.200222] Mount-cache hash table entries: 512
[   37.200423] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
[   37.200435] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   37.200438] CPU: L2 Cache: 256K (64 bytes/line)
[   37.200442] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
[   37.200456] Compat vDSO mapped to ffffe000.
[   37.200464] Remapping vsyscall page to ffffe000
[   37.200477] Checking 'hlt' instruction... OK.
[   37.216283] SMP alternatives: switching to UP code
[   37.216635] Freeing SMP alternatives: 11k freed
[   37.216991] Early unpacking initramfs... done
[   37.625210] ACPI: Core revision 20060707
[   37.629230] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[   37.631387] CPU0: AMD Athlon(tm) XP 1800+ stepping 02
[   37.631416] Total of 1 processors activated (3069.92 BogoMIPS).
[   37.632180] ENABLING IO-APIC IRQs
[   37.632503] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   37.779548] Brought up 1 CPUs
[   37.779917] Booting paravirtualized kernel on bare hardware
[   37.780024] Time: 20:59:36  Date: 07/23/107
[   37.780074] NET: Registered protocol family 16
[   37.780219] EISA bus registered
[   37.780226] ACPI: bus type pci registered
[   37.787839] PCI: PCI BIOS revision 2.10 entry at 0xfdaf1, last bus=1
[   37.787842] PCI: Using configuration type 1
[   37.787844] Setting up standard PCI resources
[   37.801176] ACPI: Interpreter enabled
[   37.801183] ACPI: Using IOAPIC for interrupt routing
[   37.801737] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   37.801745] PCI: Probing PCI hardware (bus 00)
[   37.802923] PCI quirk: region 0800-087f claimed by vt8235 PM
[   37.802928] PCI quirk: region 0400-040f claimed by vt8235 SMB
[   37.803138] Boot video device is 0000:01:00.0
[   37.803185] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   37.827121] ACPI: Power Resource [URP1] (off)
[   37.827221] ACPI: Power Resource [URP2] (off)
[   37.827309] ACPI: Power Resource [FDDP] (off)
[   37.827393] ACPI: Power Resource [LPTP] (off)
[   37.829337] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[   37.829613] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.829879] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.830150] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   37.830337] Linux Plug and Play Support v0.97 (c) Adam Belay
[   37.830366] pnp: PnP ACPI init
[   37.834725] pnp: PnP ACPI: found 13 devices
[   37.834731] PnPBIOS: Disabled by ACPI PNP
[   37.834824] PCI: Using ACPI for IRQ routing
[   37.834828] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   37.837426] NET: Registered protocol family 8
[   37.837429] NET: Registered protocol family 20
[   37.837919] PCI: Bridge: 0000:00:01.0
[   37.837922]   IO window: disabled.
[   37.837928]   MEM window: ddd00000-dfdfffff
[   37.837932]   PREFETCH window: cdb00000-ddbfffff
[   37.837953] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   37.837993] NET: Registered protocol family 2
[   37.867503] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   37.867634] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   37.867915] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[   37.868061] TCP: Hash tables configured (established 16384 bind 8192)
[   37.868064] TCP reno registered
[   37.879541] checking if image is initramfs... it is
[   38.649514] Freeing initrd memory: 7003k freed
[   38.650209] audit: initializing netlink socket (disabled)
[   38.650230] audit(1187902777.628:1): initialized
[   38.650386] VFS: Disk quotas dquot_6.5.1
[   38.650412] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   38.650501] io scheduler noop registered
[   38.650505] io scheduler anticipatory registered
[   38.650508] io scheduler deadline registered
[   38.650518] io scheduler cfq registered (default)
[   38.650903] isapnp: Scanning for PnP cards...
[   39.004489] isapnp: No Plug & Play device found
[   39.044927] Real Time Clock Driver v1.12ac
[   39.045000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   39.045142] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   39.045442] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   39.046404] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   39.046850] 00:03: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   39.047295] mice: PS/2 mouse device common for all mice
[   39.048054] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   39.048403] input: Macintosh mouse button emulation as /class/input/input0
[   39.048448] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   39.048454] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   39.048777] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   39.049092] serio: i8042 KBD port at 0x60,0x64 irq 1
[   39.049098] serio: i8042 AUX port at 0x60,0x64 irq 12
[   39.049265] EISA: Probing bus 0 at eisa.0
[   39.049310] EISA: Detected 0 cards.
[   39.079536] TCP cubic registered
[   39.079546] NET: Registered protocol family 1
[   39.079579] Using IPI No-Shortcut mode
[   39.079712] ACPI: (supports S0 S1 S4 S5)
[   39.079766]   Magic number: 3:306:1004
[   39.079779]   hash matches device ttye3
[   39.080004]   hash matches device 00:06
[   39.080565] Freeing unused kernel memory: 328k freed
[   39.081988] Time: tsc clocksource has been installed.
[   39.092688] input: AT Translated Set 2 keyboard as /class/input/input1
[   40.381023] Capability LSM initialized
[   40.434634] ACPI: Processor [CPU1] (supports 16 throttling states)
[   41.120414] usbcore: registered new interface driver usbfs
[   41.120454] usbcore: registered new interface driver hub
[   41.120490] usbcore: registered new device driver usb
[   41.121744] USB Universal Host Controller Interface driver v3.0
[   41.121844] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 16
[   41.121861] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   41.122079] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   41.122118] uhci_hcd 0000:00:10.0: irq 16, io base 0x0000c800
[   41.122292] usb usb1: configuration #1 chosen from 1 choice
[   41.122331] hub 1-0:1.0: USB hub found
[   41.122345] hub 1-0:1.0: 2 ports detected
[   41.159961] SCSI subsystem initialized
[   41.166574] libata version 2.20 loaded.
[   41.227811] ACPI: PCI Interrupt 0000:00:10.1[b] -> GSI 21 (level, low) -> IRQ 16
[   41.227830] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   41.227862] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[   41.227893] uhci_hcd 0000:00:10.1: irq 16, io base 0x0000cc00
[   41.228033] usb usb2: configuration #1 chosen from 1 choice
[   41.228078] hub 2-0:1.0: USB hub found
[   41.228091] hub 2-0:1.0: 2 ports detected
[   41.246876] via-rhine.c:v1.10-LK1.4.2 Sept-11-2006 Written by Donald Becker
[   41.302722] Floppy drive(s): fd0 is 1.44M
[   41.335615] ACPI: PCI Interrupt 0000:00:10.2[C] -> GSI 21 (level, low) -> IRQ 16
[   41.335634] uhci_hcd 0000:00:10.2: UHCI Host Controller
[   41.335667] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[   41.335698] uhci_hcd 0000:00:10.2: irq 16, io base 0x0000d000
[   41.335841] usb usb3: configuration #1 chosen from 1 choice
[   41.335880] hub 3-0:1.0: USB hub found
[   41.335893] hub 3-0:1.0: 2 ports detected
[   41.379264] FDC 0 is a post-1991 82077
[   41.446016] pata_sil680 0000:00:06.0: version 0.4.6
[   41.446034] sil680: BA5_EN = 1 clock = 00
[   41.446039] sil680: BA5_EN = 1 clock = 10
[   41.446053] sil680: 133MHz clock.
[   41.446086] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 17
[   41.446238] ata1: PATA max UDMA/133 cmd 0x0001ec00 ctl 0x0001e802 bmdma 0x0001dc00 irq 17
[   41.446295] ata2: PATA max UDMA/133 cmd 0x0001e400 ctl 0x0001e002 bmdma 0x0001dc08 irq 17
[   41.446318] scsi0 : pata_sil680
[   41.614552] ATA: abnormal status 0x7F on port 0x0001ec07
[   41.614583] scsi1 : pata_sil680
[   41.766879] usb 2-1: new full speed USB device using uhci_hcd and address 2
[   41.782354] ATA: abnormal status 0x7F on port 0x0001e407
[   41.782890] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 21 (level, low) -> IRQ 16
[   41.782910] ehci_hcd 0000:00:10.3: EHCI Host Controller
[   41.782988] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[   41.783050] ehci_hcd 0000:00:10.3: irq 16, io mem 0xdffffd00
[   41.783058] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   41.783184] usb usb4: configuration #1 chosen from 1 choice
[   41.783226] hub 4-0:1.0: USB hub found
[   41.783239] hub 4-0:1.0: 6 ports detected
[   41.895238] VP_IDE: IDE controller at PCI slot 0000:00:11.1
[   41.895265] ACPI: Unable to derive IRQ for device 0000:00:11.1
[   41.895268] ACPI: PCI Interrupt 0000:00:11.1[A]: no GSI
[   41.895283] VP_IDE: chipset revision 6
[   41.895286] VP_IDE: not 100% native mode: will probe irqs later
[   41.895300] VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
[   41.895310]     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:DMA
[   41.895326]     ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
[   41.895335] Probing IDE interface ide0...
[   42.474053] usb 4-3: new high speed USB device using ehci_hcd and address 2
[   42.618417] usb 4-3: configuration #1 chosen from 1 choice
[   43.061467] hdb: SAMSUNG CD-ROM SC-152C, ATAPI CD/DVD-ROM drive
[   43.121521] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   43.122210] Probing IDE interface ide1...
[   43.548906] hdc: IC35L060AVER07-0, ATA DISK drive
[   44.224462] ide1 at 0x170-0x177,0x376 on irq 15
[   44.236601] ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 18
[   44.240773] eth0: VIA Rhine II at 0x1d800, 00:05:5d:a3:68:77, IRQ 18.
[   44.241488] eth0: MII PHY found at address 8, status 0x7809 advertising 01e1 Link 0000.
[   44.263258] hdb: ATAPI 52X CD-ROM drive, 128kB Cache, DMA
[   44.263273] Uniform CD-ROM driver Revision: 3.20
[   44.282280] hdc: max request size: 128KiB
[   44.282498] hdc: 120103200 sectors (61492 MB) w/1916KiB Cache, CHS=65535/16/63, UDMA(100)
[   44.282506] hdc: cache flushes not supported
[   44.282575]  hdc: hdc1 hdc2 hdc3 hdc4
[   44.572000] Attempting manual resume
[   44.572006] swsusp: Resume From Partition 22:3
[   44.572008] PM: Checking swsusp image.
[   44.572180] PM: Resume from disk failed.
[   44.605626] kjournald starting.  Commit interval 5 seconds
[   44.605646] EXT3-fs: mounted filesystem with ordered data mode.
[   52.820006] eth0: link down
[   54.170792] NET: Registered protocol family 17
[   55.297144] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   55.299475] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   55.956134] Linux agpgart interface v0.102 (c) Dave Jones
[   56.013004] parport: PnPBIOS parport detected.
[   56.013120] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   56.091425] irda_init()
[   56.091457] NET: Registered protocol family 23
[   56.137651] input: PC Speaker as /class/input/input2
[   56.142887] agpgart: Detected VIA KT266/KY266x/KT333 chipset
[   56.147946] agpgart: AGP aperture is 64M @ 0xe0000000
[   56.393093] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 19
[   56.393244] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   56.539355] input: PS2++ Logitech Wheel Mouse as /class/input/input3
[   56.928715] ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 19 (level, low) -> IRQ 20
[   58.087639] fuse init (API version 7.8)
[   58.114555] lp0: using parport0 (interrupt-driven).
[   58.173243] ndiswrapper version 1.38 loaded (preempt=no,smp=yes)
[   58.443568] usb 4-3: reset high speed USB device using ehci_hcd and address 2
[   58.598678] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[   59.335427] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[   59.336720] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[   59.337540] usbcore: registered new interface driver ndiswrapper
[   59.397731] Adding 1020116k swap on /dev/disk/by-uuid/8b47a529-b2d9-4056-9c53-3ca9ce3d024e.  Priority:-1 extents:1 across:1020116k
[   59.586631] EXT3 FS on hdc2, internal journal
[   61.146074] NTFS driver 2.1.28 [Flags: R/O MODULE].
[   61.206697] NTFS volume version 3.1.
[   65.781681] input: Power Button (FF) as /class/input/input4
[   65.788364] ACPI: Power Button (FF) [PWRF]
[   65.827101] input: Power Button (CM) as /class/input/input5
[   65.827479] ACPI: Power Button (CM) [PWRB]
[   65.847063] input: Sleep Button (CM) as /class/input/input6
[   65.847463] ACPI: Sleep Button (CM) [SLPB]
[   66.003670] No dock devices found.
[   66.021056] ibm_acpi: ec object not found
[   66.124963] Using specific hotkey driver
[   66.170095] pcc_acpi: loading...
[   74.810312] ppdev: user-space parallel port driver
[   75.559701] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[   75.559709] apm: overridden by ACPI.
[   75.783480] Bluetooth: Core ver 2.11
[   75.783607] NET: Registered protocol family 31
[   75.783610] Bluetooth: HCI device and connection manager initialized
[   75.783616] Bluetooth: HCI socket layer initialized
[   75.844262] Bluetooth: L2CAP ver 2.8
[   75.844270] Bluetooth: L2CAP socket layer initialized
[   76.014574] Bluetooth: RFCOMM socket layer initialized
[   76.014601] Bluetooth: RFCOMM TTY layer initialized
[   76.014604] Bluetooth: RFCOMM ver 1.8
[   86.847207] NET: Registered protocol family 10
[   86.847377] lo: Disabled Privacy Extensions
[   86.847483] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   86.847487] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   89.572197] ISO 9660 Extensions: Microsoft Joliet Level 3
[   89.572997] ISOFS: changing to secondary root
[  194.945596] usb 4-3: USB disconnect, address 2
[  195.509406] ndiswrapper: device wlan0 removed
[  247.277014] usb 4-2: new high speed USB device using ehci_hcd and address 3
[  247.409313] usb 4-2: configuration #1 chosen from 1 choice
[  247.664550] usb 4-2: reset high speed USB device using ehci_hcd and address 3
[  247.802362] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[  248.547770] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[  248.549129] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[  248.604730] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  250.812931] usb 4-2: USB disconnect, address 3
[  251.372779] ndiswrapper: device wlan0 removed
[  258.615872] usb 4-2: new high speed USB device using ehci_hcd and address 4
[  258.748180] usb 4-2: configuration #1 chosen from 1 choice
[  258.863605] usb 4-2: reset high speed USB device using ehci_hcd and address 4
[  258.999740] ndiswrapper: driver sis163u (OEM,11/29/2004,5.1.1039.1020) loaded
[  259.714815] wlan0: ethernet device 00:03:2f:4e:7f:71 using NDIS driver: sis163u, version: 0x1000000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 0457:0163.F.conf
[  259.716077] wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
[  259.791693] ADDRCONF(NETDEV_UP): wlan0: link is not ready

4|_| 23\/012  m|cr0$0f7
\/1\/3 11[]|_|)( !
1337

Hors ligne

#8 Le 24/08/2007, à 12:03

anTurs

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Juste une précision : ndiswrapper est fourni sur le cd d'installation et peut donc etre installé via apt sans compilation (version 1.9 pour Feisty)


Dans le monde, il existe trois types de personnes : ceux qui savent compter et les autres.

Hors ligne

#9 Le 24/08/2007, à 22:27

dexlo5791

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

oui j'ai reussi a l'installer avec le cd sans internet sur l'ordi de ma soeur. Et meme a faire en sorte que le dongle s'allume et clignote !!! tongue

Dommage que sa marche pas sad


4|_| 23\/012  m|cr0$0f7
\/1\/3 11[]|_|)( !
1337

Hors ligne

#10 Le 25/08/2007, à 18:44

dexlo5791

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

up


4|_| 23\/012  m|cr0$0f7
\/1\/3 11[]|_|)( !
1337

Hors ligne

#11 Le 25/08/2007, à 23:25

michel2652

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Bonjour,

dexlo5791 a écrit :

Aidez moi svp !!!

Ouvre un autre fil pour ton problème de Wifi Livebox dans la Rubrique Wifi de Internet et Réseau.
Avec un peu de chance Mornagest passera par là. smile

A+

Dernière modification par michel2652 (Le 25/08/2007, à 23:35)

#12 Le 26/08/2007, à 05:19

general alcazar

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Bonjour,
par un mystere que je ne m'explique pas, le wifi s'est mis à fonctionne parfaitement à partir du moment ou j'ai rentré l'adresse mac de ma clé wifi en dur dans la livebox. Le mode association n'a jamais fonctionné chez moi.
Si ça peut aider...

Hors ligne

#13 Le 26/08/2007, à 08:15

[Gx]Dimos

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

que donne cette commande ? :

sudo iwlist wlan0 scan

ET celle ci ?

iwconfig

Dernière modification par [Gx]Dimos (Le 26/08/2007, à 08:21)

Hors ligne

#14 Le 26/08/2007, à 10:08

clem-vangelis

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

pourquoi compilé ndiswrapper ? il est dispo sur le cd de feisty je crois bien, c'est un coup a dégouté les débutants de compiler smile alors qu'il y a tellement plus simple :
sudo apt-get install ndiswrapper-utils-1.9

Hors ligne

#15 Le 26/08/2007, à 11:37

[Gx]Dimos

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

pourquoi compilé ndiswrapper ? il est dispo sur le cd de feisty je crois bien, c'est un coup a dégouté les débutants de compiler smile alors qu'il y a tellement plus simple :
sudo apt-get install ndiswrapper-utils-1.9

Salut clem-vangelis.

Lorsque j'ai souhaité installer ndiswrapper , j'ai bien entendu essayé cette suite de ligne de commandes :

sudo apt-cdrom add
sudo apt-get update
sudo apt-get install ndiswrapper-utils-1.9

Mais apt ne trouvais pas le paquet ndiswrapper-utils-1.9 sur le cd de feisty 7.04.
Je suis alors passé par une compilation.
J'en ai profité pour écrire ce tuto.  (qui me sert de pense bête...)

Si ça peut aider , je vais rajouter au début un lien vers un autre tuto mieux construit et plus simple.
@+ wink

Finalement j'ai rajouté une section pour une installation simple avec apt...
smile

Dernière modification par [Gx]Dimos (Le 26/08/2007, à 12:03)

Hors ligne

#16 Le 26/08/2007, à 19:03

michel2652

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Merci pour le boulot.

#17 Le 25/07/2008, à 13:40

Newvice

Re : Install : LiveBox Inventel wifi + ndiswrapper sans connection internet

Bonjour,

j'ai un portable compaq r4000, avec un bouton wifi sur le clavier, mais ce dernier refusant de s'allumer, je me tourne vers l'utilisation du dongle thomson WLG-1500. Je suis bloquée au moment de la copie des fichiers windows XP à la racine :

sudo cp -r /home/.../Desktop/wlg-1500-1.1.zip/WLG-1500\ SW1.10b04\(365A\)/Drivers/Windows\ XP/ /

Le terminal me dit que ce n'est pas un répertoire. Je précise que j'ai bien remplacé julien et enlevé "_FILES".

Hors ligne