André Roth wrote:
Hello List,
I'm using kvm-82 and I'm trying to attach a HP 1200 per USB to my guest system (Debian/lenny, 2.6.26-1-amd64). This works so far, the usblp module is loaded and I get a /dev/usb/lp0. I can print text/plain by catting text to the device.
But using CUPS, the device is not detected due to a failing ioctl:
# strace /usr/lib/cups/backend/usb 2>&1 | grep error\\\|lp0 -i
...
open("/dev/usb/lp0", O_RDWR|O_EXCL) = 3
ioctl(3, SNDCTL_DSP_SYNC, 0x7fff90018760) = -1 EIO (Input/output error)
Specifying the device manually does not work either. On the host system
this works without problems. The CPU is an Intel Core2 Quad Q9300.
How can I further debug this ?
An messages in dmesg?
Though I'm afraid I know very little about USB. You might try the qemu
list.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html