Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Aller à la page:  Page précédente 1 2
Page: 2 sur 2
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

Essaye la partie du tuto qui commence par
Citation
moué
Si le fichier est absent : Déplacez-vous dans le dossier /lib/modules/fglrx/build_mod et entrez la séquence suivante :
et donne le message d'erreur s'il y en a un !

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 20:37:25
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

En fait l'erreur est la suivante :

chez moi : le noyau est 2.6.11-6mdk !

le script d'installation examine le fichier /usr/src/linux/include/linux/version.h
#include <linux/rhconfig.h>
#if defined(__module__BOOT)
#define UTS_RELEASE "2.6.11-6mdkBOOT"
#elif defined(__module__up)
#define UTS_RELEASE "2.6.11-6mdk"
#elif defined(__module__smp)
#define UTS_RELEASE "2.6.11-6mdksmp"
#elif defined(__module__i686_up_4Gcool smiley
#define UTS_RELEASE "2.6.11-6mdk-i686-up-4GB"
#elif defined(__module__i586_up_1Gcool smiley
#define UTS_RELEASE "2.6.11-6mdk-i586-up-1GB"
#else
#define UTS_RELEASE "2.6.11-6mdkcustom"
#endif
#define LINUX_VERSION_CODE 132619
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

Il regarde s'il trouve une ligne qui contient "2.6.11-6mdk" (guillemets compris)
il trouve !

Chez doit , ce fichier ne doit pas contenir d'entrée pour un kernel entreprise !
Donc le script STOP !

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 21:02:24
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fullgore

J'ai tout refais à partir
Citation

Si le fichier est absent : Déplacez-vous dans le dossier /lib/modules/fglrx/build_mod et entrez la séquence suivante :

et ça me met ça:

[pat@localhost pat]$ fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4

[pat@localhost pat]$

Poste le Monday 4 April 2005 21:20:00
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

A mon avis ca compile pas !

"ls -l /lib/modules/fglrx/build_mod" ?

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 21:23:11
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

ou alors pas d'erreur concernant fglrx dans la commande "dmseg" ?

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 21:30:34
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fullgore

[pat@localhost pat]$ ls -l /lib/modules/fglrx/build_mod
total 1031
drwxr-xr-x 2 root root 1040 avr 4 20:46 2.6.x/
-r--r--r-- 1 root users 20776 jan 4 01:05 agp3.c
-r--r--r-- 1 root users 10596 jan 4 01:05 agp_backend.h
-r--r--r-- 1 root users 215173 jan 31 18:50 agpgart_be.c
-r--r--r-- 1 root users 7251 jan 4 01:05 agpgart.h
-r--r--r-- 1 root users 39260 jan 4 01:05 agp.h
-r--r--r-- 1 root users 4363 jan 4 01:05 drm_compat.h
-r--r--r-- 1 root users 20613 jan 4 01:05 drm.h
-r--r--r-- 1 root users 4803 jan 4 01:05 drm_os_linux.h
-r--r--r-- 1 root users 32526 jan 4 01:05 drmP.h
-r--r--r-- 1 root users 15405 jan 4 01:05 drm_proc.h
lrwxrwxrwx 1 root root 14 avr 4 20:46 fglrx.ko -> 2.6.x/fglrx.ko
-r--r--r-- 1 root users 99285 fév 10 03:15 firegl_public.c
-r--r--r-- 1 root users 28700 fév 10 03:15 firegl_public.h
-r--r--r-- 1 root users 5249 jan 4 01:05 i7505-agp.c
lrwxrwxrwx 1 root root 20 avr 4 20:46 libfglrx_ip.a -> ./libfglrx_ip.a.GCC3
-rw-r--r-- 1 root users 221660 fév 10 03:21 libfglrx_ip.a.GCC2
-rw-r--r-- 1 root users 230282 fév 10 03:21 libfglrx_ip.a.GCC3
-rw-r--r-- 1 root root 1842 avr 4 20:46 make.log
-r--r--r-- 1 root users 33663 jan 4 01:05 make.sh
-r--r--r-- 1 root users 14296 jan 4 01:05 nvidia-agp.c
drwxr-xr-x 3 root root 72 avr 3 16:15 patch/
[pat@localhost pat]$

Poste le Monday 4 April 2005 21:32:46
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

le fglrx.ko a bien été genere bizar ?-(

le modprobe ne met pas d'erreur ?

et le dmesg ?

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 21:36:15
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fullgore

[pat@localhost pat]$ dmesg
Linux version 2.6.3-4mdkenterprise (nplanel@n3.mandrakesoft.com) (gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)) #1 SMP Tue Mar 2 07:00:53 CET 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f53b0
hm, page 000f5000 reserved twice.
hm, page 000f6000 reserved twice.
hm, page 000f0000 reserved twice.
hm, page 000f1000 reserved twice.
On node 0 totalpages: 262128
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 225280 pages, LIFO batch:16
HighMem zone: 32752 pages, LIFO batch:7
DMI 2.3 present.
ACPI: RSDP (v000 GBT ) @ 0x000f7560
ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x3fff3000
ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x3fff3040
ACPI: MADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x3fff6200
ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
I/O APIC #2 Version 17 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
Processors: 2
Built 1 zonelists
Kernel command line: BOOT_IMAGE=linux-enterprise ro root=305 devfs=mount acpi=ht resume=/dev/hda6 splash=silent
bootsplash: silent mode.
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
Detected 3014.665 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Memory: 1032380k/1048512k available (2061k kernel code, 15228k reserved, 895k data, 308k init, 131008k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 5980.16 BogoMIPS
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 151k freed
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU#0: Thermal monitoring enabled
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
per-CPU timeslice cutoff: 1463.17 usecs.
task migration cache decay timeout: 2 msecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Booting processor 1/1 eip 3000
Initializing CPU#1
masked ExtINT on CPU#1
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Calibrating delay loop... 6012.92 BogoMIPS
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU#1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU#1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
Total of 2 processors activated (11993.08 BogoMIPS).
cpu_sibling_map[0] = 1
cpu_sibling_map[1] = 0
ENABLING IO-APIC IRQs
Setting 2 in the phys_id_present_map
...changing IO-APIC physical APIC ID to 2 ... ok.
init IO_APIC IRQs
IO-APIC (apicid-pin) 2-0, 2-5, 2-9, 2-10, 2-11, 2-19 not connected.
..TIMER: vector=0x31 pin1=2 pin2=0
number of MP IRQ sources: 22.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 02000000
....... : physical APIC id: 02
....... : Delivery Type: 0
....... : LTS : 0
.... register #01: 00178014
....... : max redirection entries: 0017
....... : PRQ implemented: 1
....... : IO APIC version: 0014
.... register #02: 02000000
....... : arbitration: 02
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 001 01 0 0 0 0 0 1 1 39
02 001 01 0 0 0 0 0 1 1 31
03 001 01 0 0 0 0 0 1 1 41
04 001 01 0 0 0 0 0 1 1 49
05 000 00 1 0 0 0 0 0 0 00
06 001 01 0 0 0 0 0 1 1 51
07 001 01 0 0 0 0 0 1 1 59
08 001 01 0 0 0 0 0 1 1 61
09 000 00 1 0 0 0 0 0 0 00
0a 000 00 1 0 0 0 0 0 0 00
0b 000 00 1 0 0 0 0 0 0 00
0c 001 01 0 0 0 0 0 1 1 69
0d 001 01 0 0 0 0 0 1 1 71
0e 001 01 0 0 0 0 0 1 1 79
0f 001 01 0 0 0 0 0 1 1 81
10 001 01 1 1 0 1 0 1 1 89
11 001 01 1 1 0 1 0 1 1 91
12 001 01 1 1 0 1 0 1 1 99
13 000 00 1 0 0 0 0 0 0 00
14 001 01 1 1 0 1 0 1 1 A1
15 001 01 1 1 0 1 0 1 1 A9
16 001 01 1 1 0 1 0 1 1 B1
17 001 01 1 1 0 1 0 1 1 B9
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ18 -> 0:18
IRQ20 -> 0:20
IRQ21 -> 0:21
IRQ22 -> 0:22
IRQ23 -> 0:23
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3014.0186 MHz.
..... host bus clock speed is 200.0945 MHz.
checking TSC synchronization across 2 CPUs: passed.
Starting migration thread for cpu 0
Starting migration thread for cpu 1
Brought up 1 CPUs
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfb200, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040211
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Disabled
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Uncovering SIS963 that hid as a SIS503 (compatible=1)
Enabling SiS 96x SMBus.
PCI: Using IRQ router default [1039/0648] at 0000:00:00.0
PCI->APIC IRQ transform: (B0,I2,P1) -> 17
PCI->APIC IRQ transform: (B0,I2,P1) -> 17
PCI->APIC IRQ transform: (B0,I2,P2) -> 18
PCI->APIC IRQ transform: (B0,I2,P2) -> 18
PCI->APIC IRQ transform: (B0,I3,P0) -> 20
PCI->APIC IRQ transform: (B0,I3,P1) -> 21
PCI->APIC IRQ transform: (B0,I3,P2) -> 22
PCI->APIC IRQ transform: (B0,I3,P3) -> 23
PCI->APIC IRQ transform: (B0,I10,P0) -> 18
PCI->APIC IRQ transform: (B0,I15,P0) -> 16
PCI->APIC IRQ transform: (B1,I0,P0) -> 16
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
Starting balanced_irq
ikconfig 0.7 with /proc/config*
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
pty: 1024 Unix98 ptys configured
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SIS5513: IDE controller at PCI slot 0000:00:02.5
SIS5513: chipset revision 0
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdagrinning smileyMA, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcgrinning smileyMA, hddgrinning smileyMA
hda: ST3160021A, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: JLMS XJ-HD166S, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4040B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 312581808 sectors (160041 Mcool smiley w/2048KiB Cache, CHS=19457/255/63, UDMA(100)
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 < p5 p6 >
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
EISA: Probing bus 0 at eisa0
NET: Registered protocol family 2
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
NET: Registered protocol family 1
BIOS EDD facility v0.12 2004-Jan-26, 1 devices found
Please report your BIOS at [linux.dell.com]
PM: Reading pmdisk image.
PM: Resume from disk failed.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev
found reiserfs format "3.6" with standard journal
Reiserfs journal params: device hda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (hda5) for (hda5)
Using r5 hash to sort names
Mounted devfs on /dev
Freeing unused kernel memory: 308k freed
Real Time Clock Driver v1.12
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:03.0: OHCI Host Controller
ohci_hcd 0000:00:03.0: irq 20, pci mem f8823000
ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ohci_hcd 0000:00:03.1: OHCI Host Controller
ohci_hcd 0000:00:03.1: irq 21, pci mem f8825000
ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ohci_hcd 0000:00:03.2: OHCI Host Controller
ohci_hcd 0000:00:03.2: irq 22, pci mem f8848000
ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ehci_hcd 0000:00:03.3: EHCI Host Controller
ehci_hcd 0000:00:03.3: irq 23, pci mem f891f000
ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 4
PCI: cache line size of 128 is not supported by device 0000:00:03.3
ehci_hcd 0000:00:03.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
usb 3-1: new low speed USB device using address 2
usb 3-2: new full speed USB device using address 3
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/input/hid-ff.c: hid_ff_init could not find initializer
input: USB HID v1.00 Gamepad [Microsoft® Microsoft® SideWinder® Plug & Play Game Pad] on usb-0000:00:03.2-1
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Adding 915664k swap on /dev/hda6. Priority:42 extents:1
Vendor: Model: Rev:
Type: Direct-Access ANSI SCSI revision: 02
imm: Version 2.05 (for Linux 2.4.0)
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
ppa: Version 2.07 (for Linux 2.4.x)
Linux agpgart interface v0.100 (c) Dave Jones
fglrx: no version for "struct_module" found: kernel tainted.
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 927 MBytes.
[fglrx] module loaded - fglrx 8.10.19 [Feb 9 2005] on minor 0
Supermount version 2.0.4 for kernel 2.6
Vendor: Model: Rev:
Type: Direct-Access ANSI SCSI revision: 02
NTFS driver 2.1.6 [Flags: R/O MODULE].
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
NTFS volume version 3.1.
Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
drivers/usb/core/usb.c: registered new driver usb-storage
USB Mass Storage support registered.
ohci1394: $Rev: 1097 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: Unexpected PCI resource length of 1000!
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[17] MMIO=[e3000000-e30007ff] Max Packet=[2048]
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00000d61002c99f9]
8139too Fast Ethernet driver 0.9.27
eth0: RealTek RTL8139 at 0xf8923000, 00:0d:61:57:fa:85, IRQ 16
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
inserting floppy driver for 2.6.3-4mdkenterprise
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
hdc: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 32X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(66)
ide-floppy driver 0.99.newide
NET: Registered protocol family 17
eth0: link down
intel8x0_measure_ac97_clock: measured 49586 usecs
intel8x0: clocking to 48000
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi generic sg1 at scsi0, channel 0, id 0, lun 1, type 0
VFS: Can't find ext2 filesystem on dev fd0.
[pat@localhost pat]$

Poste le Monday 4 April 2005 21:45:43
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

Tu as :
fglrx: no version for "struct_module" found: kernel tainted.
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 927 MBytes.
[fglrx] module loaded - fglrx 8.10.19 [Feb 9 2005] on minor 0

j'ai
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 431 MBytes.
[fglrx] module loaded - fglrx 8.10.19 [Feb  9 2005] on minor 0
[fglrx] AGP detected, AgpState   = 0x1f000a0b (hardware caps of chipset)
[fglrx] AGP enabled,  AgpCommand = 0x1f000302 (selected caps)
[fglrx] free  AGP = 54800384
[fglrx] max   AGP = 54800384
[fglrx] free  LFB = 116387840
[fglrx] max   LFB = 116387840
[fglrx] free  Inv = 0
[fglrx] max   Inv = 0
[fglrx] total Inv = 0
[fglrx] total TIM = 0
[fglrx] total FB  = 0
[fglrx] total AGP = 16384

apparement , google ma dit que ce serait du au noyau !
je sais pas trop, j'ai encore pas vu cette erreur !


ou alors , lors du fglrxconfig est tu sur d'avoir mit "Do you want to use the external AGP GART module (y/n)? [n] y" (tres important) ?
(si tu est pas sur , fait voir ton /etc/X11/XFree86Config-4)


tu peut pas essayer avec le noyau normal ?
histoire de voir si ca marche ...

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 22:05:30
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fullgore

Citation

ou alors , lors du fglrxconfig est tu sur d'avoir mit "Do you want to use the external AGP GART module (y/n)? [n] y" (tres important) ?

Oui je suis sûr de l'avoir fait.
Le noyau normal plante.(le normal chez moi c'est 2.4)

Si tu peux m'aider sur le wifi,on laisse tomber la radeon, c'est pas le plus important,sinon continuons l'installation des drivers fglrx.

Poste le Monday 4 April 2005 22:16:16
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

evidement le 2.4 avec les source du 2.6 :-/

Tu peurt installer le noyau "2.6.3-4mdk" (celui d'origine de la mdk 10.0)
via rpmdrake ou "urpmi kernel-2.6.3-4mdk" ?



-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 22:20:52
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fulgore

non, je peux pas, mais il est déjà installer sur mdk entreprise(je peux pas ouvrir linux ça plante, ya que linux enterprise qui marche)

Poste le Monday 4 April 2005 22:26:54
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

je sais pas alors , mais l'erreur "fglrx: no version for "struct_module" found: kernel tainted."
me semble etre une erreur due au noyau !

alors fait comme tu veut !


-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Monday 4 April 2005 23:07:20
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: Fullgore

Bon je laisse tomber la carte graphique,c'est pas le plus important.

Est ce que quelqu'un pourrait m'aider pour le wifi svp?

Poste le Tuesday 5 April 2005 13:22:05
Répondre     Citer    
Re: 2Pb> wifi et ati 9600se
Envoyé par: ceric35

pose un autre sujet !

-------------------------------------------------------------------------------------------------
Linux est pour la firme de Redmond ce qu'est James Bond pour les
méchants dans les films : le dernier obstacle avant la domination mondiale.

Poste le Tuesday 5 April 2005 15:41:39
Répondre     Citer    
Aller à la page:  Page précédente 1 2
Page: 2 sur 2

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
2Pb> wifi et ati 9600se
Vous voulez savoir si votre matériel est supporté par Linux, ou vous avez un problème pour installer un module ? Ce forum est pour vous !
Nouveau sujet sur ce forum

Sauf mention contraire, les documentations publiées sont sous licence Creative-Commons