![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2005
Posts: 655
OS: Win2k, XP
|
Making permanent link to Modem in Mepis
Apparently thereis a known bug in Simply Mepis which
refuses to hold a symlink to a device. I used the following tip, but still no modem and the OS did not recognize the command sequence. I did the procedure and got a 'cannot execute command' I did the following things in order: [root] Go to /etc/modutils/modem open editor add the 2 lines: pre-install serial rm /dev/modem post-install serial ln -s/dev/ttyS0/dev/modem [run box in KDE] update-modutils The run box told me it could not run the command. So still no modem. |
|
|
|
| Sponsored Links |
|
|
#2 (permalink) |
|
Asst. Manager, Alternative Computing Forums
|
I risk missing the mark on this, but I suspect you're missing a chmod command in there someplace. I also saw this about running local applications at boot. http://faq.mepis.net/index.php?actio...=47&artlang=en
I haven't found time to check out some of these other distro's that have been brought to the forum. And probably won't through these summer months. My apologies.
__________________
It's better to know me and not need me than to need me and not know me. B. While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps. And we thank you for your support. Microsoft free Registered Linux user 397458 |
|
|
|
|
|
#3 (permalink) | |
|
TSF Enthusiast
Join Date: Apr 2005
Posts: 655
OS: Win2k, XP
|
Quote:
Ok. I'll take a look. The commands I've shown came from the Mepis org forum. This has gotten way out of hand. What really p*****s me off is that everytime I'm given a solution, I put it in and get "bad command" or "permissions denied' or other things I shouldn't have to be messing with it all having just installed the OS. That is what's infuriating. I might as well just sit back until someone releases a live cd that works. I have Ubuntu, but the default desktop is Gnome and wanted to get used to KDE because that is what is covered in a vast majority of the tutorials and books. This forum has been very responsive to my questions. Last edited by batty_professor : 04-22-2005 at 05:43 AM. Reason: I know it's just one word, but please..... |
|
|
|
|
|
|
#4 (permalink) |
|
Manager, Alternative Comp
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS
|
You're typing in the command without any spaces so it looks wrong. You need to do this:
Code:
ln -s /dev/ttyS0 /dev/modem The way you were typing it, it was like this: <command name> <option> Without any spaces, the command doesn't realize that what you typed is 3 seperate things, it just sees it as 1 long option string.
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|