sonocotta / tas5805m-for-raspbian-paspberry-pi-zero

device tree and kernel module for running TI TAS5805M DAC on Raspberry Pi
GNU General Public License v3.0
9 stars 0 forks source link

With IR enabled, soundcard disabled #3

Closed jshep321 closed 2 months ago

jshep321 commented 2 months ago

With IR enabled, soundcard is not recognized.

Hardware: pi zero W Kernel: uname -r: Linux louder 6.6.31+rpt-rpi-v6 https://github.com/sonocotta/tas5805m-for-raspbian-paspberry-pi-zero/issues/1 Raspbian 1:6.6.31-1+rpt1 (2024-05-29) armv6l GNU/Linux Software: https://github.com/sonocotta/tas5805m-for-raspbian-paspberry-pi-zero/tree/features/fix-6.6-kernel-build

kernel log:

[ 45.018391] pinctrl-bcm2835 20200000.gpio: pin gpio18 already requested by ir-receiver@12; cannot claim for 20203000.i2s [ 45.018434] pinctrl-bcm2835 20200000.gpio: pin-18 (20203000.i2s) status -22 [ 45.018454] pinctrl-bcm2835 20200000.gpio: could not request pin 18 (gpio18) from group gpio18 on device pinctrl-bcm2835 [ 45.018473] bcm2835-i2s 20203000.i2s: Error applying setting, reverse things back

$ aplay -l aplay: device_list:274: no soundcards found...

/boot/firmware/config.txt

for louder raspberry pi ethernet and IR

dtoverlay=gpio-ir,gpio_pin=23 dtoverlay=w5500

dtoverlay=gpio_pin=23 dtoverlay=w5500

dac enable

dtoverlay=tas5805m,i2creg=0x2d

In neither case does the ethernet get an IP address.

jshep321 commented 2 months ago

line wrap error -- not an issue.