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 01/10/2006, à 18:24

snipe2004

Erreur SIOCGIFFLAGS [Résolu]

Bonjour,

Je viens de Mandriva, et on m'a conseillé Ubuntu.
Je l'ai donc installé (la Dapper) sur mon nv portable (Acer Aspire 5043WLMi ; carte Ethernet Realtek RTL-8169 Gigabit Ethernet, dual boot ac WinXP).
Nickel, sauf que je n'arrives pas à me connecter à Internet (j'écris depuis mon PC avec Mandriva) : j'ai internet par le câble TV, et donc via ma carte Ethernet (eth0).
Mais mon réseau ne marche pas sad
Lors de l'installation, la détection automatique DHCP n'avait pas marché, j'ai donc passé cette étape. Maintenant, lorsque je lance Ubuntu, l'icône réseau en haut à droite est marquée d'un sens interdit, et lorsque je click dessus, cela me donne :

Please contact your system administrator to resolve the following problem:
SIOCGIFFLAGS error: No such device

(je n'arrive pas à mettre Ubuntu complètement en français, soit-dit en passant sad )
Qd je vais dans les propriétés, je vois que l'interface eth0 est désactivée. Je peux l'activer, mais une fois que je ferme la fenêtre, la connection est toujours "sens interdit".
Sous XP, tout marche bien mad

J'ai cherché pas mal sur Internet, mais pas trouvé de solution qui marche chez moi...

Merci d'avance pr votre aide smile

Dernière modification par snipe2004 (Le 08/10/2006, à 13:00)


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#2 Le 01/10/2006, à 18:30

Smarter

Re : Erreur SIOCGIFFLAGS [Résolu]

bah voila quelques petites commandes à essayer, poste le résultat ici:

sudo iwconfig
sudo ifconfig
cat /etc/network/interfaces
sudo ifdown eth0
sudo ifup eth0

Dernière modification par Smarter (Le 01/10/2006, à 18:30)

Hors ligne

#3 Le 01/10/2006, à 19:02

snipe2004

Re : Erreur SIOCGIFFLAGS [Résolu]

iwconfig:

lo              no wireless extensions.

eth0          no wireless extensions.

sit0           no wireless extensions.

ifconfig:

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:21 errors:0 dropped:0 overruns:0 frame:0
                TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
                collisions: txqueuelen:0s
                RX bytes:1456 (1.4KiB)  TX bytes:1456 (1.4 KiB)

interfaces:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

ifdown:

Listening on   LPF/eth0/00:16:d3:46:1e:00
Sending on    LPF/eth0/00:16:d3:46:1e:00
Sending on    Socket/fallback

ifup:

SIOCSIFFLAGS: Device or resource busy
SIOCSIFFLAGS: Device or resource busy
Listening on   LPF/eth0/00:16:d3:46:1e:00
Sending on    LPF/eth0/00:16:d3:46:1e:00
Sending on    Socket/fallback
receive_packet failed on eth0: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10
send_packet: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Voilà, j'espère que ça peut aider smile

Dernière modification par snipe2004 (Le 01/10/2006, à 19:19)


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#4 Le 01/10/2006, à 21:14

lgmdmdlsr

Re : Erreur SIOCGIFFLAGS [Résolu]

Bonsoir.

Le module r8169 est-il chargé ?
(Pour le savoir, la commande

lsmod | grep r8169

doit sortir une ligne contenant "r8169".)

Que donne la commande

sudo ethtool -i eth0

?

--
lgmdmdlsr

Hors ligne

#5 Le 02/10/2006, à 17:07

snipe20004

Re : Erreur SIOCGIFFLAGS [Résolu]

lsmod | grep r8169:

r8169                33928    0

sudo ethtool -i eth0:

driver: r8169
version: 2.2LK
firmware-version:
bus-info: 0000:06:07.0

Merci pour votre aide smile

#6 Le 03/10/2006, à 19:21

snipe2004

Re : Erreur SIOCGIFFLAGS [Résolu]

Qq'un a un idée ? smile


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#7 Le 03/10/2006, à 20:20

lgmdmdlsr

Re : Erreur SIOCGIFFLAGS [Résolu]

Toujours pas d'explication, mais tente donc :

sudo ifdown eth0
sudo ifdown eth0
sudo ifup eth0

dmesg

et poste ici la sortie de dmesg.

(le module r8169 est chargé, on a l'adresse MAC de la carte, le truc étrange est le "device or resource busy" en tenant un ifup ... d'autant que le module n'est pas utilisé !)

--
lgmdmdlsr

Hors ligne

#8 Le 03/10/2006, à 20:51

snipe20004

Re : Erreur SIOCGIFFLAGS [Résolu]

famille@acer:~$ dmesg
[    0.000000] Bootdata ok (command line is root=/dev/hda4 ro quiet splash acpi=off)
[    0.000000] Linux version 2.6.15-26-amd64-generic (buildd@king) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Thu Aug 3 02:52:35 UTC 2006
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
[    0.000000]  BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d2000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000037ea0000 (usable)
[    0.000000]  BIOS-e820: 0000000037ea0000 - 0000000037ead000 (ACPI data)
[    0.000000]  BIOS-e820: 0000000037ead000 - 0000000037f00000 (ACPI NVS)
[    0.000000]  BIOS-e820: 0000000037f00000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] Number of nodes 1
[    0.000000] Node 0 MemBase 0000000000000000 Limit 0000000037ea0000
[    0.000000] Using 63 for the hash shift.
[    0.000000] Using node hash shift of 63
[    0.000000] Bootmem setup node 0 0000000000000000-0000000037ea0000
[    0.000000] On node 0 totalpages: 224864
[    0.000000]   DMA zone: 3011 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 221853 pages, LIFO batch:31
[    0.000000]   Normal zone: 0 pages, LIFO batch:0
[    0.000000]   HighMem zone: 0 pages, LIFO batch:0
[    0.000000] ATI board detected. Disabling timer routing over 8254.
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] OEM ID:          <6>Product ID:              <6>APIC at: 0xFEE00000
[    0.000000] Processor #0 15:4 APIC version 16
[    0.000000] I/O APIC #1 Version 33 at 0xFEC00000.
[    0.000000] Setting APIC routing to physical flat
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[    0.000000] Checking aperture...
[    0.000000] CPU 0: aperture @ 408000000 size 32 MB
[    0.000000] Aperture from northbridge cpu 0 too small (32 MB)
[    0.000000] No AGP bridge found
[    0.000000] SMP: Allowing 3 CPUs, 2 hotplug CPUs
[    0.000000] Built 1 zonelists
[    0.000000] Kernel command line: root=/dev/hda4 ro quiet splash acpi=off
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 131072 bytes)
[    0.000000] time.c: Using 1.193182 MHz PIT timer.
[    0.000000] time.c: Detected 1800.123 MHz processor.
[    9.143668] Console: colour VGA+ 80x25
[    9.144889] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)[    9.145717] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    9.160343] Memory: 890032k/916096k available (2150k kernel code, 25660k reserved, 757k data, 180k init)
[    9.236697] Calibrating delay using timer specific routine.. 3607.47 BogoMIPS (lpj=7214950)
[    9.236765] Security Framework v1.0.0 initialized
[    9.236772] SELinux:  Disabled at boot.
[    9.236799] Mount-cache hash table entries: 256
[    9.236961] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)[    9.236964] CPU: L2 Cache: 1024K (64 bytes/line)
[    9.236969] CPU 0(1) -> Node 0 -> Core 0
[    9.236978] mtrr: v2.0 (20020519)
[    9.236989] SMP alternatives: switching to UP code
[    9.237481] checking if image is initramfs... it is
[    9.882730] Freeing initrd memory: 7606k freed
[    9.891757] Using IO-APIC 1
[    9.891766] broken BIOS!!
[    9.891806] GSI 16 sharing vector 0x99 and IRQ 16
[    9.891811] GSI 17 sharing vector 0xA1 and IRQ 17
[    9.891816] GSI 19 sharing vector 0xA9 and IRQ 19
[    9.932089] Using local APIC timer interrupts.
[    9.987570] Detected 12.500 MHz APIC timer.
[    9.987937] Brought up 1 CPUs
[    9.988119] time.c: Using PIT/TSC based timekeeping.
[    9.988131] testing NMI watchdog ... OK.
[   10.028554] NET: Registered protocol family 16
[   10.028589] PCI: Using configuration type 1
[   10.029082] ACPI: Subsystem revision 20051216
[   10.029084] ACPI: Interpreter disabled.
[   10.029088] Linux Plug and Play Support v0.97 (c) Adam Belay
[   10.029097] pnp: PnP ACPI: disabled
[   10.029108] PCI: Probing PCI hardware
[   10.029112] PCI: Probing PCI hardware (bus 00)
[   10.029641] PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
[   10.029968] Boot video device is 0000:01:05.0
[   10.030340] PCI: Transparent bridge - 0000:00:14.4
[   10.031007] PCI->APIC IRQ transform: 0000:00:13.0[A] -> IRQ 169
[   10.031012] PCI->APIC IRQ transform: 0000:00:13.1[A] -> IRQ 169
[   10.031016] PCI->APIC IRQ transform: 0000:00:13.2[A] -> IRQ 169
[   10.031022] PCI->APIC IRQ transform: 0000:00:14.1[A] -> IRQ 153
[   10.031026] PCI->APIC IRQ transform: 0000:00:14.2[A] -> IRQ 153
[   10.031034] PCI->APIC IRQ transform: 0000:01:05.0[A] -> IRQ 161
[   10.031039] PCI->APIC IRQ transform: 0000:06:05.0[A] -> IRQ 5
[   10.031045] PCI: using PPB 0000:00:14.4[C] to get irq 17
[   10.031047] PCI->APIC IRQ transform: 0000:06:06.0[C] -> IRQ 161
[   10.031052] PCI->APIC IRQ transform: 0000:06:07.0[A] -> IRQ 0
[   10.031164] PCI-DMA: Disabling IOMMU.
[   10.031368] PCI: Bridge: 0000:00:01.0
[   10.031371]   IO window: 9000-9fff
[   10.031375]   MEM window: c0100000-c01fffff
[   10.031378]   PREFETCH window: c8000000-cfffffff
[   10.031388] PCI: Bus 7, cardbus bridge: 0000:06:06.0
[   10.031390]   IO window: 0000a400-0000a4ff
[   10.031396]   IO window: 0000a800-0000a8ff
[   10.031403]   PREFETCH window: 50000000-51ffffff
[   10.031410]   MEM window: 54000000-55ffffff
[   10.031415] PCI: Bridge: 0000:00:14.4
[   10.031419]   IO window: a000-afff
[   10.031426]   MEM window: c0200000-c02fffff
[   10.031431]   PREFETCH window: 50000000-52ffffff
[   10.031724] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
[   10.032024] audit: initializing netlink socket (disabled)
[   10.032033] audit(1159907859.157:1): initialized
[   10.032167] VFS: Disk quotas dquot_6.5.1
[   10.032189] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   10.032256] Initializing Cryptographic API
[   10.032260] io scheduler noop registered
[   10.032267] io scheduler anticipatory registered
[   10.032274] io scheduler deadline registered
[   10.032292] io scheduler cfq registered
[   10.046637] Real Time Clock Driver v1.12
[   10.046695] Linux agpgart interface v0.101 (c) Dave Jones
[   10.046809] PNP: No PS/2 controller found. Probing ports directly.
[   10.056368] i8042.c: Detected active multiplexing controller, rev 1.1.
[   10.060075] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[   10.060686] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[   10.061295] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[   10.061909] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[   10.062524] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.062559] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[   10.064506] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   10.064557] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   10.064562] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   10.064807] mice: PS/2 mouse device common for all mice
[   10.068273] NET: Registered protocol family 2
[   10.107485] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)[   10.107882] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[   10.110259] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   10.111456] TCP: Hash tables configured (established 131072 bind 65536)
[   10.111459] TCP reno registered
[   10.111574] TCP bic registered
[   10.111584] NET: Registered protocol family 1
[   10.111594] NET: Registered protocol family 8
[   10.111596] NET: Registered protocol family 20
[   10.111783] Freeing unused kernel memory: 180k freed
[   10.152364] vga16fb: initializing
[   10.152370] vga16fb: mapped to 0xffff8100000a0000
[   10.210392] Console: switching to colour frame buffer device 80x25
[   10.210398] fb0: VGA16 VGA frame buffer device
[   11.328674] Capability LSM initialized
[   11.833526] ATIIXP: IDE controller at PCI slot 0000:00:14.1
[   11.833557] ATIIXP: chipset revision 128
[   11.833559] ATIIXP: not 100% native mode: will probe irqs later
[   11.833570]     ide0: BM-DMA at 0x8410-0x8417, BIOS settings: hda:DMA, hdb:pio
[   11.833584]     ide1: BM-DMA at 0x8418-0x841f, BIOS settings: hdc:DMA, hdd:pio
[   11.833593] Probing IDE interface ide0...
[   12.124806] hda: ST98823A, ATA DISK drive
[   12.800371] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   12.800494] Probing IDE interface ide1...
[   13.538688] hdc: HL-DT-ST DVDRAM GSA-4082N, ATAPI CD/DVD-ROM drive
[   13.878658] ide1 at 0x170-0x177,0x376 on irq 15
[   13.885444] hda: max request size: 1024KiB
[   13.952684] hda: 156301488 sectors (80026 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
[   13.952869] hda: cache flushes supported
[   13.953006]  hda: hda1 hda2 hda3 hda4
[   13.981774] hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
[   13.981783] Uniform CD-ROM driver Revision: 3.20
[   14.303842] usbcore: registered new driver usbfs
[   14.304123] usbcore: registered new driver hub
[   14.306111] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[   14.307086] ohci_hcd 0000:00:13.0: OHCI Host Controller
[   14.530300] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
[   14.530314] ohci_hcd 0000:00:13.0: irq 169, io mem 0xc0004000
[   14.592990] hub 1-0:1.0: USB hub found
[   14.593007] hub 1-0:1.0: 4 ports detected
[   14.701002] ohci_hcd 0000:00:13.1: OHCI Host Controller
[   14.920389] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
[   14.920397] ohci_hcd 0000:00:13.1: irq 169, io mem 0xc0005000
[   14.984358] hub 2-0:1.0: USB hub found
[   14.984373] hub 2-0:1.0: 4 ports detected
[   15.094030] ehci_hcd 0000:00:13.2: EHCI Host Controller
[   15.094330] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
[   15.094339] ehci_hcd 0000:00:13.2: irq 169, io mem 0xc0006000
[   15.094356] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   15.094617] hub 3-0:1.0: USB hub found
[   15.094625] hub 3-0:1.0: 8 ports detected
[   15.286331] Attempting manual resume
[   15.308019] EXT3-fs: mounted filesystem with ordered data mode.
[   15.324296] kjournald starting.  Commit interval 5 seconds
[   27.059471] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   27.065710] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   27.407703] ath_hal: module license 'Proprietary' taints kernel.
[   27.407894] ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
[   27.497441] wlan: 0.8.6.0 (EXPERIMENTAL)
[   27.515296] ath_rate_sample: 1.2
[   27.521323] ath_pci: 0.9.6.0 (EXPERIMENTAL)
[   27.740933] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
[   27.986829] Yenta: CardBus bridge found at 0000:06:06.0 [1025:0080]
[   27.986861] Yenta: Using CSCINT to route CSC interrupts to PCI
[   27.986864] Yenta: Routing CardBus interrupts to PCI
[   27.986871] Yenta TI: socket 0000:06:06.0, mfunc 0x01001002, devctl 0x44
[   27.989271] ath_attach: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)
[   28.073414] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000
[   28.092415] Yenta TI: socket 0000:06:06.0 probing PCI interrupt failed, trying to fix
[   28.106723] input: SynPS/2 Synaptics TouchPad as /class/input/input0
[   28.108956] psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
[   28.129074] ts: Compaq touchscreen protocol output
[   28.196272] Yenta TI: socket 0000:06:06.0 no PCI interrupts. Fish. Please report.
[   28.196282] Yenta: no PCI IRQ, CardBus support disabled for this socket.
[   28.196284] Yenta: check your BIOS CardBus, BIOS IRQ or ACPI settings.
[   28.324939] Yenta: ISA IRQ mask 0x02f8, PCI irq 0
[   28.324945] Socket status: 30000006
[   28.324948] Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a
[   28.324955] pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff
[   28.324958] pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xc02fffff
[   28.324962] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x52ffffff
[   28.329504] r8169 Gigabit Ethernet driver 2.2LK loaded
[   28.329539] PCI->APIC IRQ transform: 0000:06:07.0[A] -> IRQ 0
[   28.330778] eth0: Identified chip type is 'RTL8169s/8110s'.
[   28.330783] eth0: RTL8169 at 0xffffc2000003e000, 00:16:d3:46:1e:00, IRQ 0
[   29.001722] lp: driver loaded but no devices found
[   29.065761] Adding 1951888k swap on /dev/hda3.  Priority:-1 extents:1 across:1951888k
[   29.211038] EXT3 FS on hda4, internal journal
[   29.364058] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[   29.364062] md: bitmap version 4.39
[   29.527020] NET: Registered protocol family 17
[   29.812419] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[   30.476047] cdrom: open failed.
[   59.295261] powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.50.4)
[   59.301539] powernow-k8:    0 : fid 0x0 (800 MHz), vid 0x16 (1000 mV)
[   59.301543] powernow-k8:    1 : fid 0x8 (1600 MHz), vid 0x6 (1400 mV)
[   59.301546] powernow-k8:    2 : fid 0xa (1800 MHz), vid 0x4 (1450 mV)
[   59.301550] cpu_init done, current fid 0xa, vid 0x4
[   61.215912] [drm] Initialized drm 1.0.1 20051102
[   62.312256] ppdev: user-space parallel port driver
[   64.841623] Bluetooth: Core ver 2.8
[   64.841628] NET: Registered protocol family 31
[   64.841630] Bluetooth: HCI device and connection manager initialized
[   64.841643] Bluetooth: HCI socket layer initialized
[   64.871573] Bluetooth: L2CAP ver 2.8
[   64.871580] Bluetooth: L2CAP socket layer initialized
[   64.895050] Bluetooth: RFCOMM socket layer initialized
[   64.895071] Bluetooth: RFCOMM TTY layer initialized
[   64.895073] Bluetooth: RFCOMM ver 1.7
[   67.500548] NET: Registered protocol family 10
[   67.500669] lo: Disabled Privacy Extensions
[   67.500745] IPv6 over IPv4 tunneling driver
[   67.757535] hda-intel: Invalid position buffer, using LPIB read method instead.
[   77.142922] psmouse.c: TouchPad at isa0060/serio4/input0 - driver resynched.
[   81.103795] input: AT Translated Set 2 keyboard as /class/input/input1

Voila la sortie de "dmesg" tongue

#9 Le 04/10/2006, à 11:58

snipe20004

Re : Erreur SIOCGIFFLAGS [Résolu]

En voyant ce post: http://forum.ubuntu-fr.org/viewtopic.php?id=66191, j'ai essayé de la même façon, en regardant mon IP sous WinXP, puis en passant en IP fixe plutôt que DHCP sous Ubuntu. Mais ça ne marche pas nn plus sad

#10 Le 05/10/2006, à 20:10

snipe2004

Re : Erreur SIOCGIFFLAGS [Résolu]

Petit up, pas d'idée géniale pr solutionner mon problème ?
Sinn, je vais devoir utiliser une autre distrib, et j'ai vmt pas envie... sad


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#11 Le 06/10/2006, à 23:58

snipe20004

Re : Erreur SIOCGIFFLAGS [Résolu]

Bon ben petit up ^^
Qq'un a une idée ? smile

#12 Le 07/10/2006, à 18:49

snipe2004

Re : Erreur SIOCGIFFLAGS [Résolu]

J'ai fait des progrès ^^
En renommant la connexion "eth0", l'erreur SIOCGIFFLAGS disparaît, et à la place j'ai, sur l'icône réseau en haut à droite, un panneau " /!\ " orange, qui veut dire que la connection est désactivée.
Je me dis "nickel, j'ai plus qu'à l'activer"... eh ben non, ça aurait été trop facile sad
Quand je fait "Activate", il essaye, puis il arrête, et ça ne marche pas (pourtant, il est mis "connection activée" à côté de l'icône de la carte réseau!), l'icône réseau est haut à droite est toujours avec le petit " /!\ " orange, et Firefox ne marche en effet pas.
J'ai refait toutes les commandes ci-dessus, le résultat est le même !

Et j'ai réessayé, redémarrer, même réinstallé Ubuntu, rien n'y fait sad

Re-merci d'avance pr votre aide smile


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne

#13 Le 08/10/2006, à 12:52

snipe2004

Re : Erreur SIOCGIFFLAGS [Résolu]

Bon, apparemment personne ne sait tongue
Comme mon erreur de base est résolue, je vais ajouter la balise [Résolu], étant donné que pour la plupart des gens, renommer la connection en eth0 puis l'activer devrait suffire.
Et je vais ouvrir un nouveau topic pour la suite smile


ACER NITRO V 515-54-75T7
i7-9750H @ 2,6 GHz x 12 + GTX 1660 Ti/PCIe/SSE2 6 Go (GDDR6)
NVMe 1 Tb, IPS 144 Hz

Hors ligne