Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
hseaver@nospamcybershamanix.com #1
Remove pcmcia card, system hangs
When I remove the card, the whole
system hangs. Totally -- can't log in from the network, if top is running it
stops, etc. Have to do a hard reboot. I've tried installing the latest
pcmcia-cs. Otherwise pcmcia works fine, it correctly ID's the flash card I put
in, reads it, writes to it.
Here's what it says in /var/log/messages when I insert the card:
Sep 3 21:01:40 cybershamanix cardmgr[1516]: socket 0: ATA/IDE Fixed Disk
Sep 3 21:01:40 cybershamanix kernel: cs: memory probe 0x0d0000-0x0dffff:
clean.
Sep 3 21:01:40 cybershamanix cardmgr[1516]: executing: 'modprobe ide-cs'
Sep 3 21:01:43 cybershamanix kernel: hdc: LEXAR ATA FLASH, CFA DISK drive
Sep 3 21:01:43 cybershamanix kernel: ide1 at 0x100-0x107,0x10e on irq 3
Sep 3 21:01:43 cybershamanix kernel: hdc: attached ide-disk driver.
Sep 3 21:01:43 cybershamanix kernel: hdc: task_no_data_intr: status=0x51 {
DriveReady SeekComplete Error }
Sep 3 21:01:43 cybershamanix kernel: hdc: task_no_data_intr: error=0x04 {
DriveStatusError }
Sep 3 21:01:43 cybershamanix kernel: hdc: 31808 sectors (16 MB) w/1KiB Cache,
CHS=497/2/32
Sep 3 21:01:43 cybershamanix kernel: hdc: hdc1
Sep 3 21:01:43 cybershamanix kernel: ide_cs: hdc: Vcc = 5.0, Vpp = 0.0
Sep 3 21:01:43 cybershamanix cardmgr[1516]: executing: './ide start hdc'
So I can can then mount /dev/hdc1 on /mnt/temp, read it, write to it, then
unmount it, pull out the card and bam! the machine locks up.
hseaver@nospamcybershamanix.com Guest
-
pcmcia ethernet card for 3400
Anyone know where I can find a pcmcia ethernet card for a pbk. 3400? tia........Rich -
Belkin PCMCIA FireWire card for G3 PB?
Totday I bought a Belkin PCMCIA FireWire card for G3 Powerbooks but I can't get it working in my G3/300 with OS 9.1 I installed the software,... -
need help with compile of pcmcia card driver
I have an old laptop on which I have recently installed Woody. I have a new pcmcia NIC which I would like to use on said laptop to connect it to... -
PC Card/PCMCIA adapter for CF memory cards with WinNT laptop
Here's how I actually got this to work!: When I last week got my first dig. camera (Canon A70), I was aware that USB connection was a no-go with... -
Lombard PCMCIA Card Cage
Hello all. Can anyone please tell me if the PCMCIA Card Cage for a Pismo will work in a Lombard? I found one on Ebay, but do not want to go through... -
hseaver@nospamcybershamanix.com #2
Re: Remove pcmcia card, system hangs
In comp.os.linux.hardware [email]hseaver@nospamcybershamanix.com[/email] wrote:
> When I remove the card, the whole
> system hangs. Totally -- can't log in from the network, if top is running it
> stops, etc. Have to do a hard reboot. I've tried installing the latest
> pcmcia-cs. Otherwise pcmcia works fine, it correctly ID's the flash card I put
> in, reads it, writes to it.
> Here's what it says in /var/log/messages when I insert the card:> Sep 3 21:01:40 cybershamanix cardmgr[1516]: socket 0: ATA/IDE Fixed Disk
> Sep 3 21:01:40 cybershamanix kernel: cs: memory probe 0x0d0000-0x0dffff:
> clean.
> Sep 3 21:01:40 cybershamanix cardmgr[1516]: executing: 'modprobe ide-cs'
> Sep 3 21:01:43 cybershamanix kernel: hdc: LEXAR ATA FLASH, CFA DISK drive
> Sep 3 21:01:43 cybershamanix kernel: ide1 at 0x100-0x107,0x10e on irq 3
> Sep 3 21:01:43 cybershamanix kernel: hdc: attached ide-disk driver.
> Sep 3 21:01:43 cybershamanix kernel: hdc: task_no_data_intr: status=0x51 {
> DriveReady SeekComplete Error }
> Sep 3 21:01:43 cybershamanix kernel: hdc: task_no_data_intr: error=0x04 {
> DriveStatusError }
> Sep 3 21:01:43 cybershamanix kernel: hdc: 31808 sectors (16 MB) w/1KiB Cache,
> CHS=497/2/32
> Sep 3 21:01:43 cybershamanix kernel: hdc: hdc1
> Sep 3 21:01:43 cybershamanix kernel: ide_cs: hdc: Vcc = 5.0, Vpp = 0.0
> Sep 3 21:01:43 cybershamanix cardmgr[1516]: executing: './ide start hdc'One thing else I've noticed is that if I do an "fdisk /dev/hdc" either> So I can can then mount /dev/hdc1 on /mnt/temp, read it, write to it, then
> unmount it, pull out the card and bam! the machine locks up.
before or after I put in the flash card, I get the partition table for what is
actually /dev/hda. If I do a fdisk /dev/hdc1, then I get the correct partion
table, but that's weird.
--
Harmon Seaver
CyberShamanix
[url]http://www.cybershamanix.com[/url]
hseaver@nospamcybershamanix.com Guest
-
Jayson Garrell #3
Re: Remove pcmcia card, system hangs
[email]hseaver@nospamcybershamanix.com[/email] wrote:
For some reason my laptop has been doing the same thing. Here is a simple> When I remove the card, the whole
> system hangs. Totally -- can't log in from the network, if top is running
> it stops, etc. Have to do a hard reboot. I've tried installing the latest
> pcmcia-cs. Otherwise pcmcia works fine, it correctly ID's the flash card I
> put in, reads it, writes to it.
>
> So I can can then mount /dev/hdc1 on /mnt/temp, read it, write to it,
> then
> unmount it, pull out the card and bam! the machine locks up.
work around to the problem, for now.
1) insert pcmcia card and do what ever you are going to do
2) before removeing the card issue the following command
cardctl eject (that will eject all of the card slots)
3) now physicaly remove the card, no lock ups ;-)
Jayson Garrell
Jayson Garrell Guest



Reply With Quote

