Hi ATIpro,
On Tue, Jun 18, 2013 at 1:27 AM, ATIpro <[email protected]> wrote:
> For now I have Arch Linux for test in dualboot and have built latest
> kernel there. Since this issue is distribution independent I hope this
> won't be a big problem.
>
> [ivan@vaio ~]$ zcat /proc/config.gz | grep CONFIG_USB_DEBUG
> CONFIG_USB_DEBUG=y
> [ivan@vaio ~]$ zcat /proc/config.gz | grep CONFIG_DEBUG_DRIVER
> CONFIG_DEBUG_DRIVER=y
>
> After boot I've plugged usb 2.0 flash drive to working usb 3.0 port,
> then removed it. After that I've plugged there usb 3.0 flash drive and
> removed it. Here is full dmesg. Still no noticeable activity on external
> usb 2.0 port.
The 'dmesg' is very clear, but looks still no bad things found, we
can see USB1/USB4 are USB2.0 bus, and built-in devices are
recognized in USB1 bus, but I am not sure the external USB 2.0 ports
belong to which bus(1 or 4).
Could you do the below tests so that we can see if USB4 bus can be
wakeup? If not, the problem should be that something is wrong with
port routing setting.
- plug one device into USB 2.0 port
- run the below scripts and post out the 'dmesg' info:
#!/bin/sh
find /sys/bus/usb/devices/*/power/control | while read LINE; do
echo on > ${LINE}; done
Thanks,
--
Ming Lei
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172908
Title:
USB 2.0 Ports Dont Work on Sony Vaio Laptop
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1172908/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs