You are not logged in.
Pages: 1
Got the device up and running but can someone plz tell me to set permissions so a stduser and not only root can write to /dev/usb/tts/0.
Offline
I think you do it in your device systems permission file
arch + gentoo + initng + python = enlisy
Offline
okay could u tell name of file and where to find it ? plz
Offline
It's been said before...but I'm gonna say it again. The wiki is a great resource and I wish people would look in it.
http://wiki.archlinux.org/index.php/UdevHowTo
That article is about setting up udev, but it also includes examples of how to set up the permissions files and other stuff like that, just apply the general idea to the device in question.
The suggestion box only accepts patches.
Offline
i am useing devfsd since i can't find my device if i am running udev but if u can tell me where to find my usb device with udev i will be more then happy to switch
Offline
hmm try this:
-Before plugging in device:
- "ls -laR /dev > olddevs"
-Plug in device
- "ls -laR /dev >newdevs"
- "diff olddevs newdevs"
This will show you any files in the /dev heirarchy that have changed, this might allow you to find it.
The suggestion box only accepts patches.
Offline
Pages: 1