I am a bit lost as to how an upgrade vs a fresh install will address the problem. I think bigq started with 7.0.0, so it's not as if it was ever working under 6.0.1.
My suggestions would be:
1) Check what is specified as the output under Squeezelite settings and if it's not already "hw:CARD=v12,DEV=0", change it to that and retest
2) Try changing the USB cable
Results 21 to 30 of 45
-
2021-02-10, 03:59 #21
- Join Date
- Feb 2011
- Posts
- 151
-
2021-02-10, 04:16 #22
Can you perhaps post a couple of dmesg logs (get to them via 'Main page' -> 'Diagnostics' -> 'Logs', or just type dmesg at the command prompt)?
For the first one, boot the Pi with the dac connected and powered. I understand that in this state you get no sound.
For the second one, boot the Pi with the dac disconnected, then connect the dac when the pi has finished booting. I understand that in this state you get sound. If you only sometimes get sound in this state, keep disconnecting and reconnecting the dac until the sound works, then save the dmesg log.
-
2021-02-10, 05:04 #23
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,610
One thing you could try is to toggle the power to the USB socket your DAC is connected to. Install uhubctl from the extensions list then add a couple of commands to run after start up. For my Pi3 with the DAC connected to socket 4 I use
uhubctl -l 1-1 -p 4 -a 0
uhubctl -l 1-1 -p 4 -a 1
Sent from my Pixel 3a using Tapatalk
-
2021-02-10, 06:33 #24
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,244
-
2021-02-10, 14:20 #25
- Join Date
- Feb 2021
- Posts
- 16
-
2021-02-10, 14:37 #26
- Join Date
- Feb 2021
- Posts
- 16
Hi chill, here are the logs:
when booted with connected DAC and no sound:
no sound.txt
when booted with no dac and then plugged, sound is there:
sound.txt
-
2021-02-10, 16:05 #27
- Join Date
- Feb 2021
- Posts
- 16
-
2021-02-10, 16:48 #28
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,610
Did you use the right port?
The Pi4 seems to act differently to the Pi3 according to this.
https://github.com/mvp/uhubctl#raspberry-pi-4b
although the info on the Pi3 is incorrect as the ports can be controlled individually and aren't ganged as stated.
Sent from my Pixel 3a using TapatalkLast edited by slartibartfast; 2021-02-10 at 16:57.
-
2021-02-11, 00:10 #29
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,244
Well I'm a numpty at this but both files show
[ 183.071011] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 189.771340] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
111.020862] usbcore: registered new interface driver snd-usb-audio
For what it's worth, I would suggest a fresh image.
It's not really necessary, but maybe reformat the card using
https://www.sdcard.org/downloads/formatter/
and use
https://www.balena.io/etcher/
to make the image
remember, these are just suggestions
ronnie
-
2021-02-11, 01:37 #30
It's there in the 'no sound' case, just a little further down. In fact the dmesg entries that appear when the dac is inserted later in the 'sound' case are all there in the 'no sound' case, but interspersed with other entries.
Sound:
Code:[ 45.187324] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount. [ 52.129078] Finished piCorePlayer v7.0.0 startup. [ 110.791698] usb 1-1.4: new high-speed USB device number 3 using xhci_hcd [ 110.922530] usb 1-1.4: New USB device found, idVendor=152a, idProduct=85df, bcdDevice= 6.f2 [ 110.922548] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 110.922565] usb 1-1.4: Product: SABAJ DA2 v1.2 [ 110.922581] usb 1-1.4: Manufacturer: SABAJ [ 110.945818] mc: Linux media interface: v0.10 [ 111.008379] usb 1-1.4: 1:3 : unsupported format bits 0x100000000 [ 111.020862] usbcore: registered new interface driver snd-usb-audio [ 183.071011] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 189.771340] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Code:[ 1.345590] hub 1-1:1.0: USB hub found [ 1.345874] hub 1-1:1.0: 4 ports detected [ 1.681661] usb 1-1.4: new high-speed USB device number 3 using xhci_hcd [ 1.812278] usb 1-1.4: New USB device found, idVendor=152a, idProduct=85df, bcdDevice= 6.f2 [ 1.812285] usb 1-1.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 1.812292] usb 1-1.4: Product: SABAJ DA2 v1.2 [ 1.812298] usb 1-1.4: Manufacturer: SABAJ [ 3.240241] zram: Added device: zram0 [ 3.245548] zram0: detected capacity change from 0 to 491057152 [ 3.248845] random: mkswap: uninitialized urandom read (16 bytes read) [ 3.311663] Adding 479544k swap on /dev/zram0. Priority:-2 extents:1 across:479544k SSFS [ 3.386067] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.764786] EXT4-fs (mmcblk0p2): recovery complete [ 3.765716] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 3.796219] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 13.040334] mc: Linux media interface: v0.10 [ 13.144305] usb 1-1.4: 1:3 : unsupported format bits 0x100000000 [ 13.145644] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 13.162495] usbcore: registered new interface driver snd-usb-audio [ 13.200901] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 13.229929] brcmfmac: F1 signature read @0x18000000=0x15264345