Re: Pb newbie carte pcmia lecteur memoire flash

From: andre (andre.y1_at_free.fr)
Date: 11/20/03


Date: Thu, 20 Nov 2003 21:05:51 +0100

Dances With Crows wrote:

> On Thu, 13 Nov 2003 22:31:44 +0100, andre staggered into the Black Sun
> and said:
>> J'ai installé une mandrake sur un toshiba Satellite SA10 S213 et j'ai
>> quelques soucis:
>
> Je peux lire français, mais on parle anglais dans ce newsgroup-ci.
> Utilisez Babelfish si vous avez des problèmes avec anglais.
>
>> Lorsque j'insère la carte à chaud, elle semble bien reconnue lorsque
>> l'on regarde le fichier /var/log/messages:
>> kernel: hde: TOSHIBA THNCF256MAA, CFA DISK drive
>
> This is good.
>
>> kernel: hde: task_no_data_intr: status=0x51 {DriveReady SeekComplete
>> Error} kernel: hde: task_no_data_intr: error=0x04 { DriveStatusError }
>
> Don't worry; PCMCIA CompactFlash cards always do this when first
> inserted.
>
>> kernel: hde: 500736 sectors (256 MB) w/2KiB Cache, CHS=978/16/32
>> kernel: /dev/ide/host2/bus0/target0/lun0: p1
>> kernel: devfs_do_symlink(disc0): could not append to parent, err: -17
>
> Bizarre. I've never seen this message.
>
>> Mais il manque une instruction quelque part pour monter cette carte?
>
> mkdir /mnt/cf (only do this once)
> mount /dev/hde1 /mnt/cf
>
>> J'ai aussi une autre erreur lors du boot:
>> /lib/modules/2.4.22-10mdk/kernel/drivers/parport/parport_pc.o.gz:
>> init_module: Device or resource busy
>> modprobe: insmod parport_lowlevel failed
>
>> Je crois comprendre qu'il ne peut pas installer le parport_pc.o.gz,
>> ce qui semble normal car ce micro n'a pas de port parallele.
>
> The machine has no parallel port? Never seen an x86 machine without
> one, but anyway: Edit /etc/modules.conf , find the line that says:
>
> alias parport_lowlevel parport_pc
>
> change it to
>
> alias parport_lowlevel off
>
> Hope this helps, bonne chance!
>
In further information of my problem I provided to you messages appearing in
dmesg when I insert the card:

cs: memory probe 0xa0000000-0xa0ffffff: clean.
hde: TOSHIBA THNCF256MAA, CFA DISK drive
ide2 at 0x100-0x107,0x10e on irq 3
hde: attached ide-disk driver.
hde: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hde: task_no_data_intr: error=0x04 { DriveStatusError }
hde: 500736 sectors (256 MB) w/2KiB Cache, CHS=978/16/32
 /dev/ide/host2/bus0/target0/lun0: p1
devfs_do_symlink(disc0): could not append to parent, err: -17
ide_cs: hde: Vcc = 3.3, Vpp = 0.0
VFS: Disk change detected on device 21:00
 /dev/ide/host2/bus0/target0/lun0: p1
devfs_do_symlink(disc0): could not append to parent, err: -17
VFS: Disk change detected on device 21:00
 /dev/ide/host2/bus0/target0/lun0: p1

When I launch knoppix the card is automatically recognized like hde1 without
error. Can you help me to finish configuring my Mandrake 9.2?

I created a repertory /mnt/hde1 and I try to launch mount /mnt/hde1
or mount /dev/hde /mnt/hde1 and it do not run!

thanks..