LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Insert scsi pcmcia card kills existing ethernet card (https://www.linuxquestions.org/questions/linux-hardware-18/insert-scsi-pcmcia-card-kills-existing-ethernet-card-35301/)

lgetsche 11-12-2002 04:16 PM

Insert scsi pcmcia card kills existing ethernet card
 
Hello all-
I'm pretty much a newbie still, and this seems like a HW issue, so I'm asking for help please.

Background:
I've got an old laptop (133MHz/32Mb) running Slackware (8.0 on kernal 2.2.19) in my home network as a DHCP server for the other clients in the house. That has worked fine for months.

After reading an article about Amanda (tape backup, www.amanda.org), I thought I'd try that on my system with hardware I already have around. (HP external 4mm DAT, and "New Media" SCSI card.

The laptop has a megahertz xjem3336 combo ethernet/modem pcmcia card.

Problem:
When I add the "New Media" "Bus Toaster" SCSI pcmcia card too and reboot, the ethernet card doesn't work, pings in or out fail.

Unplugging the SCSI card and rebooting makes the ethernet work fine again.

When I plug the scsi card in while 'hot', the card services seem to load the aha152x module fine, but the scsi 'vendor, model' information isn't displayed. (is there a command I'm supposed to type to do that part?, i.e. identify the devices connected to the card.)

I've attached dmesg/lsmod/ and proc/interrupts below for Just the ethernet card installed, and for Both installed. It looks like both cards use different irqs. I don't know what to try next.

Any help will be appreciated, Thanks.
-Lewis


dmesg output with JUST ethernet card:
------------
Linux PCMCIA Card Services 3.1.26
kernel build: 2.2.19 #22 Wed Jun 20 18:12:16 PDT 2001
options: [pci] [cardbus]
Intel PCIC probe:
Cirrus PD672x rev 00 ISA-to-PCMCIA at port 0x3e0 ofs 0x00
host opts [0]: [ring] [65/6/3] [1/15/3]
host opts [1]: [ring] [65/6/3] [1/15/3]
ISA irqs (default) = 3,4,7,9,10,11,12 polling interval = 1000 ms
cs: memory probe 0x0d0000-0x0dffff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x428-0x42f 0x480-0x48f
cs: IO port probe 0x0430-0x047f: clean.
cs: IO port probe 0x0490-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: excluding 0x828-0x82f
cs: IO port probe 0x0830-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: excluding 0xc28-0xc2f
cs: IO port probe 0x0c30-0x0cff: clean.
eth0: smc91c94 rev 1: io 0x300, irq 3, hw_addr 00:00:86:16:93:4B
4608 byte buffer, auto xcvr
tty01 at 0x02f8 (irq = 3) is a 16550A

====
root@batcave:~# cat /proc/interrupts
CPU0
0: 624621 XT-PIC timer
1: 2 XT-PIC keyboard
2: 0 XT-PIC cascade
3: 812 XT-PIC smc91c92_cs
5: 1 XT-PIC soundblaster
8: 1 XT-PIC rtc
13: 1 XT-PIC fpu
14: 46268 XT-PIC ide0
NMI: 0

root@batcave:~# lsmod
Module Size Used by
serial_cs 5408 0 (unused)
smc91c92_cs 15488 1
ds 6416 2 [serial_cs smc91c92_cs]
i82365 22512 2
pcmcia_core 45184 0 [serial_cs smc91c92_cs ds i82365]
opl3 11392 0 (unused)
sb 34608 0 (unused)
uart401 6352 0 [sb]
sound 58848 0 [opl3 sb uart401]
soundlow 384 0 [sound]
soundcore 2576 6 [sb sound]
ppp_deflate 40032 0 (unused)
ppp 21328 0 [ppp_deflate]
slip 7808 0 (unused)
slhc 4512 0 [ppp slip]
lp 5904 0 (unused)
parport_pc 7536 1
parport 7392 1 [lp parport_pc]

==============
With BOTH cards installed:

dmesg output:

aha152x: processing commandline: ok
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x0: vital data: PORTBASE=0x100, IRQ=3, SCSI ID=7, reconnect=enabled, parit
y=enabled, synchronous=disabled, delay=100, extended translation=disabled
aha152x: trying software interrupt, ok.
scsi0 : Adaptec 152x SCSI driver; $Revision: 1.7 $
scsi : 1 host.
Vendor: HP Model: C1533A Rev: 9503
Type: Sequential-Access ANSI SCSI revision: 02
Detected scsi tape st0 at scsi0, channel 0, id 3, lun 0
eth0: smc91c94 rev 1: io 0x300, irq 9, hw_addr 00:00:86:16:93:4B
4608 byte buffer, auto xcvr
-----------
cat /proc/interrupts
CPU0
0: 17125 XT-PIC timer
1: 269 XT-PIC keyboard
3: 60 XT-PIC aha152x
5: 1 XT-PIC soundblaster
8: 1 XT-PIC rtc
9: 2 XT-PIC smc91c92_cs
13: 1 XT-PIC fpu
14: 151124 XT-PIC ide0
-----------
lsmod:
serial_cs 5408 0 (unused)
smc91c92_cs 15488 0 (unused)
aha152x_cs 24560 0
ds 6416 2 [serial_cs smc91c92_cs aha152x_cs]
i82365 22512 2
pcmcia_core 45184 0 [serial_cs smc91c92_cs aha152x_cs ds i82365]
opl3 11392 0 (unused)
sb 34608 0 (unused)
uart401 6352 0 [sb]
sound 58848 0 [opl3 sb uart401]
soundlow 384 0 [sound]
soundcore 2576 6 [sb sound]
ppp_deflate 40032 0 (unused)
ppp 21328 0 [ppp_deflate]
slip 7808 0 (unused)
slhc 4512 0 [ppp slip]
lp 5904 0 (unused)
parport_pc 7536 1
parport 7392 1 [lp parport_pc]
---end of attached information ---


All times are GMT -5. The time now is 07:26 PM.