No sound and no USB redirection with Raspberry Pi 2

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
xybrek
Posts: 4
Joined: Thu Sep 29, 2016 2:56 pm

No sound and no USB redirection with Raspberry Pi 2

Post by xybrek »

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.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

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
xybrek
Posts: 4
Joined: Thu Sep 29, 2016 2:56 pm

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

Post by xybrek »

Thanks aka, it works now.
dwillis75
Posts: 1
Joined: Thu Feb 02, 2017 2:32 am

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

Post by dwillis75 »

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.
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

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

Post by aka »

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
Post Reply