Sponsored Content
Special Forums UNIX Desktop Questions & Answers How to configure Xircom pcmcia card to Red Hat 7.1? Post 22715 by killerserv on Sunday 9th of June 2002 11:09:11 PM
Old 06-10-2002
Some Linux distributions, including Slackware, use a BSD arrangement for system startup scripts. If /etc/rc.d/rc.M exists, your system is in this group. The script rc.pcmcia, installed in /etc/rc.d, controls starting up and shutting down the PCMCIA system. "make install'' will use the probe command to determine your controller type and modify rc.pcmcia appropriately. You should add a line to your system startup file /etc/rc.d/rc.M to invoke the PCMCIA startup script, like:

/etc/rc.d/rc.pcmcia start

It does not really matter where you insert this line, as long as the
PCMCIA drivers are started after syslogd.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to configure my Sound Card????

I use sndconfig to configure it ..in addation the sample sound worked but the MIDI not work and game me an error from /var/log/messages I get that : Feb 18 09:04:35 localhost kernel: cs4232: set synthio and synthirq to use the wavefront facilities. Feb 18 09:04:50 localhost kernel: YM3812 and... (7 Replies)
Discussion started by: atiato
7 Replies

2. UNIX for Dummies Questions & Answers

forcing irq on PCMCIA card

ENV: linux Version: Mandrake 8.1, PCMCIA card: longshine lcs-8534TB. (supported according the PCMCIA docs) laptop is P-II lifetec /etc/sysconfig/pcmcia: PCMCIA=yes PCIC=i82365 ( found via probe -m ) PCIC_OPTS="cs_irq=11 pci_irq_list=11,11 do_scan=0" ( you see i want to force irq 11 )... (3 Replies)
Discussion started by: progressdll
3 Replies

3. UNIX for Dummies Questions & Answers

How can I configure my sound card?

Where should I go for sound card configurations? (2 Replies)
Discussion started by: confusedoflife
2 Replies

4. 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

5. 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

6. Red Hat

How to configure internet in Red hat linux

Hi I have installed Red hat linux 4 Enterprise edition But im not able to find the option where i can configure my broad band internet connectivity? Im using a ADSL connection Please help me (1 Reply)
Discussion started by: balumankala
1 Replies

7. 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

8. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

9. Red Hat

Linux Red Hat AS3 Network card is not detecting ...

Dear Expert, I 've installed Redhat linux AS3, My machine having Inbuild network card (Intel(R) 82566DM-2 Gigabit Network Connection). I've downloaded e1000e-2.3.2 from Intel site, but its not working for my machine. I'm unable to configure the Network. ifconfig eth0 xx.xx.xx.xx netmask... (0 Replies)
Discussion started by: Mohammed Faiz
0 Replies
PCIC(4) 						   BSD Kernel Interfaces Manual 						   PCIC(4)

NAME
pcic -- Intel and Cirrus Logic PCMCIA controller driver SYNOPSIS
pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 flags N pcic1 at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000 flags N pcic* at isapnp? pcic* at pci? dev? function ? pcmcia* at pcic? controller ? socket ? DESCRIPTION
NetBSD provides support for the Intel 82365SL, Cirrus Logic PD6710 and PD672x PCMCIA controllers. For the isa(4) attachment a flags value of 1 can be used to force the use of polling instead of interrupts for card events. The default configuration of the pcic gives each controller 16 kilobytes of memory, to be shared between slots. Some PC Card devices require somewhat more memory than this; it may therefore be necessary to adjust the iomem and iosiz parameters of the pcic devices in the kernel con- fig file to accommodate these cards. SEE ALSO
isa(4), isapnp(4), pci(4), pcmcia(4), tcic(4) http://www.intel.com/ http://www.cirrus.com/ HISTORY
The pcic driver appeared in NetBSD 1.3. BSD
May 21, 1999 BSD
All times are GMT -4. The time now is 02:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy