The time now is Sat 25 May 2013, 11:54
All times are UTC - 4 |
| Author |
Message |
bigbeck
Joined: 27 Feb 2009 Posts: 49
|
Posted: Sun 26 Apr 2009, 20:21 Post subject:
|
|
| CavedOOde wrote: |
NYP, Unnamed and puppy 4.2 SMP are the only pups that run on the machine.
|
G_Pup will also work on the Compaq CQ-60. It works on mine.
Don
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 27 Apr 2009, 16:39 Post subject:
|
|
Some people disturbed, that the network card is assigned to "eth1".
It seems, this can be easily solved.
Edit:
/etc/udev/rules.d/70-persistent-net.rules
Comment the two entries there with a "#", like this:
| Code: | # PCI device 0x10ec:0x8168 (r8169)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4d:4c:26:f1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10de:0x054c (forcedeth)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:90:4a:40:c2", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" |
After a reboot, the file looks like this:
| Code: | # PCI device 0x10ec:0x8168 (r8169)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4d:4c:26:f1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x10de:0x054c (forcedeth)
#SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:90:4a:40:c2", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x10de:0x054c (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:90:4a:40:c2", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" |
The original file in the puplet has just one line:
| Code: | # PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4d:4c:26:f1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" |
I will comment this line in the next Newyearspup, so eth0 should be set as default.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
legendofthor
Joined: 17 May 2007 Posts: 219 Location: Queensland Australia
|
Posted: Sat 02 May 2009, 01:57 Post subject:
|
|
G'day,
Incredible job Mark - I am astonished that you seem to have surpassed the larger distros for cutting edge...
Just wondering though.....
A friend has an ati crossfire system (two graphics cards) - would the ati drivers in NYP activate 3d rendering for this system - or am I asking too much?
If it does we then have another linux and puppy convert.
Cheers
Martin
|
|
Back to top
|
|
 |
gabe
Joined: 03 Apr 2009 Posts: 85 Location: Minnesota, USA
|
Posted: Sun 03 May 2009, 01:49 Post subject:
|
|
@MU:
Sorry if I didn't pick this up from the previous 8 pages, but exactly what versions of Puppy will these drivers (your .pets) work on? I've heard talk about Unnamed puplet, NYP, and even SMP4.2. Does it work on all of these? How about stock 4.2?
As much as I long for elimination of video tearing (which I believe graphics cards will do), I don't want to downgrade to the Puppy4.1x series since it has some problems and general lack of aesthetic appeal.
So where will your drivers work? Is it tied to a specific kernel?
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4623 Location: GB
|
Posted: Sun 03 May 2009, 03:40 Post subject:
|
|
eth1/eth0 - thanks, Mark. Unfortunately, it hasn't happened quite like that. I had to edit in the third paragraph. That was OK and the network setter then showed eth0 and it worked. However, the 'mounting drives' message had now become persistent until I deleted the error message mentioned elsewhere.
Then Google Earth stopped working - it appeared to start loading, but the rotating arrow stopped with no app loaded (same from CLI).
I tried to edit /etc/udev/rules.d/70-persistent-net.rules
back to its original state. It saved OK, but, upon reboot, the edited version had returned with the extra portion and eth0 default. Tried to edit it several more times - no go.
Google Earth still not working - eth0 still default.
Seems I've broken something!
And just to add insult, network settings still refuse to save???
Last edited by Sage on Sun 03 May 2009, 04:44; edited 2 times in total
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sun 03 May 2009, 03:43 Post subject:
|
|
gabe,
the kernel related drivers like virtalbox or graficscarddrivers work only for the kernel they were compiled for.
puppy411 kernel-2.6.28.5 Xorg-7.4 LXDE and the latest newyearspups use the same Kernel, so the pets work in both.
They do not work in Standard Puppy.
Also several other pets will not work in Standard Puppy, those that contain applications based on Gtk2.
Puppy uses an oldr version, where not all dependencies are available, like libgio.
So only few pets/sfs will work in a Standard Puppy, for example Java.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
Sage
Joined: 04 Oct 2005 Posts: 4623 Location: GB
|
Posted: Sun 03 May 2009, 04:43 Post subject:
|
|
above edit, Mark!
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sun 03 May 2009, 05:41 Post subject:
|
|
editing the rules requires to reboot, or it also might work to type:
/etc/rc.d/rc.udev stop
/etc/rc.d/rc.udev reload
/etc/rc.d/rc.udev start
or:
/etc/rc.d/rc.udev stop
/etc/rc.d/rc.udev force-reload
/etc/rc.d/rc.udev start
The original file looks like this:
| Code: | # PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:e0:4d:4c:26:f1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" |
This asigns eth0 to that specific mac adress. I just can suspect where it comes from, it might be a setting from wows computer.
As consequence, all other detected cards get a higher number like eth1.
By commenting it, my computer now uses eth0 after a reboot, and I had not problems so far.
So I can give no further clues.
If you encounter problems, type:
dmesg
Maybe there errors show up.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
gabe
Joined: 03 Apr 2009 Posts: 85 Location: Minnesota, USA
|
Posted: Sun 03 May 2009, 12:46 Post subject:
|
|
| MU wrote: | | graficscarddrivers work only for the kernel they were compiled for. ... They do not work in Standard Puppy. |
Forgive me, I'm trying to understand. If the graficscarddrivers only work with these two unofficial puplets, then how would it be possible to get my graphics card to work for normal Puppy (or newer Puppy like the 4.2 SMP or 4.21)?
Also, you say that "they only work for the kernel they were compiled for"--does this mean they won't work on newer kernels either? (like 2.6.29.1, which all the new Puppy stuff like 4.21 is going to be based on?). Again, forgive me, but this doesn't seem to make any sense to me that they'd work on one kernel and not on older or newer ones.
Why wouldn't they work? Is it linux's fault?
Is there a way to convert the .pet? Or would you be forced to do (a lot of) extra work just to make it work on these different "kernels"?
All I want to do is play video without tearing...
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Sun 03 May 2009, 13:26 Post subject:
|
|
Gabe,
Please:
what card?
What driver?
you can of course compile drivers for other kernels.
Just the binary pets will not work.
Also ultrapup uses a newer xorg than Puppy, so the pets for graficsdrivers are not compatible.
But there are pets for Puppy, like Ati/Nvidia.
More details please:
what card do you have
What Puppy (exactly, e.g. kernelversion) do you want to use...
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
battleshooter

Joined: 14 May 2008 Posts: 1006 Location: Australia
|
Posted: Mon 25 May 2009, 03:43 Post subject:
|
|
Hi everyone,
I'm having a noobie moment and can't figure out how to get back the bar at the bottom of the screen that shows what programs you've got open.
I got rid of it (at least so I think) while playing round with the "Openbox Configuration Manager". I was trying to figure how to get windows to not overlap with the top bar and bottom bar. Excuse the bad terminology, don't know what either are called Thanks
Battleshooter
_________________ Kdenlive for Saluki
Openshot for Saluki
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 25 May 2009, 05:50 Post subject:
|
|
right click the top bar, then choose "add new panel".
Then right click the new one to add things like a taskbar.
Mark
_________________ my recommended links
|
|
Back to top
|
|
 |
battleshooter

Joined: 14 May 2008 Posts: 1006 Location: Australia
|
Posted: Mon 25 May 2009, 06:09 Post subject:
|
|
Yes! Thanks Mark! You've no idea how annoying it wass getting with it missing... Thanks again
Battleshooter
_________________ Kdenlive for Saluki
Openshot for Saluki
|
|
Back to top
|
|
 |
Master_wrong
Joined: 19 Mar 2008 Posts: 455
|
Posted: Sat 30 May 2009, 21:41 Post subject:
|
|
@wow
I cannot find
| Quote: | Patched kernel source SFS:
[kernel-src-2.6.28.5patched.zip] sfs and md5sum inside, packed with SquashFS-LZMA-3.4
|
|
|
Back to top
|
|
 |
Master_wrong
Joined: 19 Mar 2008 Posts: 455
|
Posted: Sat 30 May 2009, 22:06 Post subject:
|
|
without patch, I can use pmount to mount ntfs patition so it also open in pcmanfm,
so is anyone can help me on instruction how to automount all partition with pmount everytime i boot up ?
thank you
|
|
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
|