Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2S Slave kernel module doesn't produce a working device #69

Open
ed-xmos opened this issue Apr 21, 2023 · 1 comment
Open

I2S Slave kernel module doesn't produce a working device #69

ed-xmos opened this issue Apr 21, 2023 · 1 comment
Assignees
Labels
size:S Small issue or pull request type:investigation Needs investigation to categorize

Comments

@ed-xmos
Copy link
Contributor

ed-xmos commented Apr 21, 2023

I built the i2s slave kernel and inserted the following lines into cron:

@reboot sh /home/pi/vocalfusion-rpi-setup/resources/load_i2s_slave_driver.sh
@reboot sh /usr/bin/python /home/pi/vocalfusion-rpi-setup/resources/clk_dac_setup/setup_io_exp_and_dac.py xvf3800
@reboot sleep 15 && cp /home/pi/vocalfusion-rpi-setup/resources/asoundrc_vf ~/.asoundrc

Note the first line of the first script above does:
sudo insmod /home/pi/vocalfusion-rpi-setup/loader/i2s_slave/i2s_slave_loader.ko

The devices are there from an lsmod:

snd_soc_simple_card 20480 0
snd_soc_simple_card_utils 24576 1 snd_soc_simple_card
i2s_slave_loader 16384 0

But no device appears:

pi@raspberrypi:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: x20 [xCORE USB Audio 2.0], device 0: USB Audio [USB Audio]
Subdevices: 0/1

... only a USB Audio card..

This definitely used to work

@mbanth mbanth changed the title I2S Slave kernel module does produce a working device I2S Slave kernel module doesn't produce a working device Apr 21, 2023
@mbanth mbanth added size:S Small issue or pull request type:investigation Needs investigation to categorize labels Apr 21, 2023
@mbanth mbanth assigned ed-xmos and unassigned mbanth Apr 21, 2023
@mbanth
Copy link

mbanth commented Apr 21, 2023

@ed-xmos, please provide a Story Point value for this issue. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S Small issue or pull request type:investigation Needs investigation to categorize
Projects
None yet
Development

No branches or pull requests

2 participants