Ubuntu :: USB-device Not Visible In Virtual Box?
Jun 29, 2010
I'm trying to format a Micro-SD card using Windows XP in Virtual Box. My problem is that nothing happens when I plug in the card. I've tried a card reader and my Android phone which should just mount it self as an SD-card. I can use my USB mouse, so I'm a bit confused. I'm using a Packard Bell Easynote Easynote MV35-Z.
View 2 Replies
ADVERTISEMENT
Aug 23, 2009
I have spent considerable hours searching forums and googling. I have yet to find out what "lm-sensors acpitz-virtual-0 Adapter: Virtual device temp1:" is actually looking at. I have an Abit IP35 motherboard with Ubuntu 9.04 installed.
Here is the output from sensors:
Virtual Device Temp 1 keeps going up to 121 degrees and the computer shuts down. None of the others overheat. Also, my bios does not show my voltages to be set like it lists above. The bios in the motherboard is the latest from Abit.
View 9 Replies
View Related
Nov 8, 2010
In first place i am sorry about my horrible English. I want to make a web site with a virtual host of apache visible by all the computers connected to my networking. I put this in the end of the file "/etc/httpd/conf/httpd.conf"("192.168.1.194" is the IP address of my computer. The default gateway IP address is "192.168.1.1"):
[Code]...
It works if i go to "http://192.168.1.194/" with the browser of the computer with apache inside, but on the others PC of my networking this method don't work!
View 2 Replies
View Related
Mar 12, 2011
I want to try to create my own virtual device in Linux. Something simple, for example, a /dev/fortune virtual device that returns a line from fortune() each time you read from it.
I am willing to do my own research and study, I just need to know where to start. E.g., what to read or what to google, in order to get me where I want to go the fastest. I have some C/C++ and Ruby background.
View 2 Replies
View Related
Jun 15, 2010
Just upgraded fro 9.10 to 10.04, and went to start VMware player. It needed to load and compile some modules.
All of them got a nice green tick except the Virtual Network Device
Unable to start services. See log file /tmp/vmware-root/setup-2986.log for details.
I cant access that log file. Set the folder to read only, and any contents, but theres no file in there.
How do I solve this so I can run WMware?
View 3 Replies
View Related
Nov 25, 2009
i have some basic knowledge about device drivers.can any one tell how to write drivers for virtual modem, Actually my project is to implement communication between the two PCs by using two virtual modems. so for that i need to write the code for the virtual modem which it should understand all the AT commands exactly as physical modem and it should send/receive call and SMS.
View 1 Replies
View Related
Sep 3, 2010
I am trying desperately to create a virtual video device (v4l2), meaning something like /dev/video0 that when accessing it (say, with xawtv or whatever) I get a certain video file played.
I am trying to do this with vloopback. After doing modprobe vloopback, the vloopback input device declared is /dev/video0 and the output device is /dev/video1.
I am trying to do this:
Code:
mencoder vid.avi -nosound -vf scale=320:240 -ovc raw -of rawvideo -o /dev/video0
and then to view the movie with this:
Code:
xawtv -c /dev/video1
[Code].....
View 1 Replies
View Related
Jan 12, 2010
I just installed Centos 5.4 on the 2nd partion of my hard drive. I have an ethernet card in my machine (a 3Com Corporation 3c905 100BaseTX [Boomerang] card), but I need to be able to use my wireless USB device I bought from my local phone company (Qwest)...because I will not always have the luxury of plugging in to a hard-wired connection. The USB wireless device works fine in Windows, but I need to be able to use it on my newly installed Centos 5.4 partition.
Here's some info:
[Code]...
View 4 Replies
View Related
Jan 10, 2011
I am trying to install a 11.3 virtual machine through Xen on a 11.3 installation. I am trying to install from the opensuse DVD. I get to this point, setting up everything (I can only do paravirtualization) Then the DVD spins for a little while and after that I am returned this error message "device 0 vif could not be connected opensuse....."
I tried a bunch of different settings in the previous screen and I always end up with this error I googled around and it seem to be a problem in different distros but I could not spot a solution at all
View 9 Replies
View Related
Feb 3, 2010
how to use CTRL-ALT-DELETE on a virtual Windows machine on my Virtual Box?
View 2 Replies
View Related
Jan 2, 2011
How do I program a virtual machine to auto-start/boot upon boot up of the host system? I am experimenting with SNORT network intrusion detection system and have installed it inside a virtual ubuntu box which I want to start automatically.
View 1 Replies
View Related
Jul 3, 2009
apache virtual host to limit the concurrent connections of virtual hosts? Taking into account the host of each virtual user's home directory can also have more than one subdirectory, which should be restricted to a subdirectory. Is beyond the control of the operation of these sites in a subdirectory. Best local restrictions or limitations to the overall situation.
View 1 Replies
View Related
Aug 25, 2009
When I create virtual ethernet interface and do a ping -I <v_int> <host> the outgoing address is the one of the physical interface and NOT the virtual interface.Is there no chance that trafic will go out with virtual interface address??Incoming trafic is done well i.e. responds to the virtual interface have the virtual address.
My problem is that I have 2 modems and want to check both default gw behind the modems.
If I do a "normal" ping both are reachable over default route even the modem which is not the default route will not work because ping goes over the working modem.So I have 2 routing tables and want to route the virtual interface to one modem the other to the other modem
View 3 Replies
View Related
Jun 29, 2010
I would like to configure and SAN disk. But I do not have a physical SAN disk. Is it possible to create and configure a Virtual SAN disk and work on it with virtual machines?I have around 400GB of space in my Laptop.
View 7 Replies
View Related
Apr 21, 2010
I'm having an issue with setting up the virtual hosts on my web server. I have 2 virtual hosts (example1.com, example2.com). example1.com works but example2.com is sent to the index file of example1.com. I did some searching on google and it seems the problem might be with my /etc/hosts file.
First virtual host that the second is also directed to...in sites-available/sites-enabled (note port 80 is blocked by my isp so I use 8080)
Code:
Second virtual host file
Code:
And my hosts file
Code:
# The following lines are desirable for IPv6 capable hosts
Also I'm using a dyndns.org...would that make a difference?
View 2 Replies
View Related
Aug 14, 2010
Can I copy my virtual box VM windows XP virtual-machine files to another Linux computer and run the machine on that computer while I keep on running it on the original computer?
This question is about technical possibilities, not licences.
View 2 Replies
View Related
Jan 8, 2010
Is there anyway for one Virtual Server to access the main host, or another Virtual Server? Or would they be totally 100% independent?
View 5 Replies
View Related
Nov 22, 2010
I want to create a virtual host and virtual ip in proftpd linux centos. can anyone please help me on this,I'm new in linux.
View 8 Replies
View Related
Oct 14, 2010
I've got a working Virtual Postfix server running with mysql doing user authentication. I have a support email address set as support@hostname.com, which has 5 aliases associated; user1, user2, user3, user4, and user5. When an email is sent to support@hostname.com, all 5 users receive the email, just as planned. What I'm looking to do is when an email is sent to support@hostname.com to have it rotate through the members of the alias group. That way all members of the group get support emails evenly and not everybody all at once. Is this possible?
View 4 Replies
View Related
Sep 6, 2010
Has anyone gotten XP Mode to work in Win 7- while Win 7 is running in VBox? Everything installs seemingly error free- XP Mode, and the two updates. I then start Win XP Mode. The computer goes through 25 minutes or so of setting up XP mode for 'first use'. At the end, a message appears: "Could not complete setup. Please try again". In Win7, I've removed XP Mode from Programs and Features, and reinstalled. No change.
Using 11.3, Oracle/Sun VBox 3.2.8 with guest additions, and Win7 Ultimate with the three required downloads (after selecting Win7 Ultimate 32bit and English) Download Windows XP Mode
View 6 Replies
View Related
Apr 13, 2010
All my music editing software programs say, "unable to open device /dev/dsp.Device or resource busy." How can I fix this?
View 3 Replies
View Related
Jun 11, 2011
I rebooted my server and out of nowhere the RAID5 array won't assemble. I've tried everything I could think of to reassemble the thing. I fear that the array is ruined, but I can't imagine how. Here are various bits of information: The simplest failure (with and without partition numbers, which have not been needed in the past):
Code:
richard@nas:~$ sudo mdadm --assemble --verbose /dev/md0 /dev/sd[bcd]
mdadm: looking for devices for /dev/md0
mdadm: cannot open device /dev/sdb: Device or resource busy
[code]...
View 5 Replies
View Related
Aug 23, 2011
I've bought an X10 Home Automation USB interface: the CM15.
This is the information lsusb gives:
skerit@KIP-DU-SKER:~$ lsusb Bus 008 Device 002: ID 0bc7:0001 X10 Wireless Technology, Inc. ActiveHome (ACPI-compliant)
But this tells me nothing about where the device file is! How can I find that, or create one myself?
View 1 Replies
View Related
Sep 8, 2010
I have installed Ubuntu for a friend and find that on that installation Audio CD's are not automatically visible.
Data CD's appear fine and audio CDs are visible with some software (e.g. with RipperX) but they are not visible in the file system and cannot be played directly (e.g. with RythmBox).
With my installation of Ubuntu (also 10.4), as soon as I insert an audio-CD, I am prompted as to whether I want to open the CD with RythmBox. This does not happen with the other installation.
Does anyone have any tips here? Do audio-CD's demand that a certain package is installed for them to be visible/playable?
PS: I have recently changed the DVD-drive to a CD-drive. Do I need to re-declare the drive parameters?
View 1 Replies
View Related
Sep 13, 2010
I have a folder on a fat32 partition that is mounted in both os's on my system.(Ubuntu 10.4 and Win 7) When I go to windows 7 the partion is mounted but I can not find the Music Folder on the drive. When i have it booted in linux I have access to the Music folder. The last change on my system I made was I ran edna-0.6 for a day so I could stream the contents of the folder. I need to figure out how to get access to these in windows again.
//output from ls-l on my /media/osShare mount
total 544
-rwxrwx--- 1 root plugdev 0 2010-09-08 21:32 admins.txt
-rwxrwx--- 1 root plugdev 0 2010-09-08 21:32 banned-ip.txt
-rwxrwx--- 1 root plugdev 0 2010-09-08 21:32 banned.txt
[Code]....
View 8 Replies
View Related
Apr 29, 2011
i upgraded to 11.04 but the deastop interface is same as 10.10the new launcher panel in 11.04 as shown in webpage is not visible.
View 1 Replies
View Related
Jul 5, 2011
i stalled ubuntu 11.04 , i am following some tutorials in order to learn ubuntu. I noticed that the top menu is not visible in ubuntu 11.04. How to get it back. i found this article in internet. will this work [URL]
View 1 Replies
View Related
Jan 17, 2011
[Code]....
What I want: multiple virtual hosts with ssl and only 1 ip address: In my example: server = 192.168.227.129
[Code]....
View 9 Replies
View Related
May 4, 2010
jpg files are not visible for upload. I only see the dir. trying to upload pictures to ebay. 9.10 and 10.4 are the same. I tried another sevice same thing happens. Can some one point me in the right direction.
View 2 Replies
View Related
May 20, 2010
Ubuntu 10.04 I removed the Me Menu from the panel and then put it back (right click -> Add to Panel -> Indicator Applet Session). The Me Menu came back, but my name is not on the panel. When the Me Menu came back it was just a small blank on the panel next to the Power Button. There was no name, no icon, no nothing to tell me that was the Me Menu. In fact, I only accidentally found it when I happened to click in that blank space. I checked to see if there was any sort of Preferences setting for the Me Menu so I could get it to display my name for me to click on (like it did before), but could not see a setting like that. How can I make the Me Menu to be more visible than just a blank spot on the panel?
View 1 Replies
View Related