Ticket #62 (closed enhancement: fixed)
padsp unknow ioctl
| Reported by: | mariodebian | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | clients | |
| Keywords: | Cc: |
Description
I'm trying to run rdesktop sound (OSS) in a thin client. Thin client have a SB16 compatible sound card and pulseaudio running, tryin to exec rdesktop like this:
# padsp -d -s localhost -n rdesktop rdesktop -r sound -a 16 -f -k es WINDOWS_REMOTE_IP
This is debug output:
utils/padsp.c: dsp_open() utils/padsp.c: fd_info_new() utils/padsp.c: dsp_open() succeeded, fd=5 utils/padsp.c: SNDCTL_DSP_RESET utils/padsp.c: SNDCTL_DSP_SYNC utils/padsp.c: Draining. utils/padsp.c: SNDCTL_DSP_SETFMT: 16 utils/padsp.c: SNDCTL_DSP_STEREO: 1 utils/padsp.c: SNDCTL_DSP_SPEED: 22050 utils/padsp.c: ss: s16le 2ch 22050Hz utils/padsp.c: SNDCTL_DSP_SETFRAGMENT: 0x000c000c utils/padsp.c: SNDCTL_DSP_GETOSPACE utils/padsp.c: fragsize=4096, fragstotal=12, bytes=49152, fragments=12 utils/padsp.c: unknown ioctl 0xc0044d04 MIXER_WRITE(SOUND_MIXER_PCM): Invalid argument utils/padsp.c: stream established. utils/padsp.c: mixer_open() utils/padsp.c: fd_info_new() utils/padsp.c: mixer_open() succeeded, fd=9 utils/padsp.c: SOUND_MIXER_WRITE_IGAIN utils/padsp.c: freeing fd info (fd=9) utils/padsp.c: Draining. utils/padsp.c: unknown ioctl 0xc0044d04
I remember "unknow ioctl" was on java padsp bug too, and was solved.
Change History
Note: See
TracTickets for help on using
tickets.
