 |
Help us to move faster and make a better system for you. Donations are highly appreciated.
Donations 2009: $ 0,00
|
|
Help us to fix problems and defects. Please report bugs here.
|
|
|  | Admin | | No Online Admins |
| | | |  | Online |  | Members: | 3 |  | Guests: | 33 |  | Total: | 36 |
| | | |  | Online Members |  | mandog | |  | atmahasan | |  | msdisatis | |
|
|
|
|  |
| Author |
Message |
lawmanuk
|
|
Post subject: usb sound
Posted: Oct 26, 2008 - 06:42 PM
|
|
Joined: Aug 09, 2008
Posts: 143
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 |
|
|
| |
|
|
|
 |
st0.0pidn0.0bie
|
|
Post subject:
Posted: Oct 27, 2008 - 01:06 AM
|
|
Joined: Jun 26, 2008
Posts: 45
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. |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Oct 27, 2008 - 01:47 AM
|
|
Joined: Aug 09, 2008
Posts: 143
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? |
|
|
| |
|
|
|
 |
st0.0pidn0.0bie
|
|
Post subject:
Posted: Oct 27, 2008 - 10:23 PM
|
|
Joined: Jun 26, 2008
Posts: 45
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. |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Oct 27, 2008 - 11:23 PM
|
|
Joined: Aug 09, 2008
Posts: 143
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 |
|
|
| |
|
|
|
 |
lawmanuk
|
|
Post subject:
Posted: Nov 01, 2008 - 06:58 PM
|
|
Joined: Aug 09, 2008
Posts: 143
Status: Offline
|
|
ok, it can work in vlc (although no autodetect) - but is there any way to make usb work in parsix generally?
thanks |
|
|
| |
|
|
|
 |
|
|
|
|
|  |
|  |