The time now is Wed 19 Jun 2013, 20:58
All times are UTC - 4 |
| Author |
Message |
tubeguy

Joined: 28 Aug 2009 Posts: 1287 Location: Park Ridge IL USA
|
Posted: Sat 24 Apr 2010, 17:48 Post subject:
USB sound issue Subject description: Turtle Beach Audio Advantage seen but not heard |
|
I've spent a few hours on this on and off, thought I would post the issue as a last resort. dpup beta 4 on Toshiba laptop, trying to use Turtle Beach Audio Advantage. Hardinfo sees the device (see attachment) but Alsa Wizard does not (see other attachment). That third line saying usb-audio is always there whether the Turtle Beach is plugged in or not.
I have tried replacing lines in /etc/modprobe.conf:
alias snd-card-0 snd-usb-audio
alias sound-slot-0 snd-usb-audio
and adding the following line to /etc/rc.d/rc.local:
modprobe snd-usb-audio
This did not help. I've had the same problem with Puppy 4.3.1 also, same exact symptoms. Should I just give up on this? I know Linux sound ain't what it should be yet, I don't think it's just a Puppy thing.
| Description |
|
| Filesize |
49.39 KB |
| Viewed |
555 Time(s) |

|
| Description |
|
| Filesize |
7.76 KB |
| Viewed |
1364 Time(s) |

|
_________________ Toshiba A25-S207: PupServer |HP/Compaq D330ST: Precise
Support & Promote Puppy 
|
|
Back to top
|
|
 |
dialeddown
Joined: 25 Apr 2010 Posts: 20
|
Posted: Mon 26 Apr 2010, 02:30 Post subject:
|
|
I found this udev script to make a *.rule file in /etc/udev/rules.d.
I know it works in linux but have not tried it in puppy.
| Code: | # Default to using additional (USB) sound cards when they are available.
KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf'"
KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'" |
http://kitenet.net/~joey/blog/entry/random_tip_redirecting_alsa_to_usb_sound_card/
You might have to modprobe a usb audio module.
|
|
Back to top
|
|
 |
tubeguy

Joined: 28 Aug 2009 Posts: 1287 Location: Park Ridge IL USA
|
Posted: Mon 26 Apr 2010, 07:40 Post subject:
|
|
| dialeddown wrote: | I found this udev script to make a *.rule file in /etc/udev/rules.d.
I know it works in linux but have not tried it in puppy.
| Code: | # Default to using additional (USB) sound cards when they are available.
KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf'"
KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'" |
http://kitenet.net/~joey/blog/entry/random_tip_redirecting_alsa_to_usb_sound_card/
You might have to modprobe a usb audio module. |
Thanks dialeddown, will give this a try.
_________________ Toshiba A25-S207: PupServer |HP/Compaq D330ST: Precise
Support & Promote Puppy 
|
|
Back to top
|
|
 |
cammy85
Joined: 27 Mar 2011 Posts: 4
|
Posted: Sun 27 Mar 2011, 14:31 Post subject:
|
|
| dialeddown wrote: | I found this udev script to make a *.rule file in /etc/udev/rules.d.
I know it works in linux but have not tried it in puppy.
| Code: | # Default to using additional (USB) sound cards when they are available.
KERNEL=="pcmC[D0-9cp]*", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; K=$${K#pcmC}; K=$${K%%D*}; echo defaults.ctl.card $$K > /etc/asound.conf; echo defaults.pcm.card $$K >>/etc/asound.conf'"
KERNEL=="pcmC[D0-9cp]*", ACTION=="remove", PROGRAM="/bin/sh -c 'echo defaults.ctl.card 0 > /etc/asound.conf; echo defaults.pcm.card 0 >>/etc/asound.conf'" |
http://kitenet.net/~joey/blog/entry/random_tip_redirecting_alsa_to_usb_sound_card/
You might have to modprobe a usb audio module. |
It's been almost a year since a response, but I will confirm that it does indeed work with Lucid Puppy 5.2. Thank you!!!
Yes, a modprobe is also needed after adding this script. Now if only I can get my Sentinel HASP to work with this and Wine. Thanks again!!!
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|