starfive-tech / VisionFive2

445 stars 79 forks source link

Does VisionFive2 support usb microphones? #46

Open csukuangfj opened 1 year ago

csukuangfj commented 1 year ago
git grep sound

outputs nothing in this repo.

Does VisionFive2 support USB microphones?

easytarget commented 1 year ago

Yes, but not with the current StarFive supplied minimal distributions.

They have a very minimally configured kernel which does not have all the necessary USB and USB-sound driver modules built by default.

You can either rebuild the kernel with these options enabled (expert) or use a mainstream distro such as Ubuntu which does come with these modules pre-compiled.

csukuangfj commented 1 year ago

@easytarget

use a mainstream distro such as Ubuntu

Could you please post the link to the image?

I followed the following link but it does not work. https://doc-en.rvspace.org/VisionFive2/Quick_Start_Guide/VisionFive2_QSG/flashing_with_mac_linux.html