Léa-Linux & amis :   LinuxFR   GCU-Squad   GNU
Probleme de driver audio
Envoyé par: Caillou

Bonjour à tous,

Je n'arrive a pas à installer le driver audio fourni avec ma carte mère (carte audio intégrée).
J'ai installé le kernel-source, mais visiblement, il manque un fichier.

Quand j'ai installé ma mandriva 2008.1, tout marchait, mais ca saturait facilement quand j'enregistrait (ca n'arrive pas sous windows). J'ai essayé avec des logiciels différents, mais toujours le même problème. Du coup, j'ai voulu réinstaller le driver. Et c'est la que le probleme est apparu. De plus, il a supprimé l'ancien driver, donc j'ai plus de son.

Message d'erreur :

...
make[2]: entrant dans le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia »
make[3]: entrant dans le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia/pdaudiocf »
make[3]: quittant le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia/pdaudiocf »
make[3]: entrant dans le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia/vx »
make[3]: quittant le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia/vx »
make[2]: quittant le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/pcmcia »
make[1]: quittant le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15 »
make -C /lib/modules/2.6.24.7-desktop-1mnb/source SUBDIRS=/home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15 O=/lib/modules/2.6.24.7-desktop-1mnb/build CPP="gcc -E" CC="gcc" modules
make[1]: entrant dans le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »
/usr/src/linux-2.6.24.7-desktop-1mnb/scripts/Makefile.build:46: *** CFLAGS was changed in "/home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/acore/Makefile". Fix it to use EXTRA_CFLAGS. Arrêt.
make[3]: *** [/home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/acore] Erreur 2
make[2]: *** [_module_/home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15] Erreur 2
make[1]: *** [sub-make] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-2.6.24.7-desktop-1mnb »
make: *** [compile] Erreur 2
if [ -L /usr/include/sound ]; then \
rm -f /usr/include/sound; \
ln -sf /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/include/sound /usr/include/sound; \
else \
rm -rf /usr/include/sound; \
install -d -m 755 -g root -o root /usr/include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /usr/include/sound; \
done \
fi
find /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound -name 'snd*.*o' | xargs rm -f
find /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound -name 'snd*.*o.gz' | xargs rm -f
find /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound -name 'ac97_bus.*o' | xargs rm -f
find /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound -name 'ac97_bus.*o.gz' | xargs rm -f
make[1]: entrant dans le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/acore »
mkdir -p /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound/acore
cp snd-hwdep.ko snd-page-alloc.ko snd-pcm.ko snd-timer.ko snd.ko /lib/modules/2.6.24.7-desktop-1mnb/kernel/sound/acore
cp: ne peut évaluer `snd-hwdep.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-page-alloc.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-pcm.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd-timer.ko': Aucun fichier ou répertoire de ce type
cp: ne peut évaluer `snd.ko': Aucun fichier ou répertoire de ce type
make[1]: *** [modules_install] Erreur 1
make[1]: quittant le répertoire « /home/pierre/Bureau/LinuxDrivers/Audio/alsa/alsa-driver-1.0.15/acore »
make: *** [install-modules] Erreur 1
Alsa driver compiling failed!


Voila

Poste le Tuesday 30 September 2008 21:26:55
Répondre     Citer    
Re: Probleme de driver audio
Envoyé par: Fbz

Erf, ne compile pas ton driver Audio comme ça ... enfin je ne te le recommande pas.

Quelle est la version actuelle de ton kernel ?
Mandriva mettent-ils à disposition un kernel plus récent dans leurs dépots ?

---

Colle le résultat de la commande
dmesg
sur ce forum, ça permettra de voir si ta carte son n'est pas reconnue.
Colle aussi le résultat de
lsmod

Poste le Wednesday 1 October 2008 16:07:59
Répondre     Citer    
Re: Probleme de driver audio
Envoyé par: Caillou

oki,

[root@localhost pierre]# dmesg
Linux version 2.6.24.7-desktop-1mnb (qateam@titan.mandriva.com) (gcc version 4.2.3 (4.2.3-6mnb1)) #1 SMP Mon Jul 28 15:12:10 EDT 2008
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000007ffa0000 (usable)
BIOS-e820: 000000007ffa0000 - 000000007ffae000 (ACPI data)
BIOS-e820: 000000007ffae000 - 000000007ffd0000 (ACPI NVS)
BIOS-e820: 000000007ffd0000 - 0000000080000000 (reserved)
BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
1151MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
Entering add_active_range(0, 0, 524192) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 524192
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 524192
On node 0 totalpages: 524192
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
HighMem zone: 2303 pages used for memmap
HighMem zone: 292513 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
DMI present.
ACPI: RSDP 000FB500, 0014 (r0 ACPIAM)
ACPI: RSDT 7FFA0000, 003C (r1 070208 RSDT1653 20080702 MSFT 97)
ACPI: FACP 7FFA0200, 0084 (r1 070208 FACP1653 20080702 MSFT 97)
ACPI: DSDT 7FFA05C0, 6EEB (r1 A0980 A0980001 1 INTL 20051117)
ACPI: FACS 7FFAE000, 0040
ACPI: APIC 7FFA0390, 006C (r1 070208 APIC1653 20080702 MSFT 97)
ACPI: MCFG 7FFA0400, 003C (r1 070208 OEMMCFG 20080702 MSFT 97)
ACPI: OEMB 7FFAE040, 0071 (r1 070208 OEMB1653 20080702 MSFT 97)
ACPI: HPET 7FFA74B0, 0038 (r1 070208 OEMHPET 20080702 MSFT 97)
ACPI: SSDT 7FFA74F0, 0544 (r1 A_M_I_ POWERNOW 1 AMD 1)
ATI board detected. Disabling timer routing over 8254.
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 0:2 APIC version 16
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 0:2 APIC version 16
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Processor #2 0:2 APIC version 16
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Processor #3 0:2 APIC version 16
ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
ACPI: HPET id: 0x8300 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 88000000 (gap: 80000000:7f700000)
swsusp: Registered nosave memory region: 000000000009e000 - 000000000009f000
swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e4000
swsusp: Registered nosave memory region: 00000000000e4000 - 0000000000100000
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520097
Kernel command line: BOOT_IMAGE=linux root=UUID=1181ed2e-8e75-11dd-b855-e93daff1d7e6 resume=/dev/sda5 splash=silent vga=788
bootsplash: silent mode.
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 3001.393 MHz processor.
Console: colour dummy device 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 2070980k/2096768k available (2335k kernel code, 24032k reserved, 793k data, 296k init, 1179264k highmem, 0k BadRAM)
virtual kernel memory layout:
fixmap : 0xffe14000 - 0xfffff000 (1964 kcool smiley
pkmap : 0xff800000 - 0xffc00000 (4096 kcool smiley
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 Mcool smiley
lowmem : 0xc0000000 - 0xf8000000 ( 896 Mcool smiley
.init : 0xc0416000 - 0xc0460000 ( 296 kcool smiley
.data : 0xc0347d6b - 0xc040e2a4 ( 793 kcool smiley
.text : 0xc0100000 - 0xc0347d6b (2335 kcool smiley
Checking if this processor honours the WP bit even in supervisor mode... Ok.
SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=4, Nodes=1
hpet clockevent registered
Calibrating delay using timer specific routine.. 6005.83 BogoMIPS (lpj=3002916)
Security Framework initialized
AppArmor: AppArmor disabled by boottime parameter

Capability LSM initialized
Mount-cache hash table entries: 512
Hook version: 2.6.24.7-1.uc1mnb1 2008/07/11
CPU: After generic identify, caps: 178bfbff efd3fbff 00000000 00000000 00802009 00000000 000007ff 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0(4) -> Core 0
CPU: After all inits, caps: 178bfbff efd3fbff 00000000 00000510 00802001 00000000 000007ff 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Early unpacking initramfs... done
Freeing initrd memory: 2755k freed
ACPI: Core revision 20070126
ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
CPU0: AMD Phenom(tm) 9950 Quad-Core Processor stepping 03
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 6005.14 BogoMIPS (lpj=3002572)
CPU: After generic identify, caps: 178bfbff efd3fbff 00000000 00000000 00802009 00000000 000007ff 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 1(4) -> Core 1
CPU: After all inits, caps: 178bfbff efd3fbff 00000000 00000510 00802001 00000000 000007ff 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: AMD Phenom(tm) 9950 Quad-Core Processor stepping 03
SMP alternatives: switching to SMP code
Booting processor 2/2 eip 3000
Initializing CPU#2
Calibrating delay using timer specific routine.. 6002.83 BogoMIPS (lpj=3001418)
CPU: After generic identify, caps: 178bfbff efd3fbff 00000000 00000000 00802009 00000000 000007ff 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 2(4) -> Core 2
CPU: After all inits, caps: 178bfbff efd3fbff 00000000 00000510 00802001 00000000 000007ff 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#2.
CPU2: AMD Phenom(tm) 9950 Quad-Core Processor stepping 03
SMP alternatives: switching to SMP code
Booting processor 3/3 eip 3000
Initializing CPU#3
Calibrating delay using timer specific routine.. 6002.41 BogoMIPS (lpj=3001207)
CPU: After generic identify, caps: 178bfbff efd3fbff 00000000 00000000 00802009 00000000 000007ff 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 3(4) -> Core 3
CPU: After all inits, caps: 178bfbff efd3fbff 00000000 00000510 00802001 00000000 000007ff 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#3.
CPU3: AMD Phenom(tm) 9950 Quad-Core Processor stepping 03
Total of 4 processors activated (24016.22 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 4 CPUs
net_namespace: 64 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
PCI: Not using MMCONFIG.
PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
Error attaching device data
Error attaching device data
Error attaching device data
Error attaching device data
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Transparent bridge - 0000:00:14.4
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 9A, should be 8D [20070126]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 16 devices
ACPI: ACPI bus type pnp unregistered
PnPBIOS: Disabled
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 32-bit timers, 14318180 Hz
ACPI: RTC can wake from S4
Time: hpet clocksource has been installed.
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 2
Switched to high resolution mode on CPU 3
system 00:01: iomem range 0x0-0x0 could not be reserved
system 00:01: iomem range 0x0-0x0 could not be reserved
system 00:0b: ioport range 0x230-0x23f has been reserved
system 00:0b: ioport range 0x290-0x29f has been reserved
system 00:0b: ioport range 0xa20-0xa2f has been reserved
system 00:0b: ioport range 0xa30-0xa3f has been reserved
system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0d: ioport range 0x4d0-0x4d1 has been reserved
system 00:0d: ioport range 0x40b-0x40b has been reserved
system 00:0d: ioport range 0x4d6-0x4d6 has been reserved
system 00:0d: ioport range 0xc00-0xc01 has been reserved
system 00:0d: ioport range 0xc14-0xc14 has been reserved
system 00:0d: ioport range 0xc50-0xc51 has been reserved
system 00:0d: ioport range 0xc52-0xc52 has been reserved
system 00:0d: ioport range 0xc6c-0xc6c has been reserved
system 00:0d: ioport range 0xc6f-0xc6f has been reserved
system 00:0d: ioport range 0xcd0-0xcd1 has been reserved
system 00:0d: ioport range 0xcd2-0xcd3 has been reserved
system 00:0d: ioport range 0xcd4-0xcd5 has been reserved
system 00:0d: ioport range 0xcd6-0xcd7 has been reserved
system 00:0d: ioport range 0xcd8-0xcdf has been reserved
system 00:0d: ioport range 0xb00-0xb3f has been reserved
system 00:0d: ioport range 0x800-0x89f has been reserved
system 00:0d: ioport range 0xb20-0xb2f has been reserved
system 00:0d: ioport range 0x900-0x90f has been reserved
system 00:0d: ioport range 0x910-0x91f has been reserved
system 00:0d: ioport range 0xfe00-0xfefe has been reserved
system 00:0d: iomem range 0xffb80000-0xffbfffff could not be reserved
system 00:0d: iomem range 0xfec10000-0xfec1001f has been reserved
system 00:0e: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0f: iomem range 0x0-0x9ffff could not be reserved
system 00:0f: iomem range 0xc0000-0xcffff could not be reserved
system 00:0f: iomem range 0xe0000-0xfffff could not be reserved
system 00:0f: iomem range 0x100000-0x7fffffff could not be reserved
system 00:0f: iomem range 0xfec00000-0xffffffff could not be reserved
PCI: Bridge: 0000:00:02.0
IO window: d000-dfff
MEM window: f8000000-fbdfffff
PREFETCH window: d0000000-dfffffff
PCI: Bridge: 0000:00:06.0
IO window: e000-efff
MEM window: fbe00000-fbefffff
PREFETCH window: f6f00000-f6ffffff
PCI: Bridge: 0000:00:14.4
IO window: disabled.
MEM window: fbf00000-fbffffff
PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:02.0 to 64
ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:06.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
audit: initializing netlink socket (disabled)
audit(1222848420.447:1): initialized
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:01:00.0
PCI: Setting latency timer of device 0000:00:02.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:02.0:pcie00]
PCI: Setting latency timer of device 0000:00:06.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:06.0:pcie00]
vesafb: framebuffer at 0xf9000000, mapped to 0xf8880000, using 3750k, total 14336k
vesafb: mode is 800x600x16, linelength=1600, pages=2
vesafb: protected mode interface info at c000:c130
vesafb: pmi: set display start = c00cc193, set palette = c00cc1ee
vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 216280 bytes,<6>...found (800x600, 216184 bytes, v3).
Console: switching to colour frame buffer device 91x30
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
hpet_resources: 0xfed00000 is busy
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
PNP: PS/2 Controller [PNP0303tongue sticking out smileyS2K] at 0x60,0x64 irq 1
PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 1
Using IPI No-Shortcut mode
registered taskstats version 1
BIOS EDD facility v0.16 2004-Jun-25, 6 devices found
Freeing unused kernel memory: 296k freed
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ACPI: PCI Interrupt 0000:00:12.2 -> GSI 17 (level, low) -> IRQ 17
ehci_hcd 0000:00:12.2: EHCI Host Controller
ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:12.2: debug port 1
ehci_hcd 0000:00:12.2: irq 17, io mem 0xf7fff000
ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ACPI: PCI Interrupt 0000:00:13.2 -> GSI 19 (level, low) -> IRQ 18
ehci_hcd 0000:00:13.2: EHCI Host Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:13.2: debug port 1
ehci_hcd 0000:00:13.2: irq 18, io mem 0xf7ffa800
ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 16 (level, low) -> IRQ 19
ohci_hcd 0000:00:12.0: OHCI Host Controller
ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:12.0: irq 19, io mem 0xf7ffe000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:00:12.1[A] -> GSI 16 (level, low) -> IRQ 19
ohci_hcd 0000:00:12.1: OHCI Host Controller
ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:12.1: irq 19, io mem 0xf7ffd000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 16
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
ohci_hcd 0000:00:13.0: irq 16, io mem 0xf7ffc000
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 3 ports detected
usb 3-1: new full speed USB device using ohci_hcd and address 2
ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 18 (level, low) -> IRQ 16
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
ohci_hcd 0000:00:13.1: irq 16, io mem 0xf7ffb000
usb 3-1: configuration #1 chosen from 1 choice
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:00:14.5[C] -> GSI 18 (level, low) -> IRQ 16
ohci_hcd 0000:00:14.5: OHCI Host Controller
ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
ohci_hcd 0000:00:14.5: irq 16, io mem 0xf7ff9000
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
usb 3-3: new full speed USB device using ohci_hcd and address 3
hub 7-0:1.0: 2 ports detected
usb 3-3: configuration #1 chosen from 1 choice
USB Universal Host Controller Interface driver v3.0
SCSI subsystem initialized
Driver 'sd' needs updating - please use bus_type methods
libata version 3.00 loaded.
ahci 0000:00:11.0: version 3.0
ACPI: PCI Interrupt 0000:00:11.0[A] -> GSI 22 (level, low) -> IRQ 20
ahci 0000:00:11.0: controller can't do 64bit DMA, forcing 32bit
ahci 0000:00:11.0: controller can't do PMP, turning off CAP_PMP
ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
ahci 0000:00:11.0: flags: ncq sntf ilck pm led clo pio slum part
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
ata1: SATA max UDMA/133 abar m1024@0xf7fff800 port 0xf7fff900 irq 20
ata2: SATA max UDMA/133 abar m1024@0xf7fff800 port 0xf7fff980 irq 20
ata3: SATA max UDMA/133 abar m1024@0xf7fff800 port 0xf7fffa00 irq 20
ata4: SATA max UDMA/133 abar m1024@0xf7fff800 port 0xf7fffa80 irq 20
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7: ST3250310AS, 3.AAA, max UDMA/133
ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
ata2: SATA link down (SStatus 0 SControl 300)
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access ATA ST3250310AS 3.AA PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 Mcool smiley
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 Mcool smiley
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 < sda5 sda6 >
sd 0:0:0:0: [sda] Attached SCSI disk
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller (0x1002:0x439c rev 0x00) at PCI slot 0000:00:14.1
ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 19
ATIIXP: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hdagrinning smileyMA, hdbgrinning smileyMA
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hdb: HL-DT-ST DVDRAM GSA-H10N, ATAPI CD/DVD-ROM drive
hda: _NEC DVD_RW ND-3550A, ATAPI CD/DVD-ROM drive
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/33 mode selected
hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hdb: UDMA/33 mode selected
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
swsusp: Marking nosave pages: 000000000009e000 - 0000000000100000
swsusp: Basic memory bitmaps created
swsusp: Basic memory bitmaps freed
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
TomoyoLinux Mandatory Access Control disabled by default.
You need to install ccs-tools if you want to enable it.
sd 0:0:0:0: Attached scsi generic sg0 type 0
r8169 Gigabit Ethernet driver 2.2LK loaded
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:02:00.0 to 64
r8169 0000:02:00.0: no MSI. Back to INTx.
eth0: RTL8168c/8111c at 0xf8c48000, 00:1f:c6:3f:e1:b7, XID 3c2000c0 IRQ 16
hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
ACPI: Processor [P001] (supports 8 throttling states)
input: Power Button (FF) as /class/input/input1
thermal: Unknown symbol acpi_processor_set_thermal_limit
udev: renamed network interface eth0 to eth1
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input2
ACPI: Power Button (CM) [PWRB]
input: PC Speaker as /class/input/input3
piix4_smbus 0000:00:14.0: Found 0000:00:14.0 device
usbcore: registered new interface driver hiddev
input: Saitek GM3200 Laser mouse as /class/input/input4
input,hidraw0: USB HID v1.10 Mouse [Saitek GM3200 Laser mouse] on usb-0000:00:12.0-3
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k
parport_pc 00:07: reported by Plug and Play ACPI
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
usbcore: registered new interface driver usbmouse
drivers/hid/usbhid/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
ndiswrapper version 1.52 loaded (smp=yes, preempt=no)
parport0: Printer, HEWLETT-PACKARD DESKJET 710C
ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 19
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
ndiswrapper: driver bcmwl5 (ASUS,02/11/2005, 3.100.64.0) loaded
ACPI: PCI Interrupt 0000:03:06.0[A] -> GSI 20 (level, low) -> IRQ 21
ndiswrapper: using IRQ 21
wlan0: ethernet device 00:18:f3:3e:76:56 using NDIS driver: bcmwl5, version: 0x3644000, NDIS version: 0x501, vendor: 'NDIS Network Adapter', 14E4:4318.5.conf
wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
usbcore: registered new interface driver ndiswrapper
ndiswrapper: changing interface name from 'wlan0' to 'eth0'
udev: renamed network interface wlan0 to eth0
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
EXT3 FS on sda6, internal journal
usb 3-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 2 ret -75
usb 3-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 2 ret -75
fuse init (API version 7.9)
loop: module loaded
Adding 4088500k swap on /dev/sda5. Priority:-1 extents:1 across:4088500k
usb 3-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 2 ret -75
usb 3-3: usbfs: USBDEVFS_CONTROL failed cmd sane-find-scann rqt 128 rq 6 len 2 ret -75
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
NET: Registered protocol family 17
ADDRCONF(NETDEV_UP): eth0: link is not ready
r8169: eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
lp0: using parport0 (interrupt-driven).
lp0: console ready
ip_tables: (C) 2000-2006 Netfilter Core Team
eth0: no IPv6 routers present
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip6_tables: (C) 2000-2006 Netfilter Core Team
ctnetlink v0.93: registering with nfnetlink.
ClusterIP Version 0.8 loaded successfully
Linux agpgart interface v0.102
netfilter PSD loaded - (c) astaro AG
IFWLOG: register target
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14966 bytes, v3).
bootsplash: status on console 5 changed to on
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module 173.14.12 Thu Jul 17 18:11:36 PDT 2008
hda-intel: Invalid position buffer, using LPIB read method instead.
ppdev: user-space parallel port driver
ppdev0: registered pardevice
ppdev0: negotiated back to compatibility mode because user-space forgot
ppdev0: unregistered pardevice
ppdev0: registered pardevice
ppdev0: unregistered pardevice
ppdev0: registered pardevice
ppdev0: unregistered pardevice
ndiswrapper (add_wep_key:850): adding encryption key 1 failed (C0010015)
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
usb 2-5: new high speed USB device using ehci_hcd and address 2
usb 2-5: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi4 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usbcore: registered new interface driver usb-storage
usb-storage: waiting for device to settle before scanning
USB Mass Storage support registered.
scsi 4:0:0:0: Direct-Access ST332062 0AS PQ: 0 ANSI: 2
sd 4:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 Mcool smiley
sd 4:0:0:0: [sdb] Write Protect is off
sd 4:0:0:0: [sdb] Mode Sense: 38 00 00 00
sd 4:0:0:0: [sdb] Assuming drive cache: write through
sd 4:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 Mcool smiley
sd 4:0:0:0: [sdb] Write Protect is off
sd 4:0:0:0: [sdb] Mode Sense: 38 00 00 00
sd 4:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 4:0:0:0: [sdb] Attached SCSI disk
sd 4:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
eth0: no IPv6 routers present
[root@localhost pierre]#

et puis

[root@localhost pierre]# lsmod
Module Size Used by
usb_storage 91620 1
ppdev 7940 0
nvidia 7097540 34
ipt_IFWLOG 3716 2
ipt_psd 44424 1
ip_set_iptree 7112 2
agpgart 27656 1 nvidia
iptable_raw 2688 0
xt_comment 2400 0
xt_policy 4320 0
ipt_ULOG 7940 0
ipt_TTL 2688 0
ipt_ttl 2368 0
ipt_TOS 2624 0
ipt_tos 2208 0
ipt_set 2752 2
ipt_SAME 2912 0
ipt_REJECT 4320 4
ipt_REDIRECT 2752 0
ipt_recent 8344 0
ipt_owner 2496 0
ipt_NETMAP 2720 0
ipt_MASQUERADE 3936 0
ipt_LOG 6528 9
ipt_iprange 2368 0
ipt_ECN 3232 0
ipt_ecn 2688 0
ipt_CLUSTERIP 7268 0
ipt_ah 2432 0
ipt_addrtype 2368 4
nf_nat_tftp 2304 0
nf_nat_snmp_basic 9732 0
nf_nat_sip 4864 0
nf_nat_pptp 3680 0
nf_nat_proto_gre 3044 1 nf_nat_pptp
nf_nat_irc 2912 0
nf_nat_h323 6944 0
nf_nat_ftp 3456 0
nf_nat_amanda 2656 0
ts_kmp 2624 5
nf_conntrack_amanda 4416 1 nf_nat_amanda
nf_conntrack_tftp 4852 1 nf_nat_tftp
nf_conntrack_sip 8084 1 nf_nat_sip
nf_conntrack_proto_sctp 8552 0
nf_conntrack_pptp 6208 1 nf_nat_pptp
nf_conntrack_proto_gre 5248 1 nf_conntrack_pptp
nf_conntrack_netlink 24704 0
nf_conntrack_netbios_ns 3104 0
nf_conntrack_irc 5880 1 nf_nat_irc
nf_conntrack_h323 47932 1 nf_nat_h323
nf_conntrack_ftp 7904 1 nf_nat_ftp
ip_set_portmap 4832 0
ip_set_macipmap 4708 0
ip_set_ipmap 4672 0
ip_set_iphash 7940 0
ip_set 17980 11 ip_set_iptree,ipt_set,ip_set_portmap,ip_set_macipmap,ip_set_ipmap,ip_set_iphash
xt_tcpmss 2784 0
xt_pkttype 2464 0
xt_physdev 3184 0
xt_NFQUEUE 2528 0
xt_NFLOG 2592 0
xt_multiport 3872 4
xt_MARK 2816 0
xt_mark 2432 0
xt_mac 2432 0
xt_limit 2976 0
xt_length 2528 0
xt_helper 2880 0
xt_hashlimit 8716 0
ip6_tables 13060 1 xt_hashlimit
xt_DSCP 2880 0
xt_dscp 2624 0
xt_dccp 3620 0
xt_conntrack 3104 0
xt_CONNMARK 3264 0
xt_connmark 2752 0
xt_CLASSIFY 2432 0
xt_tcpudp 3712 11
xt_state 2784 14
iptable_nat 7236 0
nf_nat 16652 14 ipt_SAME,ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_netlink,iptable_nat
nf_conntrack_ipv4 14664 16 iptable_nat
nf_conntrack 55840 29 ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda,nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_proto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle 3008 1
nfnetlink 4280 1 nf_conntrack_netlink
iptable_filter 3136 1
ip_tables 11972 4 iptable_raw,iptable_nat,iptable_mangle,iptable_filter
x_tables 11940 49 ipt_IFWLOG,ipt_psd,xt_comment,xt_policy,ipt_ULOG,ipt_TTL,ipt_ttl,ipt_TOS,ipt_tos,ipt_set,ipt_SAME,ipt_REJECT,ipt_REDIRECT,ipt_recent,ipt_owner,ipt_NETMAP,ipt_MASQUERADE,ipt_LOG,ipt_iprange,ipt_ECN,ipt_ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,xt_tcpmss,xt_pkttype,xt_physdev,xt_NFQUEUE,xt_NFLOG,xt_multiport,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_helper,xt_hashlimit,ip6_tables,xt_DSCP,xt_dscp,xt_dccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSIFY,xt_tcpudp,xt_state,iptable_nat,ip_tables
lp 10180 0
af_packet 17188 2
snd_seq_dummy 3524 0
snd_seq_oss 29792 0
snd_seq_midi_event 6944 1 snd_seq_oss
snd_seq 46928 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7212 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 36864 0
ipv6 241540 31 nf_conntrack_h323
snd_mixer_oss 14656 1 snd_pcm_oss
binfmt_misc 9352 1
loop 14340 0
fuse 42292 3
dm_mod 51108 0
floppy 53700 0
snd_hda_intel 346648 5
snd_pcm 67204 3 snd_pcm_oss,snd_hda_intel
ndiswrapper 181948 0
usbmouse 4896 0
parport_pc 31716 1
rtc_cmos 9344 0
parport 31592 3 ppdev,lp,parport_pc
snd_timer 20036 2 snd_seq,snd_pcm
usbhid 41440 1 usbmouse
snd_page_alloc 8456 2 snd_hda_intel,snd_pcm
i2c_piix4 8236 0
pcspkr 3296 0
snd_hwdep 7492 1 snd_hda_intel
snd 45444 18 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
button 7024 0
processor 30280 0
ff_memless 5448 1 usbhid
i2c_core 19360 2 nvidia,i2c_piix4
ide_cd 35136 0
soundcore 6656 1 snd
evdev 9536 4
r8169 26404 0
sg 30764 0
ide_disk 14176 0
atiixp 4656 0 [permanent]
ide_core 98700 3 ide_cd,ide_disk,atiixp
ata_piix 15172 0
ahci 23876 3
libata 138256 2 ata_piix,ahci
sd_mod 26304 6
scsi_mod 129836 4 usb_storage,sg,libata,sd_mod
ext3 120680 2
jbd 41140 1 ext3
uhci_hcd 22992 0
ohci_hcd 21892 0
ehci_hcd 32876 0
usbcore 121932 8 usb_storage,ndiswrapper,usbmouse,usbhid,uhci_hcd,ohci_hcd,ehci_hcd
[root@localhost pierre]#

sinon, j'ai réussi a retrouver le son en réinstallant le noyau, mais ca corrige pas le probleme de l'enregistrement.
Et pour le noyau (j'en ait pas trouvé de plus récent) :

[root@localhost pierre]# uname -a
Linux localhost 2.6.24.7-desktop-1mnb #1 SMP Mon Jul 28 15:12:10 EDT 2008 i686 AMD Phenom(tm) 9950 Quad-Core Processor GNU/Linux
[root@localhost pierre]#

voila smiling smiley

Poste le Wednesday 1 October 2008 18:05:32
Répondre     Citer    
Re: Problème de pilote audio
Envoyé par: nicola

Heu, tu connais la balise code ? :-))
Sinon, tu as bien des modules pour faire du bruit.

--
On ne prête qu’aux riches, et on a bien raison, parce que les autres remboursent difficilement.
-+- Tristan Bernard (1866-1947) -+-

Poste le Wednesday 1 October 2008 18:38:39
Répondre     Citer    
Re: Probleme de driver audio
Envoyé par: Fbz

En étant root, tente de lancer :
alsaconf
Et vois si elle est détectée, tu entendras peut être un SCROUNTCH (craquement) lors du chargement des modules de ta carte son, ce serait bon signe.
Sinon, lance :
alsamixer
Et assure toi que le niveau sonore de ta carte est correct, et que les entrées ne sont pas en "mute" c'est à dire qu'il y ait un carré vert avec 00 dedans en bas de la barre de volume (plutôt que MM)

Poste le Thursday 2 October 2008 14:06:11
Répondre     Citer    
Re: Probleme de driver audio
Envoyé par: lapipao

Sur Mandriva, alsaconf n'est pas installé par défaut.

Poste le Thursday 2 October 2008 16:44:26
Répondre     Citer    

Veuillez vous authentifier auparavant pour commenter.

 

Ce forum !
Probleme de driver audio
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 !

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