-
Notifications
You must be signed in to change notification settings - Fork 5
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
Linux file operation error: , Dependent information directory is missing #187
Comments
Hi, I'm sorry for your inconvenience, and thank you to use this software.
Hm. The error message implied that the command line argument is not what is expected. I think the service program parsed the identification information for the Apogee audio interface to which you addressed, not for TASCAM FW-1884. Unlike
With TASCAM FW-1884, the pair of
You can see the numeric identifier as sound card in the following procfs node beforehand:
My TASCAM FireOne is detected as sound card |
You can see the instruction in
The installed executable can be uninstalled by the following command:
They are the standard step given by |
Thank you very much for your fast reply. /usr/bin/snd-firewire-tascam-ctl-service snd 4 Linux file operation error: , No flag detected: val: 0x000000e7 mask: 0x0000008c install -Dm0755 target/release/snd-firewire-tascam-ctl-service.d "${pkgdir}/usr/bin/snd-firewire-tascam-ctl-service.d" If I am wrong, I am sorry - the same Arch package that I made is working with the Apoggee Duet, so I guessed, my build scripts are ok and the Tascam-service is having some issues. Again, thank you for your great work on the firewire stack. |
Hi,
Hm. It seems that the value of address offset at 0x'ffff'0000'022c is not expected. I guess that it relates to the configuration of optical interface for FW-1884 according to the output. In
|
I'm not an user of Arch Linux, but I have some opinions.
Hm. The command,
I expect the |
I know that all of drivers in ALSA firewire stack including
Thanks for your offer. I own all of them as test devices but double check is always preferable ;) |
Yes, I will read about the cargo build system. Linux file operation error: , Fail to generate seq devname After trying again, the error message changed: Unknown domain error: , no ack |
These messages are generated in runtime/core/src/cmdline.rs, but is not well formatted yet. Nevertheless, the first error is a bit odd since it means that ALSA sequencer is not visible by udev mechanism. If just disconnecting devices, it does not usually occur. I have no idea about it... The second message is Hinawa.FwRcode.NO_ACK. I think to encounter a quirk of FW_1884. The device sometimes corrupts its communication over IEEE 1394 bus when the bus configuration changes. In this situation, we need to power-off the device once, then power-on it to reboot its firmware. |
The |
Got the "log", attached it to this message - the log is quite long and has much repeatings. [3mres�[0m�[2m=�[0mErr(Error { domain: g-file-error-quark, code: 6, message: "No flag detected: val: 0x000000e7 mask: 0x0000008c" }) |
As I guessed, the value read from 0x'ffff'0000'022c is not expected for the service program. The following values are what the program expects, however we got 0xe7.
Tentatively, let us suppress the reading and parsing of the address offset. The service program would run successfully, then let us work for further debugging.
|
The workaround is not helping here, neither. |
Yes, please, with the log outputs. |
/usr/bin/snd-firewire-tascam-ctl-service snd 4 -l debug |
Built again, this time the debug from git clone - and it is working now: |
Hm. I expect the system has a character device of |
Making music with midi here - jackmidi, bridged to alsa midi sequencer. modinfo snd-seqfilename: /lib/modules/6.7.0.6.realtime1-4-rt/kernel/sound/core/seq/snd-seq.ko.zst Can you please, let me know about isochronous mode - thank you! |
Hmm. It seems that we have the other causes to get the 'Fail to generate seq devname' issue, while I have no idea about it at present...
I'm sorry but I can not get to what the 'isochronous mode' points... Would I ask you to explain its functionality? |
As I understood - on "hardware communication" level, the data stream of the Tascam can be split into control/midi data and pcm audio stream data. This can be done in Tascam's isochronous mode. |
Update: the tascam service does not seem reliable here. |
The I think it better to use either Pipewire or PulseAudio for your trial. Pipewire provides compatible API library for JACK applications. It is transparently enabled when adding system configuration for ld. |
Thanks for all the info. |
Hi @TeamB12, I'm investigating the cause of issue reported to this topic. Today I worked with my FW-1884 and found nothing specific related to the issue. Would I ask you the firmware version installed in your device? When loading
|
The Tascam device I am using might be broken: sometimes I can not start jack server, sometimes aplay -l is seeing it, but mixxx is not. cat /proc/asound/card4/firewire/firmware sama sama |
snd-oxfw-service is working great, I can control the Apogee audio interface.
snd-firewire-tascam-cl-service not starting.
Error message:
Linux file operation error: , Dependent information directory is missing
Is there any information how to package, install and use it?
I just copied the service file first and then the service.d file.
Which number exactly do I need to specify the audio interface?
With snd-oxfw-service, I can get the number from aplay -l
I understand, this is a user question, I do not know where to ask, then here - sorry.
The text was updated successfully, but these errors were encountered: