LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2017, 01:07 AM   #1
QC102
LQ Newbie
 
Registered: Apr 2017
Posts: 3

Rep: Reputation: Disabled
No such file or directory sh-3.2# ls /dev/tty*


I am actually cheating! I use an Apple iMac - which uses - I am told a version of Linux.
I am having a truck load of trouble installing drivers. To explain is a bit long winded - but I will try to cut it short.
I am using an Anet A8 3D printer - using Repetetier HOST software to control the printer. I am no techie but it seems the Anet makers use a com as a USB port of a com port as a USB port. I am sure you know which.
Snag is dea,ing with cloned Chinese stuff which started out life as Arduino code and got messed about on its life span. I did get the drivers installed - but had problems - I contacted Repetier - who are pushing a "Server" version ie its run from a browser - which uses a com port and which wiped out me drivers. I have found a set of code fo rthe terminal and its removed ( as far as I can see) all the server files. But - I still cannot install the drivers.

This may explain: sh: ls/dev/tty*: No such file or directory
sh-3.2# ls /dev/tty*

During installs - I install close down , cold boot. nothing.

www.repetier.com if its needed. Drivers are CH341 and CH34x 1.3

Apologies if I am in the wrong place but nobody else has a clue about a cure.
 
Old 04-24-2017, 04:12 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Welcome to this forum.

The right command is (see the space between ls and /dev/tty*):
Code:
ls /dev/tty*
the effect of this command is to LiSt the devices whose names begins in tty (tty stands from teletype writer but in modern times designates the "virtual terminals", in other words the screen and associated keyboard from where you type the commands).

But if instead you type
Code:
ls/dev/tty*
the program (called a shell) that interprets the command you type tries to find a command called ls/dev/tty*. There is none, hence the error message. So, don't forget the space between ls and /dev/tty*.

Last edited by Didier Spaier; 05-02-2017 at 03:00 PM.
 
1 members found this post helpful.
Old 04-24-2017, 07:16 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by QC102 View Post
I am actually cheating! I use an Apple iMac - which uses - I am told a version of Linux.
Sorry, no. Apple Mac OS is *NOT* a version of Linux.
Quote:
I am having a truck load of trouble installing drivers. To explain is a bit long winded - but I will try to cut it short.
I am using an Anet A8 3D printer - using Repetetier HOST software to control the printer. I am no techie but it seems the Anet makers use a com as a USB port of a com port as a USB port. I am sure you know which.
Snag is dea,ing with cloned Chinese stuff which started out life as Arduino code and got messed about on its life span. I did get the drivers installed - but had problems - I contacted Repetier - who are pushing a "Server" version ie its run from a browser - which uses a com port and which wiped out me drivers. I have found a set of code fo rthe terminal and its removed ( as far as I can see) all the server files. But - I still cannot install the drivers.

This may explain: sh: ls/dev/tty*: No such file or directory
sh-3.2# ls /dev/tty*

During installs - I install close down , cold boot. nothing.

www.repetier.com if its needed. Drivers are CH341 and CH34x 1.3

Apologies if I am in the wrong place but nobody else has a clue about a cure.
I find it hard to believe that the people at the Repetier site have no clue about installing their own software. There are Mac versions of everything they have on their site..that's what you need to download, then read/follow the instructions (also from their site), about installing on Mac.
 
Old 04-24-2017, 11:28 AM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Macintoshes use OS/X®, which is based Darwin®, an also-open-source variant of BSD® Unix®.

... not Linux®.

In fact, the two operating systems share no fundamental source-code in common, although both kernels are open-source and actively maintained.
 
Old 05-02-2017, 02:44 PM   #5
QC102
LQ Newbie
 
Registered: Apr 2017
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks for all replies and suggstions.....
After a lot of searching around and finding nobody seems to have had this problem or "gone public" with it if they had - and after a lot of Google busting stufff...
I found this - PL2303_MacOSX_v1.6.0_20151022

Its a "bridge"apparently between USB and serial.... and it worked for me - at least with one driver - when I trued the "original" comes in the box with the kit - it did not either replace or add the driver to the list available!

But its sorted my problem and teh 3D printer is running OK via a USB connection.
 
1 members found this post helpful.
Old 05-02-2017, 02:50 PM   #6
QC102
LQ Newbie
 
Registered: Apr 2017
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Sorry, no. Apple Mac OS is *NOT* a version of Linux.

I find it hard to believe that the people at the Repetier site have no clue about installing their own software. There are Mac versions of everything they have on their site..that's what you need to download, then read/follow the instructions (also from their site), about installing on Mac.
Sorry... I find it hard to believe that you think I did not do this to start off with??

I find it equally hard to believe that posting the same problem on their own forum did not get a solution from their forum rep.
It is ( now was) an Apple issue and I CAN understand that Repetier may not have expertise in that area other then the programming. AND has it seemed local to my machine - how could they offer anything other than what is considered the norm for such issues.

I found a solution see my last post.....
 
Old 05-03-2017, 08:02 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by QC102 View Post
Sorry... I find it hard to believe that you think I did not do this to start off with??
We have absolutely NO IDEA what you have done/tried, until you actually tell us, do we?
Quote:
I find it equally hard to believe that posting the same problem on their own forum did not get a solution from their forum rep.
That's a problem with their company, then.
Quote:
It is ( now was) an Apple issue and I CAN understand that Repetier may not have expertise in that area other then the programming. AND has it seemed local to my machine - how could they offer anything other than what is considered the norm for such issues. I found a solution see my last post.....
Great.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Older computer boot failure. Running Ubuntu. Err.Msg=mounting /dev on /root/dev failed no such file or directory drmjh Linux - General 6 12-28-2015 06:24 PM
[SOLVED] "/dev/tty: No such file or directory" littlebigman Linux - Software 3 07-05-2011 06:50 AM
/dev/fb0: No such file or directory mukeshj Linux - Software 2 09-04-2005 11:15 AM
Is it possible to move file from /dev to other directory? raindrop Linux - Hardware 2 11-13-2002 05:37 PM
/dev/ttyS2: No such file or directory mkzmonkeylagger Linux - General 2 04-18-2002 09:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration