Hidong Kim wrote:
> Hi,
>
> I have an ibm thinkpad with a linksys pcmlm56 etherfast+modem pcmcia
> card. When I initially installed red hat 6.1 on the system a few weeks
> ago, the linksys was detected automatically and worked fine. I just
> recompiled the kernel (2.2.12-20 from the red hat cd), and now the
> linksys card is not detected, and I can't configure eth0. How do I get
> this card to be detected after recompiling the kernel? Thanks,
I have not had this exact problem but do have on working on a dell laptop
with RH62. First thing that comes to mind for me is the pcmcia services.
are they started? Can you see the modem? My conf.modules looks like
this:
alias parport_lowlevel parport_pc
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias eth0 tulip
alias char-major-108 off
In /var/log/messages I have:
Jul 17 09:42:16 bretdell_linux pcmcia: Starting PCMCIA services:
Jul 17 09:42:16 bretdell_linux pcmcia: modules
Jul 17 09:42:16 bretdell_linux kernel: Linux PCMCIA Card Services 3.1.8
Jul 17 09:42:16 bretdell_linux kernel: kernel build: 2.2.14-5.0 #1 Tue
Mar 7 21:07:39 EST 2000
Jul 17 09:42:16 bretdell_linux kernel: options: [pci] [cardbus] [apm]
Jul 17 09:42:16 bretdell_linux kernel: Intel PCIC probe:
Jul 17 09:42:16 bretdell_linux kernel: TI 1220 PCI-to-CardBus at bus 0
slot 4, mem 0x68000000, 2 sockets
Jul 17 09:42:16 bretdell_linux kernel: host opts [0]: [ring] [pwr
save] [serial pci & irq] [no pci irq] [lat 168/176] [bus 32/34]
Jul 17 09:42:16 bretdell_linux kernel: host opts [1]: [ring] [pwr
save] [serial pci & irq] [no pci irq] [lat 168/176] [bus 35/37]
Jul 17 09:42:16 bretdell_linux kernel: ISA irqs (scanned) = 3,4,7,9
polling interval = 1000 ms
Jul 17 09:42:16 bretdell_linux pcmcia: cardmgr.
Jul 17 09:42:16 bretdell_linux rc: Starting pcmcia succeeded
Jul 17 09:42:16 bretdell_linux cardmgr[432]: starting, version is 3.1.8
Jul 17 09:42:16 bretdell_linux inet: inetd startup succeeded
Jul 17 09:42:16 bretdell_linux cardmgr[432]: watching 2 sockets
Jul 17 09:42:17 bretdell_linux kernel: cs: IO port probe 0x1000-0x17ff:
clean.
Jul 17 09:42:17 bretdell_linux kernel: cs: IO port probe 0x0100-0x04ff:
excluding 0x220-0x22f 0x320-0x327 0x378-0x37f 0x388-0x38f 0x4d0-0x4d7
# skip
.
.
.
Jul 17 09:42:18 bretdell_linux cardmgr[432]: initializing socket 0
Jul 17 09:42:18 bretdell_linux cardmgr[432]: socket 0: Linksys EtherFast
LANmodem 56K
#skip
.
.
.
Jul 17 09:42:18 bretdell_linux cardmgr[432]: executing: 'insmod
/lib/modules/2.2.14-5.0/pcmcia/pcnet_cs.o'
Jul 17 09:42:18 bretdell_linux cardmgr[432]: executing: 'insmod
/lib/modules/2.2.14-5.0/pcmcia/serial_cs.o'
Jul 17 09:42:18 bretdell_linux kernel: eth0: NE2000 Compatible: io 0x300,
irq 3, hw_addr 00:E0:98:06:87:D1
Jul 17 09:42:18 bretdell_linux kernel: tty01 at 0x02f8 (irq = 3) is a
16550A
Jul 17 09:42:18 bretdell_linux cardmgr[432]: executing: './network start
eth0'
#skip
.
.
.
Jul 17 09:42:20 bretdell_linux kernel: eth0: found link beat
#skip
.
.
.
Jul 17 09:42:20 bretdell_linux cardmgr[432]: + Determining IP information
for eth0... done. #using dhcp, I don't think you will see this otherwise
#skip
.
.
.
Jul 17 09:42:20 bretdell_linux cardmgr[432]: executing: './serial start
ttyS1'
#skip
.
.
.
Jul 17 09:42:21 bretdell_linux kernel: eth0: found link beat
Hope this helps let me know. One thing I have noticed is that the order
of execution of the init.d scripts tries to bring up the ethernet before
the pcmcia services are started but since it makes it later I have but
dinked with the symlinks in the rc*.d directories to try and correct it.
Bret
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.