[Alsa-user] Problem installing 1.0.13 driver

2007-03-27 Thread haydnw
Hi everyone,

I'm new to Linux and have just installed openSUSE 10.2
on my machine. My SB Audigy 2 Value card is showing up
in the Hardware section of YaST but I've not
actually got any sound.

I'm trying to install the 1.0.13 release of ALSA
because I've heard the Audigy 2 isn't supported in
older versions, but I'm having some trouble. I've run

./snddevices

without any problem, along with 

./configure --with-cards=emu10k1 --with-sequencer=yes 

But my problem comes when I try make:

mymachine:/opt/alsa-driver-1.0.13 # make
make all-deps
make[1]: Entering directory `/opt/alsa-driver-1.0.13'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/opt/alsa-driver-1.0.13'

Please, run the configure script as first...

mymachine:/opt/alsa-driver-1.0.13 #

Now as far as I can tell, I've already run the
configure script in the previous step! If anyone can
suggest what the problem might be, I'd be very
grateful. As I said, I'm pretty new to all this, so
there may be something obvious I've missed.  :)

Thanks,
Haydn


 

Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] /dev/snd/mixer missing!

2007-03-27 Thread gisac59
Lee Revell rlrevell at joe-job.com writes:

 Try removing your .asoundrc, it's not needed.

Done! Nothing new happens!

 
 Also does alsamixer work properly?
 

alsamixer doesn't start and gives:
ALSA lib control.c:910:(snd_ctl_open_noupdate) Invalid CTL default
amixer: Mixer attach default error: No such file or directory

Thanks - Gisac


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] /dev/snd/mixer missing!

2007-03-27 Thread Lee Revell
On 3/27/07, gisac59 [EMAIL PROTECTED] wrote:
 Lee Revell rlrevell at joe-job.com writes:

  Try removing your .asoundrc, it's not needed.

 Done! Nothing new happens!

Is this with an unmodified FC6, or did you install ALSA from source?

Lee

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] cannot submit datapipe for urb 0, err = -28

2007-03-27 Thread Jim Steed

To semi-answer my own question, I was able to make progress by doing a

modprobe -r ehci-hcd

I now get 4 channels in.  It seems like it's not an ALSA or audio problem at
all but rather a bug using USB 1.1 devices with ehci-hcd.

Thanks,
Jim

On 3/24/07, Jim Steed [EMAIL PROTECTED] wrote:


I am trying to use an MAudio Quattro with Fedora Core 5 PPC build
2.6.16.  I followed the directions here:

http://wiki.linuxquestions.org/wiki/M-Audio_Quattro

but when trying to actually use the Quattro with either jackd or
arecord, I get a dmesg error

cannot submit datapipe for urb 0, err = -28

I get the same error whether I ask for 4 channels or 2.  The error -28
is usb bandwidth, but CONFIG_USB_BANDWIDTH was not set, so I'm not
sure what would be causing it to fail.  What is going wrong?

Thanks,
Jim Steed

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] route plugin and spdif?

2007-03-27 Thread Al McIntosh
Hey,

I have a Sound Blaster Live! card connected to 7.1 amp via optical
coax cable. When I watch DVDs or anything with xine I get nice, rich
full surround sound. However, when I watch tv shows recorded within mythtv
there is no output from LS or RS. The front , center and rear channels
all output.

I have attempted to duplicate the rear channels using ttable and output 
the duplicated sound in the side channels. However, I am unable to 
produce any sound using route and dmix. Is this possible?

I have tried tinkered with some of the below configuration. Only 
digital-hw on it's own produces sound.


pcm.digital-hw {
 type hw
 card Live
 device 2
}

pcm.upmix {
  type route
  slave.digital-hw # I have tried setting to this
  #to digital-hw and dmix71 and neither produces no sound.
  slave.channels 8
  ttable.0.0 1
  ttable.1.1 1
  ttable.2.2 1
  ttable.3.3 1
  ttable.4.4 1
  ttable.5.5 1
  ttable.2.6 1
  ttable.3.7 1
}

pcm.dmix71 {
 type dmix
ipc_key 1024
slave {
pcm digital-hw
rate 48000
channels 6
period_time 0
period_size 1024
buffer_time 0
buffer_size 1024 # Increasing this simply produces
 # a studdering du-du-du-du-du sound.
}
 }




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] FC6 and SPDIF issues on EPIA SP-13000

2007-03-27 Thread Philip Prindeville
I have an EPIA SP-13000 running FC6 (updated), but I
can't get SPDIF working to save my life.

I've got the following rpms:

alsa-lib-1.0.14-0.1.rc1.fc6
alsa-utils-1.0.14-0.1.rc1.fc6
alsa-lib-devel-1.0.14-0.1.rc1.fc6

and the default /etc/asound.conf.  Plus I set my
.asoundrc to be:

# As suggested on 
http://mythtv.org/wiki/index.php/Configuring_Digital_Sound_with_AC3_and_SPDIF :
pcm.!default {
 type plug
 slave {
  pcm spdif
  rate 48000
  format S16_LE
 }
}



What am I missing?

Thanks,

-Philip





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user