LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kubuntu+Broken udev (https://www.linuxquestions.org/questions/linux-software-2/kubuntu-broken-udev-522066/)

kinus 01-23-2007 11:24 AM

Kubuntu+Broken udev
 
Hi

I somehow seem to have broken my udev on my Kubuntu Edgy system. When I attach a device the kernel sees it, but nothing happens after that. Before, when I attached a device udev/hal would kick in and handle the automount.

I've tried reinstalling udev and hal with
apt-get --reinstall udev
apt-get --reinstall hal
but that seems to make no difference.

I'm pretty sure that its a permissions thing because when I go to /media I see directories for usb devices usb0-usb7 which I assume shouldn't be there.
The problem started after I followed the ThinkWiki HOWTO for setting up the fingerprint reader which requires you to change permissions.

I changed permissions on /proc/bus/usb and /dev/bus/usb
Here are some permissions

Quote:

kinus@claire:/$ ls -Rl /proc/bus/usb
/proc/bus/usb:
total 0
drwxr-xr-x 2 root root 80 2007-01-23 19:06 001
drwxr-xr-x 2 root root 60 2007-01-23 19:06 002
drwxr-xr-x 2 root root 60 2007-01-23 19:06 003
drwxr-xr-x 2 root root 100 2007-01-23 19:06 004
drwxr-xr-x 2 root root 80 2007-01-23 19:07 005
lrwxrwxrwx 1 root root 14 2007-01-23 19:06 devices -> .usbfs/devices

/proc/bus/usb/001:
total 0
crw-rw---- 1 root root 189, 0 2007-01-23 19:06 001
crw-rw---- 1 root root 189, 3 2007-01-23 19:06 004

/proc/bus/usb/002:
total 0
crw-rw---- 1 root root 189, 128 2007-01-23 19:06 001

/proc/bus/usb/003:
total 0
crw-rw---- 1 root root 189, 256 2007-01-23 19:06 001

/proc/bus/usb/004:
total 0
crw-rw---- 1 root root 189, 384 2007-01-23 19:06 001
crw-rw---- 1 root root 189, 385 2007-01-23 19:06 002
crw-rw---- 1 root root 189, 386 2007-01-23 19:06 003

/proc/bus/usb/005:
total 0
crw-rw---- 1 root root 189, 512 2007-01-23 19:06 001
crw-rw---- 1 root root 189, 516 2007-01-23 19:07 005
And

Quote:

kinus@claire:/$ ls -Rl /dev/bus/usb
/dev/bus/usb:
total 0
drwxr-xr-x 2 root root 80 2007-01-23 19:10 001
drwxr-xr-x 2 root root 60 2007-01-23 19:10 002
drwxr-xr-x 2 root root 60 2007-01-23 19:10 003
drwxr-xr-x 2 root root 100 2007-01-23 19:10 004
drwxr-xr-x 2 root root 80 2007-01-23 19:10 005

/dev/bus/usb/001:
total 0
crw-rw---- 1 root root 189, 0 2007-01-23 19:10 001
crw-rw---- 1 root root 189, 3 2007-01-23 19:10 004

/dev/bus/usb/002:
total 0
crw-rw---- 1 root root 189, 128 2007-01-23 19:10 001

/dev/bus/usb/003:
total 0
crw-rw---- 1 root root 189, 256 2007-01-23 19:10 001

/dev/bus/usb/004:
total 0
crw-rw---- 1 root root 189, 384 2007-01-23 19:10 001
crw-rw---- 1 root root 189, 385 2007-01-23 19:10 002
crw-rw---- 1 root root 189, 386 2007-01-23 19:10 003

/dev/bus/usb/005:
total 0
crw-rw---- 1 root root 189, 512 2007-01-23 19:10 001
crw-rw---- 1 root root 189, 517 2007-01-23 19:10 006
kinus@claire:/$
Anyone have any idea of how I might be able to solve this problem without reinstalling?


All times are GMT -5. The time now is 03:51 AM.