Virtual Linux Desktop (Gentoo/XFCE) on Windows with CoLinux
On a side note, I have a wireless internet. This linux distro does not reconize my wireless, even though I did a bridge. the Eth0 failed. Plus, I have to disable everything (bridges, tap) and unbridge my wireless connection in order to use the internet.Beach wrote:Make sure your bridged network is working, the virtual adapter was renamed to "tap", and DHCP is enabled on your network. When the virtual system boots, look for the system message about "eth0" - this line should read:
* Bringing eth0 up... [ok]
Are you running XP or 2000?
Also, try pingin the virtual system from a dos prompt: ping colinux
100th post! Who Hoo!
The network functionality of this process really needs work. I do not have trouble using it with a couple of PCs at home, but I do have trouble with a workstation where I work. I can not seem to find any rhyme or reason. I wanted to look for some answers on the Colinux site but I have not had the time.
You can still use the system without the network (although it is much better with the network). To move things you have created off the system, use Explore2fs to read your virtual hard drive. Just open the virtual drive with Explore2fs and it will list the drives contents like a file manager. Unfortunately, this access is read only.
Explore2fs: http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
I will look for network alternatives this weekend and post anything I find.
BTW: I might be able to enable sound - do you think there is any interest in enabling sound for this virtual Linux?
Edit: Scratch the part about still using the system without the network... Was not thinking about VNC when I said that. Yes, you can use the system in text mode but that is not as cool... Sorry, looking for a solution...
You can still use the system without the network (although it is much better with the network). To move things you have created off the system, use Explore2fs to read your virtual hard drive. Just open the virtual drive with Explore2fs and it will list the drives contents like a file manager. Unfortunately, this access is read only.
Explore2fs: http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
I will look for network alternatives this weekend and post anything I find.
BTW: I might be able to enable sound - do you think there is any interest in enabling sound for this virtual Linux?
Edit: Scratch the part about still using the system without the network... Was not thinking about VNC when I said that. Yes, you can use the system in text mode but that is not as cool... Sorry, looking for a solution...
-
- Enthusiast
- Posts: 202
- Joined: Sun Apr 27, 2003 4:44 am
- Location: Michigan, USA
- Contact:
There is a great networking how-to on the Colinux web site that explains the different ways to connect the network. I noticed also that it stated WinPcap does not work with wireless adapters. I'm sure this is the issue your having Shannara.
Here is the how-to: http://www.colinux.org/wiki/index.php/coLinuxNetworking
Here is the how-to: http://www.colinux.org/wiki/index.php/coLinuxNetworking
I have not found anything else open sourced that will allow Linux on Windows with networking. Your best bet is to buy VirtualPC or VMware and get a total virtual PC environment. http://www.microsoft.com/windows/virtualpc/default.mspx
I am glad to hear you have it going now. As for compiling, I bet you have upgraded to the full version of PB and are trying the examples. You can not compile the examples because after an upgrade the examples directory is owned by 'root'. You can copy the example pb file to your home directory '/home/pbuser' and compile from there. I bet you have already figured this out though. Let me know if you still have trouble, I think you almost have it whipped.
No problem, just edit the 'local.start' from a terminal window like so:Say, have you figured out a way to make the linux window the size of your desktop?
Code: Select all
sudo nano /etc/conf.d/local.start
/usr/bin/pb_vncserver.sh start 1000x700
This looks nice on a 1024x768 screen, however, you can set the resolution to the size of your screen and enter full screen mode by clicking the VNC icon in the upper left hand of the VNC window. There is an option for full screen.
I would feel pretty goofy announcing this to everyone if it did not compile. In fact, the PureBasic installer I made was created in this environment (code is located in /home/pbuser/code/).Have you, by any chance, been able to do any compiling at all?
Something might have gone wrong with your update to the full version of PureBasic (if you performed one). Here are the steps you can do to test if you are compiling correctly.
From the XFCE desktop:
- Open a terminal window
- Type in the following (not the 'bash-2.05b$' part):
bash-2.05b$ cp /usr/share/purebasic/examples/sources/gadget.pb /home/pbuser
bash-2.05b$ cd /home/pbuser
bash-2.05b$ pbcompiler gadget.pb -e gadget.pbe
bash-2.05b$ ./gadget.pbe
I am very interested to see if this works for you, please let me know.