No sound and no USB redirection with Raspberry Pi 2

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: No sound and no USB redirection with Raspberry Pi 2

Re: No sound and no USB redirection with Raspberry Pi 2

by aka » Thu Feb 02, 2017 1:16 pm

1. Reboot.
2. Log into Windows. Play sound from Windows. Can you hear it?
3. Run Test Sound. Can you hear it?
4. Play sound from Windows again. Can you hear it?
5. Take terminal log http://wtware.com/logs.html and send it to support@wtware.com

Re: No sound and no USB redirection with Raspberry Pi 2

by dwillis75 » Thu Feb 02, 2017 2:35 am

I'm having almost the exact same problem, except that I have dtparam=audio=on uncommented in my config.txt. I can get audio to work, but only if I first run the Sound Test from the terminal information page. If I simply log in from the RPi 3, I can move the sound control, but no sound comes through until I run the test.

Re: No sound and no USB redirection with Raspberry Pi 2

by xybrek » Thu Sep 29, 2016 7:01 pm

Thanks aka, it works now.

Re: No sound and no USB redirection with Raspberry Pi 2

by aka » Thu Sep 29, 2016 4:40 pm

What configuration is needed to make USB work
In terminal configuration file specify

Code: Select all

disk=usb
and also make sound work.
Onboard sound at RPi should be enabled in config.txt at SD card now. To edit config.txt, you can use a browser, http://[terminal-ip]/

# Enable onboard audio (HDMI or jack).
dtparam=audio=on
and the sound option should be on

Code: Select all

sound=on

No sound and no USB redirection with Raspberry Pi 2

by xybrek » Thu Sep 29, 2016 3:16 pm

Hello, I just installed WTware on my Raspberry Pi 2, it works fine however the problem is there is no sound and no USB redirection.
I tried to plug a USB flash drive into Raspberry PI 2 port and the Remote Windows machine cannot detect the USB.

What configuration is needed to make USB work and also make sound work.

Top