Output of of fdisk -l on the Mandriva 2007 box.
[root@localhost flamebait]# fdisk -l
Disk /dev/hda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 3916 31455238+ 83 Linux
/dev/hda2 3917 36482 261580914 5 Extended
/dev/hda5 3917 3981 522081 82 Linux swap / Solaris
/dev/hda6 3982 7897 31455238+ 83 Linux
/dev/hda7 7898 34005 209712478+ 83 Linux
/dev/hda8 34006 36482 19890990 83 Linux
Disk /dev/hdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 262 2104483+ 82 Linux swap / Solaris
/dev/hdb2 * 263 2873 20972857+ 83 Linux
/dev/hdb3 2874 30287 220202955 83 Linux
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 38912 312560608+ 7 HPFS/NTFS
Disk /dev/sdb: 1015 MB, 1015808512 bytes
32 heads, 63 sectors/track, 984 cylinders
Units = cylinders of 2016 * 512 = 1032192 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 984 991747+ 6 FAT16
output of lsusb on ther Mandriva box with cellphone attached.
[root@localhost flamebait]# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 009: ID 05c6:1000 Qualcomm, Inc.
Bus 001 Device 003: ID 05e3:0604 Genesys Logic, Inc. USB 1.1 Hub
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 0e41:4750 Line6, Inc. GuitarPort
Bus 002 Device 001: ID 0000:0000
output of lsusb on the openSuSE 11.1 box with cellphone connected.
flamebait@linux-v5xu:~> lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 009: ID 05c6:1000 Qualcomm, Inc.
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Computer sees the cellphone. the Qualcom entry is the phone. Information is not passed on to wherever it goes once the phone is plugged in. usbutils is installed
linux-v5xu:/home/flamebait # zypper install usbutils
Retrieving repository ‘KDE:KDE4:Factory:Desktop’ metadata [done]
Building repository ‘KDE:KDE4:Factory:Desktop’ cache [done]
Retrieving repository ‘openSUSE-11.1-Update’ metadata [done]
Building repository ‘openSUSE-11.1-Update’ cache [done]
Loading repository data…
Reading installed packages…
‘usbutils’ is already installed.
Resolving package dependencies…
Nothing to do.
I am running the 3.5 desktop not the 4.2. Is it a real bug of something else?