Re: Having issues getting hardinfo to work on Xenial

2016-01-23 Thread Nio Wiklund
[bottom posting]

Den 2016-01-23 kl. 18:43, skrev EdLesMann:
> Greetings,
> 
> I had a Surface Pro 2 dumped on my desk at work. WTH am I going to do
> with this? Hrm...Will Ubuntu install? I had a 13.04 Lubuntu disk sitting
> near by...and it installed! But i didn't like the upgrade. Never really
> booted after that.
> 
> If I am going to test, might was well do a proper test using the latest
> version. I grabbed a copy of Lubuntu Xenial 16.04 Daily Build From
> 2016-01-22. Smooth install. Smooth update. I have tested a bunch of my
> normal stuff and things are working great. Maybe I should tell someone!
> 
> Maybe I should to testing based on the Ubuntu Laptop testing guide.
> That way I do a proper test and not just the few apps I use. Besides,
> why not? :-)
> 
> The system is fully updated.
> 
> Following this:
> https://wiki.ubuntu.com/Testing/Laptop/Procedures
> 
> It says to get my hardware from this:
> https://wiki.ubuntu.com/QATeam/Hardware
> 
> Which asks me to run this:
> hardinfo -ram devices.so | sed '/\*\*\*\*\*\*\*/,/\*\*\*\*\*\*\*/d' |
> gist-paste
> 
> However,
> $ hardinfo -ram devices.so
> Computer
>  Summary
> sh: 1: /lib/libc.so.6: not found
> Segmentation fault (core dumped)
> 
> OK fine..
> 
> $ sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
> $ hardinfo -ram devices.so
> Computer
>  Summary
> Segmentation fault (core dumped)
> 
> Well that popped up a "would you like to submit this crash to Ubuntu"
> window. Yes. But then it went away...not sure if it actually did submit.
> Hrm.
> 
> If I try to have hardinfo generate a report, it fails and outputs a 0
> byte file.
> 
> Having never generated a testing report for Ubuntu before I am hesitant
> to continue the testing process when I can't seem to get past step 1. :-(
> 
> Thoughts?
> 
> $ lsusb
> Bus 003 Device 002: ID 8087:8000 Intel Corp.
> Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 002: ID 0424:5537 Standard Microsystems Corp.
> Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 001 Device 009: ID 045e:0795 Microsoft Corp.
> Bus 001 Device 008: ID 045e:0794 Microsoft Corp.
> Bus 001 Device 007: ID 03eb:8209 Atmel Corp.
> Bus 001 Device 005: ID 045e:07a9 Microsoft Corp.
> Bus 001 Device 010: ID 1286:2044 Marvell Semiconductor, Inc.
> Bus 001 Device 011: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
> Bus 001 Device 006: ID 0572:143e Conexant Systems (Rockwell), Inc.
> Bus 001 Device 004: ID 045e:07ab Microsoft Corp.
> Bus 001 Device 002: ID 0424:2137 Standard Microsystems Corp.
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> 
> 
> $ lspci
> 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
> 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT
> Integrated Graphics Controller (rev 0b)
> 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller
> (rev 0b)
> 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
> 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0
> (rev 04)
> 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller
> (rev 04)
> 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
> 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
> 00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1
> [AHCI mode] (rev 04)
> 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
> 
> 
> $ cat /proc/cpuinfo
> processor : 0
> vendor_id : GenuineIntel
> cpu family: 6
> model : 69
> model name: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
> stepping  : 1
> microcode : 0x17
> cpu MHz   : 1835.937
> cache size: 3072 KB
> physical id   : 0
> siblings  : 4
> core id   : 0
> cpu cores : 2
> apicid: 0
> initial apicid: 0
> fpu   : yes
> fpu_exception : yes
> cpuid level   : 13
> wp: yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
> pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
> pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl
> xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor
> ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2
> x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm
> abm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
> fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm xsaveopt
> bugs  :
> bogomips  : 4988.44
> clflush size  : 64
> cache_alignment   : 64
> address sizes : 39 bits physical, 48 bits virtual
> power management:
> 
> processor : 1
> vendor_id : GenuineIntel
> cpu family: 6
> model : 69
> model name: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
> stepping  : 1
> microcode : 0x17
> cpu MHz   : 1812.402
> cache size: 3072 KB
> 

Re: Having issues getting hardinfo to work on Xenial

2016-01-23 Thread flocculant

On 23/01/16 17:43, EdLesMann wrote:

Greetings,

I had a Surface Pro 2 dumped on my desk at work. WTH am I going to do
with this? Hrm...Will Ubuntu install? I had a 13.04 Lubuntu disk sitting
near by...and it installed! But i didn't like the upgrade. Never really
booted after that.

If I am going to test, might was well do a proper test using the latest
version. I grabbed a copy of Lubuntu Xenial 16.04 Daily Build From
2016-01-22. Smooth install. Smooth update. I have tested a bunch of my
normal stuff and things are working great. Maybe I should tell someone!

Maybe I should to testing based on the Ubuntu Laptop testing guide.
That way I do a proper test and not just the few apps I use. Besides,
why not? :-)

The system is fully updated.

Following this:
https://wiki.ubuntu.com/Testing/Laptop/Procedures

It says to get my hardware from this:
https://wiki.ubuntu.com/QATeam/Hardware

[snip]

As an aside - that information is no longer applicable, the option to 
include hardware to test results has been removed.


I've added a warning to the wiki page reflecting that. (Which appears 
rather large - hard to ignore ;) )


regards

--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Having issues getting hardinfo to work on Xenial

2016-01-23 Thread EdLesMann
Greetings,

I had a Surface Pro 2 dumped on my desk at work. WTH am I going to do
with this? Hrm...Will Ubuntu install? I had a 13.04 Lubuntu disk sitting
near by...and it installed! But i didn't like the upgrade. Never really
booted after that.

If I am going to test, might was well do a proper test using the latest
version. I grabbed a copy of Lubuntu Xenial 16.04 Daily Build From
2016-01-22. Smooth install. Smooth update. I have tested a bunch of my
normal stuff and things are working great. Maybe I should tell someone!

Maybe I should to testing based on the Ubuntu Laptop testing guide.
That way I do a proper test and not just the few apps I use. Besides,
why not? :-)

The system is fully updated.

Following this:
https://wiki.ubuntu.com/Testing/Laptop/Procedures

It says to get my hardware from this:
https://wiki.ubuntu.com/QATeam/Hardware

Which asks me to run this:
hardinfo -ram devices.so | sed '/\*\*\*\*\*\*\*/,/\*\*\*\*\*\*\*/d' |
gist-paste

However,
$ hardinfo -ram devices.so
Computer
 Summary
sh: 1: /lib/libc.so.6: not found
Segmentation fault (core dumped)

OK fine..

$ sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
$ hardinfo -ram devices.so
Computer
 Summary
Segmentation fault (core dumped)

Well that popped up a "would you like to submit this crash to Ubuntu"
window. Yes. But then it went away...not sure if it actually did submit.
Hrm.

If I try to have hardinfo generate a report, it fails and outputs a 0
byte file.

Having never generated a testing report for Ubuntu before I am hesitant
to continue the testing process when I can't seem to get past step 1. :-(

Thoughts?

$ lsusb
Bus 003 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0424:5537 Standard Microsystems Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 045e:0795 Microsoft Corp.
Bus 001 Device 008: ID 045e:0794 Microsoft Corp.
Bus 001 Device 007: ID 03eb:8209 Atmel Corp.
Bus 001 Device 005: ID 045e:07a9 Microsoft Corp.
Bus 001 Device 010: ID 1286:2044 Marvell Semiconductor, Inc.
Bus 001 Device 011: ID 046d:c016 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 006: ID 0572:143e Conexant Systems (Rockwell), Inc.
Bus 001 Device 004: ID 045e:07ab Microsoft Corp.
Bus 001 Device 002: ID 0424:2137 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ lspci
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT
Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller
(rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0
(rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller
(rev 04)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1
[AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)


$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 69
model name  : Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
stepping: 1
microcode   : 0x17
cpu MHz : 1835.937
cache size  : 3072 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl
xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor
ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2
x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm
abm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm xsaveopt
bugs:
bogomips: 4988.44
clflush size: 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 69
model name  : Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
stepping: 1
microcode   : 0x17
cpu MHz : 1812.402
cache size  : 3072 KB
physical id : 0
siblings: 4
core id : 1
cpu cores   : 2
apicid  : 2
initial apicid  : 2
fpu : yes
fpu_exception   : yes
cpuid level : 13
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi 

Re: Having issues getting hardinfo to work on Xenial

2016-01-23 Thread EdLesMann
Greetings,

I skipped the hardinfo as it isn't needed and I did a lot of the testing
procedures. Everything worked as expected except for middle clicking
(reported that already).

Well, I just discovered another issue. Starting out in the dock,
everything works as it should. Unplug from the dock and everything
continues to work. Plug back into the dock, and complete freeze with a
black screen. Hard reset required.

On reboot I didn't see anything in particular that looked interesting in
the logs for why the crash.

What information should I provide and to whom?

Thanks!


-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality