You are not logged in.

#1 2004-10-06 09:24:50

Blaster
Member
Registered: 2004-09-17
Posts: 49

Seriel to usb

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

#2 2004-10-06 16:57:41

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Seriel to usb

I think you do it in your device systems permission file


arch + gentoo + initng + python = enlisy

Offline

#3 2004-10-11 21:19:12

Blaster
Member
Registered: 2004-09-17
Posts: 49

Re: Seriel to usb

okay could u tell name of file and where to find it ? plz smile

Offline

#4 2004-10-11 21:34:21

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: Seriel to usb

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

#5 2004-10-12 10:23:36

Blaster
Member
Registered: 2004-09-17
Posts: 49

Re: Seriel to usb

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

#6 2004-10-12 23:09:52

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: Seriel to usb

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

Board footer

Powered by FluxBB