[SOLVED] Translate this command equivalent for Mint?
Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Sorry, title's confusing, but can't edit it.
I may not know what I'm talking about, but does anyone want to have a go at translating this suggestion I dug up into one that Mint 7 would act on?
Mint should understand that command as is (with the typos fixed that is). Have you tried running it? And if so, what is Mint doing or not doing? Error messages would be very helpful. You could also try a modprobe variation of that command:
modprobe usbserial vendor=0x16d8 product=0x6280
Of course one of the questions is why you would need the vendor and product information. If you're working off of some different advice, please post a link.
I don't remember where I got the command from - it was during hours of trawling about trying to get friend's new telstra turbo wireless modem to be seen by just-installed Mint.
I ran it, not noticing the space in it - I don't spot any other typos, but I wouldn't know for sure, not familiar enough. Just copying and pasting what I read from some forum
I think terminal said command not found.
But it.s useful to know that it looks like acceptable Mint command, and will get back to friend and try again.
The only other real potential gotcha is the backtick (`) around the uname -r command. Make sure you type a backtick and not an apostrophe. The backtick causes the command in between them to be evaluated, where an apostrophe won't.
laptop:~$ modprobe usbserial vendor=0x16d8 product=0x6280exitWARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it will be ignored in a future release.
I don't get what kind of action is suggested by this response.
Last edited by widda; 02-14-2010 at 11:19 PM.
Reason: clarify ambigity
I put the amended command in-"sudo insmod..."- and met with no objections (nor any sign of action except being ready for new command, which I took as a good sign)
Last edited by widda; 02-14-2010 at 11:59 PM.
Reason: clarify ambigity
I put the amended command in-"sudo insmod..."- and met with no objections (nor any sign of action except being ready for new command, which I took as a good sign)
Yes that is normally a good sign. You can check by using lsmod. Not sure how familiar you are with mint or Ubuntu based distro's but all commands that need elevated privileges must be ran with sudo.
Yeah, if modprobe is silent, that means that the command worked. Modprobe only gets vocal when something goes wrong. And since modprobe does load a kernel module, you need to be root or use sudo.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.