similar to: USB passthrough not working

Displaying 20 results from an estimated 1000 matches similar to: "USB passthrough not working"

2012 Jun 12
1
Reconnection problem with a USB device
This is going to be a bit off the wall as I doubt many people are using a VM in quite the same manner as I am in this case. I have a new scanner at home, a Mustek A3USB 1200 Pro, which requires a vendor supplied version of libsane to run. That is a pain in the behind just to start with. To use that scanner requires a 32b machine with sufficiently old versions of various libraries. My primary
2013 Jul 06
2
Permission problem with /dev/net/tun
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi lxc folks, the symptom my libvirt LXC container suffers from is: root@depot:/dev/net# ls -la total 0 drwxr-xr-x 2 root root 40 Jun 29 16:26 . drwxr-xr-x 5 root root 480 Jun 29 16:26 .. root@depot:/dev/net# mknod tun c 10 200 mknod: `tun': Operation not permitted The host is an up-to-date AMD64 Ubuntu raring on 3.8.0-25-generic that was
2012 Jan 13
1
Hmisc for Maverick
On 01/12/2012 09:21 PM, r-sig-debian-request at r-project.org wrote: > Message: 4 Date: Thu, 12 Jan 2012 18:39:53 -0500 > From: Michael Rutter <mar36 at psu.edu> > > Hmisc is available on c2d4u > (https://launchpad.net/~marutter/+archive/c2d4u) for Natty and Oneiric, > but not for Maverick, the others you mention are not. > Dirk, Michael - thanks for the useful advice.
2011 Oct 08
1
Oneiric Ocelot Package missing from PPA
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/pool/main/w/wine1.3/ I recently tried to install the Latest .29 WINE from the PPA and it ended up using the .15 version from the official Ubuntu 11.10 Repository instead. Although it doesn't matter for .29 (as it has a bug that has since been fixed), I would like to know if we'll be expecting a package on the PPA for the next version, I
2012 Dec 27
4
Broken rsync mirroring for PuppetLabs APT repo
Hi, I have sent this mail to info@puppetlabs.com and received no answer, so I''m posting here as well; I hope somebody at PuppetLabs will be able to help. I have a local mirror of apt.puppetlabs.com which has been broken for at least a few days: the apt/dists/ subdirectory only contains symlinks to non-existent files. [mirror@excellent dists]$ ls -l total 0 lrwxrwxrwx 1 mirror mirror 29
2011 Oct 28
4
Unable to mount btrfs partition
Hello! Today I downgraded from Ubuntu''s APT repo "oneiric-proposed" (which brings some kernel 3.0.0-13) back to the standard repo "oneiric". Now I''m not able to mount my btrfs / and /home (both on the same partition) anymore: device fsid SOME-UUID devid 1 transid 84229 /dev/dm-0 parent transid verify failed on 77078528 wanted 83774 found 84226
2013 Mar 27
0
Moving to R 3.0.0 on Ubuntu
This is a post I just added to my Ubuntu R Blog (http://www.personal.psu.edu/mar36/blogs/the_ubuntu_r_blog/2013/03/moving-to-r-300-on-ubuntu.html). As you may (or may not) be aware of, R 3.0.0 is [scheduled to be released](http://www.r-project.org/) on April 3rd. Since this is a major release and there may be some growing pains (but I hope not) in the move 3.0.0, here is some information
2012 Feb 10
2
the value of the last expression
Is there an analogue of common lisp "*" variable which contains the value of the last expression? E.g., in lisp: > (+ 1 2) 3 > * 3 I wish I could recover the value of the last expression without re-evaluating it. thanks -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://camera.org http://ffii.org
2012 Mar 14
2
sum(hist$density) == 2 ?!
> x <- rnorm(1000) > h <- hist(x,plot=FALSE) > sum(h$density) [1] 2 ----------------------------- shouldn't it be 1?! > h <- hist(x,plot=FALSE, breaks=(-4:4)) > sum(h$density) [1] 1 ----------------------------- now it's 1. why?! -- Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000 http://www.childpsy.net/ http://www.memritv.org
2012 Mar 13
9
Cannot install aok (Age of Empires 2: Age of Kings) on Wine
Hi there, I'm running Wine 1.3.28 on Ubuntu Oneiric and I cannot manage to get aok installed. The installation routinely freezes immediately after the program starts to copy the first file, the message that pops up says there isn't enough space on disk (clearly a false statement) or that the folder is being used by some other program (which one?). Thanks for your help.
2016 Jun 09
0
Problem with USB pass through after switching to Xenial from Trusty
I use a virtual machine for a scanner I have for which the vendor never updated their driver. I have accessed it for years using a pass through: <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x055f'/> <product id='0x040b'/> </source> </hostdev> I
2012 Feb 19
1
Creating a Guest from an ISO
Hi, I''m new to Xen, and I just installed Xen 4.1 on 64-bit Ubuntu Server 11.10. I''ve confirmed I''m booting into the Xen kernel. Now I''m trying to create guests for 64-bit and 32-bit Ubuntu Desktop 11.10. I''ve downloaded the ISOs, and while I''ve been reading through the docs, several things are unclear to me. First, there seems to be two
2007 May 02
5
Return error instead of dying on time back skip?
Hello everybody! Currently, dovecot just kills itself if it detects that time has moved backwards more than a hardcoded number of seconds. I accept the reasons, but I do not like to restart dovecot manually after waiting for time to move forward again. A cron job would not help, because time might still be wrong when it restarts dovecot. All our systems run ntpd, but they might be offline
2007 Dec 13
4
Weird Mongrel error: Not starting.
Hi list, I have a problem with Mongrel which is really bugging me. I would really appreciate any help that anyone can provide to help me in solving this problem. 1. My setup: Apache front_end with mod_proxy_balancer in front of 4 mongrel/rails instances of my application. Rails 1.2.5 Ruby 1.8.6 Mongrel 1.1.1 2. I noticed that the CPU consumption on my server was 100% being consumed by ruby so I
2012 Feb 08
4
"unsparse" a vector
Suppose I have a vector of strings: c("A1B2","A3C4","B5","C6A7B8") [1] "A1B2" "A3C4" "B5" "C6A7B8" where each string is a sequence of <column><value> pairs (fixed width, in this example both value and name are 1 character, in reality the column name is 6 chars and value is 2 digits). I need to
2012 Apr 18
1
$lsbdistcodename stays the same after dist-upgrade
Dear List, i was running a few natty systems and upgraded one of them to oneiric. Facter shows the right lsbdistcodename, lsbdistrelease, etc. parameters, but when i''m running puppet agent the modules has access to the previous (natty, etc.) values. As i see on puppetmaster in /var/ lib/puppet/yaml/{facts,node} the output from facter and the agent is cached and won''t update
2012 Feb 16
1
Samba4 ldbmodify
Hi Local root, who is not a domain administrator, can modify the ldb's. No ticket required. Is my installation correct? Cheers, Steve Ubuntu oneiric, 4.0.0alpha18-GIT-567f05e
2011 Sep 17
2
Anyone using Oneric suddenly having Wine/OpenGL problems?
So last night I try to start L4D2 (which previously worked), and am seeing this dreaded message as the first in the console: Code: err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems This is happening both with the latest Wine from git and from the prebuilt 1.3 package in the Oneiric repos. It was all working fine when I last tested (using my git build) a
2011 Nov 11
1
Window positioning is messy
When a window or a dialog of an application opens, it is automatically positioned somewhere on the screen (for example somewhere in the center). In current Wine and Ubuntu Oneiric (I can't tell for other distributions), child windows of automatically positioned windows appear offset, often at [0,0] in the top left corner of the screen. This is not too much annoying for tool windows, but it is
2012 Apr 08
3
System freeze
Hi, At the begining i would like to appologize for my English. My system : Release: Ubuntu 11.10 64 (oneiric) GNOME: 2.32.1 (Ubuntu 2011-04-14) Kernel: 3.0.0-17-generic (#30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012) My Hardware: CPU: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz Memory: 3873 MiB GPU1: Intel (propably) i915 GPU2: NVidia Optimus GT525M Wine 1.5.1 After few minutes (5 - 20 min) of