I'll try to help with the first part.  The second one, I can't help at
all.

Mike Perry wrote:
> 
> I am re-sending this message as the first time I sent it there were heaps of
> problems with the newbie mailing list and I received no replies.
> This time I am more hopeful :-)
> 
> I just installed Linux-Mandrake 6.1 on my sons machine, and have the
> following problems:
> 
> 1st     I believe that there is a conflict between his Creative Vibra128 PCI
> sound card and the 3C509 NIC because if I run sndconfig the soundcard is
> apparently
> detected fine, and plays the test sound but afterwards if I ping my network
> the computer TOTALLY locks up, only a   hardware reset works.
> The NIC works fine as long as I don't try and run sndconfig.

Login as root on a console or xterm and enter the following:

echo "irqs ----------" > junk
cat /proc/interrupts >> junk
echo "io ----------" >> junk
cat /proc/ioports >> junk
echo "conf.modules ----------" >> junk
cat /etc/conf.modules >> junk

This will give you a list of what is being used for irqs and addresses
for your cards, and how the system is trying to set them up, in the file
called "junk" (you can change the name).  If you just want to see them
on the screen, don't do the echo commands and don't do the "> junk" or
">> junk" parts of the commands.  You should be able to use any editor
to open the junk file to look at what you have.

The following is mine.
 
irqs ----------
           CPU0       
  0:    9954458          XT-PIC  timer
  1:      32551          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  5:       2531          XT-PIC  eth0             <---ethernet card irq
  7:          0          XT-PIC  soundblaster     <---sound card irq
  8:          1          XT-PIC  rtc
 11:     275355          XT-PIC  aic7xxx
 12:       1797          XT-PIC  PS/2 Mouse
 13:          1          XT-PIC  fpu
 14:   14113214          XT-PIC  ide0
 15:          5          XT-PIC  ide1
NMI:          0
ERR:          0
io ----------
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0220-022f : soundblaster          <---sound card addresses
0240-024f : eth0                  <---ethernet card addresses
02f8-02ff : serial(auto)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
e400-e4be : aic7xxx
f000-f007 : ide0
f008-f00f : ide1
conf.modules ----------
alias scsi_hostadapter aic7xxx 
alias parport_lowlevel parport_pc 
alias eth0 eepro                        <---ethernet card driver
options eepro io=0x240 irq=5            <---your driver will differ
# pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias sound sb                          <---sound driver
pre-install sound insmod sound dmabuf=1 <---sound module
options sb io=0x220 irq=7 dma=1 dma16=3 mpu_io=0x330  <---sound config

What does your list say?  It seems like they are being configured and
end up sharing irqs or addresses.

> 
> 2nd     the update icon doesn't work in KDE.
> 
> Awaiting your words of wisdom:
> 
> Mike Perry
> R&D Dep. Netafim Magal.
> 
> <<<<Linux -- the Ultimate Windows Service Pack>>>>

Reply via email to