From: Fabio G. <fg...@ti...> - 2002-05-07 17:42:32
|
this is my inittab # Begin /etc/inittab id:3:initdefault: su:S016:respawn:/sbin/sulogin 1:2345:respawn:/bin/sh # End /etc/inittab and this is the output RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx hda: SanDisk SDCFB-16, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hda: 31360 sectors (16 MB) w/1KiB Cache, CHS=490/2/32 Partition check: hda: hda1 hda: hda1 hda: hda1 VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 28k freed INIT: version 2.84 booting INIT: Entering runlevel: 3 Fixing up unaligned userspace access in "sh" pid=7 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=8 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=9 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=10 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=11 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=12 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=13 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=14 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=15 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access Fixing up unaligned userspace access in "sh" pid=16 pc=0x0045efaa ins=0x400b Killing process "sh" due to unaligned access INIT: Id "1" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runlevel the system still works bucause the iterrupt enters correctly. Any suggestion? Thanks On Tuesday 07 May 2002 19:31, Fabio Giovagnini wrote: > Should be usefull a snapshot of the output during the action you performe. > The patch are ok. What's the output? > > On Tuesday 07 May 2002 19:09, akira wrote: > > boot message: > > err.txt > > add printk() message: > > ide.patch > > ide-probe.patch > > ide-disk.patch > > > > ----- Original Message ----- > > From: "Fabio Giovagnini" <fg...@ti...> > > To: "akira" <aki...@ho...>; <lin...@li...>; > > "lin...@m1..." <lin...@m1...> > > Sent: Tuesday, May 07, 2002 4:26 PM > > Subject: Re: [linuxsh-dev] help CF > > > > > test with a printk the function read_intr and write_intr of ide-disk.c > > > > file > > > > > and let me know the output. > > > > > > On Tuesday 07 May 2002 16:10, akira wrote: > > > > The fstab file is: > > > > > > > > /dev/hda /mnt/cf vfat defaults 0 0 > > > > > > > > /dev/hda1 /mnt/cf vfat defaults 0 0 > > > > > > > > /dev/hda1 /mnt/cf ext2 defaults 0 0 > > > > > > > > When I try to mount the CF: > > > > > > > > # mount -a > > > > > > > > mount: Mounting /dev/hda on /mnt/cf failed: No such device or address > > > > > > > > mount: Mounting /dev/hda1 on /mnt/cf failed: No such device or > > > > address > > > > > > > > mount: Mounting /dev/hda1 on /mnt/cf failed: No such device or > > > > address > > > > > > > > > > > > > > > > When i try to format the CF > > > > > > > > > > > > > > > > # mkfs.minix /dev/hda > > > > > > > > mkfs.minix: /dev/hda: No such device or address > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: "Fabio Giovagnini" <fg...@ti...> > > > > To: "akira" <aki...@ho...>; "lin...@m1..." > > > > <lin...@m1...>; <lin...@li...> > > > > Sent: Tuesday, May 07, 2002 9:02 AM > > > > Subject: Re: [linuxsh-dev] help CF > > > > > > > > > Whne you try to mount or format the CF, what is the message you > > > > receive > > > > > > from > > > > > > > > > the system? > > > > > > > > > > On Monday 06 May 2002 20:47, akira wrote: > > > > > > Hello to everyone! > > > > > > > > > > > > > > > > > > > > > > > > I have a MS7727SE01 Solution Engine board. I use the kernel > > > > > > 2.4.18 > > > > with > > > > > > the > > > > > > > > > > patch from the CVS.sourceforge.net. The kernel boot correctly > > > > > > from > > > > a > > > > > > NFS > > > > > > > > > > server. > > > > > > > > > > > > > > > > > > > > > > > > Now I have a Compact Flash (32 MByte) and a PCMCIA<>CF adapter > > > > > > and I > > > > > > > > will > > > > > > > > > > try to boot kernel from CF. I don't have a Notebook and so I > > > > > > can't > > > > > > > > format > > > > > > > > > > the CF card with a linux file system. > > > > > > > > > > > > > > > > > > > > > > > > I tried to format the CF card from the Solution Engine but I am > > > > > > not successful. > > > > > > > > > > > > > > > > > > > > > > > > I think the ide driver can't detect/mount the CF card. > > > > > > > > > > > > > > > > > > > > > > > > I had choose in the file .config: > > > > > > > > > > > > > > > > > > > > > > > > CONFIG_CF_ENABLER=y > > > > > > > > > > > > CONFIG_CF_AREA6 > > > > > > > > > > > > > > > > > > > > > > > > CONFIG_IDE=y > > > > > > > > > > > > CONFIG_BLK_DEV_IDE=y > > > > > > > > > > > > CONFIG_BLOK_DEV_IDEDISK=y > > > > > > > > > > > > > > > > > > > > > > > > Someone can help me? > > > > > > > > > > > > > > > > > > > > > > > > Athac file: > > > > > > > > > > > > .config > > > > > > > > > > > > boot.txt > > > > > > > > _______________________________________________________________ > > > > > > > > Have big pipes? SourceForge.net is looking for download mirrors. We > > > > supply > > > > > > the hardware. You get the recognition. Email Us: > > > > ban...@so... > > > > > > _______________________________________________ > > > > linuxsh-dev mailing list > > > > lin...@li... > > > > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev |