Comment 18 for bug 48773

Revision history for this message
Giorgio Vazzana (mywing) wrote :

Pascal,

these are the files you needed. I've used the following script to create them:

#!/bin/bash
mkdir bugreport
cd bugreport
uname -a > uname-a.log
cat /proc/version_signature > version.log
dmesg > dmesg.log
sudo lspci -vvnn > lspci-vvnn.log
sudo lsusb -v > lsusb-v
cp /var/log/Xorg.0.log .

Let me know if you need any other information. Thanks.