Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 1999 01:03:06 -0800 (PST)
From:      Chris Piazza <norn@home.net>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   ES1370 driver in -CURRENT
Message-ID:  <Pine.BSF.3.96.990102005242.283A-100000@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help
Hi,

   I saw the es1370 driver get imported into -current a few days ago so I
thought I'd see if it would work. Right now it seems to be detected but I
can't use it:
(This is with a SoundBlaster PCI64 (es1370))

norn@norn:[norn]% sudo cat /dev/sndstat
cat: /dev/sndstat: Device not configured

norn@norn:[temp]% mpg123 Night.mp3      
Can't open /dev/dsp!

norn@norn:[temp]% ls -l /dev/dsp
lrwxrwxrwx  1 root  wheel  4 Jan  1 15:39 /dev/dsp -> dsp1

dmesg:

Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #16: Thu Dec 31 17:18:25 PST 1998
    norn@norn.ca.eu.org:/usr/src/sys/compile/NORN
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 167046858 Hz
CPU: Pentium/P54C (167.05-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping=12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 67043328 (65472K bytes)
config> quit
avail memory = 62586880 (61120K bytes)
Preloaded elf kernel "kernel" at 0xf0260000.
Probing for devices on PCI bus 0:
chip0: <Host to PCI bridge (vendor=1039 device=5591)> rev 0x02 on pci0.0.0
ide_pci0: <PCI IDE controller (busmaster capable)> rev 0xd0 int a irq 14
on pci0.0.1
chip1: <SiS 85c503> rev 0x01 on pci0.1.0
chip2: <PCI to PCI bridge (vendor=1039 device=0001)> rev 0x00 on pci0.2.0
vga0: <ATI Mach64-GT graphics accelerator> rev 0x41 on pci0.9.0
es1: <AudioPCI ES1370> rev  0x00 int a irq 11 on pci0.10.0
pcm1: using I/O space register mapping at 0xe400
de0: <Digital 21041 Ethernet> rev 0x21 int a irq 10 on pci0.11.0
de0: SMC 21041 [10Mb/s] pass 2.1
de0: address 00:e0:29:10:af:8a
Probing for devices on PCI bus 1:
Probing for PnP devices:
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <Maxtor 82560 A4  ->
wd0: 2442MB (5001696 sectors), 4962 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <FX120T/b03>, removable, intr, dma, iordis
acd0: drive speed 2066KB/sec, 256KB cache
acd0: supported read  types: CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked
npx0 on motherboard
npx0: INT 16 interface
de0: enabling 10baseT port
Intel Pentium detected, installing workaround for F00F bug
changing root device to wd0s2a
ffs_mountfs: superblock updated for soft updates
ffs_mountfs: superblock updated for soft updates

config file:

machine         "i386"
cpu             "I586_CPU"
ident           NORN
maxusers        96

options         INET
options         FFS
options         FFS_ROOT
options         MFS
options         MFS_ROOT
options         NFS
options         MSDOSFS
options         "CD9660"
options         "CD9660_ROOT"
options         PROCFS
options         "COMPAT_43"
options         UCONSOLE
options         FAILSAFE
options         USERCONFIG
options         VISUAL_USERCONFIG
options         "VM86"
options         PERFMON
options         "ICMP_BANDLIM"
options         "IDE_DELAY=8000"
options         SOFTUPDATES
options         USER_LDT
options         SYSVSHM
options         SYSVMSG
options         SYSVSEM
options         DDB

config          kernel  root on wd0

controller      isa0
controller      eisa0
controller      pci0
controller      pnp0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2
disk            fd0     at fdc0 drive 0

options         "CMD640"
controller      wdc0    at isa? port "IO_WD1" bio irq 14
disk            wd0     at wdc0 drive 0
disk            wd1     at wdc0 drive 1

controller      wdc1    at isa? port "IO_WD2" bio irq 15
disk            wd2     at wdc1 drive 0
disk            wd3     at wdc1 drive 1

options         ATAPI
options         ATAPI_STATIC
device          acd0

device          sc0     at isa? port IO_KBD conflicts tty irq 1
device          npx0    at isa? port IO_NPX irq 13
device          sio0    at isa? port "IO_COM1" flags 0x10 tty irq 4
device          lpt0    at isa? port? tty irq 7
device          de0

pseudo-device   loop
pseudo-device   ether
pseudo-device   pty     16
pseudo-device   gzip
pseudo-device   bpfilter        4

options         KTRACE

# Sound code
device          pcm0

(I tried using the device pcm0 statement that's in LINT too - no luck)
----

I also tried grabbing the sources for snd from the beginning of December
and using the patch made by Joachim Kuebart.  In that case, cat
/dev/sndstat did give me information, but I still couldn't get any sound
to play.

Any ideas?

-Chris


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990102005242.283A-100000>