|
Post by elvisuk on Feb 10, 2009 11:29:09 GMT
H! Mikkh, ;D In Mint how do i give my Printer & Scanner permission ? i have done it before but i can't remember how? (see piccy) Thanks
|
|
|
Post by mikkh on Feb 10, 2009 16:07:19 GMT
You can use this command apparently (borrowed from another forum)
usermod -a -G lp user
(where 'user' is your username)
.... don't forget Linux *IS* case sensitive
|
|
|
Post by elvisuk on Feb 11, 2009 0:09:50 GMT
OK Mikkh i will give it a go tomorrow i will let you know if it works ;D
Thanks
|
|
|
Post by elvisuk on Feb 11, 2009 11:17:23 GMT
H! Mikkh, ;D No that did not work still not picking up my scanner, i will give it another try later Thanks for you help
|
|
|
Post by elvisuk on Feb 11, 2009 11:19:49 GMT
I all so tyred "sudo su root" that did not work
|
|
|
Post by mikkh on Feb 11, 2009 16:55:21 GMT
Yes, maybe you need to login as 'root' to do it
sudo and su are two different commands btw - you can't mix them like that
sudo is used before a command to stop it asking for 'root' permissions and is a one off command as in ..... sudo apt-get install (name of package) Afterwards you are back to plain user
'su' (nothing else needed) means become root forever - well while the terminal/console window is open anyway. It will only work if you have supplied a 'root' password via 'Mint Assistant' because it asks for the 'root' password immediately on typing 'su'
|
|
|
Post by mikkh on Feb 11, 2009 16:59:20 GMT
..... so you should have used the following if logged in as a user
sudo usermod -a -G lp user
or
su
(supply password)
then
usermod -a -G lp user
(and not forgetting to change 'user' to your real username)
|
|
|
Post by elvisuk on Feb 11, 2009 20:32:47 GMT
H! Mikkh, OK i will give them a go later Thanks ;D
|
|