[Bug 881158] Re: findkeyboards does not find Samsung N150 keyboard

Martin Pitt martin.pitt at ubuntu.com
Wed Oct 26 12:53:01 UTC 2011


Fixed upstream in commit 8ab7a9be03441db21. This will be fixed in udev
175.

** Changed in: udev (Ubuntu)
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/881158

Title:
  findkeyboards does not find Samsung N150 keyboard

Status in “udev” package in Ubuntu:
  Fix Committed

Bug description:
  udev version is 173-0ubuntu4 on Ubuntu 11.10.

  When I run /lib/udev/findkeyboards, the output is:
  AT keyboard: no device node found

  I expected the output to be:
  AT keyboard: input/event4

  The udevadm trigger command in the findkeyboards script finds two
  devices:

  $ udevadm trigger --dry-run --verbose --property-match=ID_INPUT_KEYBOARD=1
  /sys/devices/platform/i8042/serio0/input/input4
  /sys/devices/platform/i8042/serio0/input/input4/event4

  The /devices/platform/i8042/serio0 parent device has the atkbd DRIVER.

  When the script runs the following command for the first device, the
  command fails with exit status 5.

  $ udevadm info --query name --path=/sys/devices/platform/i8042/serio0/input/input4
  no device node found
  $ echo $?
  5

  It appears that the -e option on the first line of the script causes
  the script to exit before the script can query the second device,
  which would be successful if it got that far:

  $ udevadm info --query name --path=/sys/devices/platform/i8042/serio0/input/input4/event4
  input/event4

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: udev 173-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  CurrentDmesg:
   [ 1089.799494] audit_printk_skb: 6 callbacks suppressed
   [ 1089.799502] type=1400 audit(1319497730.741:31): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=5823 comm="apparmor_parser"
   [ 1089.800880] type=1400 audit(1319497730.745:32): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=5823 comm="apparmor_parser"
   [ 1089.907450] type=1400 audit(1319497730.849:33): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=5858 comm="apparmor_parser"
   [ 1089.909038] type=1400 audit(1319497730.853:34): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=5858 comm="apparmor_parser"
  Date: Mon Oct 24 19:19:00 2011
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20111007.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150/N210/N220
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=a1e47fbd-09cb-4cd1-91ff-c017086a83c9 ro quiet splash acpi_backlight=vendor rfkill.default_state=0 vt.handoff=7
  SourcePackage: udev
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 08JI.M073.20100325.JIP
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: N150/N210/N220
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: dmi:bvnPhoenixTechnologiesLtd.:bvr08JI.M073.20100325.JIP:bd03/25/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150/N210/N220:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150/N210/N220:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N150/N210/N220
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/881158/+subscriptions




More information about the foundations-bugs mailing list