You are not logged in.

#1 2004-07-08 11:30:22

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

/proc/bus/usb/devices

So I have to setup the usb scanner and first I have to check the output of the "cat /proc/bus/usb/devices" command, but I don't have that file. I compile my own kernel so which is the option I have to enable to see it? Thanks.

Offline

#2 2004-07-08 18:01:10

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Re: /proc/bus/usb/devices

It was in the kernel documentation, sorry.

mount -t usbfs none /proc/bus/usb

Now, I want it to be mounted at boot. I wrote the command in the rc.local file, but if I wanted to do that with the fstab file the line would be:

none /proc/bus/usb usbfs user,auto 0 0

Right?

Offline

Board footer

Powered by FluxBB