Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-26 Thread Levi Waldron
I feel so stupid.  ad1848 is not the correct module for the OPL3-SA2 sound 
board.  opl3sa2 is the correct module.  Arnt, you reminded me with your 
recursive module loading idea, that that is how I originally figured out 
which sound module to load: by loading every sound module and seeing which 
one worked.  I ended up with unused sound modules in /etc/modules, then a 
while ago I cleaned up my modules, but cleaned out opl3sa2 obviously without 
thinking twice about it.  Anyways, "modprobe opl3sa2" makes sound work.  
PROBLEM SOLVED.  Thanks for all your help, Arnt.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Solved, was: Lost sound capabilities (/dev/dsp: No such device)

2003-09-25 Thread Arnt Karlsen
On Thu, 25 Sep 2003 14:15:23 -0400, 
Levi Waldron <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> I feel so stupid.  ad1848 is not the correct module for the OPL3-SA2
> sound board.  opl3sa2 is the correct module.  Arnt, you reminded me
> with your recursive module loading idea, that that is how I originally
> figured out which sound module to load: by loading every sound module
> and seeing which one worked.  Somehow, and I have no idea how, the
> opl3sa2 line in /etc/modules got changed to apl3sa2, and rather than
> noticing that I went about assuming that ad1848 is was the problem,
> when in fact it was an unused module.  Anyways, "modprobe opl3sa2"
> makes sound work.  PROBLEM SOLVED.  In the future, when lsmod says
> (unused) by a module, I'll remember that it really means it!  Thanks
> for all your help, Arnt.

..adding to your embarassment ;-) ,  next time you (help) 
get stuff fixed, advice so in the subject line.  :-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-25 Thread Levi Waldron
I feel so stupid.  ad1848 is not the correct module for the OPL3-SA2 sound 
board.  opl3sa2 is the correct module.  Arnt, you reminded me with your 
recursive module loading idea, that that is how I originally figured out 
which sound module to load: by loading every sound module and seeing which 
one worked.  Somehow, and I have no idea how, the opl3sa2 line in /etc/modules 
got changed to apl3sa2, and rather than noticing that I went about assuming 
that ad1848 is was the problem, when in fact it was an unused module.  
Anyways, "modprobe opl3sa2" makes sound work.  PROBLEM SOLVED.  In the 
future, when lsmod says (unused) by a module, I'll remember that it really 
means it!  Thanks for all your help, Arnt.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-25 Thread Levi Waldron
On September 21, 2003 11:02 pm, Arnt Karlsen wrote:
> ..where _is_ it?  ;-)  If you call it /etc/pnpdump, isapnp still has
> no idea, unless you play some cool tricks I have no idea about.  ;-)

It's called /etc/isapnp.conf, and I did some trial-and-error uncommenting of 
various lines in this file, running isapnp each time.  The isapnp output 
would reflect the changes, modules would reload, but I got the same errors 
when trying to use sound.  I'm not sure what kind of systematic approach to 
take, or whether any documentation for such exists - I can't find it in the 
isapnp package or the Sound-HOWTO.

> ..keep your custom kernel, but 'apt-get install' a standard kernel and
> compare 'lsmod' output, on booting between them.

I'm already using the standard kernel kernel-image-2.4.18-386, sorry, that's 
what I meant by a "stock non-installation kernel", I should have been more 
clear about that.

> ..play with modprobe, it looks like sound doesn't know
> what isa-pnp found.

The problem I've been having here is that every time I specify any io= option 
to modprobe, I get an error!  For example:

retro:/# modprobe ad1848 io=0x220 irq=7
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: init_module: Invalid 
argument
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: insmod 
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o failed
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: insmod ad1848 failed

retro:/# modprobe ad1848 irq=7 dma=1 dma16-5 mpu_io=0x330
retro:/# echo /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device

retro:/# rmmod ad1848
retro:/# modprobe ad1848 irq=7
retro:/# echo /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device

retro:/# ls -l /dev/dsp
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp

> > # Trying port address 0273
> > # Board 1 has serial identifieOPL3-SA3r 0f ff ff ff ff 00 08 a8 65
> >
> > # (DEBUG)
>
> ..bo, never tried this one?

Sorry, what do you mean?  Are you suggesting I try something here?

Many thanks,
Levi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-24 Thread Arnt Karlsen
On Wed, 24 Sep 2003 14:16:08 -0400, 
Levi Waldron <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> On September 21, 2003 11:02 pm, Arnt Karlsen wrote:

...
 
> > ..keep your custom kernel, but 'apt-get install' a standard kernel
> > and compare 'lsmod' output, on booting between them.
> 
> I'm already using the standard kernel kernel-image-2.4.18-386, sorry,
> that's what I meant by a "stock non-installation kernel", I should
> have been more clear about that.

..ah.  Now with that as a baseliner, getting the newest 2.4.22 or -23
and doing the debian style kernel build etc, _might_ do the trick.

> > ..play with modprobe, it looks like sound doesn't know
> > what isa-pnp found.
> 
> The problem I've been having here is that every time I specify any io=
> option to modprobe, I get an error!  For example:
> 
> retro:/# modprobe ad1848 io=0x220 irq=7

..tried without these io irq dma etc settings?

..a brute force idea might be a looping modprobe raid, like this:
'for irq in `seq 15 ` ; do for io1 in `seq 0 1 9` a b c d e f ; do \
for io2 in `seq 0 1 9` a b c d e f ; do for io3 in `seq 0 1 9` a b \
c d e f ; do modprobe ad1848 io=0x$io1$io2$io3 irq=$irq ;done ;done \
;done ;done'.  Not tested etc.


-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-24 Thread Arnt Karlsen
On Wed, 24 Sep 2003 14:16:08 -0400, 
Levi Waldron <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> On September 21, 2003 11:02 pm, Arnt Karlsen wrote:
>
> > > # Trying port address 0273
> > > # Board 1 has serial identifieOPL3-SA3r 0f ff ff ff ff 00 08 a8 65
> > >
> > > # (DEBUG)
> >
> > ..bo, never tried this one?
> 
> Sorry, what do you mean?  Are you suggesting I try something here?

..yup, remove that comment sign so the line starts (DEBUG) and see what
happens.  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-24 Thread Levi Waldron
On September 21, 2003 11:02 pm, Arnt Karlsen wrote:
> ..where _is_ it?  ;-)  If you call it /etc/pnpdump, isapnp still has
> no idea, unless you play some cool tricks I have no idea about.  ;-)

It's called /etc/isapnp.conf, and I did some trial-and-error uncommenting of 
various lines in this file, running isapnp each time.  The isapnp output 
would reflect the changes, modules would reload, but I got the same errors 
when trying to use sound.  I'm not sure what kind of systematic approach to 
take, or whether any documentation for such exists - I can't find it in the 
isapnp package or the Sound-HOWTO.

> ..keep your custom kernel, but 'apt-get install' a standard kernel and
> compare 'lsmod' output, on booting between them.

I'm already using the standard kernel kernel-image-2.4.18-386, sorry, that's 
what I meant by a "stock non-installation kernel", I should have been more 
clear about that.

> ..play with modprobe, it looks like sound doesn't know
> what isa-pnp found.

The problem I've been having here is that every time I specify any io= option 
to modprobe, I get an error!  For example:

retro:/# modprobe ad1848 io=0x220 irq=7
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: init_module: Invalid 
argument
Hint: insmod errors can be caused by incorrect module parameters, including 
invalid IO or IRQ parameters
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: insmod 
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o failed
/lib/modules/2.4.18-386/kernel/drivers/sound/ad1848.o: insmod ad1848 failed

retro:/# modprobe ad1848 irq=7 dma=1 dma16-5 mpu_io=0x330
retro:/# echo /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device

retro:/# rmmod ad1848
retro:/# modprobe ad1848 irq=7
retro:/# echo /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device

retro:/# ls -l /dev/dsp
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp

> > # Trying port address 0273
> > # Board 1 has serial identifieOPL3-SA3r 0f ff ff ff ff 00 08 a8 65
> >
> > # (DEBUG)
>
> ..bo, never tried this one?

Sorry, what do you mean?  Are you suggesting I try something here?

Many thanks,
Levi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-21 Thread Arnt Karlsen
On Sun, 21 Sep 2003 20:44:48 -0400, 
Levi Waldron <[EMAIL PROTECTED]> wrote in message 
<[EMAIL PROTECTED]>:

> I had my YMH0800:OPL3-SA3 Sound Board working with the ad1848 driver,
> isapnp etc under Woody.
> 
> Then somewhere in the course of installing a stock non-installation
> kernel, adding second ethernet card, and loading the IP masquerading
> and iptables modules, the sound stopped working.  The symptoms are
> given below.  The Sound HOWTO only recommends for such cases to go
> "pnpdump > /etc/isapnp.conf", uncomment the correct lines in
> isapnp.conf, run "isapnp /etc/isapnp.conf"

..where _is_ it?  ;-)  If you call it /etc/pnpdump, isapnp still has 
no idea, unless you play some cool tricks I have no idea about.  ;-)

> , reload the modules, and
> enjoy.  However I have no idea which lines of the *long* isapnp.conf
> to uncomment - it is quite non-obvious to me, and I'm not even sure
> this is on the right track.  Any tips?

..keep your custom kernel, but 'apt-get install' a standard kernel and 
compare 'lsmod' output, on booting between them.


> retro:/etc# lsmod(potentially relevant parts only)
> Module  Size  Used byTainted: P
> ad1848 20768   0  (unused)
> mpu401 18816   0  (unused)
> isa-pnp27752   0  [ad1848]
> sound  53836   0  [ad1848 mpu401]
> soundcore   3556   2  [sound]

..play with modprobe, it looks like sound doesn't know 
what isa-pnp found.

> retro:/etc# pnpdump
> # $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $
> # Release isapnptools-1.26
> #
> # This is free software, see the sources for details.
> # This software has NO WARRANTY, use at your OWN RISK
> #
> # For details of the output file format, see isapnp.conf(5)
> #
> # For latest information and FAQ on isapnp and pnpdump see:
> # http://www.roestock.demon.co.uk/isapnptools/
> #
> # Compiler flags:  -DREALTIME -DHAVE_PROC -DENABLE_PCI 
> -DHAVE_SCHED_SETSCHEDULER -DHAVE_NANOSLEEP -DWANT_TO_VALIDATE
> #
> # Trying port address 0273
> # Board 1 has serial identifieOPL3-SA3r 0f ff ff ff ff 00 08 a8 65
> 
> # (DEBUG)

..bo, never tried this one?

> (READPORT 0x0273)
> (ISOLATE PRESERVE)
> (IDENTIFY *)
> (VERBOSITY 2)
> (CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING



-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Lost sound capabilities (/dev/dsp: No such device)

2003-09-21 Thread Levi Waldron
--
Arnt Karlsen said:

[EMAIL PROTECTED]:~$ ll /dev/dsp 
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp

...is missing on your box, mknod it. 
--

No, /dev/dsp exists with proper permissions (see further below in my posting).  
Rather, it seems that the ad1848 sound module is not being given the correct 
io and irq parameters by isapnp, and I can't figure out how to pass it the 
correct ones. (see my original message below)

(Apologies for the top-posting, I filled up the email account that was 
receiving debian-user so I had nothing to reply to.)


-
My original message:
-

I had my YMH0800:OPL3-SA3 Sound Board working with the ad1848 driver, isapnp 
etc under Woody.

Then somewhere in the course of installing a stock non-installation kernel, 
adding second ethernet card, and loading the IP masquerading and iptables 
modules, the sound stopped working.  The symptoms are given below.  The Sound 
HOWTO only recommends for such cases to go "pnpdump > /etc/isapnp.conf", 
uncomment the correct lines in isapnp.conf, run "isapnp /etc/isapnp.conf", 
reload the modules, and enjoy.  However I have no idea which lines of the 
*long* isapnp.conf to uncomment - it is quite non-obvious to me, and I'm not 
even sure this is on the right track.  Any tips?

Here is the output showing the symptoms and troubleshooting I've tried.  The 
output of pnpdump is at the end, since it's so long.


retro:/music# mpg123 "The Twigs - The Turning.mp3"
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3.
Version 0.59q (2002/03/23). Written and copyrights by Joe Drew.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title  : The Turning Artist: The Twigs
Album  : Year  :
Comment: Genre :

Playing MPEG stream from The Twigs - The Turning.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Can't find a suitable libao driver. (Is device in use?)


retro:/etc# cat /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device


retro:/etc# dd bs=8k count=4  /tmp/sample.au
bash: /dev/audio: No such device


retro:/etc# ls -al /dev/dsp
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp


retro:/etc# less /var/log/messages
Sep 17 12:16:57 retro kernel: isapnp: Scanning for PnP cards...
Sep 17 12:16:57 retro kernel: isapnp: Card 'OPL3-SA3 Sound Board'
Sep 17 12:16:57 retro kernel: isapnp: 1 Plug & Play card detected total
Sep 17 12:16:57 retro kernel: ad1848/cs4248 codec driver Copyright (C) by 
Hannu Savolainen 1993-1996
Sep 17 12:16:57 retro kernel: ad1848: No ISAPnP cards found, trying standard 
ones...


retro:/etc# cat /proc/interrupts
   CPU0
  0:   21468604  XT-PIC  timer
  1:  2  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  8:  3  XT-PIC  rtc
 10: 178022  XT-PIC  eth1
 12: 106590  XT-PIC  eth0
 14: 121560  XT-PIC  ide0
 15:  0  XT-PIC  ide1
NMI:  0
ERR:  0


retro:/etc# cat /proc/isapnp
Card 1 'YMH0800:OPL3-SA3 Sound Board' PnP version 1.0
  Logical device 0 'YMH0021:Unknown'
Device is not active
Active DMA 0,0
Resources 0
  Priority preferred
  Port 0x220-0x220, align 0xf, size 0x10, 16-bit address decoding
  Port 0x530-0x530, align 0x7, size 0x8, 16-bit address decoding
  Port 0x388-0x388, align 0x7, size 0x8, 16-bit address decoding
  Port 0x330-0x330, align 0x1, size 0x2, 16-bit address decoding
  Port 0x370-0x370, align 0x1, size 0x2, 16-bit address decoding
  IRQ 5 High-Edge
  DMA 0 8-bit byte-count type-A
  DMA 1 8-bit byte-count type-A
  Alternate resources 0:1
Priority acceptable
Port 0x240-0x240, align 0xf, size 0x10, 16-bit address decoding
Port 0xe80-0xe80, align 0x7, size 0x8, 16-bit address decoding
Port 0x388-0x388, align 0x7, size 0x8, 16-bit address decoding
Port 0x300-0x300, align 0x1, size 0x2, 16-bit address decoding
Port 0x100-0xffe, align 0x1, size 0x2, 16-bit address decoding
IRQ 5,7,2/9,10,11 High-Edge
DMA 0,1,3 8-bit byte-count type-A
DMA 0,1,3 8-bit byte-count type-A
  Alternate resources 0:2
Priority functional
Port 0x220-0x280, align 0xf, size 0x10, 16-bit address decoding
Port 0x530-0xf48, align 0x7, size 0x8, 16-bit address decoding
Port 0x388-0x3f8, align 0x7, size 0x8, 16-bit address decoding
Port 0x300-0x334, align 0x1, size 0x2, 16-bit address decoding
Port 0x100-0xffe, align 0x1, size 0x2, 16-bit address decoding
IRQ 3,5,7,2/9,10,11 High-Edge
DMA 0,1,3 8-bit byte-count type-A
DMA 0,1,3 8-b

Re: Lost sound capabilities (/dev/dsp: No such device)

2003-09-20 Thread Arnt Karlsen
[EMAIL PROTECTED]:~$ ll /dev/dsp 
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp

...is missing on your box, mknod it. 

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Lost sound capabilities (/dev/dsp: No such device)

2003-09-19 Thread Levi Waldron
I had my YMH0800:OPL3-SA3 Sound Board working with the ad1848 driver, isapnp 
etc under Woody.

Then somewhere in the course of installing a stock non-installation kernel, 
adding second ethernet card, and loading the IP masquerading and iptables 
modules, the sound stopped working.  The symptoms are given below.  The Sound 
HOWTO only recommends for such cases to go "pnpdump > /etc/isapnp.conf", 
uncomment the correct lines in isapnp.conf, run "isapnp /etc/isapnp.conf", 
reload the modules, and enjoy.  However I have no idea which lines of the 
*long* isapnp.conf to uncomment - it is quite non-obvious to me, and I'm not 
even sure this is on the right track.  Any tips?

Here is the output showing the symptoms and troubleshooting I've tried.  The 
output of pnpdump is at the end, since it's so long.


retro:/music# mpg123 "The Twigs - The Turning.mp3"
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3.
Version 0.59q (2002/03/23). Written and copyrights by Joe Drew.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
Title  : The Turning Artist: The Twigs
Album  : Year  :
Comment: Genre :

Playing MPEG stream from The Twigs - The Turning.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Can't find a suitable libao driver. (Is device in use?)


retro:/etc# cat /usr/share/sounds/irmp3/off.au > /dev/dsp
bash: /dev/dsp: No such device


retro:/etc# dd bs=8k count=4  /tmp/sample.au
bash: /dev/audio: No such device


retro:/etc# ls -al /dev/dsp
crw-rw1 root audio 14,   3 Mar 14  2002 /dev/dsp


retro:/etc# less /var/log/messages
Sep 17 12:16:57 retro kernel: isapnp: Scanning for PnP cards...
Sep 17 12:16:57 retro kernel: isapnp: Card 'OPL3-SA3 Sound Board'
Sep 17 12:16:57 retro kernel: isapnp: 1 Plug & Play card detected total
Sep 17 12:16:57 retro kernel: ad1848/cs4248 codec driver Copyright (C) by 
Hannu Savolainen 1993-1996
Sep 17 12:16:57 retro kernel: ad1848: No ISAPnP cards found, trying standard 
ones...


retro:/etc# cat /proc/interrupts
   CPU0
  0:   21468604  XT-PIC  timer
  1:  2  XT-PIC  keyboard
  2:  0  XT-PIC  cascade
  8:  3  XT-PIC  rtc
 10: 178022  XT-PIC  eth1
 12: 106590  XT-PIC  eth0
 14: 121560  XT-PIC  ide0
 15:  0  XT-PIC  ide1
NMI:  0
ERR:  0


retro:/etc# cat /proc/isapnp
Card 1 'YMH0800:OPL3-SA3 Sound Board' PnP version 1.0
  Logical device 0 'YMH0021:Unknown'
Device is not active
Active DMA 0,0
Resources 0
  Priority preferred
  Port 0x220-0x220, align 0xf, size 0x10, 16-bit address decoding
  Port 0x530-0x530, align 0x7, size 0x8, 16-bit address decoding
  Port 0x388-0x388, align 0x7, size 0x8, 16-bit address decoding
  Port 0x330-0x330, align 0x1, size 0x2, 16-bit address decoding
  Port 0x370-0x370, align 0x1, size 0x2, 16-bit address decoding
  IRQ 5 High-Edge
  DMA 0 8-bit byte-count type-A
  DMA 1 8-bit byte-count type-A
  Alternate resources 0:1
Priority acceptable
Port 0x240-0x240, align 0xf, size 0x10, 16-bit address decoding
Port 0xe80-0xe80, align 0x7, size 0x8, 16-bit address decoding
Port 0x388-0x388, align 0x7, size 0x8, 16-bit address decoding
Port 0x300-0x300, align 0x1, size 0x2, 16-bit address decoding
Port 0x100-0xffe, align 0x1, size 0x2, 16-bit address decoding
IRQ 5,7,2/9,10,11 High-Edge
DMA 0,1,3 8-bit byte-count type-A
DMA 0,1,3 8-bit byte-count type-A
  Alternate resources 0:2
Priority functional
Port 0x220-0x280, align 0xf, size 0x10, 16-bit address decoding
Port 0x530-0xf48, align 0x7, size 0x8, 16-bit address decoding
Port 0x388-0x3f8, align 0x7, size 0x8, 16-bit address decoding
Port 0x300-0x334, align 0x1, size 0x2, 16-bit address decoding
Port 0x100-0xffe, align 0x1, size 0x2, 16-bit address decoding
IRQ 3,5,7,2/9,10,11 High-Edge
DMA 0,1,3 8-bit byte-count type-A
DMA 0,1,3 8-bit byte-count type-A
  Logical device 1 'YMH0022:Unknown'
Compatible device PNPb02f
Device is not active
Active DMA 0,0
Resources 0
  Priority preferred
  Port 0x201-0x201, align 0x0, size 0x1, 16-bit address decoding
  Alternate resources 0:1
Priority acceptable
Port 0x202-0x202, align 0x0, size 0x1, 16-bit address decoding
  Alternate resources 0:2
Priority acceptable
Port 0x203-0x203, align 0x0, size 0x1, 16-bit address decoding
  Alternate resources 0:3
Priority acceptable
Port 0x204-0x20f, align 0x0, size 0x1, 16-bit address decoding


retro:/etc# lsmod(pot

Re: /dev/dsp: No such device

2002-06-21 Thread Vineet Kumar
* Ernst-Magne Vindal ([EMAIL PROTECTED]) [020620 09:18]:
> On Thu, 2002-06-20 at 16:32, Jerome BENOIT wrote:
> 
> I had the same prop. Can you run it as root? if so
> just do chmod a+x /dev/dsp

better still:

# adduser  audio

and leave the permissions alone:

crw-rw1 root audio 14,   3 Mar 14 13:51 /dev/dsp

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
http://www.aclu.org/


pgpLq2oZw4vNF.pgp
Description: PGP signature


Re: /dev/dsp: No such device

2002-06-20 Thread Marcelo Chiapparini
Hi!  

the problem was solved installing the correct module (es1371) for my
sound card (ensoniq 5880) :)

Regards,

Marcelo

On 20 Jun 2002 17:50:56 +0200
Ernst-Magne Vindal <[EMAIL PROTECTED]> wrote:

> On Thu, 2002-06-20 at 16:32, Jerome BENOIT wrote:
> 
> I had the same prop. Can you run it as root? if so
> just do chmod a+x /dev/dsp
> 
> 
> > Have you check your privilege ?
> > 
> > Marcelo Chiapparini wrote:
> > > Hello,
> > > 
> > > I am having problems with sound in woody (see "ensoniq 5880 kernel
> > > support" trhead). In order to test the sound I typed "esd" at the
> > > command promp as root, to start the  Enlightened Sound Daemon,
> > > wich produces a small sound in scale. I got the message:
> > > 
> > > nostromo:/dev# esd
> > > /dev/dsp: No such device
> > > 
> > > but dev/dsp *does* exist in my system (together with dsp1, dsp2
> > > dsp3)! What is going wrong?
> > > 
> > > Thanks in advance for the help,
> > > 
> > > Marcelo
> > 
> > 
> > -- 
> > Jerome BENOIT, Ph.D.
> > [EMAIL PROTECTED]
> > 
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED] 
> /ernst
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


-- 
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /dev/dsp: No such device

2002-06-20 Thread Ernst-Magne Vindal
On Thu, 2002-06-20 at 16:32, Jerome BENOIT wrote:

I had the same prop. Can you run it as root? if so
just do chmod a+x /dev/dsp


> Have you check your privilege ?
> 
> Marcelo Chiapparini wrote:
> > Hello,
> > 
> > I am having problems with sound in woody (see "ensoniq 5880 kernel
> > support" trhead). In order to test the sound I typed "esd" at the
> > command promp as root, to start the  Enlightened Sound Daemon, wich
> > produces a small sound in scale. I got the message:
> > 
> > nostromo:/dev# esd
> > /dev/dsp: No such device
> > 
> > but dev/dsp *does* exist in my system (together with dsp1, dsp2 dsp3)!
> > What is going wrong?
> > 
> > Thanks in advance for the help,
> > 
> > Marcelo
> 
> 
> -- 
> Jerome BENOIT, Ph.D.
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
/ernst


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /dev/dsp: No such device

2002-06-20 Thread Nicos Gollan
On Thursday 20 June 2002 15:11, Marcelo Chiapparini wrote:
> Hello,
>
> I am having problems with sound in woody (see "ensoniq 5880 kernel
> support" trhead). In order to test the sound I typed "esd" at the
> command promp as root, to start the  Enlightened Sound Daemon, wich
> produces a small sound in scale. I got the message:
>
> nostromo:/dev# esd
> /dev/dsp: No such device
>
> but dev/dsp *does* exist in my system (together with dsp1, dsp2
> dsp3)! What is going wrong?

"No such device" normally means that the driver responsible for handling 
the device isn't loaded properly. Are you able to play sound from other 
applications?

-- 
Embedded Linux -- True multitasking!
TWO TOASTS AT THE SAME TIME!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /dev/dsp: No such device

2002-06-20 Thread Jerome BENOIT

Have you check your privilege ?

Marcelo Chiapparini wrote:

Hello,

I am having problems with sound in woody (see "ensoniq 5880 kernel
support" trhead). In order to test the sound I typed "esd" at the
command promp as root, to start the  Enlightened Sound Daemon, wich
produces a small sound in scale. I got the message:

nostromo:/dev# esd
/dev/dsp: No such device

but dev/dsp *does* exist in my system (together with dsp1, dsp2 dsp3)!
What is going wrong?

Thanks in advance for the help,

Marcelo



--
Jerome BENOIT, Ph.D.
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




/dev/dsp: No such device

2002-06-20 Thread Marcelo Chiapparini
Hello,

I am having problems with sound in woody (see "ensoniq 5880 kernel
support" trhead). In order to test the sound I typed "esd" at the
command promp as root, to start the  Enlightened Sound Daemon, wich
produces a small sound in scale. I got the message:

nostromo:/dev# esd
/dev/dsp: No such device

but dev/dsp *does* exist in my system (together with dsp1, dsp2 dsp3)!
What is going wrong?

Thanks in advance for the help,

Marcelo
-- 
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]