The time now is Fri 24 May 2013, 14:51
All times are UTC - 4 |
| Author |
Message |
dawg
Joined: 09 Aug 2009 Posts: 106 Location: still here
|
Posted: Thu 10 Sep 2009, 09:02 Post subject:
Subject description: power button |
|
Puppy ignores my lappies' power buttons.
|
|
Back to top
|
|
 |
Sylvander
Joined: 15 Dec 2008 Posts: 2855 Location: West Lothian, Scotland, UK
|
Posted: Thu 10 Sep 2009, 09:20 Post subject:
|
|
On my PC it won't auto power-off [does on BoxPup & Puppy 4.2.1-rc3], so it's necessary for me to manually use the off switch once it reports that the system has halted.
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Thu 10 Sep 2009, 11:57 Post subject:
Subject description: which OpenGL for pup4.3beta2...? |
|
Hi,
on pup4.3beta2 frugall
I installed
xorg_xorg_full_dri-7.3.pet
to get OpenGL and subsequently instal, let us say ....MU's GoogleEarth sfs file.
To see if OpenGL was running I did this:
on pup4.3b2 + xorg.xorg-7.3-full-dri.pet
| Code: |
# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2 |
then no working OpenGL using that pet.
Cheers
Charlie
|
|
Back to top
|
|
 |
lluamco
Joined: 16 Mar 2007 Posts: 193 Location: Banyoles, Spain
|
Posted: Thu 10 Sep 2009, 13:31 Post subject:
iwlwifi-4965-2.ucode |
|
My wifi network misses the firmware. I have found that, when included in
/lib/firmware, the wireless network works properly. I include the firmware attached here.
It needs to be unzipped before copied to /lib/firmware directory.
I hope that it can be included in puppy 4.3.
| Description |
|

Download |
| Filename |
iwlwifi-4965-2.ucode.gz |
| Filesize |
76.44 KB |
| Downloaded |
243 Time(s) |
|
|
Back to top
|
|
 |
tom4jesus

Joined: 12 Dec 2008 Posts: 55 Location: Valatie, New York, USA
|
Posted: Thu 10 Sep 2009, 13:55 Post subject:
|
|
| Sylvander wrote: | | On my PC it won't auto power-off [does on BoxPup & Puppy 4.2.1-rc3], so it's necessary for me to manually use the off switch once it reports that the system has halted. |
I have the same exact problem and it is present in both beta1 and beta2.
I have on older pentium3.
It goes through the shut down and ends in white text on the screen saying "system halted" and I then push the power button once to turn it off.
_________________ Netbook; Compaq cq10 with Quirky008,Ubuntu 9.10,W7 
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Thu 10 Sep 2009, 14:08 Post subject:
DRI |
|
Hi charlie6:
| Quote: | I installed
xorg_xorg_full_dri-7.3.pet
|
I am using a manual frugal install and my computer has an ATI 9550 graphic card.
DRI is working and I did not installed the full xorg, but the lesser xorg_xorg_dri-7.3-1 pet package plus the file r300_dri.so from the full package, for just my card. If I install the full dri pet, it always gives a problem, I believe it overwrites some files incorrectly in my /usr/X11R7/bin area.
| Code: | # glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2 |
I started over with a fresh backup, save file.
Kal
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Thu 10 Sep 2009, 17:23 Post subject:
Tray Volume Control |
|
One more minor problem is my motherboard's on-board sound only uses PCM and the old absvolume in the tray, controls the Master volume only. The solution was to compile and put in a newer AbsVolume-4.3, replacing Puppy's from their site. This one uses PCM. Then I just started it in /root/.xinitrc with the command "absvolume &" only. It is not as fancy, but, works.
Kal
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4944 Location: Australia
|
Posted: Thu 10 Sep 2009, 18:43 Post subject:
|
|
Note to anyone wanting to compile their own kernel (and Barry) -
the lzma compression utility is required at the last stage of the kernel image compression, but Puppy 4.3b2's version of lzma will fail, since it does not recognise the "9" and "c" switches of the build script.
In fact, none of the official LZMA SDK versions from
http://www.7-zip.org/download.html
will work this way.
Instead you need the unofficial LZMA Utils package from
http://tukaani.org/lzma/
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 10 Sep 2009, 20:32 Post subject:
|
|
| tom4jesus wrote: | | Sylvander wrote: | | On my PC it won't auto power-off [does on BoxPup & Puppy 4.2.1-rc3], so it's necessary for me to manually use the off switch once it reports that the system has halted. |
I have the same exact problem and it is present in both beta1 and beta2.
I have on older pentium3.
It goes through the shut down and ends in white text on the screen saying "system halted" and I then push the power button once to turn it off. |
Unfortunately, this is an issue that has to be taken up with the kernel developers.
The kernel has a configure option to handle shutdown quirks of particular hardware, and I enabled that. However, recent kernels do not shutdown all the old PCs that once did shutdown.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Thu 10 Sep 2009, 20:45 Post subject:
|
|
| tempestuous wrote: | Note to anyone wanting to compile their own kernel (and Barry) -
the lzma compression utility is required at the last stage of the kernel image compression, but Puppy 4.3b2's version of lzma will fail, since it does not recognise the "9" and "c" switches of the build script.
In fact, none of the official LZMA SDK versions from
http://www.7-zip.org/download.html
will work this way.
Instead you need the unofficial LZMA Utils package from
http://tukaani.org/lzma/ |
Um, no it doesn't fail. I compiled the 2.6.30.5 kernel and it did get lzma compressed, 1978KB, compared with the 2.6.29.6 kernel at 2320KB.
That was a full hd installation, of pup 4.3beta1 I think.
lzma 4.32.0beta3 Copyright (C) 2006 Ville Koskinen
Based on LZMA SDK 4.43 Copyright (C) 1999-2006 Igor Pavlov
Usage: lzma [flags and input files in any order]
-c --stdout output to standard output
-d --decompress force decompression
-z --compress force compression
-k --keep keep (don't delete) input files
-f --force force overwrite of output file and compress links
-t --test test compressed file integrity
-S .suf --suffix .suf use suffix .suf on compressed files
-q --quiet suppress error messages
-v --verbose be verbose
-h --help print this message
-L --license display the license information
-V --version display version numbers of LZMA SDK and lzma
-1 .. -2 fast compression
-3 .. -9 good to excellent compression. -7 is the default.
--fast alias for -1
--best alias for -9 (usually *not* what you want)
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
plaguedogs

Joined: 18 Oct 2008 Posts: 60
|
Posted: Fri 11 Sep 2009, 04:01 Post subject:
no sound |
|
no sound on SigmaTel stac9228 driver loads fine alsa mixer shows card, but no sound,
this is in /etc/modprobe.conf
| Code: | alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel |
this is in /proc/asound/card0/codec#2
| Code: | Codec: SigmaTel STAC9228
Address: 2
Function Id: 0x1
Vendor Id: 0x83847616
Subsystem Id: 0x10280242
Revision Id: 0x100402
No Modem Function Group found
Default PCM:
rates [0x7e0]: 44100 48000 88200 96000 176400 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM |
so ... i dont know, its broken for me.
mutepup
it had sound in my virtual box.... lol
ps, my grub is broken too
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Fri 11 Sep 2009, 06:18 Post subject:
|
|
Hi Kal,
many thanks for your reply!
| Quote: | | DRI is working and I did not installed the full xorg, but the lesser xorg_xorg_dri-7.3-1 pet package plus the file r300_dri.so from the full package, for just my card. If I install the full dri pet, it always gives a problem, I believe it overwrites some files incorrectly in my /usr/X11R7/bin area. |
my card is nvidia GeForce 6200 se
I installed xorg_xorg_dri-7.3-1 pet package plus the file nv_drv.so (which I suppose to suit my card) and place nv_drv.so in
/usr/X11R7/lib/xorg/modules/drivers folder.
Restarted and glxinfo answered again
| Code: | | direct rendering: No |
I stay puzzled...
ps: have previously uninstalled the full xorg...and restarted.
cheers
charlie
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Fri 11 Sep 2009, 06:51 Post subject:
|
|
Damn........... cant find any bugs!
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Fri 11 Sep 2009, 06:54 Post subject:
Subject description: nvidia driver compatible with k.2.6.30.5 |
|
Last edited by charlie6 on Fri 11 Sep 2009, 12:23; edited 3 times in total
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Fri 11 Sep 2009, 07:05 Post subject:
|
|
| Quote: | | Damn........... cant find any bugs! |
Maybe you need a new kernel?
http://www.osnews.com/story/22145/Linux_2_6_31_Released/
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|