From: Damir Perisa <damir.perisa@solnet.ch>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.14-rc5-mm1 - ide-cs broken!
Date: Fri, 28 Oct 2005 01:18:18 +0200 [thread overview]
Message-ID: <200510280118.18661.damir.perisa@solnet.ch> (raw)
In-Reply-To: <20051027150355.035dbbe5.akpm@osdl.org>
Le Friday 28 October 2005 00:03, Andrew Morton a écrit :
| Damir Perisa <damir.perisa@solnet.ch> wrote:
| > isn't anybody else using ide-cs? i feel lonely!
|
| That's called "stunned silence".
ah ... then it's ok ;-)
| | [...]
|
| I'd have thought this was basically impossible. It's saying that
| drivers/pcmcia/ds.c isn't present. What's the setting of
| CONFIG_PCMCIA in your .config?
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_PCMCIA_PROBE=y
all other PCMCIA are modules ( =m)
| Perhaps the modprobe dependencies are screwed up. Try modprobing
| pcmcia.o by hand before inserting the card?
[17194333.620000] cs: memory probe 0xf0000000-0xf80fffff: excluding
0xf0000000-0xf87fffff
[17194333.644000] pcmcia: Detected deprecated PCMCIA ioctl usage.
[17194333.644000] pcmcia: This interface will soon be removed from the
kernel; please expect breakage unless you upgrade to new tools.
[17194333.644000] pcmcia: see
http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for
details.
[17194334.032000] Probing IDE interface ide2...
[17194334.320000] hde: 1024MB Flash Card, CFA DISK drive
[17194334.992000] ide2 at 0x4100-0x4107,0x410e on irq 3
[17194334.992000] hde: max request size: 128KiB
[17194334.992000] hde: 2001888 sectors (1024 MB) w/1KiB Cache,
CHS=1986/16/63
[17194334.992000] hde: cache flushes not supported
[17194334.992000] hde: hde1
[17194335.004000] ide-cs: hde: Vcc = 3.3, Vpp = 0.0
[17194335.224000] hde: hde1
[17194335.632000] hde: hde1
[17194335.736000] hde: hde1
[17194335.744000] hde: hde1
... ("hde: hde1" repeating)...
ok, now the situation is less lethal, but still no proper ide-cs working.
there are no unknown symbols now, but the other output in dmesg is the
same. especially, the loop to output "hde: hde1" is here, but if i remove
the card, it stops and the system is still responsible.
i checked something i forgot to check before... is the hde device seen
in /sys somewhere, when the card is plugged in. the answer is yes!:
/sys/block/hde/hde1/
presents itself fully normal like other ide drives. in
/sys/block/hde/hde1/sample.sh
i found "mknod /dev/hde1 b 33 1" and tried to run it. successfully!
the result is: in dmesg, the "hde: hde1" output loop stopped and my card
is working again!!!
so the trouble seems not only (or not at all) related to the kernel but
(also) to udev (i use 071), hotplug (mine is 2004_09_23), pcmciautils
(010) or something else.
can somebody tell me, what state of this process (discovering device,
loading needed modules, udev creating node under /dev) is the output
"hde: hde1" to dmesg and how can it be possible that it loops?
it seems that this chain of processing is stuck somewhere and needs a
execution of the command to create the node under /dev by hand to finish.
please anybody around with more experience with this systems help or
suggest where to search.
thank you in advance + greetings,
Damir
--
Penicillin doesn't kill bacteria. Technically, it keeps it from
reproducing.
next prev parent reply other threads:[~2005-10-27 23:21 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-24 8:48 2.6.14-rc5-mm1 Andrew Morton
2005-10-24 9:28 ` 2.6.14-rc5-mm1 Magnus Damm
2005-10-24 9:34 ` 2.6.14-rc5-mm1 Benoit Boissinot
2005-10-24 12:23 ` 2.6.14-rc5-mm1 Jens Axboe
2005-10-24 14:09 ` 2.6.14-rc5-mm1 Jasper Spaans
2005-10-24 15:40 ` 2.6.14-rc5-mm1 Badari Pulavarty
2005-10-24 15:43 ` 2.6.14-rc5-mm1 Adrian Bunk
2005-10-24 17:21 ` 2.6.14-rc5-mm1 Alan Cox
2005-10-25 9:54 ` 2.6.14-rc5-mm1 Adrian Bunk
2005-10-25 13:00 ` 2.6.14-rc5-mm1 Alan Cox
2005-10-25 13:29 ` 2.6.14-rc5-mm1 Adrian Bunk
2005-10-24 16:06 ` 2.6.14-rc5-mm1 Yoichi Yuasa
2005-10-24 17:51 ` 2.6.14-rc5-mm1 Lexington Luthor
2005-10-24 19:05 ` 2.6.14-rc5-mm1 Benoit Boissinot
2005-10-24 20:48 ` 2.6.14-rc5-mm1 Badari Pulavarty
2005-10-24 21:16 ` 2.6.14-rc5-mm1 Andrew Morton
2005-10-25 15:12 ` 2.6.14-rc5-mm1 Badari Pulavarty
2005-10-25 17:57 ` 2.6.14-rc5-mm1 Andrew Morton
2005-10-25 16:13 ` 2.6.14-rc5-mm1 Christoph Hellwig
2005-10-27 15:26 ` 2.6.14-rc5-mm1 Andrew Vasquez
2005-10-27 15:44 ` 2.6.14-rc5-mm1 Badari Pulavarty
2005-10-27 16:48 ` 2.6.14-rc5-mm1 Andrew Vasquez
2005-10-27 19:02 ` 2.6.14-rc5-mm1 Christoph Hellwig
2005-10-27 21:53 ` 2.6.14-rc5-mm1 Andrew Vasquez
2005-10-28 22:51 ` HEADS UP for QLA2100 users Christoph Hellwig
2005-10-28 23:03 ` Andrew Vasquez
2005-10-28 23:35 ` Badari Pulavarty
2006-02-04 22:58 ` Adrian Bunk
2006-02-14 0:14 ` [2.6 patch] schedule the SCSI qlogicfc driver for removal Adrian Bunk
2006-02-14 17:43 ` Christoph Hellwig
2006-03-25 18:04 ` Adrian Bunk
2005-10-25 5:13 ` intel-agp and yenta-socket issues (was Re: 2.6.14-rc5-mm1 Valdis.Kletnieks
2005-10-25 5:32 ` Andrew Morton
2005-10-25 14:07 ` Valdis.Kletnieks
2005-10-27 8:07 ` 2.6.14-rc5-mm1 crypto issues (was " Valdis.Kletnieks
2005-10-25 17:55 ` 2.6.14-rc5-mm1 Avuton Olrich
2005-10-25 18:39 ` 2.6.14-rc5-mm1 Alan Cox
2005-10-25 18:16 ` 2.6.14-rc5-mm1 Avuton Olrich
2005-10-26 7:48 ` EDAC (was: Re: 2.6.14-rc5-mm1) Sander
2005-10-26 11:09 ` Alan Cox
2005-10-26 13:11 ` Sander
2005-10-26 19:08 ` Doug Thompson
2005-10-26 19:38 ` Sander
2005-10-26 20:22 ` Doug Thompson
2005-10-27 6:23 ` Sander
2005-10-27 16:59 ` Roger Heflin
2005-10-27 16:50 ` Roger Heflin
2005-10-25 23:49 ` 2.6.14-rc5-mm1 - ide-cs, pcmcia ioctl Damir Perisa
2005-10-27 21:31 ` 2.6.14-rc5-mm1 - ide-cs broken! Damir Perisa
2005-10-27 22:03 ` Andrew Morton
2005-10-27 23:18 ` Damir Perisa [this message]
2005-10-28 17:58 ` 2.6.14-rc5-mm1: EDAC: several options without a help text Adrian Bunk
2005-10-31 15:26 ` Alan Cox
2005-10-29 19:46 ` 2.6.14-rc5-mm1: reiser4: ICE with gcc 2.95 Adrian Bunk
2005-10-29 19:59 ` 2.6.14-rc5-mm1: SAS: compile error " Adrian Bunk
2005-10-29 20:15 ` Luben Tuikov
2005-10-29 20:48 ` [-mm patch] EDAC drivers: missing PCI dependencies Adrian Bunk
2005-10-30 15:53 ` [-mm patch] fs/namei.c: make path_lookup_create() static Adrian Bunk
2005-10-30 15:58 ` Trond Myklebust
2005-11-02 0:53 ` [-mm patch] fix NET_RADIO=n, IEEE80211=y compile Adrian Bunk
2005-11-02 16:24 ` [-mm patch] EDAC: remove proc_ent from struct mem_ctl_info Adrian Bunk
2005-11-02 17:44 ` Alan Cox
[not found] <20051103220305.77620d8f.akpm@osdl.org>
2005-11-04 7:19 ` 2.6.14-rc5-mm1 - ide-cs broken! Greg KH
2005-11-04 15:14 ` Alan Cox
2005-11-04 16:37 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200510280118.18661.damir.perisa@solnet.ch \
--to=damir.perisa@solnet.ch \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome