You are not logged in.
Consider using an OEM written media to test the drive.
what do you mean by that? like an audio CD that came from a Musicshop? or a Film - DVD?
no, no dmesg , but had checked previously , and the drive figured among the long listing.
now mac is back to mac os x; will check another time with a live-session.
EDIT: if on mac it says "unreadable", there is high chance it is "readable" but contains a linux session or similar, that for mac is just not "readable" out of the box, but still perfectly readable for the drive itself.
hello igorzwx,
i am still experimenting with Desktop OS; none has yet fully satisfied, but that is outside of scope.
would you mind giving a comment on Kubuntu since it is functioning quite well since i have newer system with AMD graphics and need for some Amdgpu driver sometimes for DRM to watch TV on Computer etc.
now if i attempt your "trick" with removeing Pulseaudio et Pipewire getting this
The following packages will be REMOVED:
gstreamer1.0-pipewire* kubuntu-desktop* libcanberra-pulse* pipewire* pipewire-bin* pipewire-pulse* plasma-pa* pulseaudio-utils* wireplumber*this on kubuntu 25.04 (wayland enabled); practically it removes the whole desktop, as it did on debian 7 and 8 with gnome3 if one attempted to remove pulseaudio;
is it safe to do? this install is already sort of a "hybrid" since there are no official amdgpu drivers outside of (for Ubuntu) outside Ubuntu LTS (hence atm 22.04 and 24.04).
Thanks.
it seems the media itself it good (containing a Devuan Full.iso installer)
on the mac side it reads it, or better, recognizes it as "not readable".
well thank you, this has functioned beautifully.
really one big problemsolver! best of wishes.
EDIT: i don't necessarily "like" arch, but they tend to have good documentation.
no luck this time with apulse ![]()
have inserted the error on github support page, maybe the develper can help. thanks!
have tested with app cmus and set output_plugin to alsa however it still would not play; any ideas?:::
error is
Error: opening audio device: No such file or directory
the audio however is playing fine through firefox and/or mpv, rhythmbox etc.
thanks, but i have not yet s/pdif on the PC motherboard; was planning to buy the pcie x1 card , but postponed; will check then.
yes, i have heard that sound over USB may be spotty, and although it seems there offer higher bandwith intotal when compared to s/pdif, that may well not be the whole there is to the story.
it seems the drive itself is recognized, but it would recognize any media?
Hello ,
have installed Devuan 5.0 on an older Mac and attached an even older optical DVD Drive (Lightscribe-enabled) via Firewire 800/400 Adapter and cable;
The drive is not being recognized eg. not shown in File Manager when i insert optical media;
Can someone please help to debug the issue;
Have read somewhere that firewire is supposedly still being actively maintained for some time;
Thanks.
spec is perhaps
usb 1.0 > max. 24/96khz
usb 2.0> max 24/192khz
macos> over usb > max 24/192khz
s/pdif > max 24/96?
yes, little experience, but now it sounds better.
it seems if i switch to USB 2.0 mode, it wouldn't play, but maybe just needs to be re-configured again properly; will test some more.
could be wrong about those; there should be upsampling on the DAC from source material to 24/384, but this is not shown on the device itself;
Hello ,
this post is for troubleshooting a alsa setup on LinuxMint;
maybe it can help troubleshoot someone else, too.
setup was attempted with kind help of user @igorzwx
https://dev1galaxy.org/viewtopic.php?pid=49837#p49837
https://dev1galaxy.org/viewtopic.php?pid=57771#p57771
fuser -av $(find /dev/snd -type c 2>/dev/null)fuser -av $(find /dev/snd -type c 2>/dev/null)
USER PID ACCESS COMMAND
/dev/snd/controlC1:
/dev/snd/pcmC1D0p:
/dev/snd/controlC3:
/dev/snd/hwC3D0:
/dev/snd/pcmC3D2c:
/dev/snd/pcmC3D1p:
/dev/snd/pcmC3D0c:
/dev/snd/pcmC3D0p:
/dev/snd/controlC0:
/dev/snd/controlC2:
/dev/snd/hwC0D0:
/dev/snd/pcmC0D9p:
/dev/snd/pcmC0D8p:
/dev/snd/pcmC0D7p:
/dev/snd/pcmC0D3p:
/dev/snd/hwC2D0:
/dev/snd/pcmC2D7p:
/dev/snd/pcmC2D3p:
/dev/snd/seq:
/dev/snd/timer:
inxi -Ainxi -A
Audio:
Device-1: AMD Navi 31 HDMI/DP Audio driver: snd_hda_intel
Device-2: AMD Rembrandt Radeon High Definition Audio driver: snd_hda_intel
Device-3: AMD Family 17h/19h HD Audio driver: snd_hda_intel
Device-4: Cambridge Audio USB 1.0 driver: snd-usb-audio type: USB
API: ALSA v: k6.8.0-79-generic status: kernel-api
cat ~/.asoundrccat ~/.asoundrc
# ALSA library configuration file managed by arateconf.
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.#=====================================================
# Configuration for HDMI
#-----------------------------------------------------# Perform dmixer
pcm.dmixer_HDMI
{
type dmix
ipc_key 1024
ipc_perm 0666hint
{
show off
description "Direct mixing of multiple audio streams (HDMI)"
}slave
{
pcm "hw:HDMI,0"rate 48000
channels 2
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform dsnooper
pcm.dsnooper_HDMI
{
type dsnoop
ipc_key 1025
ipc_perm 0666hint
{
show off
description "Recording from the same device for several applications simultaneously (HDMI)"
}slave
{
pcm "hw:HDMI,0"rate 48000
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform duplex
pcm.duplex_HDMI
{
type asym
playback.pcm "dmixer_HDMI"
capture.pcm "dsnooper_HDMI"hint
{
show off
description "Full duplex for simultaneous playback and recording (HDMI)"
}
}# Perform convert
pcm.convert_HDMI
{
type rate
converter fftratehint
{
show off
description "Sample rate converter (HDMI)"
}slave
{
pcm "duplex_HDMI"
rate 48000
format S32_LE
}
}# Perform plug device
pcm.primary_HDMI
{
type plug
slave.pcm "convert_HDMI"
hint.description "Primary device (HDMI)"
}#=====================================================
# Configuration for C10
#-----------------------------------------------------# Perform dmixer
pcm.dmixer_C10
{
type dmix
ipc_key 1026
ipc_perm 0666hint
{
show off
description "Direct mixing of multiple audio streams (C10)"
}slave
{
pcm "hw:C10,0"rate 192000
channels 2
format S24_3LEperiod_size 7680
buffer_size 30720
}
}# Perform dsnooper
pcm.dsnooper_C10
{
type dsnoop
ipc_key 1027
ipc_perm 0666hint
{
show off
description "Recording from the same device for several applications simultaneously (C10)"
}slave
{
pcm "hw:C10,0"rate 192000
format S24_3LEperiod_size 7680
buffer_size 30720
}
}# Perform duplex
pcm.duplex_C10
{
type asym
playback.pcm "dmixer_C10"
capture.pcm "dsnooper_C10"hint
{
show off
description "Full duplex for simultaneous playback and recording (C10)"
}
}# Perform convert
pcm.convert_C10
{
type rate
converter fftratehint
{
show off
description "Sample rate converter (C10)"
}slave
{
pcm "duplex_C10"
rate 192000
format S24_3LE
}
}# Perform plug device
pcm.capture_C10
{
type plug
slave.pcm "convert_C10"
hint.description "Capture device (C10)"
}#=====================================================
# Configuration for Generic
#-----------------------------------------------------# Perform dmixer
pcm.dmixer_Generic
{
type dmix
ipc_key 1028
ipc_perm 0666hint
{
show off
description "Direct mixing of multiple audio streams (Generic)"
}slave
{
pcm "hw:Generic,0"rate 48000
channels 2
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform dsnooper
pcm.dsnooper_Generic
{
type dsnoop
ipc_key 1029
ipc_perm 0666hint
{
show off
description "Recording from the same device for several applications simultaneously (Generic)"
}slave
{
pcm "hw:Generic,0"rate 48000
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform duplex
pcm.duplex_Generic
{
type asym
playback.pcm "dmixer_Generic"
capture.pcm "dsnooper_Generic"hint
{
show off
description "Full duplex for simultaneous playback and recording (Generic)"
}
}# Perform convert
pcm.convert_Generic
{
type rate
converter fftratehint
{
show off
description "Sample rate converter (Generic)"
}slave
{
pcm "duplex_Generic"
rate 48000
format S32_LE
}
}# Perform plug device
pcm.primary_Generic
{
type plug
slave.pcm "convert_Generic"
hint.description "Default device (Generic)"
}#=====================================================
# Configuration for Generic_1
#-----------------------------------------------------# Perform dmixer
pcm.dmixer_Generic_1
{
type dmix
ipc_key 1030
ipc_perm 0666hint
{
show off
description "Direct mixing of multiple audio streams (Generic_1)"
}slave
{
pcm "hw:Generic_1,0"rate 48000
channels 2
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform dsnooper
pcm.dsnooper_Generic_1
{
type dsnoop
ipc_key 1031
ipc_perm 0666hint
{
show off
description "Recording from the same device for several applications simultaneously (Generic_1)"
}slave
{
pcm "hw:Generic_1,0"rate 48000
format S32_LEperiod_size 1920
buffer_size 7680
}
}# Perform duplex
pcm.duplex_Generic_1
{
type asym
playback.pcm "dmixer_Generic_1"
capture.pcm "dsnooper_Generic_1"hint
{
show off
description "Full duplex for simultaneous playback and recording (Generic_1)"
}
}# Perform convert
pcm.convert_Generic_1
{
type rate
converter fftratehint
{
show off
description "Sample rate converter (Generic_1)"
}slave
{
pcm "duplex_Generic_1"
rate 48000
format S32_LE
}
}# Perform plug device
pcm.primary_Generic_1
{
type plug
slave.pcm "convert_Generic_1"
hint.description "Default device (Generic_1)"
}#=====================================================
# Configuration for default audio device
#-----------------------------------------------------# Perform plug device
pcm.capture
{
type plug
slave.pcm "convert_HDMI"
hint.description "Capture device"
}# Perform plug device
pcm.!default
{
type plug
slave.pcm "convert_C10"
hint.description "Primary device"
}
whereis arateconfwhereis arateconf
arateconf: /usr/bin/arateconf
issue is with
arateconfwhenever i change something there, it seems then to revert back to initial settings as shown here
===============
| Main menu |
---------------Curr. | Used | Play (def) | Rec (def) | Available cards
----------|------|------------|-----------|-----------------------------------
0 - >>>>> | * | * * | * * | HDA-Intel - HDA ATI HDMI
1 - | * | * | * | USB-Audio - Cambridge Audio USB Audio 1.0
2 - | * | * | * | HDA-Intel - HD-Audio Generic
3 - | * | * | * | HDA-Intel - HD-Audio GenericU - Toggle used flag
P - Set this device as default player
R - Set this device as default recorderO - Output device: HDMI,0
I - Input device : HDMI,0F - Format: 48000 Hz, 2 ch, 'S32_LE'
C - Converter: fftrateA - Show all plugins [ ]
M - Plug-ins:
[X] Convert, [ ] Expand, [X] Asym
[ ] Play Vol, [X] Dmix
[ ] Rec. Vol, [X] Dsnoop
[ ] Phonon, [ ] NormalizatorT - Test
S - Save to '/home/rich/.asoundrc'
X - Delete '/home/rich/.asoundrc'ESC - Exit
>
i mean, the setting is changed factually, from HDMI to DAC (as desired), but arateconf shows itself as if HDMI is default when i evoke it next time, or is this by default?
thanks
EDIT: it seems that the DAC has now effectively switch to 24Bit/96Khz, so maybe something has saved and worked.
EDIT2: sound however always revert back to HDMI, even if i set the output in Mate Sound Settings Output (from HDMI to USB DAC) > next time opening, its back to HDMI.
EDIT3: it seems arateconf is taking precedence, so maybe this can be solved?
hello , my issue is with [color]arateconf[/color] it is saving but not saving any settings. since i am using mint/(which is based on ubuntu, in turn based on debian) am i at fault?
Hello ,
i have received a DAC and would like to use it for playback with the PC;
have it connected via USB port to the Computer; it supposedly is already connected in USB 2.0 Mode (vs. USB 1.0).
However, if i playback a track in 24/192, the sampling does not change.
the file is from here
https://msbtechnology.com/support/bit-perfect-testing/
Do i need to manually change the setup or why would pipewire/pulseaudio and friends not pick up the proper sampling rate?
Thanks.
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
default
Playback/recording through the PulseAudio sound server
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
hw:CARD=HDMI,DEV=3
HDA ATI HDMI, EV2360
Direct hardware device without any conversions
hw:CARD=HDMI,DEV=7
HDA ATI HDMI, EA231WU
Direct hardware device without any conversions
hw:CARD=HDMI,DEV=8
HDA ATI HDMI, HDMI 2
Direct hardware device without any conversions
hw:CARD=HDMI,DEV=9
HDA ATI HDMI, HDMI 3
Direct hardware device without any conversions
plughw:CARD=HDMI,DEV=3
HDA ATI HDMI, EV2360
Hardware device with all software conversions
plughw:CARD=HDMI,DEV=7
HDA ATI HDMI, EA231WU
Hardware device with all software conversions
plughw:CARD=HDMI,DEV=8
HDA ATI HDMI, HDMI 2
Hardware device with all software conversions
plughw:CARD=HDMI,DEV=9
HDA ATI HDMI, HDMI 3
Hardware device with all software conversions
hdmi:CARD=HDMI,DEV=0
HDA ATI HDMI, EV2360
HDMI Audio Output
hdmi:CARD=HDMI,DEV=1
HDA ATI HDMI, EA231WU
HDMI Audio Output
hdmi:CARD=HDMI,DEV=2
HDA ATI HDMI, HDMI 2
HDMI Audio Output
hdmi:CARD=HDMI,DEV=3
HDA ATI HDMI, HDMI 3
HDMI Audio Output
dmix:CARD=HDMI,DEV=3
HDA ATI HDMI, EV2360
Direct sample mixing device
dmix:CARD=HDMI,DEV=7
HDA ATI HDMI, EA231WU
Direct sample mixing device
dmix:CARD=HDMI,DEV=8
HDA ATI HDMI, HDMI 2
Direct sample mixing device
dmix:CARD=HDMI,DEV=9
HDA ATI HDMI, HDMI 3
Direct sample mixing device
usbstream:CARD=HDMI
HDA ATI HDMI
USB Stream Output
hw:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Direct hardware device without any conversions
hw:CARD=Generic,DEV=7
HD-Audio Generic, HDMI 1
Direct hardware device without any conversions
plughw:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Hardware device with all software conversions
plughw:CARD=Generic,DEV=7
HD-Audio Generic, HDMI 1
Hardware device with all software conversions
hdmi:CARD=Generic,DEV=0
HD-Audio Generic, HDMI 0
HDMI Audio Output
hdmi:CARD=Generic,DEV=1
HD-Audio Generic, HDMI 1
HDMI Audio Output
dmix:CARD=Generic,DEV=3
HD-Audio Generic, HDMI 0
Direct sample mixing device
dmix:CARD=Generic,DEV=7
HD-Audio Generic, HDMI 1
Direct sample mixing device
usbstream:CARD=Generic
HD-Audio Generic
USB Stream Output
hw:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
Direct hardware device without any conversions
hw:CARD=Generic_1,DEV=1
HD-Audio Generic, ALC897 Digital
Direct hardware device without any conversions
plughw:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
Hardware device with all software conversions
plughw:CARD=Generic_1,DEV=1
HD-Audio Generic, ALC897 Digital
Hardware device with all software conversions
sysdefault:CARD=Generic_1
HD-Audio Generic, ALC897 Analog
Default Audio Device
front:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
Front output / input
surround21:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Generic_1,DEV=0
HD-Audio Generic, ALC897 Analog
Direct sample mixing device
dmix:CARD=Generic_1,DEV=1
HD-Audio Generic, ALC897 Digital
Direct sample mixing device
usbstream:CARD=Generic_1
HD-Audio Generic
USB Stream Output
hw:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
Direct hardware device without any conversions
plughw:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
Hardware device with all software conversions
sysdefault:CARD=C20
Cambridge Audio USB Audio 2.0, USB Audio
Default Audio Device
front:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
Front output / input
surround21:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
4.0 Surround output to Front and Rear speakers
surround41:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=C20,DEV=0
Cambridge Audio USB Audio 2.0, USB Audio
Direct sample mixing device
usbstream:CARD=C20
Cambridge Audio USB Audio 2.0
USB Stream Outputreember something like my first powerbook g4, even if i had it closed for like a long time,
still could open it and would have some battery and re-open last screen.
now, with the new standby thing, don't know,
atleast with linux, it takes no time at all to suck the juice out of battery , and everything gone. you can not even easily swap a battery without a screwdriver; quite ridicoulous situation we are in at the moment.
even if you shut the laptop down, it still loses battery in like nothing time, and you are left without a charge; might just have bought stupid devices, but that has also been a "discovery" of lately. i mean i have shut down the laptop, why would it loose still battery so fast?
thanks rolfie,
yes, i mada error in setting it up; now its function Beowulf;
would be nice if there is an "ption" to "transport" the nvidia-legacy-340xx over atleast to Devuan 4.0!
thanks, ended up (for now) with a Beowulf install (since Mac wouldn't let me easily eject already burned Beowulf installer)
but now there seem new problems;
Beowulf is in legacy BIOS mode (Mac 2010 model and think has not yet proper UEFI mode)
kernel is 4.19.-27
Linux devuan 4.19.0-27-amd64however there are no correspondent linux-headers available in the repo
archive.devuan.org for beowulf
linux-headers-4.19.0-20-all linux-headers-4.19.0-21-amd64
linux-headers-4.19.0-20-all-amd64 linux-headers-4.19.0-21-cloud-amd64
linux-headers-4.19.0-20-amd64 linux-headers-4.19.0-21-common
linux-headers-4.19.0-20-cloud-amd64 linux-headers-4.19.0-21-common-rt
linux-headers-4.19.0-20-common linux-headers-4.19.0-21-rt-amd64
linux-headers-4.19.0-20-common-rt linux-headers-amd64
linux-headers-4.19.0-20-rt-amd64 linux-headers-cloud-amd64
linux-headers-4.19.0-21-all linux-headers-rt-amd64
linux-headers-4.19.0-21-all-amd64 such that the install of nvidia-legacy-340xx-driver is probably botched since i am getting error during boot
could not insert nvidia ...not permittedprobably this can be bettered by using a kernel from backports?
is it possible to use devuan backports on the archives for Beowulf?
But even if have it up and running, would still probably need to upgrade to Devuan 4.0 atleast, since for connecting to university i need newer Cisco package for the VPN sometimes (although they seem now accepting also openconnect as alternative).
EDIT: upgrading to Chimaera Devuan.4.0 yielded the following:
Setting up linux-image-5.10.0-35-amd64 (5.10.237-1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.10.0-32-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-5.10.0-32-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-5.10.0-35-amd64
I: /initrd.img is now a symlink to boot/initrd.img-5.10.0-35-amd64
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-35-amd64:
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
unset ARCH; env NV_VERBOSE=1 make -j2 modules KERNEL_UNAME=5.10.0-35-amd64; env CCACHE_DI
SABLE=1 NV_VERBOSE=1 make -C uvm modules KERNEL_UNAME=5.10.0-35-amd64 KBUILD_EXTMOD=/var/
lib/dkms/nvidia-legacy-340xx/340.108/build/uvm.............(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.10.0-35-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-legacy-340xx/340.108/build/make.log for more information.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.10.0-35-amd64
W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg357766.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...and after reboot during bootup the following error (but it bould into desktop)
udevd[100]: Error running install command "modprobe -l nvidia-legacy-340xx" for module Nvidia: retcode 1
ceres, would that mean "excalibur", could it be then installed on that one?
Hello ,
is this Nvidia-legacy 340 still available for Devuan 4.0 or will i have to install Devuan Beowulf to get it running.
Just installed Devuan 4.0 on an older Mac but it seem not finding anything related to Nvidia-legacy-340.
Thanks.
thanks rolfie,
just that this laptop does not sport a parallel port, if am not mistaken.
maybe it is an error related to the printer (epson eco with ethernet, usb, wireless) instead.
will check some more.
thanks, this software gave me all sorts of errors from the get-go.
took literally down my whole network at times (on a ADSL connection)
such that i had to reboot the router.
it may be useful to some, but i tend to avoid;
dont know what systemd does,
but experienced the passage from debian 7 to 8 and had such many problems and issues, that i tend to dislike it very much and ascribe the issues had to the software systemd, practically ruining a nearperfect linux experience (at the time).
hello ,
getting this error sometime popping up in terminal
Message from syslogd@devuan at Aug 23 23:01:41 ...
kernel:[ 94.148355] Disabling IRQ #7
maybe someone of you can tell me if i need to be concerned about it.
happened quite some time lately;
only hardware thing i did was changing the keyboard, but it seems function well so far.
thanks.
to install yt-dlp manually:
mkdir -p ~/.local/bincurl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/.local/bin/yt-dlpchmod a+rx ~/.local/bin/yt-dlp # Make executableexport PATH="${HOME}/.local/bin:${PATH}"In order for the command line shell to be able to find these executables, the user's PATH environment variable needs to be extended. This can be done by adding export PATH="${HOME}/.local/bin:${PATH}" to ~/.profile or ~/.bashrc.
now you can update yt-dlp with command
yt-dlp -U
it is recommended to uninstall yt-dlp from repositories since it is not up to date.
don't know what a DXD file is; thought of buying a newer one (also Creative;) because those support DSD mostly, but since those SACD/DSD can be quite costly (around 30&40 Euro per release from what i have seen) think this unit could still serve well for the moment; also, i have a Bluray-Player that can playback DSD upto 5644 kHz/8 canali or something.
what do you mean with "it can be used to detect unwanted resampling"? why should i care about that?
if it should arrive it could have specs like those; DAC-Train is that i got unlucky with a Creative PCIe Soundcard was hoping to use (but that card (AE-5 series) issues on warm-boot into Windows 11, making really strange noises; functioned however fine in Linux)
there is a newer edition of this DAC, but it has Bluetooth, and cannot be disabled entirely;
-------------------------------------------
Technical specification
Digital to analogue converters
Dual Wolfson WM8740 24-bit DACs
Digital filter
Analog Devices ADSP21261 DSP; upsampling to 24-bit/384kHz
Analogue filter
2-Pole Dual Differential Bessel Double Virtual Earth Balanced
Frequency response
20Hz to 20kHz (±0.1dB)*
Thd @ 1khz 0dbfs
<0.001% 24-bit
Thd @ 1khz -10dbfs
<0.001%
Thd @ 20khz 0dbfs
<0.002%
Signal to noise ratio
-112dBr
Total correlated jitter
<130pS
Crosstalk @ 1khz
< -130dB
Crosstalk @ 20khz
< -112dB
Output impedance
<50 Ohms
Max. output level (unbalanced)
2.1V rms
Max. output level (balanced)
4.2V rms (2.1V per phase)
Digital input word widths supported
16-24bit
Digital input sampling frequencies supported
32kHz, 44.1kHz, 48kHz, 88.2kHz, 96kHz, 176.4kHz**, 192kHz
Audio output upsampling
Fixed 24-bit/384kHz
Max power consumption
12W
Colour
Black or silver
Dimensions (hxwxd)
52 x 215 x 191mm; (2.0 x 8.6 x 7.6”)
Weight
1.2kg/2.6lbs
Headphone output
Thd
at 1kHz 0dBFS 24-bit signal with 22kHz low pass filter = 0.001% at 20khz 0dBFS 24-bit signal with 80kHz low pass filter = 0.003%
S/n
-111dBrA
Frequency response
10Hz - 100kHz
Recommend headphone impedance
32 Ohm to 600 Ohm
*
Steep filter disabled
**
Digital 1 & 2 Inputs only
frequency response of Headphone output is also good, so i am hoping well for this unit;
yes, mac settings were probably left unchanged, but the smaller unit does not do upsampling;