Fluppy 013

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#1261 Post 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?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#1262 Post 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.

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#1263 Post 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
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

User avatar
ecube
Posts: 88
Joined: Fri 11 Jul 2008, 17:00
Location: Västerås, Sweden

Re: VirtualBox

#1264 Post 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

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#1265 Post 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

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#1266 Post 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
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#1267 Post by BHINTZ »

Thanks,

I am downloading it now.

bob

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#1268 Post 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

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

VirtualBox

#1269 Post 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

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#1270 Post 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?
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#1271 Post 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

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#1272 Post 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?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#1273 Post 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?
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
rhadon
Posts: 1292
Joined: Thu 27 Mar 2008, 11:05
Location: Germany

#1274 Post 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
Ich verwende "frugal", und das ist gut so. :wink:
Raspberry Pi without Puppy? No, thanks.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: VirtualBox

#1275 Post 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.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#1276 Post 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.

dawnsboy

No USB on Acer Aspire

#1277 Post 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?

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

firstrun-1.7

#1278 Post 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
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#1279 Post 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

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

Re: No USB on Acer Aspire

#1280 Post 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. :)
Last edited by jemimah on Sun 09 Jan 2011, 21:46, edited 1 time in total.

Post Reply