Home | Bug Tracker | Wiki | Mailing Lists | Forums | Download  
   Username:  Password:  Signup
   
   Main Menu
· Home
   Please Support Parsix
We pay for our project server and bandwidth costs; Spending lots of hours to come up with a stable and usable operating system you can enjoy and save money! So do not forget to give back. Thank you.

Donations '10: $0,00
   Get Parsix
· SF.Net Mirrors
· Linux Freedom
· Bittorrent
   Search
   Bug Report
Help us to fix problems and defects. Please report bugs here.
   Online Users
Admins
No Online Admins
Members:Online
Members:Members:1
Guests:Guests:13
Total:Total:14
Online Members
Onlinerodneyck
   Sponsored Links



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
lawmanukOffline
Post subject: usb sound  PostPosted: Oct 26, 2008 - 06:42 PM
Parsix Lover


Joined: Aug 09, 2008
Posts: 148

Status: Offline
hi,

i've got a logitech usb headset. when plugged into ubuntu, it automatically works.

when plugged into parsix, the system/pref/sounds shows that its working fine. however, none of the apps (vlc player, iceweasel in youtube etc.) will play sound through the headset.

does anyone know how to solve this problem?

thanks
 
 View user's profile Send private message  
Reply with quote Back to top
st0.0pidn0.0bieOffline
Post subject:   PostPosted: Oct 27, 2008 - 01:06 AM



Joined: Jun 26, 2008
Posts: 58

Status: Offline
this may or may not be helpful, but to get headphones (1/8" headphone jack) to work on parsix, i had to go into Sound & Video >> Volume Control and turn up the headphone slider. it was turned all the way down for some reason.
 
 View user's profile Send private message  
Reply with quote Back to top
lawmanukOffline
Post subject:   PostPosted: Oct 27, 2008 - 01:47 AM
Parsix Lover


Joined: Aug 09, 2008
Posts: 148

Status: Offline
ok, that totally messed my sound icon up, which is permanently on mute now.

i changed the device on apps/sound video/sound control to logitech usb headset (alsa), and now I can't use the sound icon on the panel.

it didn't have any effect on sound output.

then, i changed vlc audio output module to alsa and vlc works fine through headset. (would be great if it would auto-switch between headset or speakers depending if headset was plugged in, but it doesn't auto-switch!)

the rest of the system, including iceweasel still don't play through the headset.

why can't this just work like ubuntu does?
 
 View user's profile Send private message  
Reply with quote Back to top
st0.0pidn0.0bieOffline
Post subject:   PostPosted: Oct 27, 2008 - 10:23 PM



Joined: Jun 26, 2008
Posts: 58

Status: Offline
see this method found here.

Quote:
try this in a terminal:

lsmod | grep snd

Did you see snd-usb-audio?

if not try the following as superuser:
modprobe snd-usb-audio


note: i would boot with the device plugged in first, then try the above.
 
 View user's profile Send private message  
Reply with quote Back to top
lawmanukOffline
Post subject:   PostPosted: Oct 27, 2008 - 11:23 PM
Parsix Lover


Joined: Aug 09, 2008
Posts: 148

Status: Offline
yes, it shows - but no sound:

user@parsix:~$ lsmod | grep snd
snd_usb_audio 93568 1
snd_usb_lib 18048 1 snd_usb_audio
snd_hwdep 9608 1 snd_usb_audio
snd_intel8x0 35240 4
snd_ac97_codec 118360 1 snd_intel8x0
ac97_bus 3584 1 snd_ac97_codec
snd_pcm_oss 43136 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 82824 6 snd_usb_audio,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 4484 0
snd_seq_oss 33920 0
snd_seq_midi 8576 0
snd_rawmidi 24064 2 snd_usb_lib,snd_seq_midi
snd_seq_midi_event 8576 2 snd_seq_oss,snd_seq_midi
snd_seq 56480 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23048 4 snd_pcm,snd_seq
snd_seq_device 8468 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 58664 19 snd_usb_audio,snd_hwdep,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8608 1 snd
snd_page_alloc 9744 2 snd_intel8x0,snd_pcm
usbcore 147760 11 snd_usb_audio,snd_usb_lib,rndis_host,cdc_ether,usbnet,usb_storage,libusual,usbhid,ehci_hcd,uhci_hcd
user@parsix:~$ lsmod | grep snd
snd_usb_audio 93568 1
snd_usb_lib 18048 1 snd_usb_audio
snd_hwdep 9608 1 snd_usb_audio
snd_intel8x0 35240 4
snd_ac97_codec 118360 1 snd_intel8x0
ac97_bus 3584 1 snd_ac97_codec
snd_pcm_oss 43136 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 82824 6 snd_usb_audio,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 4484 0
snd_seq_oss 33920 0
snd_seq_midi 8576 0
snd_rawmidi 24064 2 snd_usb_lib,snd_seq_midi
snd_seq_midi_event 8576 2 snd_seq_oss,snd_seq_midi
snd_seq 56480 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 23048 4 snd_pcm,snd_seq
snd_seq_device 8468 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 58664 19 snd_usb_audio,snd_hwdep,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8608 1 snd
snd_page_alloc 9744 2 snd_intel8x0,snd_pcm
usbcore 147760 11 snd_usb_audio,snd_usb_lib,rndis_host,cdc_ether,usbnet,usb_storage,libusual,usbhid,ehci_hcd,uhci_hcd
 
 View user's profile Send private message  
Reply with quote Back to top
lawmanukOffline
Post subject:   PostPosted: Nov 01, 2008 - 06:58 PM
Parsix Lover


Joined: Aug 09, 2008
Posts: 148

Status: Offline
ok, it can work in vlc (although no autodetect) - but is there any way to make usb work in parsix generally?

thanks
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 8 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Copyright© 2005-2010 Parsix Project
Contact: webmaster AT parsix DOT org