G-Code Transfer Issue
- SertanATL
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 35
- Thank you received: 2
05 Dec 2022 12:37 #258587
by SertanATL
G-Code Transfer Issue was created by SertanATL
I want to connect my linuxcnc pc to local network via ethernet.
I followed this tutorial and succeeded
Unfortunately when I restart the computer, file no longer works. I am connecting to a Win7 PC. How can I resolve this issue?
I followed this tutorial and succeeded
Unfortunately when I restart the computer, file no longer works. I am connecting to a Win7 PC. How can I resolve this issue?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
06 Dec 2022 01:23 #258650
by andypugh
Replied by andypugh on topic G-Code Transfer Issue
I can't be bothered to watch the video, but does it install avahi?
Please Log in or Create an account to join the conversation.
- SertanATL
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 35
- Thank you received: 2
06 Dec 2022 07:30 #258673
by SertanATL
Replied by SertanATL on topic G-Code Transfer Issue
Codes in the video are,
sudo apt update && sudo apt upgrade -y
sudo apt install clfs-utils -y
cd/mnt/
ll
mkdir ShareOnWindows
sudo mkdir ShareOnWindows
sudo mount.cifs //192.168.1.11/WindowsShre/mnt/ShareOnWindows -o user=share
sudo apt update && sudo apt upgrade -y
sudo apt install clfs-utils -y
cd/mnt/
ll
mkdir ShareOnWindows
sudo mkdir ShareOnWindows
sudo mount.cifs //192.168.1.11/WindowsShre/mnt/ShareOnWindows -o user=share
Please Log in or Create an account to join the conversation.
Time to create page: 0.124 seconds