Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sat 25 May 2013, 17:13
All times are UTC - 4
 Forum index » Advanced Topics » Hardware » Audio
USB sound issue
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [4 Posts]  
Author Message
tubeguy


Joined: 28 Aug 2009
Posts: 1278
Location: Park Ridge IL USA

PostPosted: 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.
usbdevice.png
 Description   
 Filesize   49.39 KB
 Viewed   548 Time(s)

usbdevice.png

alldevices.png
 Description   
 Filesize   7.76 KB
 Viewed   1352 Time(s)

alldevices.png


_________________
Toshiba A25-S207: PupServer |HP/Compaq D330ST: Precise
Support & Promote Puppy Cool
Back to top
View user's profile Send private message Visit poster's website 
dialeddown

Joined: 25 Apr 2010
Posts: 20

PostPosted: 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
View user's profile Send private message 
tubeguy


Joined: 28 Aug 2009
Posts: 1278
Location: Park Ridge IL USA

PostPosted: 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 Cool
Back to top
View user's profile Send private message Visit poster's website 
cammy85

Joined: 27 Mar 2011
Posts: 4

PostPosted: 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. Smile Thanks again!!!
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [4 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Hardware » Audio
Jump to:  

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
[ Time: 0.0483s ][ Queries: 12 (0.0064s) ][ GZIP on ]