Hi Jean
I will try the slacko puppy linux again when i go home tonight .
I am using Salix OS these days and have installed into the hard disk !
cheers
kp93300
I will try the slacko puppy linux again when i go home tonight .
I am using Salix OS these days and have installed into the hard disk !
cheers
kp93300
JLOP,
2 things to check initially:
1. Check 'alsa-mixer' and observe if soundcard has MM set for its output. If so press M and enjoy.
2. If no positive outcome from above or alsa-mixer returns and error, then try running 'alsa-info' and it will produce a text file and upload it for you, post a link or a copy of that text file here.
Chris
2 things to check initially:
1. Check 'alsa-mixer' and observe if soundcard has MM set for its output. If so press M and enjoy.
2. If no positive outcome from above or alsa-mixer returns and error, then try running 'alsa-info' and it will produce a text file and upload it for you, post a link or a copy of that text file here.
Chris
I've got Slacko running OK, and playing music. I'm simply double-clicking on a file name to play each track but is there a way to play a whole album without having to select each track individually?
Hi nuuk,
click the + button and select folder rather than files.
This also depend on the programme used .
Jean, sorry i have no idea why your slacko puppy did not work. I tried it again last night and works well as stated in the first post.
You should follow what Chris suggest.
kp93300
click the + button and select folder rather than files.
This also depend on the programme used .
Jean, sorry i have no idea why your slacko puppy did not work. I tried it again last night and works well as stated in the first post.
You should follow what Chris suggest.
kp93300
Thanks kp. I have also just found that while a track is playing, I can queue other tracks by double clicking them.
I've been listening via Slacko most of the afternoon and am quite impressed.
I don't think that it digs out quite as much information, ie macro detail, as JPlay, but it comes a very close second. Given that it is free, and quite easy to use, and doesn't require major computer resources, I'd definitely recommend it.
Look out for somebody getting rid of an older computer, add Slacko and a HiFace Two with a good DAC, and you have a budget hi-end source for no more than a mid-range CDP would have cost a few years back, but sounding oh so much better.
Thanks again to everybody again for your help in getting Slacko running here. 🙂
One more question. Would Slacko run on a Raspberry Pi?
I don't think that it digs out quite as much information, ie macro detail, as JPlay, but it comes a very close second. Given that it is free, and quite easy to use, and doesn't require major computer resources, I'd definitely recommend it.
Look out for somebody getting rid of an older computer, add Slacko and a HiFace Two with a good DAC, and you have a budget hi-end source for no more than a mid-range CDP would have cost a few years back, but sounding oh so much better.
Thanks again to everybody again for your help in getting Slacko running here. 🙂
One more question. Would Slacko run on a Raspberry Pi?
Slacko on Rasberry Pi
Had the same question Nuuk, but I read somewhere they have had problems with the USB port. Don't know if it was solved.
Did you make any tuning on Slacko, maybe someone could wrap up if there are, I would not understand that it does not run as well as Win/Jplay. Did you use same HW, PSU,... ?
I have myself to come back to my tests hopefully tonight when I have a moment, Thanks KP and Chris for your suggestions
BR
Jean-Louis
One more question. Would Slacko run on a Raspberry Pi?
Had the same question Nuuk, but I read somewhere they have had problems with the USB port. Don't know if it was solved.
Did you make any tuning on Slacko, maybe someone could wrap up if there are, I would not understand that it does not run as well as Win/Jplay. Did you use same HW, PSU,... ?
I have myself to come back to my tests hopefully tonight when I have a moment, Thanks KP and Chris for your suggestions
BR
Jean-Louis
Last edited:
Did you make any tuning on Slacko, maybe someone could wrap up if there are, I would not understand that it does not run as well as Win/Jplay. Did you use same HW, PSU,... ?
BR
Jean-Louis
No tuning of Slacko. Same laptop, PSU etc. Same USB lead etc.
I'm going to go back to JPlay again and have a listen. But even that sounds different in it's various modes, ie River, Beach and Xtreme.
One more question. Would Slacko run on a Raspberry Pi?
Unless there is an ARM version (which is what the Pi uses) then No..
I suspect it's X86 only at the moment, since there only seems to be one version to download.
No tuning of Slacko. Same laptop, PSU etc. Same USB lead etc.
I'm going to go back to JPlay again and have a listen. But even that sounds different in it's various modes, ie River, Beach and Xtreme.
Nuuk,
You might be interested in another puppy distro mpdpup. specifically configured for music using mpd, it has a low latency core that contains just the basics. You might see some of the detail missing in Slacko. I have not tried Slacko, so can't provide personal experience other than mpdpup very good relative to windows and slightly better than VoyageMPD IMO. Very quick to set up on a usb stick.
wlowes - is it Woof that I need to download for mpdpup?
Thanks for answering the Raspberry Pi question MrSlim.
Thanks for answering the Raspberry Pi question MrSlim.
No tuning of Slacko. Same laptop, PSU etc. Same USB lead etc.
I'm going to go back to JPlay again and have a listen. But even that sounds different in it's various modes, ie River, Beach and Xtreme.
Nuuk, What music player are you using?
Have you checked that alsamixer is not resampling up to 48K (which is does by default)?
Outputting directly to the device should give you an improvement in the sound.
"aplay -l" (ell) will give you a list of your sound cards
DeadBeeF, for example displays the sample rate of the playing song, and you can then compare it to what's being output to the sound card with the following command
cat /proc/asound/card1/pcm0p/sub0/hw_params (card1 and sub0 should be replaced by the Card/subdevice of your chosen sound card in aplay -l).
Here's a little one liner for lazy typers
I call it "sr" (sample rate)
Code:
#!/bin/bash
# script to outout the audio sample rate from card1/0
# usage example: sr 0 1 (where 0 is your card of choice and 1 is the subdevice)
cat /proc/asound/card$1/pcm0p/sub$2/hw_params
mpd does not seem too hard to install on RasbianUnless there is an ARM version (which is what the Pi uses) then No..
Raspberry Pi MPD
To have the audio installed http://mitchtech.net/raspberry-pi-audio/
Otherwise it seems there is a slacko version for ARM http://puppylinux.org/wikka/Puppi
but I do not see mpd or equivalent in the available packages
BR
Last edited:
It's not... but it's Debian, not Slacko Puppy, which he was asking about..
There seem to be some issues with higher res files being played via the USB interface though.. 24/192 does not work(although there's not much content at that sample rate)
mpd does not seem too hard to install on Rasbian
Raspberry Pi MPD
Otherwise it seems there is a versin for ARM PuppyLinux: Puppi
BR
damm you are fast.. 🙂
for the practice not so good unfortunately🙄damm you are fast.. 🙂
I'll have another go with Slacko when I get more time, and have a fiddle around. But it is finding the time in conjunction with reviewing all these damn USB devices that's the real problem! 😱
Still stuck
*** In alsamixer set 00 with the key M on both play and capture. No change
*** This is what I get with PupSystemInfo, the Luckit board WaveIO is recognized it seems :
== USB DRIVES ===
Manufacturer=Generic
Product=Mass Storage Device
Serial Number=058F63666433
=== USB DEVICES ===
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Broadcom Corp
Product=BT-270
SerialNumber=1C4BD6181F0B
VendorID=0b05 ProductID=1788 KERNEL-DRIVER(builtin)=(none)
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA ehci_hcd
Product=EHCI Host Controller
SerialNumber=0000:00:1d.7
VendorID=1d6b ProductID=0002 KERNEL-DRIVER(builtin)=hub
Manufacturer=Luckit
Product=Luckit USB Audio 2.0
SerialNumber=0330
VendorID=20a0 ProductID=4143 KERNEL-DRIVER(builtin)=(none)
Manufacturer=Generic
Product=Mass Storage Device
SerialNumber=058F63666433
VendorID=058f ProductID=6366 KERNEL-DRIVER(builtin)=usb-storage
Manufacturer=Azurewave
Product=USB2.0 UVC VGA WebCam
SerialNumber=200901010001
VendorID=13d3 ProductID=5702 KERNEL-MODULE=uvcvideo
*** In alsamixer set 00 with the key M on both play and capture. No change
*** This is what I get with PupSystemInfo, the Luckit board WaveIO is recognized it seems :
== USB DRIVES ===
Manufacturer=Generic
Product=Mass Storage Device
Serial Number=058F63666433
=== USB DEVICES ===
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Broadcom Corp
Product=BT-270
SerialNumber=1C4BD6181F0B
VendorID=0b05 ProductID=1788 KERNEL-DRIVER(builtin)=(none)
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA uhci_hcd
Product=UHCI Host Controller
SerialNumber=0000:00:1d.3
VendorID=1d6b ProductID=0001 KERNEL-DRIVER(builtin)=hub
Manufacturer=Linux 3.1.10-slacko_4gA ehci_hcd
Product=EHCI Host Controller
SerialNumber=0000:00:1d.7
VendorID=1d6b ProductID=0002 KERNEL-DRIVER(builtin)=hub
Manufacturer=Luckit
Product=Luckit USB Audio 2.0
SerialNumber=0330
VendorID=20a0 ProductID=4143 KERNEL-DRIVER(builtin)=(none)
Manufacturer=Generic
Product=Mass Storage Device
SerialNumber=058F63666433
VendorID=058f ProductID=6366 KERNEL-DRIVER(builtin)=usb-storage
Manufacturer=Azurewave
Product=USB2.0 UVC VGA WebCam
SerialNumber=200901010001
VendorID=13d3 ProductID=5702 KERNEL-MODULE=uvcvideo
The File is joined Chris. Hope you can read itJLOP,
2 things to check initially:
1. Check 'alsa-mixer' and observe if soundcard has MM set for its output. If so press M and enjoy.
2. If no positive outcome from above or alsa-mixer returns and error, then try running 'alsa-info' and it will produce a text file and upload it for you, post a link or a copy of that text file here.
Chris
Thanks for helping
Jean-Louis
Attachments
I have had a quick look through it and can't see anything obviously wrong, as you've said, not muted and the asound.conf file references the card & device produced by aplay -l. I will have a more detailed look tonight when I get home again. Perhaps others will have a chance to look before I get back.
Chris
Chris
- Status
- Not open for further replies.
- Home
- Source & Line
- PC Based
- Dummyś guide for audio with SLACKO puppy linux os