Puppeee 4.3X

For talk and support relating specifically to Puppy derivatives
Message
Author
hokal
Posts: 103
Joined: Wed 10 Jun 2009, 12:27
Location: Kempen, Germany, dutch border

#1261 Post by hokal »

ref. BT headset / speaker.

jemimah,

unfortunately no success with your BT instructions. I can hear the speaker producing klicking sound, so it is controlled, but when I play a song I get this:

aqualung --device bluetooth
no output driver specified, probing for a usable driver.
Probing ALSA driver....OK

-then aqualung starts.
But when I start the mp3 song I get this:

ALSA lib audio/pcm_bluetooth.c:1607:(audioservice_expect) BT_START_STREAM failed
ALSA lib audio/pcm_bluetooth.c:1566:(audioservice:recv) Too short (1byte) IPC

And I get this message in a loop again and again!! Streaming problem!
I was so excited when you announced that it works :D

With Beta6 I found a small bug with the sd card reader of my 901. When I boot the 901 with inserted sd card it will mount the card
with that green mark on the icon. If I mouseclick the card icon, the pmount puppy drive mounter shows up and my sd card icon disappears. After reinserting the sd card everything works fine.

I'm already curious on the Beta7 :wink:

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

#1262 Post by jemimah »

Hmmm, I did test with a slightly newer bluez (they release a new one every couple weeks). I'll update it in the next version and you can test it again.

The next version will be 4.0 actually, I like to update the major number when I update the kernel so I can keep them straight in my head.

Usb probing will change a bit in the next version. Don't know if it will fix any bug or not though.

User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#1263 Post by neurino »

I have some troubles with builtin curlftpfs.

This is the curlftpfs homepage example to test functionality:

Code: Select all

$ mkdir sunet 
$ curlftpfs ftp://ftp.sunet.se/ sunet/
does it work for you?
In my puppeee 3.5 it hangs terminal & rox.

P.S.: only now I realize the default FTP client has been removed :( not a problem if most users don't need it tho...

morimoto
Posts: 9
Joined: Thu 12 Feb 2009, 10:10

#1264 Post by morimoto »

jemimah wrote:So the new kernel cowardly refuses to attempt to overclock the 701 and 702, because this crashes some machines. Should I patch it to bring that functionality back? Would anyone here miss overclocking on their 701(4g)?
Not at all

( PS : Your work is much appreciated )

mm

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#1265 Post by trapster »

This works in Puppeee3.6

locally create /root/web then,

Code: Select all

curlftpfs username%40website:password@ftp.website/web /root/web
username is your username at the host site
%40 replaces the first instant of "@"
password is password for host site
ftp.website/web is the directory on host site
/root/web is the local folder
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

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

#1266 Post by jemimah »

How to Hibernate:

1. Create a swap partition on your hard drive at least as large as how much RAM you have. It's not recommended to have a swap partition on an SSD, but you can if you understand the risks.

2. Append 'resume=/dev/<sd?>' to your kernel line of your bootloader, either grub's menu.lst or or syslinux.cfg, where <sd?> is the name of your swap partition.

3. Run 'acpitool -S'. It takes a few seconds to copy down.

4. Boot as normal, and with any luck, it will resume.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1267 Post by dougeeebear »

I just tried hibernation on my 900 and it worked great.
Wireless came back up perfect, I just had to adjust the brightness back to where it was before it hibernated.

This just hibernates, with no regular swap, right?
Swap would probably be a little much on the SSD.

Thanks :)

EDIT:
It also works as above on my 1000H.

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

#1268 Post by jemimah »

Puppeee is going to try to use any swap file you create. It should be possible to modify the script so that it only uses the swap space for hibernation, but I can't make that the default because I suppose some people are going to want to swap.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1269 Post by dougeeebear »

I thought an entry in /etc/fstab was necessary to activate swap.

dawnsboy

#1270 Post by dawnsboy »

I thought an entry in /etc/fstab was necessary to activate swap.
As jemimah stated Puppy will look for swap on boot up and activate it automatically if swap does exist.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1271 Post by dougeeebear »

I just had a major problem.
I had Puppeee installed on sda6, and I created a swap partition which became sda7.
Somehow, the drive numbers became switched around so that Puppeee became sda7 and the swap partition became sda6.

Needless to say I had a grub boot error.

After some fudging around with a couple partition managers, I managed to get both partitions deleted and allocated that space to an existing Windows partition.
Then I restored the Windows MBR from Acronis.

I don't know what caused this to happen, but since my 1000H is my primary computer, I can't take any chances on having it get messed up to where I can't recover it.

I will probably restrict my testing to my 900 for awhile.

Any ideas on what may have caused this are welcome.

Regards, Doug

EDIT:
I just recreated the sda6 partition, reinstalled Puppeee and restored the most recent backup and now all is well (I think).
I never had that problem before I created the swap partition.

gerry
Posts: 986
Joined: Thu 26 Jul 2007, 21:49
Location: England

#1272 Post by gerry »

Pupeee working fine on Acer Aspire One ZG5 now. Don't know what I did to make that happen....

gerry

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

#1273 Post by jemimah »

Grub can get messed up if you change your partitions around. Just rerun the grub installer (from a boot disk if necessary), and everything will come back.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1274 Post by dougeeebear »

When I booted from the SD card, the partitions were showing up as reversed on the drive icons as well as in gparted.

The grub installer wouldn't let me select the proper partition to install grub.

I don't usually have major problems like that, but I sure did this time.
Thank goodness for my emergency recovery resources, and frequent backups.

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

#1275 Post by jemimah »

Any recommendations for games for Puppeee? I've removed all the ones that don't fit on a 7inch screen.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1276 Post by dougeeebear »

No recommendations for games, but I use Dosbox for various dos programs.
I just can't seem to figure out installing it.
A dot pet for it would be nice.

BJF
Posts: 262
Joined: Tue 25 Mar 2008, 02:23
Location: Lower Hutt, New Zealand

Post subject

#1277 Post by BJF »

Me too for Dosbox. I have Incredible Machines on a PCLINUXOS laptop that entertains boys of all ages at our place, running under Dosbox!

Gwled(?) and Mah Jongg are favourite time passers, and you can't go wrong with a wee game of chess.

User avatar
zicozico
Posts: 40
Joined: Mon 04 May 2009, 16:11
Location: Europe

#1278 Post by zicozico »

Here's a dosbox pet.
But you also need SDL (in case you do not already have it)

Let me know if you have difficulties finding SDL pets (there are plenty)

Note that I successfully run Sensible World Of Soccer 96/97, PC edition including commentary under Dosbox on my eee 701
(See www.sensiblesoccer.de if you are unfamiliar witrh this fantastic game)

Please also note that Puppy Arcade is more suitable for running games (far less overhead). It is possible though to run SWOS under Puppeee at full speed in fullscreen but then you have to use the blackbox window manager (which is easy to install and you can swap between regular window manager and blackbox)

Zicozico

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

#1279 Post by jemimah »

Dosbox is a little bigger than I am hoping for to include by default. I did find some very interesting games though.

Two very beautiful and unique games from Jason Rohrer:
http://transcend.sourceforge.net/
http://lordmatt.co.uk/item/1122/

And xinvaders3d runs well
http://xinvaders3d.sourceforge.net/xinv3d.p1.jpg

I also added
Gtans tanegrams and Xdemineur minesweeper and left a few of the existing games that did not have a problem resizing.

dougeeebear
Posts: 170
Joined: Wed 08 Apr 2009, 15:36
Location: Mid-South, USA

#1280 Post by dougeeebear »

Thank you Zicozico, it works very nicely.
One question, when I run it the screen brightens dramatically.
Would there be a work-around for that?

Regards, Doug

Post Reply