Strange behavior after troubled installation

Hello lizards. It’s a couple of weeks that I installed the 13.1 suse. After repeated installations it works fine but it does some double operations. If I attach my tablet to the PC the system sees 2 devices. And some commands return strange outcome:

linux-rxbz:/home/vincent # uname -a
Linux linux-rxbz 3.11.10-17-desktop #1 SMP PREEMPT Mon Jun 16 15:28:13 UTC 2014 (fba7c1f) x86_64 x86_64 x86_64 GNU/Linux

See the x86_64 repeated 3 times in the uname -a command?
The lspci command shows more usb dev than they are:

linux-rxbz:/home/vincent # lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:01.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
03:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)
04:00.0 Network controller: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe
05:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce 9300M GS] (rev a1)

But the strangest is the dmesg command output. Oh I tried to post the dmesg screen but it is useless. It prints pages and pages of output. And most of those lines are nonsense.
Do you have any advice. How can I find what is the problem and fix it?

Thanks.

Vincent

That’s normal.
One is the “machine” (“uname -m”), one is the “processor” (“uname -p”), and one is the “hardware platform” (“uname -i”).
See also “man uname”.

The lspci command shows more usb dev than they are:

linux-rxbz:/home/vincent # lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:01.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
03:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)
04:00.0 Network controller: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe
05:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce 9300M GS] (rev a1)

That looks normal as well.
Those devices are there, I suppose.

But the strangest is the dmesg command output. Oh I tried to post the dmesg screen but it is useless. It prints pages and pages of output. And most of those lines are nonsense.

dmesg prints the whole kernel log.
Of course that could be large.
Pipe it to less to browse through the pages:

dmesg | less

(press SPACE for the next page, ‘b’ for the previous one, ‘G’ for the last one, “1G” for the first one, ‘h’ for help)

Do you have any advice. How can I find what is the problem and fix it?

Not really, but maybe the tablet really presents itself as two devices?

This somehow sounds like this though:
https://bugzilla.novell.com/show_bug.cgi?id=885402

Some questions:
Which DE are you using? (KDE, GNOME, …)
Where do you see the tablet exactly on your system?

I suppose you connect it via USB. What does “lsusb” show?

I use the KDEnvironment.

This is the lsusb outcome:

# lsusb
Bus 001 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 004: ID 0424:2507 Standard Microsystems Corp. hub
Bus 002 Device 003: ID 04f2:b056 Chicony Electronics Co., Ltd 
Bus 002 Device 007: ID 0b05:514f ASUSTek Computer, Inc. 
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]                                                                                                                                                  
Bus 005 Device 002: ID 1926:0003 NextWindow 1900 HID Touchscreen                                                                                                                                                                             
Bus 006 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse                                                                                                                                                                          
Bus 007 Device 002: ID 045e:0750 Microsoft Corp. Wired Keyboard 600                                                                                                                                                                          
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                                                                                                                                                                               
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub                                                                                                                                                                               
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                                                                                                                               
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                                                                                                                               
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                                                                                                                               
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                                                                                                                               
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub                                                                                                                                                                               
Bus 001 Device 005: ID 1934:0602 Feature Integration Technology Inc. (Fintek) F71610 or F71612 Consumer Infrared Receiver/Transceiver

The tablet is the ASUStek line. So here is seen as one device.
What does the 7 lines … Device 001 … root hub mean?

Thanks.

So you mean the device notifier?
Could you post a picture (upload it to a image sharing site like http://susepaste.org and post a link) of that?

And please post the output of:

solid-hardware list

And maybe connect the tablet and post the output of “dmesg|tail”.

But I don’t think this is related to installation problems.
Either it’s caused by the tablet itself, or there is a bug somewhere in openSUSE (the kernel or udisks2 probably).

This is the lsusb outcome:

The tablet is the ASUStek line. So here is seen as one device.

Looks ok as well. The device is only there once as expected.

What does the 7 lines … Device 001 … root hub mean?

Those are your system’s USB hubs, i.e. the USB ports themselves where you can connect devices, so to say.

This should be the pictures

http://susepaste.org/33733182

The solid-hardware is:
# solid-hardware list
Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
udi = '/org/kde/solid/udev/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1'
udi = '/org/kde/solid/udev/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D2c'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D2p'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/net/wls32'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1c.5/0000:02:00.0/net/ens37'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/video4linux/video0'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3'
udi = '/org/kde/solid/udev/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS0'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS1'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS10'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS11'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS12'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS13'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS14'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS15'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS16'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS17'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS18'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS19'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS2'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS20'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS21'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS22'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS23'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS24'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS25'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS26'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS27'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS28'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS29'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS3'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS30'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS31'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS4'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS5'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS6'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS7'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS8'
udi = '/org/kde/solid/udev/sys/devices/platform/serial8250/tty/ttyS9'
udi = '/org/kde/solid/udev/sys/devices/system/cpu/cpu0'
udi = '/org/kde/solid/udev/sys/devices/system/cpu/cpu1'
udi = '/org/kde/solid/udev/sys/devices/virtual/net/lo'
udi = '/org/kde/solid/udev/sys/devices/virtual/sound/seq'
udi = '/org/kde/solid/udev/sys/devices/virtual/sound/timer'
udi = '/org/freedesktop/UDisks2/block_devices/sda1'
udi = '/org/freedesktop/UDisks2/block_devices/sdb'
udi = '/org/freedesktop/UDisks2/block_devices/sda'
udi = '/org/freedesktop/UDisks2/block_devices/sda3'
udi = '/org/freedesktop/UDisks2/block_devices/sda2'
udi = '/org/freedesktop/UDisks2/drives/Hitachi_HDP725050GLA360_GEA550RE393KTN'
udi = '/org/freedesktop/UDisks2/drives/TSSTcorp_CDDVDW_TS_T633A_Q3836ROQ545927'
udi = '/org/freedesktop/UDisks2/drives/Multi_Flash_Reader_058F0O1111B1'
udi = '/org/freedesktop/UPower'
udi = '/org/kde/fstab'

About thise system usb ports. I have only 3 usb ports. Also in the lspci command I see more than 6 of them. Not normal I think.

If it’s just some bug from the KDE manager it is not a big deal.

Ok, so there’s an unnamed device, and one labelled “Android”.

And another “anomaly” I see there is that “Open with File Manager” is duplicated as well. That’s definitely not normal.
Does this happen with other devices as well? (USB-sticks f.e.)
Maybe you already played around with the configuration and created a second entry by mistake?

The solid-hardware is:

Hm, it doesn’t seem to be detected as drive at all.
Probably because it can only be accessed via MTP, it doesn’t present itself as “drive”.

But I think it should show up there anyway. Was it connected at the time when you ran that command?

About thise system usb ports. I have only 3 usb ports. Also in the lspci command I see more than 6 of them. Not normal I think.

Believe me, this is normal.
Those hubs are there in your hardware, although they might not be connected to ports in your computer’s case.
But that’s completely unrelated to your probem anyway.

If it’s just some bug from the KDE manager it is not a big deal.

Do you have any problem? (except for the fact that you see the device twice)

Can you open the tablet? Do both entries work, only one, or none?

Maybe the tablet can be accessed via two different protocols, and that’s why it appears twice.
Or maybe one is the internal storage, and the other one an inserted memory card or something?
I have to say that I have absolutely no experience with Android devices at all, so cannot tell you whether this is normal or not.

As I recall each function of the touch screen shows up as a USB device so it is not surprising to see more USB devices than you have ports