Sponsored Content
Full Discussion: forcing irq on PCMCIA card
Top Forums UNIX for Dummies Questions & Answers forcing irq on PCMCIA card Post 16427 by progressdll on Friday 1st of March 2002 08:30:48 AM
Old 03-01-2002
I am able to install the PCMCIA card but it is giving conflict in a major way.

a fresh installed mandrake 8.1 indeed will set /etc/sysconfig/pcmcia to:
PCMCIA=yes
PCIC=i82365

That is what i had too. But now i have a conflict with my IDE because.
as soon as i start pcmcia ( via /etc/rc.d/init.d/pcmcia start ) it goes
into conflict with the irq for my harddisk ( see /proc/interrupts in my first mail ).

cardctl status will give me the status that the pcmcia card installed.
But the laptop gets froozen. I can only try this in mantainance mode.

On normal boot-up, the loading of PCMCIA just freezes. I constanly
hear the harddisk clicking away. I am sure there is an IDE HDA - PCMCIA conflict.

That is why my initial question was, can i force the PCMCIA device to take another irq
then irq 13. I have tried different ways. Via excluding all the irq's in /etc/pcmcia/config.opts.

forcing it via irq_list, pci_irq_list, do_scan=0, ...

Nothing is helping. As i understand you correctly, it can not be forced?
Is this true??.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

irq

where can i find the i/o and irq's in mandrake 8 help lost :D (2 Replies)
Discussion started by: RYRY46D9
2 Replies

2. UNIX for Dummies Questions & Answers

PCMCIA Hardware Problem

Hi, I have a Dell Inspiron 4000 that I am using to run Redhat Linux 7.1. This machine had 128Mb of RAM in it, and I upgraded to 512Mb. Since this, the PCMCIA cards have disappeared from the system running under Linux, although they still work under windows and the file "/var/lib/pcmcia/stab"... (1 Reply)
Discussion started by: ghoti
1 Replies

3. UNIX Desktop Questions & Answers

How to configure Xircom pcmcia card to Red Hat 7.1?

I currently have an IBM Thinkpad with a built in 56k modem. RedHat 7.1 does not recognize my internal modem. I used a Xircom Ethernet 56 + 100 card. Linux knows the card is there. However, I have been unable to set it up. Please help is possible. (1 Reply)
Discussion started by: adrienb
1 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 and PCMCIA

Hi, I justed manged to install Solaris 8 on my Laptop, the only problem I have got is that It does not find my PCMCIA card. I need it to find my card so I can connect the Laptop to my LAN. I am using a 3Com LAN card model number is 3CCE589ET. This card work with Linux with no problems. ... (2 Replies)
Discussion started by: chamkila
2 Replies

5. UNIX for Dummies Questions & Answers

Network card problem, wrong IRQ

I've installed mandrake 9 and from the start my network card wouldn't work. I ran the network configuration wizard several times and counldn't get it to work. I checked Linux and in the boot message said the IRQ for my network card was 0 but wheni checked windows XP it listed it as 23. I have a... (1 Reply)
Discussion started by: ripmc
1 Replies

6. UNIX for Dummies Questions & Answers

PCMCIA problems

Hi I recently installed Mandrake 9 on my laptop. It has 2 PCMCIA slots, and in one of them I usually keep one of my network cards (ones an Accton 2216, the other a Surecom EP-427). Under mandrake when my computer started up (and went into runlevel 5) it attempted to start 'network' and then... (2 Replies)
Discussion started by: KrazyGuyPaul
2 Replies

7. UNIX for Dummies Questions & Answers

Error installing linksys pcm200 pcmcia card

Hi, I keep getting an error when I insert a pcm200 card on my laptop. The Error: Card type 32-bit cardbus is unsupported I am using freebsd 4.11 thanks lucky (2 Replies)
Discussion started by: luckyarab
2 Replies

8. UNIX for Advanced & Expert Users

Command to Analyze a PCMCIA Card

Is there a command that will verify what type of file system is located on a PCMCIA Card without having to mount the card? Thank you. (1 Reply)
Discussion started by: kilemark
1 Replies

9. UNIX Desktop Questions & Answers

Does Red Hat Fedora support Nvidia card 8800GTX and 260 card?

Does Red Hat Fedora support Nvidia card 8800GTX and 260 card? Does any Linux OS support Nvidia card? (1 Reply)
Discussion started by: sito
1 Replies

10. BSD

PCMCIA-FreeBSD

Hi there. I have an old laptop Toshiba Tecra 510 (P1, 147MB RAM, 30GB HDD) and I installed FreeBSD 7.2. For networking I have a PCMCIA card for wired network. The problem is that I cannot start and run PCMCIA As I know in Linux there is a tool pcmciautils for this pc-cards, but in FreeBSD I have... (1 Reply)
Discussion started by: hirohitosan
1 Replies
TCIC(4) 						     Kernel Interfaces Manual							   TCIC(4)

NAME
tcic - Databook TCIC-2 PCMCIA controller driver SYNOPSIS
insmod tcic.o [pc_debug=n] [tcic_base=n] [ignore=n] [do_scan=n] [irq_list=i,j,...] [cs_irq=n] [poll_interval=n] [poll_quick=n] [cycle_time=n] DESCRIPTION
This is the low-level driver for the Databook TCIC-2 PCMCIA host controller family. It is used by Card Services for programming the TCIC-2 chip, and for monitoring card status change events. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. tcic_base=n Sets the base I/O port address of the TCIC-2 chip. The default is 0x240. ignore=n Causes the driver to ignore a single socket. Sockets are numbered starting at 0. The socket will be left in whatever state it was already in, so it can be used for cards with point enablers that do not cooperate with Card Services. do_scan=n This flag specifies that all free interrupts should be tested to see if they can be triggered by the PCMCIA controller. The default is 1 (on). irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver, if they are otherwise available. The default list is 3, 4, 5, 6, 7, 10, 11, and 14. cs_irq=n Sets the interrupt line to use for monitoring card status changes. The default is 0, which means pick any legal interrupt not already in use. Legal values are 14, 10, 7, 6, 5, 4, and 3. poll_interval=n Sets the card status polling delay, in 1/100 second increments. If this parameter is set, card status interrupts will be disabled. poll_quick=n When a card status change interrupt is received, the TCIC-2 chip is briefly polled for additional status changes. This parameter sets the polling delay, in 1/100 second increments. The default is 5, meaning 0.05 seconds. cycle_time=n Sets the length of a CCLK external clock cycle, in nanoseconds. The default is 70 ns, corresponding to a standard ISA 14.31818 MHz clock. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2000/06/12 21:24:48 TCIC(4)
All times are GMT -4. The time now is 02:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy