The time now is Wed 19 Jun 2013, 21:45
All times are UTC - 4 |
|
Page 114 of 249 [3729 Posts] |
Goto page: Previous 1, 2, 3, ..., 112, 113, 114, 115, 116, ..., 247, 248, 249 Next |
| Author |
Message |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 10 Mar 2012, 14:28 Post subject:
|
|
DaveS,
Here is the difference.
Working:
| Code: | [ 29.080057] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 29.171261] tg3 0000:02:00.0: irq 46 for MSI/MSI-X
[ 31.146755] wlan0: deauthenticating from 00:1e:2a:ec:f3:aa by local choice (reason=3)
[ 31.146919] wlan0: authenticate with 00:1e:2a:ec:f3:aa (try 1)
[ 31.149240] wlan0: authenticated
[ 31.149724] wlan0: associate with 00:1e:2a:ec:f3:aa (try 1)
[ 31.152542] wlan0: RX AssocResp from 00:1e:2a:ec:f3:aa (capab=0x401 status=0 aid=5)
[ 31.152551] wlan0: associated |
Not working:
| Code: | 29.270074] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 29.270101] b43-phy0 ERROR: Initial Values Firmware file-format error.
[ 29.270106] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 29.285105] tg3 0000:02:00.0: irq 46 for MSI/MSI-X
[ 30.546705] b43-phy0 ERROR: Microcode not responding
[ 30.546710] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 30.723379] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 30.723405] b43-phy0 ERROR: Initial Values Firmware file-format error.
[ 30.723410] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 57.586726] b43-phy0 ERROR: Microcode not responding
[ 57.586736] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website. |
I have no idea why it would sometimes find the firmware and sometimes not.
What are you doing to make it work vs not work?
EDIT: The one thing I did change that might have affected this is I installed Mavothal's fixed udev pet. I'll roll it back for the next release and see if your problem goes away.
Last edited by jemimah on Sat 10 Mar 2012, 14:39; edited 1 time in total
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 10 Mar 2012, 14:34 Post subject:
|
|
| don570 wrote: | | Quote: | | Pfind is included in the base system. |
...but do all the features work?? Zigbert says yes.
_____________________________________ |
It should be fine. The rox command opens thunar unless you install rox.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5175 Location: Finland
|
Posted: Sat 10 Mar 2012, 14:46 Post subject:
|
|
I tested scribus compile again. First I sfs_loaded devx sfs. Then your both Python-2.7.2 pets. Then all the rest pet packaged needed dependencies. I cooked scribus again and I made a pet of whole lot, not stripping and splitting. I made your Python as dependency to pet.specs...with the rest needed of course.
Reboot with fresh install. Podofo only installed first...it is not in saluki or wary5 repo. The I installed the scribus...it did find your Python-2.7.2 pet and installed it. In console scribus and....
| Code: | # scribus
scribus: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory |
They exist in devx sfs, I copied just them....
| Code: | # scribus
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Failed to set default encoding to utf-8.
Failed to import warnings module. Something is probably broken with your Python.
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named warnings |
Oh well...it seems that the devx sfs python stuff interferes the compiling. Can I just delete those libpython2.6 lib and symlink...before I configure scribus for compiling...and would it help....your Python pets does not have similar libpython2.7 lib and symlink.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 10 Mar 2012, 14:52 Post subject:
|
|
| pemasu wrote: | I tested scribus compile again. First I sfs_loaded devx sfs. Then your both Python-2.7.2 pets. Then all the rest pet packaged needed dependencies. I cooked scribus again and I made a pet of whole lot, not stripping and splitting. I made your Python as dependency to pet.specs...with the rest needed of course.
Reboot with fresh install. Podofo only installed first...it is not in saluki or wary5 repo. The I installed the scribus...it did find your Python-2.7.2 pet and installed it. In console scribus and....
| Code: | # scribus
scribus: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory |
They exist in devx sfs, I copied just them....
| Code: | # scribus
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Failed to set default encoding to utf-8.
Failed to import warnings module. Something is probably broken with your Python.
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named warnings |
Oh well...it seems that the devx sfs python stuff interferes... |
It should be linking against libpython2.7.a. Try deleting libpython2.6.so*. Or I guess just wait until I post the updated devx for saluki-015.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5175 Location: Finland
|
Posted: Sat 10 Mar 2012, 14:55 Post subject:
|
|
I would like to wait your updated devx sfs and you would get good reason to update. I will compile scribus when the python has been unified. Win-win-situation.
|
|
Back to top
|
|
 |
firak
Joined: 14 Apr 2008 Posts: 157
|
Posted: Sat 10 Mar 2012, 15:12 Post subject:
Tribler - not working for me |
|
Tribler - not working for me
I youst intall a fresh saluki 14 for tryng trlibler.
Tested few times on fresh install.
I attach a sceewnshot of the insallation of tribler.
Any suggestion to make tribler working?
(Al the best to jamiah - saluki seems very nice and faster than puppy528 and macup528 that i'm using)
Hrdwr - eepc 1215p atom 12"
| Description |
|

Download |
| Filename |
ScreenshotTribler.png |
| Filesize |
307.07 KB |
| Downloaded |
104 Time(s) |
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 746 Location: Toronto
|
Posted: Sat 10 Mar 2012, 15:20 Post subject:
|
|
| Geoffrey wrote: | | Tman wrote: | I have created an Nvidia pet in Saluki-13.
|
I tried this with a 8600 GT, it gave me twice the frame rate 40000 in 5 seconds than did my manual install of the driver, but it was unstable and crashed the system, I tried twice to get it too work, but gave up in preference to a manual installation. |
Geoffery, were you running glxgears when it crashed or were you running something else? Did you try installing the driver in a fresh savefile?
Hmmm.. I don't know what the problem could be. I compiled it on an AMD Athlon dual-core, and am wondering if it matters what cpu one compiles it on. I will do some experimenting to see if I can figure out the problem.
_________________ Custom Puppy Linux search page
|
|
Back to top
|
|
 |
jim3630

Joined: 13 Feb 2011 Posts: 792 Location: Northern Nevada
|
Posted: Sat 10 Mar 2012, 16:23 Post subject:
|
|
| Sage wrote: | | Quote: | | I don't tell xorg what resolution to pick. Automatic desktop means it's luck of the draw. |
Thanks for putting that straight. Curious that it's not a problem with others? Any chance of a cheat code workaround? Or is there an HW fix? Newish (ie newer than Cirrus Logic!) nV cards would seem to be an issue? Think I've read similar problems previously that were eventually circumvented?
[Wales 24 Italy 3]
[Ireland 32 Scotland 14] |
sage,
here is step by step install of puppy on old hardware including workaround pfix=nox
http://murga-linux.com/puppy/viewtopic.php?t=29356
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 746 Location: Toronto
|
Posted: Sat 10 Mar 2012, 16:59 Post subject:
|
|
I installed Saluki 14 on a Pentium-4 about half and hour ago (no Nvidia card on this one).
The clock is an hour ahead, how to I change the time in xfce?
Unfortunately, I am still getting the following error message in Midori:
| Code: |
MozPlugger: Error: Failed to execute m4.
Mozplugger: M4 parsing of config generated error
|
This error is repeatable with the following steps:
1) type midori in the console
2) in Midori's address bar, type murga linux forum and press enter
3) click on the appropriate link that takes you to the murga forum. For me, it was the 2nd link.
Installing Pemasu's mozplugger pet still doesn't resolve the issue. (thanks for trying, Pemasu)
On the positive side, Midori 0.4.4 does seem to be more stable; it hasn't crashed on me so far, and I just discovered that it handles HTML5..nice!!
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 10 Mar 2012, 17:31 Post subject:
Re: Tribler - not working for me |
|
| firak wrote: | Tribler - not working for me
I youst intall a fresh saluki 14 for tryng trlibler.
Tested few times on fresh install.
I attach a sceewnshot of the insallation of tribler.
Any suggestion to make tribler working?
(Al the best to jamiah - saluki seems very nice and faster than puppy528 and macup528 that i'm using)
Hrdwr - eepc 1215p atom 12" |
I fixed a problem with the python pet. Please uninstall Python then install the new version from the PPM.
|
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sat 10 Mar 2012, 17:34 Post subject:
|
|
| Tman wrote: | I installed Saluki 14 on a Pentium-4 about half and hour ago (no Nvidia card on this one).
The clock is an hour ahead, how to I change the time in xfce?
Unfortunately, I am still getting the following error message in Midori:
| Code: |
MozPlugger: Error: Failed to execute m4.
Mozplugger: M4 parsing of config generated error
|
This error is repeatable with the following steps:
1) type midori in the console
2) in Midori's address bar, type murga linux forum and press enter
3) click on the appropriate link that takes you to the murga forum. For me, it was the 2nd link.
Installing Pemasu's mozplugger pet still doesn't resolve the issue. (thanks for trying, Pemasu)
On the positive side, Midori 0.4.4 does seem to be more stable; it hasn't crashed on me so far, and I just discovered that it handles HTML5..nice!! |
Do you get this with pfix=ram. I can't reproduce it. What happens if you run m4 in the terminal?
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 746 Location: Toronto
|
Posted: Sat 10 Mar 2012, 17:52 Post subject:
|
|
| jemimah wrote: |
Do you get this with pfix=ram. I can't reproduce it. What happens if you run m4 in the terminal? |
Yes, it happens for me in pfix=ram mode as well.
My frugals pups are installed in a linux partition, not an ntfs partition. This one is using a .2fs saved file.
When I type m4 in the terminal, I get
| Code: | | bash: m4: command not found. |
Nevermind about the clock settings..I figured out how to change the time.
I should add that when I ran the benchmark test on the following site, Saluki froze and I could not even quit using CTRL-ALT-BACKSPACE..
http://peacekeeper.futuremark.com/
|
|
Back to top
|
|
 |
Billtoo
Joined: 07 Apr 2009 Posts: 1508 Location: Ontario Canada
|
Posted: Sat 10 Mar 2012, 18:18 Post subject:
|
|
| Tman wrote: |
I should add that when I ran the benchmark test on the following site, Saluki froze and I could not even quit using CTRL-ALT-BACKSPACE..
http://peacekeeper.futuremark.com/ |
Here's firefox 11 beta7 running in Saluki
| Description |
|
| Filesize |
115.91 KB |
| Viewed |
551 Time(s) |

|
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 746 Location: Toronto
|
Posted: Sat 10 Mar 2012, 18:34 Post subject:
|
|
Thanks Billtoo,
I should have mentioned that I was trying to do the browser benchmark test in Midori.
I have now deleted Saluki frugal install and created a full-install on an ext3 filesystem. The benchmark still froze, but I could eventually get out of it this time.
|
|
Back to top
|
|
 |
James C

Joined: 26 Mar 2009 Posts: 4768 Location: Kentucky
|
Posted: Sat 10 Mar 2012, 18:43 Post subject:
|
|
With the understanding that hardware plays a big part in the Peacekeeper score, and because I'm bored, SeaMonkey 2.72/Saluki 014 on the old p4.
| Description |
|
| Filesize |
111.67 KB |
| Viewed |
542 Time(s) |

|
|
|
Back to top
|
|
 |
|
|
Page 114 of 249 [3729 Posts] |
Goto page: Previous 1, 2, 3, ..., 112, 113, 114, 115, 116, ..., 247, 248, 249 Next |
|
|
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
|