Page 64 of 100

Posted: Fri 07 Jan 2011, 19:50
by Béèm
A good technique is to go in a console to the directory in which the command is and type the command for execution.
Mostly interesting info is the result.
Preferably, post that here?

Posted: Sat 08 Jan 2011, 01:13
by BHINTZ
I attempted to go to the file and got the following

Stopping VirtualBox kernel module ...done.
Recompiling VirtualBox kernel module ...failed!
(Look at /var/log/vbox-install.log to find out what went wrong)
# /var/log/vbox-install.log
bash: /var/log/vbox-install.log: Permission denied

I assume that there is something that automatically happens in lupu5.2 that is not happening in Fluppy. I can get to through setup and click on "start" and then get the messages reported here. With Lupu I have to go through the internet connection process whenever awakening from "suspend". Each OS is very close to being "just right" on this laptop.

Posted: Sat 08 Jan 2011, 07:29
by rhadon
@ BHINTZ

I'm sure you need the kernel source form page 1 to recompile the kernel drivers. :wink:

When I've built my own virtual box in Lucid I also used the devx.sfs but not sure you really need it.

HTH

Rolf

Re: VirtualBox

Posted: Sat 08 Jan 2011, 08:23
by ecube
BHINTZ wrote:Has anyone gotten VirtualBox to work in Fluppy?
There might be a simpler way, but this works for me.

Download to directory /usr/src
http://puppeee.com/files/sources/kernel ... ed.tar.bz2
Type
# cd /usr/src
# tar xvf http://puppeee.com/files/sources/kernel ... ed.tar.bz2
# cd kernel-source-2.6.34.7-patched
# make prepare
# make oldconfig
# make (your computer will be busy for a long time)
# make modules_install
# /etc/init.d/vboxdrv setup
You can check your success by typing
# lsmod | grep vbox
yielding something like
vboxnetadp 4974 0
vboxnetflt 12162 0
vboxdrv 129133 2 vboxnetadp,vboxnetflt :D

Posted: Sat 08 Jan 2011, 16:11
by BHINTZ
I am trying to follow these directions, but when I type "# make prepare" I get "bash: make: command not found"

I am pretty certain that there is a space between the words.

I am using the LXT terminal, is that the problem.

bob

Posted: Sat 08 Jan 2011, 16:29
by technosaurus
BHINTZ wrote:I am trying to follow these directions, but when I type "# make prepare" I get "bash: make: command not found"
bob
Sounds like you don't have the devx loaded

Posted: Sat 08 Jan 2011, 17:00
by BHINTZ
Thanks,

I am downloading it now.

bob

Posted: Sat 08 Jan 2011, 17:36
by BHINTZ
I have downloaded and rebooted with devx selected, but still get message about "make" being unknown command

I had great hopes and have plugged in my laptop as I have no idea what "a long time" means in this process once I finally get it happening.

bob

VirtualBox

Posted: Sat 08 Jan 2011, 17:56
by BHINTZ
I have found the log which reports that the initial problem is that I do not have a functional "make" command.

Is that a fluppy issue? or how do I fix that?

bob

Posted: Sat 08 Jan 2011, 17:59
by rhadon
@ BHINTZ

To run the 'make' command you definitively need the compiler environment flp_devx_010.sfs from here.

Rolf

Edit: sorry, I missed the last posts. Have you loaded the dev.sfs file with the Boot Manager?
Are you using the virtualbox4.sfs from lupu 5.2?

Posted: Sat 08 Jan 2011, 19:23
by BHINTZ
I have installed 4.0sfs and get the following message when I attempt to run the setup


/etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: No such file or directory

The file I was attempting to compile was downloaded following ecube's recommendation above.

The message from 4.0 is different from the message from 3.28 (fluppy edition). That one indicated that I do not have a "make" command.

bob

Posted: Sun 09 Jan 2011, 03:14
by edoc
I wrestling with WINE a shell for WINE called "Play on Linux" was recommended http://www.playonlinux.com/en/

Has this been tested in Fluppy?

Posted: Sun 09 Jan 2011, 03:47
by nooby
They list what it works on here

http://www.playonlinux.com/en/download.html

Puppy is not mentioned :) Can one guess from that list which puppy version that has teh most likely chance to work?

Posted: Sun 09 Jan 2011, 09:07
by rhadon
@ BHINTZ

OK, found two minor differences in the post from ecube which work for me.
I assume you use a frugal install. Your save file must have more than 512MB (I used 756MB).

But first your devx.sfs must be loaded proper! If you type the command make and you get

Code: Select all

make:  *** No targets specified...
then it's OK.
If not, menu->System->Control Panel->Software->Boot Manager configure SFS files and add the devx.sfs (the file must be in mnt/home).

The same with the virtualbox4.sfs file.

Extract kernel-source-2.6.34.7-patched.tar.bz2 to /usr/src. If you copy the file to /usr/src and extract it, you probably need more than 756MB save file. I extracted from a folder under /mnt/home.

Go to the new folder /usr/src/kernel-source-2.6.34.7-patched and open a terminal or if you already have one opend, use the cd command.

Then use the make commands provided by ecube.

At last

Code: Select all

/etc/init.d/rc.vboxdrv setup
Now enter virtualbox and the program should run.
If everything works fine you can delete the kernel sources.

HTH

Rolf

Re: VirtualBox

Posted: Sun 09 Jan 2011, 14:58
by jemimah
ecube wrote:
BHINTZ wrote:Has anyone gotten VirtualBox to work in Fluppy?
There might be a simpler way, but this works for me.

Download to directory /usr/src
http://puppeee.com/files/sources/kernel ... ed.tar.bz2
Type
# cd /usr/src
# tar xvf http://puppeee.com/files/sources/kernel ... ed.tar.bz2
# cd kernel-source-2.6.34.7-patched
# make prepare
# make oldconfig
# make (your computer will be busy for a long time)
# make modules_install
# /etc/init.d/vboxdrv setup
You can check your success by typing
# lsmod | grep vbox
yielding something like
vboxnetadp 4974 0
vboxnetflt 12162 0
vboxdrv 129133 2 vboxnetadp,vboxnetflt :D
I think this is the only way. It's probably not neccesary to install the compiled modules. My intention is to update Fluppy to 2.6.35.7, if I can solve the sound issue (since 2.6.37 is even worse according to Barry). Hopefully for the next release. Then I will make a pet of the virtualbox modules. Maybe I'll just add them to Fluppy and blacklist them.

Posted: Sun 09 Jan 2011, 15:02
by jemimah
edoc wrote:Not to rush you, I can't imagine how you keep the pace that you do, but just wondering when Fluppy 11 is due ... approximately.

I need to plan my time to update the 7 computers that I manage.
Within the next couple of days I guess.

No USB on Acer Aspire

Posted: Sun 09 Jan 2011, 15:27
by dawnsboy
I recently purchased a new Acer Aspire One D255 netbook with Windows XP Home pre-installed. It features the Intel Atom N450 1.66GHz processor, 1GB RAM, 160GB HDD, with webcam, GMA 3150 video adapter. The Windows XP was already optimized for the environment and runs pretty well. So naturally I wanted to put Fluppy on it.

I defragged the hard drive and used gparted to shrink it. I created a new partition at the end of the drive and formatted it for use with Linux. I initially setup the install with Lucid 5.1 as this is the only version of Puppy that will boot from the external (usb) cd. I manually installed Fluppy 010 afterwards.

Fluppy boots just fine. All of the initial setup options were already reflected in the initial boot dialogue. The desktop and selection of applications found in the menu (I scrolled through the menu using the windows key and the arrow keys) look good.

Here is the problem. Fluppy does not detect my external usb mouse, the touchpad, the webcam or any item that I may plug into a usb port such as the cd drive or usb flash drive. I noticed that essentially the same issue exists in Lucid 5.2.


Is there anything I can do about this problem?

firstrun-1.7

Posted: Sun 09 Jan 2011, 15:59
by shinobar
ANNOUNCE: Updated firstrun-1.7
/usr/sbin/countrywizard.qs
Fix change_xrandr was crash with multiple monitors
It does not support 'qc'(Quebec). You can add the entry in the /usr/share/i18n/keymaps as jemimah found.
http://www.murga-linux.com/puppy/viewtopic.php?t=58312

Posted: Sun 09 Jan 2011, 16:23
by magerlab
i'd like to if new fluppy goes too far from 10 version:)

on eee pc 701 i used puppeee upgrade with the same savefile
and it worked ok

new osd and gtk(?) notifications are looking good

Re: No USB on Acer Aspire

Posted: Sun 09 Jan 2011, 21:38
by jemimah
dawnsboy wrote:I recently purchased a new Acer Aspire One D255 netbook with Windows XP Home pre-installed. It features the Intel Atom N450 1.66GHz processor, 1GB RAM, 160GB HDD, with webcam, GMA 3150 video adapter. The Windows XP was already optimized for the environment and runs pretty well. So naturally I wanted to put Fluppy on it.

I defragged the hard drive and used gparted to shrink it. I created a new partition at the end of the drive and formatted it for use with Linux. I initially setup the install with Lucid 5.1 as this is the only version of Puppy that will boot from the external (usb) cd. I manually installed Fluppy 010 afterwards.

Fluppy boots just fine. All of the initial setup options were already reflected in the initial boot dialogue. The desktop and selection of applications found in the menu (I scrolled through the menu using the windows key and the arrow keys) look good.

Here is the problem. Fluppy does not detect my external usb mouse, the touchpad, the webcam or any item that I may plug into a usb port such as the cd drive or usb flash drive. I noticed that essentially the same issue exists in Lucid 5.2.


Is there anything I can do about this problem?
I think it's maybe usb3.0. I'll poke around in the kernel and see if that's something I can just turn on.

Edit: Yeah it is. Hopefully Fluppy011 will work then. :)