USB audio support #64
Replies: 9 comments 4 replies
-
Not really.... I try to only create a kernel with a minimum of drivers. Only the drivers needed for the Amlogic based TVBoxes. But you can compile the needed modules yourself? The kernel headers are available for every release, so it shouldn't be that hard? |
Beta Was this translation helpful? Give feedback.
-
I can compile the modules myself if the kernel headers that are needed are
in the release as no extra work would be required by you and again thanks
for the hard work and being so responsive to my mundane questions.
|
Beta Was this translation helpful? Give feedback.
-
Well I got the kernel and did a recompile of the moudles but it said exec format was wrong ... so I decied to update the kernel to fix and of course I bricked it ... now its stuck on the box logo in a loop of reboots |
Beta Was this translation helpful? Give feedback.
-
Nope 👎 did not cross compile, going to start from scratch and learn by
force
…On Tue, Jun 25, 2024, 2:26 PM devmfc ***@***.***> wrote:
Uhm.... let me guess, you didn't cross compile for arm64?
Anyway, just burn a fresh image on USB and boot from that, then you can
repair your system on eMMC.
—
Reply to this email directly, view it on GitHub
<#64 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS2QDXQ3DG4QTZUSA2G35LZJG75PAVCNFSM6AAAAABJSZOYJKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNZVGE4TO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I did the recompile of the kernel modules on the device would I still have
to cross-compile for arm64 even though it's an arm based device I'm new to
the arm world so again I apologize for such mundane idiotic questions.
…On Tue, Jun 25, 2024, 3:36 PM Gavin Groce ***@***.***> wrote:
Nope 👎 did not cross compile, going to start from scratch and learn by
force
On Tue, Jun 25, 2024, 2:26 PM devmfc ***@***.***> wrote:
> Uhm.... let me guess, you didn't cross compile for arm64?
>
> Anyway, just burn a fresh image on USB and boot from that, then you can
> repair your system on eMMC.
>
> —
> Reply to this email directly, view it on GitHub
> <#64 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAS2QDXQ3DG4QTZUSA2G35LZJG75PAVCNFSM6AAAAABJSZOYJKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNZVGE4TO>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
Think I figured it out need to run
make modules_prepare
before compile....
Will test after work.
…On Tue, Jun 25, 2024, 3:38 PM Gavin Groce ***@***.***> wrote:
I did the recompile of the kernel modules on the device would I still have
to cross-compile for arm64 even though it's an arm based device I'm new to
the arm world so again I apologize for such mundane idiotic questions.
On Tue, Jun 25, 2024, 3:36 PM Gavin Groce ***@***.***> wrote:
> Nope 👎 did not cross compile, going to start from scratch and learn by
> force
>
> On Tue, Jun 25, 2024, 2:26 PM devmfc ***@***.***> wrote:
>
>> Uhm.... let me guess, you didn't cross compile for arm64?
>>
>> Anyway, just burn a fresh image on USB and boot from that, then you can
>> repair your system on eMMC.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#64 (reply in thread)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AAS2QDXQ3DG4QTZUSA2G35LZJG75PAVCNFSM6AAAAABJSZOYJKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNZVGE4TO>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***
>> com>
>>
>
|
Beta Was this translation helpful? Give feedback.
-
ok there are a few things diffrent ... I had to upgrade to your current release as there is a known bug with the older kernel soruce and it wold not compile but I got it to compile the sound modules. |
Beta Was this translation helpful? Give feedback.
-
I will make a how-to add upload it to my github account for others. |
Beta Was this translation helpful? Give feedback.
-
thank you all for adding usb audio to the latest images, in particular "Devmfc_Ubuntu-Oracular_6.6.60-meson64_Minimal-24.11.10.img.xz". i plugged in a generic audio dongle and it was immediately recognized as C-Media Electronics Inc USB PnP Sound Device 08bb:2902. i tested it by running |
Beta Was this translation helpful? Give feedback.
-
Any chance the basic kernal options be added?
See https://www.kernelconfig.io/config_snd_usb
Working on a project to take a rack mount weather radio and use spchcat to convert the audio to text then send it to an digital tv encoder for my own in house weather station onthe tv... And then send text based alerts to my cellphone also, but again need mic input.
ALSA can be compiled with the generic snd-usb-audio module and it looks like the soundcore module ia already there....
I have acquired about 12 of these set boxes. And thanks again for all your hard work.
Beta Was this translation helpful? Give feedback.
All reactions