[Touch-packages] [Bug 1857821] [NEW] external HDMI monitor always "unplugged"

2019-12-29 Thread gratefulfrog
Public bug reported:

Hello my Ubuntu friends,

I can no longer play sound over my external HDMI connected TV.

The image displays perfectly, but all the HDMI output devices are listed
as "unplugged"

I have spent a huge amount of time trying every solution that Internet
searching will bring but this has changed nothing.

I have tired all available video drivers, including Xorg and NVIDEA
396.26, 340.107, and 384.130.

This failure is recent because in the past I could play both audio and
video through the HDMI connector.

The laptop is dual boot with Windows 10 and the HDMI works perfectly on
that OS, although I rarely use it...

I am wondering if upgrading my Xubuntu to the latest LTS could
potentially solve this issue, but I fear such an update since I depend
on this computer and an outage would be very hard for me...

Any thoughts would be great.

Thanks for making Linux great!
Bob

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-170.199-generic 4.4.200
Uname: Linux 4.4.0-170-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Dec 29 17:00:14 2019
InstallationDate: Installed on 2015-05-11 (1693 days ago)
InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1857821

Title:
  external HDMI monitor always "unplugged"

Status in xorg package in Ubuntu:
  New

Bug description:
  Hello my Ubuntu friends,

  I can no longer play sound over my external HDMI connected TV.

  The image displays perfectly, but all the HDMI output devices are
  listed as "unplugged"

  I have spent a huge amount of time trying every solution that Internet
  searching will bring but this has changed nothing.

  I have tired all available video drivers, including Xorg and NVIDEA
  396.26, 340.107, and 384.130.

  This failure is recent because in the past I could play both audio and
  video through the HDMI connector.

  The laptop is dual boot with Windows 10 and the HDMI works perfectly
  on that OS, although I rarely use it...

  I am wondering if upgrading my Xubuntu to the latest LTS could
  potentially solve this issue, but I fear such an update since I depend
  on this computer and an outage would be very hard for me...

  Any thoughts would be great.

  Thanks for making Linux great!
  Bob

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-170.199-generic 4.4.200
  Uname: Linux 4.4.0-170-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.21
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Dec 29 17:00:14 2019
  InstallationDate: Installed on 2015-05-11 (1693 days ago)
  InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1014992] Re: Ubuntu 12.04, i386, cannot use rfcomm as regular user. Permission denied.

2017-02-18 Thread gratefulfrog
I have this same problem on Xubunut 16.04.

I cannot access rfcomm* except as root, despite the permissions:

$ ls -al /dev/rfcomm0 
crw-rw 1 root dialout 216, 0 Feb 18 13:58 /dev/rfcomm0

and my membership to dialout:

$ id bob
uid=1000(bob) gid=1000(bob) 
groups=1000(bob),4(adm),20(dialout),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),115(lpadmin),131(sambashare)

I would like to access rfcomm0 via putty, but it WILL only work with 
$ sudo putty

Is there a workaround that can permanently fix this?

Thanks bob.

Cheers,
Bob

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1014992

Title:
  Ubuntu 12.04, i386, cannot use rfcomm as regular user. Permission
  denied.

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  After updating from 8.04 to 12.04 I cannot use rfcomm without sudo.

  I've already added the user  to group 'dialout' .

  Temporary I tried to change udev.rules (KERNEL=="rfcomm[0-9]*", 
GROUP="dialout", MODE="666")  but this doesn't
  solve the problem so I removed it again.

  Here the commands I used :

  burki@orion:/$ hcitool scan
  Scanning ...
   00:12:6F:08:98:FFGEO LE-71 1

  burki@orion:/$ rfcomm connect 1 00:12:6F:08:98:FF
  Can't open RFCOMM device: Permission denied

  burki@orion:/$ ls -l /dev/rfcomm1
  ls: cannot access /dev/rfcomm1: No such file or directory

  burki@orion:/$ groups
  burki adm dialout fax cdrom floppy tape sudo audio dip video plugdev fuse 
scanner lpadmin netdev sambashare

  burki@orion:/$ sudo rfcomm connect 1 00:12:6F:08:98:FF
  Connected /dev/rfcomm1 to 00:12:6F:08:98:FF on channel 1
  Press CTRL-C for hangup

  In another terminal while connection is running ...

  burki@orion:/$ ls -l /dev/rfcomm1
  crw-rw 1 root dialout 216, 1 Jun 19 09:01 /dev/rfcomm1

  burki@orion:/$ UDEV_LOG=debug udevadm test $(udevadm info -q path -n rfcomm1)
  (I've stolen this command from another bug report #570692.  Output is very 
long. Please see attachment)

  WORKAROUND: sudo chmod u+s /usr/bin/rfcomm

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-25-generic-pae 3.2.0-25.40
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic-pae 3.2.18
  Uname: Linux 3.2.0-25-generic-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  burki  1730 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xfe50 irq 56'
     Mixer name : 'Intel CougarPoint HDMI'
     Components : 'HDA:10ec0887,10438444,00100302 
HDA:80862805,80862805,0010'
     Controls  : 49
     Simple ctrls  : 21
  Date: Tue Jun 19 09:15:54 2012
  HibernationDevice: RESUME=UUID=f3e3a302-4042-4fcd-86c5-756ae88e15b8
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  IwConfig:
   lono wireless extensions.

   eth0  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-25-generic-pae 
root=UUID=f791f2d4-8966-47d3-a19d-9b0b649e63ea ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-25-generic-pae N/A
   linux-backports-modules-3.2.0-25-generic-pae  N/A
   linux-firmware1.79
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0703
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8Z68-V LX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0703:bd10/21/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8Z68-VLX:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1464561] [NEW] Hotkey enable/disable touchpad does nothing

2015-06-12 Thread gratefulfrog
Public bug reported:

Running Xubuntu on an Asus UX303LN laptop.

The touchpad disable/enable hotkey (F9) does nothing.  This makes it
very hard to use the machine since the touchpad is constantly capturing
random mouse movements, making it impossible to enter text in the
right place.

When I use the machine I have an external bluetooth mouse, and disable
the touhpad in the settings menu, so I can type, but it would be much
better to have the option to use the touchpad, and switch it on/off.

Also, if the bluetooth connection is lost, then I can do nothing and
have to reboot!

I have no idea how to debug this but would be happy to help.

Another hotkey that does not work is F2 airplane mode. This one is of
no importance to me, but I mention it for completeness.

I am really hoping for a fix!

I am a Ubuntu beta-tester from long ago, and helped on the 1st 64bit
version!

Let me know, please!,
Cheers,
Bob

I have attached all the files specified on the hotkey bug reporting
page. I put them in an archive since that seems to be the only option
for attaching multiple files?

udevadm info --export-db  udev-db.txt
dmesg  dmesg.log
sudo lsinput  lsinput.log
xkbcomp -xkb :0 -  xkbcomp.txt
setxkbmap -print  xkbmap.txt

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: udev 219-7ubuntu5
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Jun 12 10:05:56 2015
InstallationDate: Installed on 2015-05-11 (31 days ago)
InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: ASUSTeK COMPUTER INC. UX303LNB
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=eba1a0f5-161a-4061-99a4-b5598f7692c1 ro quiet splash vt.handoff=7
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: UX303LNB.203
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: UX303LNB
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LNB.203:bd12/10/2014:svnASUSTeKCOMPUTERINC.:pnUX303LNB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LNB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: UX303LNB
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hotkey touchpad vivid

** Attachment added: contains hotkey bug reporting outputs
   
https://bugs.launchpad.net/bugs/1464561/+attachment/4413664/+files/HotkeyReports.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1464561

Title:
  Hotkey enable/disable touchpad does nothing

Status in systemd package in Ubuntu:
  New

Bug description:
  Running Xubuntu on an Asus UX303LN laptop.

  The touchpad disable/enable hotkey (F9) does nothing.  This makes it
  very hard to use the machine since the touchpad is constantly
  capturing random mouse movements, making it impossible to enter text
  in the right place.

  When I use the machine I have an external bluetooth mouse, and disable
  the touhpad in the settings menu, so I can type, but it would be much
  better to have the option to use the touchpad, and switch it on/off.

  Also, if the bluetooth connection is lost, then I can do nothing and
  have to reboot!

  I have no idea how to debug this but would be happy to help.

  Another hotkey that does not work is F2 airplane mode. This one is
  of no importance to me, but I mention it for completeness.

  I am really hoping for a fix!

  I am a Ubuntu beta-tester from long ago, and helped on the 1st 64bit
  version!

  Let me know, please!,
  Cheers,
  Bob

  I have attached all the files specified on the hotkey bug reporting
  page. I put them in an archive since that seems to be the only option
  for attaching multiple files?

  udevadm info --export-db  udev-db.txt
  dmesg  dmesg.log
  sudo lsinput  lsinput.log
  xkbcomp -xkb :0 -  xkbcomp.txt
  setxkbmap -print  xkbmap.txt

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: udev 219-7ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 12 10:05:56 2015
  InstallationDate: 

[Touch-packages] [Bug 1464561] Re: Hotkey enable/disable touchpad does nothing

2015-06-12 Thread gratefulfrog
Hi Martin!

Thanks for that reply!  I am really happy that you are interested in my
annoying problem.

I installed evtest and ran it on all the hotkeys.  The atteched file
shows the results. I have no idea how to interpret them...

I am available for more inupt and/or debugging actions.

Cheers,
Bob

** Attachment added: evtest results
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464561/+attachment/4413875/+files/evtest_results.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1464561

Title:
  Hotkey enable/disable touchpad does nothing

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Running Xubuntu on an Asus UX303LN laptop.

  The touchpad disable/enable hotkey (F9) does nothing.  This makes it
  very hard to use the machine since the touchpad is constantly
  capturing random mouse movements, making it impossible to enter text
  in the right place.

  When I use the machine I have an external bluetooth mouse, and disable
  the touhpad in the settings menu, so I can type, but it would be much
  better to have the option to use the touchpad, and switch it on/off.

  Also, if the bluetooth connection is lost, then I can do nothing and
  have to reboot!

  I have no idea how to debug this but would be happy to help.

  Another hotkey that does not work is F2 airplane mode. This one is
  of no importance to me, but I mention it for completeness.

  I am really hoping for a fix!

  I am a Ubuntu beta-tester from long ago, and helped on the 1st 64bit
  version!

  Let me know, please!,
  Cheers,
  Bob

  I have attached all the files specified on the hotkey bug reporting
  page. I put them in an archive since that seems to be the only option
  for attaching multiple files?

  udevadm info --export-db  udev-db.txt
  dmesg  dmesg.log
  sudo lsinput  lsinput.log
  xkbcomp -xkb :0 -  xkbcomp.txt
  setxkbmap -print  xkbmap.txt

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: udev 219-7ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 12 10:05:56 2015
  InstallationDate: Installed on 2015-05-11 (31 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LNB
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=eba1a0f5-161a-4061-99a4-b5598f7692c1 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LNB.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LNB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LNB.203:bd12/10/2014:svnASUSTeKCOMPUTERINC.:pnUX303LNB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LNB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LNB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1464561] Re: Hotkey enable/disable touchpad does nothing

2015-06-12 Thread gratefulfrog
I ran that device, and the results are slightly different:
F1,F2,F5,F6: no change, no output

F3,F4,F7,F9 : no output, did produce output in previous Asus device
test.

F8,F10,F11,F12: now produces output, did not produce output in previous
Asus device test

 The results are attached.

Should we bump the status of this bug to confirmed or under-work?

Cheers,
Bob

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1464561

Title:
  Hotkey enable/disable touchpad does nothing

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Running Xubuntu on an Asus UX303LN laptop.

  The touchpad disable/enable hotkey (F9) does nothing.  This makes it
  very hard to use the machine since the touchpad is constantly
  capturing random mouse movements, making it impossible to enter text
  in the right place.

  When I use the machine I have an external bluetooth mouse, and disable
  the touhpad in the settings menu, so I can type, but it would be much
  better to have the option to use the touchpad, and switch it on/off.

  Also, if the bluetooth connection is lost, then I can do nothing and
  have to reboot!

  I have no idea how to debug this but would be happy to help.

  Another hotkey that does not work is F2 airplane mode. This one is
  of no importance to me, but I mention it for completeness.

  I am really hoping for a fix!

  I am a Ubuntu beta-tester from long ago, and helped on the 1st 64bit
  version!

  Let me know, please!,
  Cheers,
  Bob

  I have attached all the files specified on the hotkey bug reporting
  page. I put them in an archive since that seems to be the only option
  for attaching multiple files?

  udevadm info --export-db  udev-db.txt
  dmesg  dmesg.log
  sudo lsinput  lsinput.log
  xkbcomp -xkb :0 -  xkbcomp.txt
  setxkbmap -print  xkbmap.txt

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: udev 219-7ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Jun 12 10:05:56 2015
  InstallationDate: Installed on 2015-05-11 (31 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Release amd64 (20150422.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LNB
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed 
root=UUID=eba1a0f5-161a-4061-99a4-b5598f7692c1 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LNB.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LNB
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LNB.203:bd12/10/2014:svnASUSTeKCOMPUTERINC.:pnUX303LNB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LNB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LNB
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp