-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
[ 2560.376113] usb 9-1: new high-speed USB device number 2 using xhci_hcd
[ 2560.376186] usb 9-1: Device not responding to set address.
[ 2560.580136] usb 9-1: Device not responding to set address.
[ 2560.784104] usb 9-1: device not accepting address 2, error -71
[ 2560.840127] hub 9-0:1.0: unable…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I can't use my usb keyboard/mouse after upgrade from raring to saucy. The keyboard works in grub menu and if I boot with the previous kernel version (3.8.0-31-generic). My new kernel version is 3.11.0-12-generic. I've got Mad Catz R.A.T.7 wired USB mouse, Canyon CNL-MBMSO02 wired usb mouse and Logitech…
>>> More
-
as seen on Super User
- Search for 'Super User'
My Friend's Pen Drive, which was working well very well just few days ago, is not being recognized after getting used by a virus affected machine.
Its not on fdisk -l or lsusb
However in dmesg I can see the following:
[ 977.300013] usb 5-2: new full speed USB device using uhci_hcd and address 2
[…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am getting this error ,struct usb_serial_driver has no member named shutdown.
I am installing on 64bit ubuntu 3.0.0-12-generic
... Beginning Verify CD ...
... Verify CD Succeed!
... Beginning Copy Install Package Files ...
... will take a long time, waiting 5 seconds, please
... Copy Install…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Depending on which USB port I use to connect my HSDPA modem, the network manager will connect to the internet or not. I used to work (i.e. established a internet connection automatically) on all ports, but over time it simply stopped on some ports.
lsusb output in all cases looks like that (Device…
>>> More
-
as seen on Super User
- Search for 'Super User'
On my Vista laptop, when it goes into sleep mode (for low power, or manually being put into sleep mode, it happens regardless of how), about 1 in 3 times it won't wake up properly from sleep mode, and just display a black screen. The only option is to hold the power button to turn it off by holding…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is there a Windows-tool that is able to automatically revive the computer from standby / sleep mode at a given time?
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a HP Pavilion dv6-2188la and when it wakes from sleep the monitor flashes (screen flickers), and every time it flashes (2 seconds) it returns me to the beginning of the password field making it almost impossible input the password.
Does anyone knows what causes this problem?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I wrote an an idle hook shown here
void vApplicationIdleHook( void )
{
asm("nop");
P1OUT &= ~0x01;//go to sleep lights off!
LPM3;// LPM Mode - remove to make debug a little easier...
asm("nop");
}
That should cause the LED to turn off, and MSP430 to go to sleep when there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I put a hard disk drive in stand-by or sleep mode in Windows, in a programmatic manner.
Does the Windows API or any .Net libraries provide any functions to achieve this? (I am aware that I should probably not interfere with Windows's power management mechanism, but this is not something…
>>> More