Results 1 to 5 of 5

Thread: USB problem : not detected with Ubuntu 9.04

  1. #1
    Join Date
    May 2008
    Posts
    6

    Default USB problem : not detected with Ubuntu 9.04

    Hi,

    My remote control adapter is not detected under Ubuntu 9.04.

    Everything is OK regarding the installation procedure, and the Udev settings for the access to USB device.

    I correctly see the device when I plug it (dmesg).

    Did anyone got the problem ?

    Regards,

    François.

  2. #2
    Join Date
    May 2008
    Posts
    6

    Default

    Hi,

    This is definitely a problem of access right to USB, as it works as root.
    Here is my config :

    Code:
    pivert@homer2:~$ lsusb | grep 127f
    Bus 003 Device 003: ID 127f:e007
    pivert@homer2:~$ groups
    users adm dialout cdrom video plugdev lpadmin admin sambashare kvm mythtv libvirtd
    pivert@homer2:~$ cat /etc/udev/rules.d/60-usbaerofly.rules
    SUBSYSTEM=="usb_device", SYSFS{idVendor}=="127f", SYSFS{idProduct}=="e007", ACTION=="add" GROUP="plugdev", MODE="0664"
    SUBSYSTEM=="usb_device", SYSFS{idVendor}=="127f", SYSFS{idProduct}=="e008", ACTION=="add" GROUP="plugdev", MODE="0664"
    pivert@homer2:~$
    Which device is created so I can check that is correctly belongs to the plugdev group ?
    What could be the problem ?

    François.

  3. #3
    Join Date
    May 2008
    Posts
    6

    Default

    I do not have any device belonging to the plugdev group. That's not normal :

    Code:
    root@homer2:~# find /dev -group plugdev
    root@homer2:~#

  4. #4
    Join Date
    Jan 2008
    Location
    Gießen
    Posts
    26

    Default

    you can change the file lib/udev/rules.d/50-udev-default.rules, if you dare :-)

    search the file for "usb" and change the values from 0664 to 0666

    It worked for me on Ubuntu 9.04 _x64
    Ubuntu _x64

  5. #5
    Join Date
    May 2008
    Posts
    6

    Default

    I can play aerofly by changing manually the permissions on /dev/input/js0 and /dev/input/event* after each boot. So, this is definitly a permission problem. I really wonder why the udev config files seems not applied under Ubuntu 9.04.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •