Quand tu as inséré ta carte SD, que renvoie la commande :
$ fdisk -l
On fera le montage à la main...

++
# fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x59ab2276

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2628 21109378+ 7 HPFS/NTFS
/dev/sda2 2629 14593 96108862+ f W95 Ext'd (LBA)
/dev/sda5 2629 11964 74991388+ 7 HPFS/NTFS
/dev/sda6 11965 14259 18434556 83 Linux
/dev/sda7 14260 14593 2682823+ 82 Linux swap / Solaris

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd7e8f356

Device Boot Start End Blocks Id System
/dev/sdb1 1 14593 117218241 c W95 FAT32 (LBA)
Non, la carte n'apparaît pas. Ce qu'on voit ici, ce sont le disque interne et le disque externe.

Dommage, je trouvais qu'on avançait bien.

D'autres idées ? Je suis preneur.

Merci !
Tu peux décharger le module précédent et essayer ceux-ci pour voir : tifm_7xx1 , tifm_core
Au final, c'est tifm_core qui est installé par défaut (j'ai redémarré entre-temps sans recharger tifm_sd ni d'autres modules) et qui "provoque" les messages dans dmesg.
J'ai essayé de le décharger, mais...
# modprobe -r tifm_core
FATAL: Module tifm_core is in use.
Charger les modules tifm_sd et tifm_7xx1 (c'est bien des 'x', je ne dois pas remplacer ça par autre chose ?) ne change rien, c'est à dire pas de contenu de carte visible.

Merci.
A+
Suite à des recherches infructueuses sur le net, je reviens poster les résultats de certaines commandes qui pourraient aider à la résolution du problème.
# lspci
0a:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
# lspci -n
0a:03.2 0180: 104c:803b
# modprobe -l | grep tifm
/lib/modules/2.6.23.1-42.fc8/kernel/drivers/misc/tifm_7xx1.ko
/lib/modules/2.6.23.1-42.fc8/kernel/drivers/misc/tifm_core.ko
/lib/modules/2.6.23.1-42.fc8/kernel/drivers/mmc/host/tifm_sd.ko
# lsmod | grep tifm
tifm_sd 12873 0
mmc_core 27333 1 tifm_sd
tifm_7xx1 9281 0
tifm_core 11205 2 tifm_sd,tifm_7xx1
J'ai vu les commandes suivantes sur plusieurs forums :
# setpci -s 0a:03.2 4c=0x22
ou
# setpci -s 0A:03.2 4c=22
Mais elles n'ont rien donné.

Si quelqu'un a la moindre idée, je suis preneur.

A++
Personne n'a d'idée sur la question ? 🙁
Bonjour...j'avais reussi a faire fonctionner mon lecteur de carte sd integré a mon portable acer du temp de FC6...(Voir ce "POST"
Mais sur F7 je n'y suis pas arrivé...
J'ai laissé tombé et acheté un lecteur de carte en usb pas trop cher et ça roule...
Dans l'absolu, je suis capable de lire mes Memory Sticks de plusieurs manières (lecteur de carte pccard de Sony, PSP en mode usb).
Ce post est là uniquement pour essayer de trouver un moyen d'utiliser "cette petite fente" comme tu le dis dans ton post (que j'avais déjà lu par ailleurs et je souhaitais avoir ton avis).

C'est vrai que, moi aussi, j'avais déjà le problème sur fedora 7, mais je ne m'en étais pas trop occupé. Je gratte, je gratte et j'espère trouver quelque chose.

Tu ne dis pas si tu as réussi à le faire fonctionner de nouveau sur F8 (à moins que tu n'aies plus ce portable).

Merci quand même pour ta participation. Ca fait plaisir de voir des personnes venir te parler quand tu es seul et triste dans ton coin. Je crois que tu sais de quoi je parle. 😉

A+
Je pense à un truc là : tifm_sd c'est pour les cartes SD, toi tu as une MS, mais apparement c'est pas dans notre noyau. Mais quand on regarde sur le VCS du projet, il existe tifm_ms : http://svn.berlios.de/wsvn/tifmxx/trunk/driver/
À mon avis tu pourrais tester de compiler le VCS et charger le module tifm_ms
Je n'ai pas essayé sous F8 (j'ai toujours ce portable...) mais vu que je me sert pas trop du lecteur de carte, celui en usb me suffit...
@zebob
Bon, on ne pourra pas dire que je n'ai pas tenté.
J'ai récupéré les fichiers memstick.c et tifm_ms.c du site que tu as donné. En me baladant dessus, j'ai vu qu'il y avait une archive pour tifm-0.8 contenant un Makefile et les fichiers connus tifm_core.c, tifm_7xx1.c et tifm_sd.c ainsi que le header tifm.h.
J'ai tripatouillé un peu (en essayant de me rappeler mes cours de C et de Makefile) sans arriver à compiler quoi que ce soit.

Pour l'instant, je laisse ça un peu de côté. Si j'arrive à faire autrement, tant mieux. Sinon, je verrai à me remettre sérieusement à la compilation. Le problème que ça peut poser aussi, c'est qu'il y aura potentiellement recompilation à chaque nouvelle version du noyau, ce que j'aimerais éviter.

@chepioq
Si tu as l'occasion de tester, tiens moi au courant.

Encore merci à tous pour vos pistes.
Et si vous en avez d'autres, n'hésitez pas à m'en faire part.

A+
Le package 0.8 est beaucoup trop ancien, récupère le svn :
$ svn export svn://svn.berlios.de/tifmxx/trunk/driver tifmxx
$ cd tifmxx/
$ make
# make install
# depmod -a
J'ai lancé ton lot de commandes (en récupérant rapidsvn au passage et en (ré|dés)installant kernel-headers, kernel-devel, gcc et make pour kernel-2.6.23.1-42 - saleté de kernel-2.6.23.1-49 qui ne veut pas s'installer :-x) qui s'est déroulé (au final) sans erreur (quelques warnings "deprecated" et autre "incompatilbe pointer type").

Nouveauté : l'insertion et le retrait d'une memory stick provoque ces entrées
tifm_7xx1 0000:0a:03.2: checking media set 1
tifm0 : demand removing card from socket 0:0
tifm_7xx1 0000:0a:03.2: checking media set 1
tifm_core: MemoryStick card detected in socket 0:0
Je m'attendais plus à des message du module tifm_ms.

@zebob : Qu'en penses-tu ?

PS : au fait, merci pour ton aide sur svn pour récuprérer la version complète. Ca a été beaucoup plus silmple pour compiler derrière.
PS2 : J'ai l'impression que c'est malgré tout la version 0.8 que j'ai récupérée via svn.

A+
Vu que le module MemoryStick est toujours en développement, je crois que tu vas devoir patinter malheureusement :-?
Ca marche !!!

Grand merci à tous pour votre aide !

Au final, c'est bien en compilant les sources récupérées par svn (et j'ai réussi à télécharger le dernier noyau au passage) et en installant les modules via les commandes données par zebob que j'ai réussi à accéder au contenu de ma Memory Stick.

Ce qui n'allait pas hier (enfin, avant d'aller me coucher) c'est que la partie install du Makefile ne faisait aucune référence à la partie ms du module. Je l'ai donc modifié comme suit :
obj-m += tifm_core.o tifm_7xx1.o tifm_sd.o
obj-m += memstick.o tifm_ms.o mspro_block.o ms_block.o


KERNELDIR ?= /lib/modules/$(shell uname -r)/build
#KERNELDIR ?= ~/Desktop/tifm/linux-2.6
PWD := $(shell pwd)
MODULE_INSTALLDIR = /lib/modules/$(shell uname -r)
EXTRA_CFLAGS = -DDEBUG

all:
echo $(PWD)
$(MAKE) -C $(KERNELDIR) M=$(PWD)

clean:
rm -rf *.o *.o.d *.ko.d .depend .*.cmd *.ko *.mod.c .tmp_versions

install:
mkdir -p $(MODULE_INSTALLDIR)
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/misc/tifm_core.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/misc/tifm_7xx1.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/mmc/tifm_sd.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/mmc/tifm_ms.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/mmc/memstick.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/mmc/ms_block.ko
rm -f $(MODULE_INSTALLDIR)/kernel/drivers/mmc/mspro_block.ko


install -c -m 644 tifm_core.ko tifm_7xx1.ko $(MODULE_INSTALLDIR)/kernel/drivers/misc/
install -c -m 644 tifm_sd.ko $(MODULE_INSTALLDIR)/kernel/drivers/mmc/
install -c -m 644 tifm_ms.ko memstick.ko ms_block.ko mspro_block.ko $(MODULE_INSTALLDIR)/kernel/drivers/mmc/
/sbin/depmod -ae
Comment faire pour indiquer que ce post est résolu ?
Salut.

Comment faire pour indiquer que ce post est résolu ?
C'est fait !
Bravo pour ta persévérence ! J'ai aussi un Vaio avec un lecteur de MS. Je ne l'utilise jamais mais si un jour, je dois le faire, ça sera grace à toi...

++
Ca fait plaisir d'entendre ça.
Même si, à mon niveau, je n'ai fait qu'appliquer la solution. Ce sont les autres contributeurs (toi y compris eddy33) qui ont réellement trouvé la solution.
16 jours plus tard
Salut les gars,
J'ai un vaio vgn-s5vp avec un lecteur memory stick à l'intérieur. J'ai suivit toutes vos instructions. J'avais exactement les même symptomes que toi tfstan.
Maintenant, quand je met une memory stick dans le vaio, mon ordi plante au bout de 5s et voici le dmesg juste avant le plantage.

Merci de votre aide!!
:-D

PS : J'ai fedora 8 avec un noyau perso basé presque exactement sur la config de celui de la fedora8.
Linux version 2.6.23.9 (root@localhost.localdomain) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Tue Nov 27 01:05:17 EST 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000007fe90000 (usable)
BIOS-e820: 000000007fe90000 - 000000007fe9d000 (ACPI data)
BIOS-e820: 000000007fe9d000 - 000000007ff00000 (ACPI NVS)
BIOS-e820: 000000007ff00000 - 0000000080000000 (reserved)
BIOS-e820: 00000000e0000000 - 00000000f0006000 (reserved)
BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
1150MB HIGHMEM available.
896MB LOWMEM available.
Entering add_active_range(0, 0, 523920) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 523920
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 523920
On node 0 totalpages: 523920
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: 2301 pages used for memmap
HighMem zone: 292243 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
DMI 2.3 present.
Using APIC driver default
ACPI: RSDP 000F6780, 0014 (r0 PTLTD )
ACPI: RSDT 7FE97449, 0048 (r1 Sony V0 20051108 PTL 0)
ACPI: FACP 7FE9CE78, 0084 (r2 Sony V0 20051108 PTL 50)
ACPI: DSDT 7FE989FD, 447B (r1 Sony V0 20051108 PTL 100000E)
ACPI: FACS 7FEADFC0, 0040
ACPI: APIC 7FE9CEFC, 0068 (r1 Sony V0 20051108 PTL 50)
ACPI: BOOT 7FE9CFD8, 0028 (r1 Sony V0 20051108 PTL 1)
ACPI: MCFG 7FE9CF9C, 003C (r1 Sony V0 20051108 PTL 5F)
ACPI: SSDT 7FE983AA, 064F (r1 Sony V0 20051108 PTL 20030224)
ACPI: SSDT 7FE97D0E, 069C (r1 Sony V0 20051108 PTL 20030224)
ACPI: SSDT 7FE978C9, 02B9 (r1 Sony V0 20051108 PTL 20030224)
ACPI: SSDT 7FE976AA, 021F (r1 Sony V0 20051108 PTL 20030224)
ACPI: SSDT 7FE97491, 0219 (r1 Sony V0 20051108 PTL 20030224)
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:13 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, 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 high 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
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000d8000
swsusp: Registered nosave memory region: 00000000000d8000 - 0000000000100000
Built 1 zonelists in Zone order. Total pages: 519827
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
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
CPU 0 irqstacks, hard=c07d8000 soft=c07b8000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2128.109 MHz processor.
Console: colour VGA+ 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: 2068944k/2095680k available (2318k kernel code, 25480k reserved, 1174k data, 280k init, 1178176k highmem)
virtual kernel memory layout:
fixmap : 0xffc53000 - 0xfffff000 (3760 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc076f000 - 0xc07b5000 ( 280 kB)
.data : 0xc0643b64 - 0xc0769544 (1174 kB)
.text : 0xc0400000 - 0xc0643b64 (2318 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay using timer specific routine.. 4258.87 BogoMIPS (lpj=2129436)
Security Framework v1.0.0 initialized
SELinux: Initializing.
SELinux: Starting in permissive mode
selinux_register_security: Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9fbff 00100000 00000000 00002040 00000180 00000000 00000000 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
Freeing SMP alternatives: 15k freed
ACPI: Core revision 20070126
CPU0: Intel(R) Pentium(R) M processor 2.13GHz stepping 08
Total of 1 processors activated (4258.87 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
Booting paravirtualized kernel on bare hardware
Time: 6:17:51 Date: 10/29/107
NET: Registered protocol family 16
No dock devices found.
ACPI: bus type pci registered
PCI: Using MMCONFIG
Setting up standard PCI resources
ACPI: EC: Look up EC in DSDT
ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 1180-11bf claimed by ICH6 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PEGP._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
ACPI: PCI Interrupt Link [LNKC] (IRQs 10) *5
ACPI: PCI Interrupt Link [LNKD] (IRQs *10)
ACPI: PCI Interrupt Link [LNKE] (IRQs *10)
ACPI: PCI Interrupt Link [LNKF] (IRQs 10) *3
ACPI: PCI Interrupt Link [LNKG] (IRQs *10)
ACPI: PCI Interrupt Link [LNKH] (IRQs *10)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
Time: tsc clocksource has been installed.
pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
pnp: 00:01: iomem range 0xf0000000-0xf0003fff could not be reserved
pnp: 00:01: iomem range 0xf0004000-0xf0004fff could not be reserved
pnp: 00:01: iomem range 0xf0005000-0xf0005fff could not be reserved
pnp: 00:05: iomem range 0xd000c000-0xd000ffff has been reserved
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: 90000000-afffffff
PREFETCH window: c0000000-cfffffff
PCI: Bus 7, cardbus bridge: 0000:06:05.0
IO window: 00002400-000024ff
IO window: 00002800-000028ff
PREFETCH window: 88000000-8bffffff
MEM window: 8c000000-8fffffff
PCI: Bridge: 0000:00:1e.0
IO window: 2000-2fff
MEM window: b0000000-b00fffff
PREFETCH window: 88000000-8bffffff
ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:01.0 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:06:05.0[A] -> GSI 21 (level, low) -> IRQ 17
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 3603k freed
Simple Boot Flag at 0x36 set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1196317071.415: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)
NTFS driver 2.1.28 [Flags: R/W DEBUG].
SELinux: Registering netfilter hooks
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: Firmware left 0000:06:08.0 e100 interrupts enabled, disabling
PCI: Setting latency timer of device 0000:00:01.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:01.0:pcie00]
Allocate Port Service[0000:00:01.0:pcie03]
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI Exception (processor_core-0818): AE_NOT_FOUND, Processor Device is not present [20070126]
Marking TSC unstable due to: possible TSC halt in C2.
Time: acpi_pm clocksource has been installed.
Switched to high resolution mode on CPU 0
ACPI: Thermal Zone [ATF0] (65 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.102
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
input: Macintosh mouse button emulation as /class/input/input0
Yenta: CardBus bridge found at 0000:06:05.0 [104d:818f]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:06:05.0, mfunc 0x01001b22, devctl 0x64
Yenta: ISA IRQ mask 0x0cf8, PCI irq 17
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#06) from #07 to #0a
pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
cs: IO port probe 0x2000-0x2fff: clean.
pcmcia: parent PCI bridge Memory window: 0xb0000000 - 0xb00fffff
pcmcia: parent PCI bridge Memory window: 0x88000000 - 0x8bffffff
Clocksource tsc unstable (delta = -351845439 ns)
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input1
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Magic number: 15:563:267
Freeing unused kernel memory: 280k freed
Write protecting the kernel read-only data: 905k
input: PS/2 Mouse as /class/input/input2
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 18, io mem 0x80004000
ehci_hcd 0000:00:1d.7: 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: 8 ports detected
input: AlpsPS/2 ALPS GlidePoint as /class/input/input3
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 17 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 19, io base 0x00001800
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x00001820
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 21 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 17, io base 0x00001840
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 17 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001860
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
SCSI subsystem initialized
libata version 2.21 loaded.
ata_piix 0000:00:1f.1: version 2.12
ACPI: PCI Interrupt 0000:00:1f.1 -> GSI 18 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1f.1 to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00011880 irq 14
ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x00011888 irq 15
usb 3-1: new low speed USB device using uhci_hcd and address 2
ata1.00: ATAPI: MATSHITAUJ-832D, 1.03, max UDMA/33
usb 3-1: configuration #1 chosen from 1 choice
input: Logitech USB-PS/2 Optical Mouse as /class/input/input4
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1
ata1.00: configured for UDMA/33
ata2: port disabled. ignoring.
scsi 0:0:0:0: CD-ROM MATSHITA UJ-832D 1.03 PQ: 0 ANSI: 5
ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
usb 4-1: new full speed USB device using uhci_hcd and address 2
ACPI: PCI Interrupt 0000:00:1f.2 -> GSI 18 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1f.2 to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x000118c0 ctl 0x000118ba bmdma 0x000118a0 irq 21
ata4: SATA max UDMA/133 cmd 0x000118b0 ctl 0x00011896 bmdma 0x000118a8 irq 21
usb 4-1: configuration #1 chosen from 1 choice
ata3.00: ATA-7: ST9120821AS, 3.14, max UDMA/133
ata3.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access ATA ST9120821AS 3.14 PQ: 0 ANSI: 5
sd 2:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 2:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3
sd 2:0:0:0: [sda] Attached SCSI disk
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting. Commit interval 5 seconds
EXT3-fs: dm-0: orphan cleanup on readonly fs
ext3_orphan_cleanup: deleting unreferenced inode 3276868
ext3_orphan_cleanup: deleting unreferenced inode 3276867
ext3_orphan_cleanup: deleting unreferenced inode 3276866
EXT3-fs: dm-0: 3 orphan inodes deleted
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
audit(1196317082.534:2): enforcing=1 old_enforcing=0 auid=4294967295
security: 8 users, 11 roles, 2359 types, 112 bools, 1 sens, 1024 cats
security: 67 classes, 212240 rules
SELinux: Completing initialization.
SELinux: Setting up existing superblocks.
SELinux: initialized (dev dm-0, type ext3), uses xattr
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev cpuset, type cpuset), uses genfs_contexts
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
audit(1196317082.967:3): policy loaded auid=4294967295
sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
sr 0:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:0:0: Attached scsi generic sg1 type 0
intel_rng: FWH not detected
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
ieee80211_crypt: registered algorithm 'NULL'
e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ACPI: PCI Interrupt 0000:06:08.0[A] -> GSI 20 (level, low) -> IRQ 22
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
e100: eth0: e100_probe: addr 0xb0006000, irq 22, MAC addr 00:01:4A:F7:33:7D
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt 0000:06:0b.0[A] -> GSI 22 (level, low) -> IRQ 23
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
input: Lid Switch as /class/input/input5
ACPI: Lid Switch [LID0]
input: Power Button (CM) as /class/input/input6
ACPI: Power Button (CM) [PWRB]
Bluetooth: HCI USB driver ver 2.9
usbcore: registered new interface driver hci_usb
ACPI: Battery Slot [BAT1] (battery present)
ACPI: AC Adapter [ACAD] (on-line)
input: Video Bus as /class/input/input7
ACPI: Video Device [NGFX] (multi-head: yes rom: no post: no)
input: Video Bus as /class/input/input8
ACPI: Video Device [GFX0] (multi-head: yes rom: yes post: no)
nvidia: module license 'NVIDIA' taints kernel.
sony-laptop: Sony Programmable IO Control Driver v0.5.
sony-laptop: detected Type3 model
input: Sony Vaio Keys as /class/input/input9
input: Sony Vaio Jogdial as /class/input/input10
sony-laptop: device allocated minor is 62
sony-laptop: Sony Notebook Control Driver v0.5.
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
ACPI: PCI Interrupt 0000:06:05.3 -> GSI 23 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:06:05.2[C] -> GSI 20 (level, low) -> IRQ 22
tifm_core: MMC/SD card detected in socket 0:0
firewire_ohci: Added fw-ohci device 0000:06:05.2, OHCI version 1.10
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module 100.14.23 Thu Oct 4 10:16:34 PDT 2007
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1b.0 to 64
firewire_core: created new fw device fw0 (0 config rom retries, S400)
SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
device-mapper: multipath: version 1.0.5 loaded
loop: module loaded
EXT3 FS on dm-0, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sda2, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 2031608k swap on /dev/mapper/VolGroup00-LogVol01. Priority:-1 extents:1 across:2031608k
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
audit(1196317110.162:4): audit_pid=1913 old=0 by auid=4294967295 subj=system_u:system_r:auditd_t:s0
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
eth1: no IPv6 routers present
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
tifm_core: MemoryStick card detected in socket 0:1
mspblk0: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
Buffer I/O error on device mspblk0, logical block 499454
Buffer I/O error on device mspblk0, logical block 499454
Buffer I/O error on device mspblk0, logical block 0
Buffer I/O error on device mspblk0, logical block 0
Buffer I/O error on device mspblk0, logical block 0
Buffer I/O error on device mspblk0, logical block 499455
Buffer I/O error on device mspblk0, logical block 499455
Buffer I/O error on device mspblk0, logical block 499455
Buffer I/O error on device mspblk0, logical block 499455
Buffer I/O error on device mspblk0, logical block 499455
tifm_core: MemoryStick card detected in socket 0:1
mspblk1: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk2: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk3: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk4: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk5: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
printk: 190 messages suppressed.
Buffer I/O error on device mspblk5, logical block 499454
tifm_core: MemoryStick card detected in socket 0:1
mspblk6: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk7: p1
tifm_ms0:1 : card failed to respond for a long period of time (7, 0)
tifm0 : demand removing card from socket 0:1
tifm_core: MemoryStick card detected in socket 0:1
mspblk8: p1