-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
hal_speaker: dlopen: /usr/lib/linuxcnc/modules/hal_speaker.so: cannot open shared object file: No such file or directory #2048
Comments
[ipsod]
hal_speaker: dlopen: /usr/lib/linuxcnc/modules/hal_speaker.so: cannot
open shared object file: No such file or directory
So, what is the content of your /usr/lib/linuxcnc/modules/? I lack
hal_speaker.so in my /usr/lib/linuxcnc/modules/ directory. Not quite
sure why.
--
Happy hacking
Petter Reinholdtsen
|
|
I just noticed this in src/Makefile
ifneq ($(BUILD_SYS),uspace)
[...]
obj-$(CONFIG_HAL_SPEAKER) += hal_speaker.o
hal_speaker-objs := hal/drivers/hal_speaker.o $(MATHSTUB)
[...]
endif
I believe the effect is that the hal_speaker component is not built in
uspace mode.
I do not really know what the component need, perhaps it can not work
with the uspace flavor of linuxcnc?
…--
Happy hacking
Petter Reinholdtsen
|
petterreinholdtsen
added a commit
to petterreinholdtsen/linuxcnc
that referenced
this issue
Sep 20, 2022
Switch from including <asm/io.h> to using <sys/io.h> which work better in user space. Unsure if this will work outside x86 architectures. Fixes LinuxCNC#2048.
This was referenced Sep 20, 2022
petterreinholdtsen
added a commit
to petterreinholdtsen/linuxcnc
that referenced
this issue
Oct 3, 2022
Switch from including <asm/io.h> to using <sys/io.h> which work better in user space. Unsure if this will work outside x86 architectures. Fixes LinuxCNC#2048.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here are the steps I follow to reproduce the issue:
linuxcnc
)This is what I expected to happen:
not an error
This is what happened instead:
It worked properly before this:
this is a fresh install
Information about my hardware and software:
lsb_release -a
):uname -a
):scripts/get-version-from-git
):whatever is default with launch command
linuxcnc
parallel port, but not sure that's applicable for sim
The text was updated successfully, but these errors were encountered: