[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Sound Blaster Card in Qube 3




Hi all,

        I recompiled the kernel with sound as module. it installs and
booted up ok.  I have another linux box running 7.0 that I know this card
works. (SoundBlaster PCI 16) and uses es1371 and soundcore module.

I did depmod -a and modprobe es1371

No Problem, lsmod shows nicely.

cat sample.au > /dev/audio or /dev/dsp doesn't work. Just hangs there. (not
permission issue)

cat /proc/interrupts gives

        CPU0
  0:      85943          XT-PIC  timer
  1:          0          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  8:          2          XT-PIC  rtc
  9:          0          XT-PIC  es1371               ------> I notice on
the box that runs rh7.0  the CPU0 figure is not 0
 11:       4686          XT-PIC  eth0
 12:         30          XT-PIC  sym53c8xx
 13:          0          XT-PIC  fpu
 14:       6718          XT-PIC  ide0
 15:       6702          XT-PIC  ide1
NMI:          0

cat /proc/pci gives

PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Acer Labs M1541 Aladdin V (rev 4).
      Slow devsel.  Master Capable.  Latency=64.
  Bus  0, device   1, function  0:
    PCI bridge: Acer Labs M5243 AGP (rev 4).
      Slow devsel.  Master Capable.  Latency=32.  Min Gnt=35.
  Bus  0, device   2, function  0:
    USB Controller: Acer Labs M5237 USB (rev 3).
      Medium devsel.  Fast back-to-back capable.  IRQ 6.  Master Capable.
Latency=32.  Max Lat=80.
      Non-prefetchable 32 bit memory at 0xa0000000 [0xa0000000].
  Bus  0, device   3, function  0:
    Non-VGA device: Acer Labs M7101 PMU (rev 0).
      Medium devsel.  Fast back-to-back capable.
      I/O at 0x6000 [0x6001].
      I/O at 0x3a80 [0x3a81].
  Bus  0, device   7, function  0:
    ISA bridge: Acer Labs M1533 Aladdin IV (rev 195).
      Medium devsel.  Master Capable.  No bursts.
  Bus  0, device  14, function  0:
    SCSI storage controller: NCR 53c875 (rev 4).
      Medium devsel.  IRQ 12.  Master Capable.  Latency=32.  Min Gnt=17.Max
Lat=64.
      I/O at 0x6100 [0x6101].
      Non-prefetchable 32 bit memory at 0xa0001000 [0xa0001000].
      Non-prefetchable 32 bit memory at 0xa0002000 [0xa0002000].
  Bus  0, device  15, function  0:
    IDE interface: Acer Labs M5229 TXpro (rev 193).
      Medium devsel.  Fast back-to-back capable.  IRQ 14.  Master Capable.
Latency=32.  Min Gnt=2.Max Lat=4.
      I/O at 0x1f0 [0x1f1].
      I/O at 0x3f4 [0x3f5].
      I/O at 0x170 [0x171].
      I/O at 0x374 [0x375].
      I/O at 0xf000 [0xf001].
  Bus  0, device  16, function  0:
    Ethernet controller: National Semiconductor 83815 (rev 0).
      Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.
Latency=32.  Min Gnt=11.Max Lat=52.
      I/O at 0x6200 [0x6201].
      Non-prefetchable 32 bit memory at 0xa0003000 [0xa0003000].
  Bus  0, device  18, function  0:
    Ethernet controller: National Semiconductor 83815 (rev 0).
      Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master Capable.
Latency=32.  Min Gnt=11.Max Lat=52.
      I/O at 0x6300 [0x6301].
      Non-prefetchable 32 bit memory at 0xa0004000 [0xa0004000].
  Bus  0, device  20, function  0:
    Multimedia audio controller: Ensoniq Unknown device (rev 2).
      Vendor id=1274. Device id=5880.
      Slow devsel.  IRQ 9.  Master Capable.  Latency=32.  Min Gnt=12.Max
Lat=128.
      I/O at 0xf7ffffc0 [0xf7ffffc1].

cat /proc/dma gives

4: cascade

cat /proc/ioports gives

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
02f8-02ff : serial(auto)
0376-0376 : ide1
03f6-03f6 : ide0
03f8-03ff : serial(auto)
6100-617f : sym53c8xx
6200-62ff : eth0
6300-63ff : eth1
f000-f007 : ide0
f008-f00f : ide1
f7ffffc0-f7ffffff : es1371

Any Suggestions??   My next task is to install X11 into the cube. Any
insights ??

Thanks

Timothy C.H. Lau
CGE&Y Consultant
Cell Phone: (626) 318-3905
Office: (310) 727-8569
Timothy.lau@xxxxxxxxxxxx
|------------------------+------------------------+------------------------|
|                        |   Tim Hockin           |                        |
|                        |   <thockin@xxxxxxx>    |           To:          |
|                        |   Sent by:             |   cobalt-developers@lis|
|                        |   cobalt-developers-adm|   t.cobalt.com         |
|                        |   in@xxxxxxxxxxxxxxx   |           cc:          |
|                        |                        |           Subject:     |
|                        |   07/09/2001 02:03 PM  |   Re:                  |
|                        |   Please respond to    |   [cobalt-developers]  |
|                        |   cobalt-developers    |   Sound Blaster Card in|
|                        |                        |   Qube 3               |
|------------------------+------------------------+------------------------|






Timothy Stonis wrote:
>
>  I'm not sure, but this kernel might also install the network drivers as
> modules instead of statically compiling them in. If this is the case,
you'll
> need to add an /etc/conf.modules to load the proper ethernet drivers.

the %post of the kernel RPM does this for you.  :)

--
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@xxxxxxx

_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers