Pages : 1
#1 Le 19/06/2008, à 15:35
- vergere
[resolu]makefile
Bonjour,
Je voudrais compiler un driver sata pour mon pc. Le makefile est ecrit pour la distrib RedHead.
Est-ce que vs pouvez m'aider à le réécrire
code:makefile
KERNELDIR = /usr/src/kernels/2.6.11-1.1369_FC4smp-i686/
obj-m := sata_via.o
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
clean:
rm -f *.o *.ko .*cmd *.mod.c
diff:
echo 'TODO'
merci
Dernière modification par vergere (Le 22/06/2008, à 21:17)
Hors ligne
#2 Le 19/06/2008, à 15:41
- Link31
Re : [resolu]makefile
2.6.11-1.1369_FC4smp-i686
Trop vieux.
Mais ce driver est déjà inclus dans les dernières versions d'Ubuntu.
sudo modprobe sata_via
Hors ligne
#3 Le 19/06/2008, à 15:52
- vergere
Re : [resolu]makefile
je sais, mais le noyau 2.6.24-19 installé avec hardy, ne reconnais pas mes dd sata, même quand je fais:
modprobe sata_via
Dernière modification par vergere (Le 19/06/2008, à 15:53)
Hors ligne
#4 Le 19/06/2008, à 15:56
- Link31
Re : [resolu]makefile
Et en lançant un sudo udevtrigger juste après ? (note: je ne sais pas du tout si cette commande existe sous Ubuntu, mais sous Gentoo elle y est)
Hors ligne
#5 Le 19/06/2008, à 16:04
- vergere
Re : [resolu]makefile
elle existe, mais ne fait rien de spécial
Hors ligne
#6 Le 19/06/2008, à 17:16
- Link31
Re : [resolu]makefile
Regarde ce qui est écrit dans le dmesg.
Et essaie d'ajouter le module au fichier /etc/modules et de redémarrer.
Hors ligne
#7 Le 22/06/2008, à 16:53
- vergere
Re : [resolu]makefile
désolé pour le temps de réponse, mais c'est les vacs
bon voici le dmesg:
[ 0.000000] Linux version 2.6.22-15-generic (buildd@terranova) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Tue Jun 10 09:21:34 UTC 2008 (Ubuntu 2.6.22-15.54-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
[ 0.000000] BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007ffbe000 - 000000007ffe0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007ffe0000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fecc0000 - 00000000fecc1000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
[ 0.000000] 1151MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000ff780
[ 0.000000] Entering add_active_range(0, 0, 524208) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 524208
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 524208
[ 0.000000] On node 0 totalpages: 524208
[ 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: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2303 pages used for memmap
[ 0.000000] HighMem zone: 292529 pages, LIFO batch:31
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP signature @ 0xC00FA850 checksum 0
[ 0.000000] ACPI: RSDP 000FA850, 0014 (r0 ACPIAM)
[ 0.000000] ACPI: RSDT 7FFB0000, 0034 (r1 A M I OEMRSDT 6000619 MSFT 97)
[ 0.000000] ACPI: FACP 7FFB0200, 0084 (r2 A M I OEMFACP 6000619 MSFT 97)
[ 0.000000] ACPI: DSDT 7FFB0440, 498E (r1 A0339 A0339000 0 INTL 2002026)
[ 0.000000] ACPI: FACS 7FFBE000, 0040
[ 0.000000] ACPI: APIC 7FFB0390, 0068 (r1 A M I OEMAPIC 6000619 MSFT 97)
[ 0.000000] ACPI: MCFG 7FFB0400, 003C (r1 A M I OEMMCFG 6000619 MSFT 97)
[ 0.000000] ACPI: OEMB 7FFBE040, 0046 (r1 A M I AMI_OEM 6000619 MSFT 97)
[ 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 15:3 APIC version 16
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 15:3 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: IOAPIC (id[0x03] address[0xfecc0000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 3, version 3, address 0xfecc0000, GSI 24-47
[ 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 2 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
[ 0.000000] Built 1 zonelists. Total pages: 520113
[ 0.000000] Kernel command line: root=UUID=20568f9c-6ebb-489e-aadb-b25aa2681d87 ro quiet splash
[ 0.000000] mapped APIC to ffffd000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffc000 (fec00000)
[ 0.000000] mapped IOAPIC to ffffb000 (fecc0000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 2200.229 MHz processor.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 2067336k/2096832k available (2016k kernel code, 28168k reserved, 919k data, 364k init, 1179328k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff4d000 - 0xfffff000 ( 712 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.000000] .init : 0xc03e3000 - 0xc043e000 ( 364 kB)
[ 0.000000] .data : 0xc02f8036 - 0xc03dde84 ( 919 kB)
[ 0.000000] .text : 0xc0100000 - 0xc02f8036 (2016 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 0.000000] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[ 0.084000] Calibrating delay using timer specific routine.. 4402.88 BogoMIPS (lpj=8805770)
[ 0.084000] Security Framework v1.0.0 initialized
[ 0.084000] SELinux: Disabled at boot.
[ 0.084000] Mount-cache hash table entries: 512
[ 0.084000] CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
[ 0.084000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.084000] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.084000] CPU 0(2) -> Core 0
[ 0.084000] CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
[ 0.084000] Compat vDSO mapped to ffffe000.
[ 0.084000] Checking 'hlt' instruction... OK.
[ 0.100000] SMP alternatives: switching to UP code
[ 0.100000] Early unpacking initramfs... done
[ 0.364000] ACPI: Core revision 20070126
[ 0.368000] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 0.368000] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
[ 0.368000] SMP alternatives: switching to SMP code
[ 0.368000] Booting processor 1/1 eip 3000
[ 0.380000] Initializing CPU#1
[ 0.460000] Calibrating delay using timer specific routine.. 4400.51 BogoMIPS (lpj=8801024)
[ 0.460000] CPU: After generic identify, caps: 178bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000003
[ 0.460000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.460000] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.460000] CPU 1(2) -> Core 1
[ 0.460000] CPU: After all inits, caps: 178bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000003
[ 0.460000] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 02
[ 0.460000] Total of 2 processors activated (8803.39 BogoMIPS).
[ 0.460000] ENABLING IO-APIC IRQs
[ 0.460000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.500000] Brought up 2 CPUs
[ 0.636000] migration_cost=0
[ 0.636000] Booting paravirtualized kernel on bare hardware
[ 0.636000] Time: 11:43:39 Date: 05/22/108
[ 0.636000] NET: Registered protocol family 16
[ 0.636000] EISA bus registered
[ 0.636000] ACPI: bus type pci registered
[ 0.640000] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[ 0.640000] PCI: Using configuration type 1
[ 0.640000] Setting up standard PCI resources
[ 0.648000] ACPI: EC: Look up EC in DSDT
[ 0.652000] ACPI: Interpreter enabled
[ 0.652000] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.652000] ACPI: Using IOAPIC for interrupt routing
[ 0.660000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.660000] PCI: Probing PCI hardware (bus 00)
[ 0.660000] PCI: Transparent bridge - 0000:00:13.1
[ 0.660000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.660000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.660000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NBPG._PRT]
[ 0.660000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[ 0.660000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT]
[ 0.680000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.680000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.680000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[ 0.680000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.680000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.680000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.680000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.680000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.680000] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.680000] pnp: PnP ACPI init
[ 0.680000] ACPI: bus type pnp registered
[ 0.684000] pnp: PnP ACPI: found 15 devices
[ 0.684000] ACPI: ACPI bus type pnp unregistered
[ 0.684000] PnPBIOS: Disabled by ACPI PNP
[ 0.684000] PCI: Using ACPI for IRQ routing
[ 0.684000] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 0.700000] NET: Registered protocol family 8
[ 0.700000] NET: Registered protocol family 20
[ 0.700000] pnp: 00:07: ioport range 0x290-0x297 has been reserved
[ 0.700000] pnp: 00:08: iomem range 0xffb00000-0xffbfffff could not be reserved
[ 0.700000] pnp: 00:0b: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.700000] pnp: 00:0b: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.700000] pnp: 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.700000] pnp: 00:0e: iomem range 0x0-0x9ffff could not be reserved
[ 0.700000] pnp: 00:0e: iomem range 0xc0000-0xcffff could not be reserved
[ 0.700000] pnp: 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[ 0.700000] pnp: 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
[ 0.728000] PCI: Bridge: 0000:00:01.0
[ 0.728000] IO window: disabled.
[ 0.728000] MEM window: disabled.
[ 0.728000] PREFETCH window: disabled.
[ 0.728000] PCI: Bridge: 0000:00:02.0
[ 0.728000] IO window: e000-efff
[ 0.728000] MEM window: f8000000-fbefffff
[ 0.728000] PREFETCH window: c0000000-cfffffff
[ 0.728000] PCI: Bridge: 0000:00:13.0
[ 0.728000] IO window: disabled.
[ 0.728000] MEM window: fbf00000-fbffffff
[ 0.728000] PREFETCH window: disabled.
[ 0.728000] PCI: Bridge: 0000:00:13.1
[ 0.728000] IO window: disabled.
[ 0.728000] MEM window: disabled.
[ 0.728000] PREFETCH window: disabled.
[ 0.728000] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 0.728000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 27 (level, low) -> IRQ 16
[ 0.728000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 0.728000] PCI: Setting latency timer of device 0000:00:13.0 to 64
[ 0.728000] PCI: Setting latency timer of device 0000:00:13.1 to 64
[ 0.728000] NET: Registered protocol family 2
[ 0.732000] Time: acpi_pm clocksource has been installed.
[ 0.732000] Switched to high resolution mode on CPU 0
[ 0.732000] Switched to high resolution mode on CPU 1
[ 0.772000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.772000] TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
[ 0.772000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.772000] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.772000] TCP reno registered
[ 0.788000] checking if image is initramfs... it is
[ 1.312000] Freeing initrd memory: 7046k freed
[ 1.312000] audit: initializing netlink socket (disabled)
[ 1.312000] audit(1214135019.232:1): initialized
[ 1.312000] highmem bounce pool size: 64 pages
[ 1.312000] VFS: Disk quotas dquot_6.5.1
[ 1.312000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.312000] io scheduler noop registered
[ 1.312000] io scheduler anticipatory registered
[ 1.312000] io scheduler deadline registered
[ 1.312000] io scheduler cfq registered (default)
[ 1.312000] PCI: VIA PCI bridge detected. Disabling DAC.
[ 1.312000] Boot video device is 0000:02:00.0
[ 1.312000] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 1.312000] assign_interrupt_mode Found MSI capability
[ 1.312000] Allocate Port Service[0000:00:02.0:pcie00]
[ 1.312000] Allocate Port Service[0000:00:02.0:pcie02]
[ 1.316000] isapnp: Scanning for PnP cards...
[ 1.668000] isapnp: No Plug & Play device found
[ 1.688000] Real Time Clock Driver v1.12ac
[ 1.688000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 1.688000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.688000] 00:0c: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.688000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 1.688000] input: Macintosh mouse button emulation as /class/input/input0
[ 1.688000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.688000] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.688000] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.688000] mice: PS/2 mouse device common for all mice
[ 1.688000] EISA: Probing bus 0 at eisa.0
[ 1.688000] EISA: Detected 0 cards.
[ 1.688000] TCP cubic registered
[ 1.688000] NET: Registered protocol family 1
[ 1.688000] Using IPI No-Shortcut mode
[ 1.688000] Magic number: 12:502:732
[ 1.692000] Freeing unused kernel memory: 364k freed
[ 1.732000] input: AT Translated Set 2 keyboard as /class/input/input1
[ 2.888000] AppArmor: AppArmor initialized<5>audit(1214135020.732:2): type=1505 info="AppArmor initialized" pid=1248
[ 2.896000] fuse init (API version 7.8)
[ 2.904000] Failure registering capabilities with primary security module.
[ 2.952000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 2.952000] ACPI: Processor [CPU1] (supports 16 throttling states)
[ 3.460000] usbcore: registered new interface driver usbfs
[ 3.460000] usbcore: registered new interface driver hub
[ 3.460000] usbcore: registered new device driver usb
[ 3.460000] USB Universal Host Controller Interface driver v3.0
[ 3.460000] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 20 (level, low) -> IRQ 17
[ 3.460000] uhci_hcd 0000:00:10.0: UHCI Host Controller
[ 3.460000] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[ 3.460000] uhci_hcd 0000:00:10.0: irq 17, io base 0x0000c000
[ 3.460000] usb usb1: configuration #1 chosen from 1 choice
[ 3.460000] hub 1-0:1.0: USB hub found
[ 3.460000] hub 1-0:1.0: 2 ports detected
[ 3.500000] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[ 3.536000] Floppy drive(s): fd0 is 1.44M
[ 3.560000] SCSI subsystem initialized
[ 3.564000] ACPI: PCI Interrupt 0000:00:10.1[C] -> GSI 22 (level, low) -> IRQ 18
[ 3.564000] uhci_hcd 0000:00:10.1: UHCI Host Controller
[ 3.564000] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[ 3.564000] uhci_hcd 0000:00:10.1: irq 18, io base 0x0000b800
[ 3.564000] usb usb2: configuration #1 chosen from 1 choice
[ 3.564000] hub 2-0:1.0: USB hub found
[ 3.564000] hub 2-0:1.0: 2 ports detected
[ 3.576000] FDC 0 is a post-1991 82077
[ 3.584000] libata version 2.21 loaded.
[ 3.668000] ACPI: PCI Interrupt 0000:00:10.2[b] -> GSI 21 (level, low) -> IRQ 19
[ 3.668000] uhci_hcd 0000:00:10.2: UHCI Host Controller
[ 3.668000] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[ 3.668000] uhci_hcd 0000:00:10.2: irq 19, io base 0x0000b400
[ 3.668000] usb usb3: configuration #1 chosen from 1 choice
[ 3.668000] hub 3-0:1.0: USB hub found
[ 3.668000] hub 3-0:1.0: 2 ports detected
[ 3.772000] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 23 (level, low) -> IRQ 20
[ 3.772000] uhci_hcd 0000:00:10.3: UHCI Host Controller
[ 3.772000] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[ 3.772000] uhci_hcd 0000:00:10.3: irq 20, io base 0x0000b000
[ 3.772000] usb usb4: configuration #1 chosen from 1 choice
[ 3.772000] hub 4-0:1.0: USB hub found
[ 3.772000] hub 4-0:1.0: 2 ports detected
[ 3.804000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3.876000] ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 22 (level, low) -> IRQ 18
[ 3.876000] ehci_hcd 0000:00:10.4: EHCI Host Controller
[ 3.876000] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
[ 3.876000] ehci_hcd 0000:00:10.4: debug port 1
[ 3.876000] ehci_hcd 0000:00:10.4: irq 18, io mem 0xdffff800
[ 3.920000] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 3.920000] usb usb5: configuration #1 chosen from 1 choice
[ 3.920000] hub 5-0:1.0: USB hub found
[ 3.920000] hub 5-0:1.0: 8 ports detected
[ 4.024000] ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 20
[ 4.024000] eth0: VIA Rhine II at 0x1a800, 00:18:f3:02:e4:58, IRQ 20.
[ 4.024000] eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link 41e1.
[ 4.024000] ahci 0000:00:0f.0: version 2.2
[ 4.024000] ACPI: PCI Interrupt 0000:00:0f.0[b] -> GSI 21 (level, low) -> IRQ 19
[ 4.328000] usb 1-1: device not accepting address 2, error -71
[ 5.028000] ahci 0000:00:0f.0: AHCI 0001.0000 32 slots 4 ports 3 Gbps 0xf impl RAID mode
[ 5.028000] ahci 0000:00:0f.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 5.028000] scsi0 : ahci
[ 5.028000] scsi1 : ahci
[ 5.028000] scsi2 : ahci
[ 5.028000] scsi3 : ahci
[ 5.028000] ata1: SATA max UDMA/133 cmd 0xf883ad00 ctl 0x00000000 bmdma 0x00000000 irq 19
[ 5.028000] ata2: SATA max UDMA/133 cmd 0xf883ad80 ctl 0x00000000 bmdma 0x00000000 irq 19
[ 5.028000] ata3: SATA max UDMA/133 cmd 0xf883ae00 ctl 0x00000000 bmdma 0x00000000 irq 19
[ 5.028000] ata4: SATA max UDMA/133 cmd 0xf883ae80 ctl 0x00000000 bmdma 0x00000000 irq 19
[ 5.512000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.512000] ata1.00: ATA-7: Maxtor 6V080E0, VA111900, max UDMA/133
[ 5.512000] ata1.00: 160086528 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 5.516000] ata1.00: configured for UDMA/133
[ 5.520000] usb 5-1: new high speed USB device using ehci_hcd and address 2
[ 5.652000] usb 5-1: configuration #1 chosen from 1 choice
[ 5.664000] usbcore: registered new interface driver libusual
[ 5.668000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 5.668000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 5.668000] Initializing USB Mass Storage driver...
[ 5.668000] scsi4 : SCSI emulation for USB Mass Storage devices
[ 5.668000] usb-storage: device found at 2
[ 5.668000] usb-storage: waiting for device to settle before scanning
[ 5.668000] usbcore: registered new interface driver usb-storage
[ 5.668000] USB Mass Storage support registered.
[ 5.828000] ata2: SATA link down (SStatus 0 SControl 300)
[ 6.140000] ata3: SATA link down (SStatus 0 SControl 300)
[ 6.452000] ata4: SATA link down (SStatus 0 SControl 300)
[ 6.452000] scsi 0:0:0:0: Direct-Access ATA Maxtor 6V080E0 VA11 PQ: 0 ANSI: 5
[ 6.452000] VP_IDE: IDE controller at PCI slot 0000:00:0f.1
[ 6.452000] VP_IDE: chipset revision 7
[ 6.452000] VP_IDE: not 100% native mode: will probe irqs later
[ 6.452000] VP_IDE: VIA vt8251 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
[ 6.452000] ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:DMA
[ 6.452000] ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pio
[ 6.452000] Probing IDE interface ide0...
[ 6.460000] sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
[ 6.460000] sd 0:0:0:0: [sda] Write Protect is off
[ 6.460000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.460000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.460000] sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors (81964 MB)
[ 6.460000] sd 0:0:0:0: [sda] Write Protect is off
[ 6.460000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.460000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.460000] sda: sda1 sda2
[ 6.504000] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.508000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.680000] Attempting manual resume
[ 6.680000] swsusp: Resume From Partition 8:2
[ 6.680000] PM: Checking swsusp image.
[ 6.680000] PM: Resume from disk failed.
[ 6.688000] ReiserFS: sda1: found reiserfs format "3.6" with standard journal
[ 6.688000] ReiserFS: sda1: using ordered data mode
[ 6.692000] ReiserFS: sda1: journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 6.696000] ReiserFS: sda1: checking transaction log (sda1)
[ 6.748000] ReiserFS: sda1: Using r5 hash to sort names
[ 7.600000] hdb: Optiarc DVD RW AD-7170A, ATAPI CD/DVD-ROM drive
[ 7.656000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 7.656000] Probing IDE interface ide1...
[ 10.668000] usb-storage: device scan complete
[ 10.668000] scsi 4:0:0:0: Direct-Access Ut163 USB2FlashStorage 0.00 PQ: 0 ANSI: 2
[ 10.668000] sd 4:0:0:0: [sdb] 3948543 512-byte hardware sectors (2022 MB)
[ 10.668000] sd 4:0:0:0: [sdb] Write Protect is off
[ 10.668000] sd 4:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 10.668000] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 10.672000] sd 4:0:0:0: [sdb] 3948543 512-byte hardware sectors (2022 MB)
[ 10.680000] sd 4:0:0:0: [sdb] Write Protect is off
[ 10.680000] sd 4:0:0:0: [sdb] Mode Sense: 00 00 00 00
[ 10.680000] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 10.680000] sdb: unknown partition table
[ 10.788000] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 10.788000] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 11.356000] Linux agpgart interface v0.102 (c) Dave Jones
[ 11.356000] agpgart: Detected AGP bridge 0
[ 11.364000] agpgart: AGP aperture is 128M @ 0xf0000000
[ 11.756000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 11.756000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.040000] input: PC Speaker as /class/input/input2
[ 12.044000] parport_pc 00:06: reported by Plug and Play ACPI
[ 12.044000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[ 12.324000] nvidia: module license 'NVIDIA' taints kernel.
[ 12.580000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 21
[ 12.580000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 12.580000] NVRM: loading NVIDIA UNIX x86 Kernel Module 169.12 Thu Feb 14 17:53:07 PST 2008
[ 12.612000] hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(66)
[ 12.612000] Uniform CD-ROM driver Revision: 3.20
[ 12.820000] input: ImExPS/2 Generic Explorer Mouse as /class/input/input3
[ 12.916000] ACPI: PCI Interrupt 0000:04:01.0[A] -> GSI 17 (level, low) -> IRQ 22
[ 12.916000] PCI: Setting latency timer of device 0000:04:01.0 to 64
[ 14.332000] loop: module loaded
[ 14.360000] lp0: using parport0 (interrupt-driven).
[ 14.424000] Adding 3863624k swap on /dev/sda2. Priority:-1 extents:1 across:3863624k
[ 25.872000] No dock devices found.
[ 25.928000] input: Power Button (FF) as /class/input/input4
[ 25.928000] ACPI: Power Button (FF) [PWRF]
[ 25.928000] input: Sleep Button (CM) as /class/input/input5
[ 25.928000] ACPI: Sleep Button (CM) [SLPB]
[ 25.928000] input: Power Button (CM) as /class/input/input6
[ 25.928000] ACPI: Power Button (CM) [PWRB]
[ 26.200000] powernow-k8: Found 2 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ processors (version 2.00.00)
[ 26.200000] powernow-k8: MP systems not supported by PSB BIOS structure
[ 26.200000] powernow-k8: MP systems not supported by PSB BIOS structure
[ 26.876000] Failure registering capabilities with primary security module.
[ 27.032000] ppdev: user-space parallel port driver
[ 27.184000] audit(1214135045.465:3): type=1503 operation="inode_permission" requested_mask="a" denied_mask="a" name="/dev/tty" pid=4938 profile="/usr/sbin/cupsd"
[ 27.220000] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[ 27.236000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 27.236000] apm: disabled - APM is not SMP safe.
[ 28.324000] Bluetooth: Core ver 2.11
[ 28.324000] NET: Registered protocol family 31
[ 28.324000] Bluetooth: HCI device and connection manager initialized
[ 28.324000] Bluetooth: HCI socket layer initialized
[ 28.348000] Bluetooth: L2CAP ver 2.8
[ 28.348000] Bluetooth: L2CAP socket layer initialized
[ 28.404000] Bluetooth: RFCOMM socket layer initialized
[ 28.404000] Bluetooth: RFCOMM TTY layer initialized
[ 28.404000] Bluetooth: RFCOMM ver 1.8
[ 32.664000] NET: Registered protocol family 17
[ 36.712000] NET: Registered protocol family 10
[ 36.712000] lo: Disabled Privacy Extensions
[ 47.508000] eth0: no IPv6 routers present
Il reconnait mes DD sata, mais c'est parce que j'ai booter sur le noyau de gutsy (2.6.22-15-generic) et pas sur celui de hardy (2.6.24-19)
Hors ligne
#8 Le 22/06/2008, à 17:58
- Link31
Re : [resolu]makefile
Je voulais dire : regarde dans le dmesg après avoir chargé le module.
Mais si ça fonctionnait avec un noyau précédent, alors c'est une régression, et tu devrais peut-être faire un rapport de bug.
Hors ligne
#9 Le 22/06/2008, à 18:08
- vergere
Re : [resolu]makefile
Désolé, j'avais mal compris.
Pour faire un rapport de bug, je fais comment?
Hors ligne
#10 Le 22/06/2008, à 19:37
- Link31
Re : [resolu]makefile
Là : https://bugs.launchpad.net/
Je pense qu'il faut le faire en anglais. L'avantage de le faire sur launchpad, c'est que les développeurs pourront t'aider directement.
Hors ligne
#11 Le 22/06/2008, à 21:17
- vergere
Re : [resolu]makefile
ok merci
Hors ligne
Pages : 1