s to the popularity of the Raspberry Pi. I did not test that one however.
Either way, I gave up on using java on my powerpc laptop. It is simply too slow
to do any useful programming in java with it. I think that clojure and
scala will
be even slower.
kind regards,
Ruben
--
To UNSUBSCRIBE,
l and use Emacs/Vim and
javac/ant/maven.
Aside from Java development however, other stuff (including
development) is definitely still doable on that machine.
Ruben
On Wed, Aug 28, 2013 at 11:28 PM, Brian wrote:
> I have 500mhz and 1.5 ghz G4 PowerBooks and corresponding similar
> Powermacs
Was supposed to go to the mailing list...
-- Forwarded message --
From: ruben
Date: Tue, Jan 22, 2013 at 1:37 AM
Subject: Re: debian on iBook G4
To: Dan DeVoto
On Tue, Jan 22, 2013 at 12:11 AM, Dan DeVoto wrote:
>
> I don't think pommed does power-saving thing
staken, this did work with
older kernels, so I'm a bit surprised. Which kind of external tools
can be used to get similar behavior?
Hoping to get some advice from other people that are still using
iBooks/PowerBooks.
cheers,
Ruben
--
To UNSUBSCRIBE, email to debian-powerpc-requ...@li
At Tue, 11 Dec 2007 00:07:56 +0100,
Ennio-Sr wrote:
>
> Hi Ruben,
>
> thanks for your reply. However your cure wasn't enough ;(
> Maybe because the dual-boot is with Mac OS9 (instead of OSX)!?
> Although after booting OS9 I exit regularly, when I try again the
> moun
fter reboot in linux, you will be able to mount it
read-write.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ite.
Just agreeing. I replaced the harddisk in my iBook G4 (4200rpm/40GB)
with a Western Digital Scorpio (5400rpm/80GB). The guide I found on
ifixit.com is excellent. You just need to make sure that you get
those special screw-drivers and then, if you take your time and work
carefully, it is reall
ocks, only the mutex, and please do
> test gp->running before touching the hardware (with the lock held).
Ok, I changed it. It should be safe now?
Thanks,
Ruben
patch-sungem.c
Description: Binary data
t it was not written to
the hardware.
> I'll give it a try myself as soon as I find some time and will submit
> the patch upstream with fixups if needed.
In this patch, the new mac address is written to the hardware
regardless of "netif_running". It seems to work, but p
;macchanger" did
however complain that it could not change the mac address.
Comments?
Ruben
patch-sungem.c
Description: Binary data
interface up or not permission: Device or resource busy
The eth0 interface is down and I am executing this as root.
Someone knows why this is not working?
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
got everything working more or less to your liking? It's
also possible to use the 'unstable' version of one software package,
while using the testing version for everything else. For this, you
need to properly configure /etc/apt/preferences.
Kind regards,
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
r problem?
I believe you could also look at "mouseemu", but I've never used that
myself. "mouseemu" provides an option to avoid accidental tapping on
the touchpad while typing. (pbbutonsd provides that option also, but
it is not always stable)
I don't know how to com
appropriate kernel module
is missing and/or the hfsplus package.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
pecify the commit
interval as a mount option. Or you can check out laptop-mode-tools:
this is a script that relies on the laptop-mode feature in the Linux
kernel to delay and group disk writes, so as to minimise the time that
the disk is spun up.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
bably already guessed, the "SYSFS{address}" is the
MAC-address. IIRC, I just changed the 'name'. I don't know whether
this is the correct way to change this, but it works for me.
Just a guess that you might have experienced something similar.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
on "Device"
Identifier "ATI Technologies, Inc. M11 NV [FireGL Mobility T2e]"
Driver "radeon"
BusID "PCI:0:16:0"
Option "RenderAccel" "true"
Option "AccelMethod" "EXA"
#Option "UseFBDev" "true"
EndSection
Ruben
enabled.
suspend-to-ram works fine here too.
Ruben
-
My hardware/software:
guava ~ # lspci | grep VGA
:00:10.0 VGA compatible controller: ATI Technologies Inc M11 NV
[FireGL Mobility T2e] (rev 80)
guava ~ # cat /proc/cpuinfo
processor : 0
cpu : 7447A, altivec suppo
ied Gnash, but if you're specifically looking for youtube
and google video, then try the following site:
http://javimoya.com/blog/youtube_en.php
I've used it a couple of times before to download a video from
youtube. It lets you save the video locally, and then you can play it
with mplayer.
'a' and 'tab', so I can't do
> dpkg-reconfigure console-data
>
> now I'm reinstalling linux...
Umm.. next time make sure you install an ssh-server and have it
running, so you can access it remotely when this happens. :)
ruben
--
To UNSUBSCRIBE, email to
se
a HFS+ partition without journalling.
It can still, however, be mounted read-write, while not allowing
writes and then you get a similar message. That happens when the file
system was not cleanly unmounted and needs to be checked. That can be
done by simply booting into OSX, which will run a fil
At Sat, 06 May 2006 15:06:13 +0200, Magnus Rosenbaum wrote:
> ruben wrote:
> > You use the 'external' modules (alsa-driver in gentoo, I believe)? I
> > use the alsa version that comes with the kernel 2.6.17-rc3.
>
> No, I also use the driver from the kernel.
I believe)? I
use the alsa version that comes with the kernel 2.6.17-rc3.
guava ~ # alsactl -v
alsactl version 1.0.11
ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
2f6000-and-PowerPC-Options.html#RS_002f6000-and-PowerPC-Options
Thus, something like the following should work:
export CFLAGS="-O3 -mcpu=G4 -mtune=G4 -pipe -fomit-frame-pointer"
Cheers,
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
At Thu, 27 Apr 2006 23:17:24 +0200, Wolfgang Pfeiffer wrote:
>
> On Thu, Apr 27, 2006 at 06:02:07PM +0200, ruben wrote:
> >
> > Once you have that, how do you get for example 2.6.16 out of it?
> > I assume you can get all previous 2.6 versions this way, right?
>
>
formation before someone can help you. What kind of
machine? Output from "cat /proc/asound/cards"? You do have alsa
modules loaded? etc.
ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ow do you get for example 2.6.16 out of it? I
assume you can get all previous 2.6 versions this way, right?
And if you get for example 2.6.15, 2.6.16 and 2.6.17-rc1, will/can
hardlinks be used between the repositories to save space?
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
his jdk.
Maybe you can increase the allocated memory? I don't know the options
for the Blackdown jvm, but you might try something like this:
java -Xms64m -Xmx128m -jar /usr/share/jedit/jedit.jar
Or increase the JAVA_HEAP_SIZE variable in /usr/X11R6/bin/jedit.
hth,
Ruben
--
To UNSUBSCRIB
gxcpu.org/linux-ppc/debian/ mplayer/
deb-src http://honk.sigxcpu.org/linux-ppc/debian/ mplayer/
Just look at the website and you'll see the list of video-related
packages that's available. The mplayer package you want is
"mplayer-g4" but you may need to install additional packages for
24_70.00" 128.94 1280 1368 1504 1728
1024 1025 1028 1066 -HSync +Vsync
EndSection
Then, in the Screen section, you need to add this mode. For example
like this:
Section "Screen"
...
SubSection "Display"
Depth 24
bian package and simply enabled the r300 driver
and rebuilt the package.
But in any case, the latest libgl1-mesa-dri (6.4x in unstable) package
does include the r300 driver, and the drm in recent kernels does work
for me.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of
jvms
and gcj)
Finally, there's also MOL (mac-on-linux) which let's you run OSX from
inside linux at near-native speed. (think VMWare).
I think those are the most important things to know.
Hope this helps.
Ruben
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
one added with the softmac snapshot and
that's the reason that the bcm43xx is not working.
I hope you get it working with that change. Otherwise, you can read
on and try the snapshots I used (and which compile fine as is on my
machine).
Ruben
--
> *** Warning: "wireless_send_event
not sure my kernel config is gonna be much
help. I only enabled things I need, and almost everything is
built-in. DRM is not enabled since I used the cvs from
freedesktop.org, even though sleep worked with it enabled.
(it's for a iBook G4 1.33Ghz)
Ruben
Disclaimer: http://www.kuleuven.be/cw
ing to circumstances, but it works very
well in my case. A higher rate gives me trouble with dhcp. But for
the rest it is very stable. (and now the connection works immediately)
Ruben
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
wi
At Fri, 13 Jan 2006 02:47:52 +0100, Ruben wrote:
>
> At Thu, 12 Jan 2006 15:58:54 +0100, Michel Dänzer wrote:
> >
> > > [EMAIL PROTECTED] ~ $ dmesg | grep drm
> > > [drm] Initialized drm 1.0.0 20040925
> >
> > There should be some output from the rade
using doesn't
> cause the problem? I must confess I haven't got around to running 2.6.15
> yet, so there's the possibility of radeon DRM breakage there, although
> I'd expect more noise about that on this list. :)
I tested with vanilla 2.6.15 + outside-
't loaded.
That was what I thought at first, but I did have DRM+Radeon enabled in
the kernel. I even changed my kernel configuration to have those as
modules, but that doesn't change a thing (and it shouldn't). X does
load the radeon module though, but still no entry in /dev/dri.
(well, not vanilla, it has the device
scape patch), with the radeon module for DRM.
Xorg is xserver-xorg 6.9.0.dfsg.1-2.
The radeon module gets loaded by xorg, but /dev/dri remains empty :(
Shouldn't the /dev/dri/card0 be created by udev upon loading the
radeon module? Any idea how to solve th
on with the AP happens almost immediately.
> Your delays when running route or netstat could be a DNS lookup failure.
> Try "netstat -rn" which will not try to translate IP addresses to names.
Thanks (and thanks to Michael)... that was indeed the reason.
Ruben
Disclaimer:
;) does not work for me :(
This morning, after some updates from unstable, I had the exact same
problem. In my case, that solution does work however, but I have a
ATI/Radeon. (the 'nv' driver does not yet have EXA implemented)
Ruben
Disclaimer: http://www.kuleuven.be/cwis/email_dis
nections and then pause a while before printing out the
default route. I have no idea why this is or what I can do about it,
but at least I have a wireless connection now.
> # I think it may be time to but a USB wireless device until bcm43xx
> # is easier!
There's definitely still some
At Mon, 09 Jan 2006 19:20:37 +0100, Yves-Alexis Perez wrote:
>
> Ruben wrote:
> > ps: I assume you are using Gnome 1.12? How did you install this.. by
> > temporarily giving high priority (in /etc/apt/preferences) to the
> > experimental archive for installing Gnome? T
At Mon, 9 Jan 2006 19:20:59 +0100, Elimar Riesebieter wrote:
>
> On Mon, 09 Jan 2006 the mental interface of Ruben told:
>
> > Just reporting that this is working fine on my iBook (PowerBook6,7),
> > with an ATI M11 NV [FireGL Mobility T2e] (Mobility Radeon 9550 aka
>
-mesa-dri in the hope r300 is used with radeon
> driver -> frozen machine.
I wanted to try this myself, since 3d acceleration would be nice. Apt
tells me the package is not available though (also checked
experimental). Did you install this from source?
Ruben
Disclaimer: http://www.kuleu
th nautilus: the
background in a nautilus window shows part of itself, with the icons
drawn on top of that, the information window on the left suffers from
the same problem. This is with nautilus 2.10.1-5.
Ruben
ps: I assume you are using Gnome 1.12? How did you install this.. by
temporarily givin
At Thu, 29 Dec 2005 12:29:46 +0100, Tim Weippert wrote:
>
> On Thu, Dec 29, 2005 at 10:32:57AM +0100, Ruben wrote:
> >
> > At 29 Dec 2005 00:56:51 +0100, Bartosz Sokolowski wrote:
> > >
> > > I think so ;) I did all what was stated in README for
> > &g
there is also a bug for the fact that the java-plugin in the
ibm jdk is not added to firefox/mozilla.
Ruben
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ble to mplayer, mplayer can use them too. (although mplayer
seems to play some extra 'noise' at the end of the ram-files I used it
for)
ruben
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
At Wed, 30 Nov 2005 11:04:42 +0100, Michel Dänzer wrote:
>
> On Tue, 2005-11-29 at 20:20 +0100, Ruben wrote:
> >
> > Alsa comes now with a standard dmix setup for PMac, and that's what
> > I'm using, but I noticed that for example it's not possible to mix
ll sound when gtkpbbuttons is running. Is there a
way to make libaudiofile use alsa?
Alsa comes now with a standard dmix setup for PMac, and that's what
I'm using, but I noticed that for example it's not possible to mix 2
sounds which use OSS. I'd rather have everything use nat
hold the mixer i believe, and it seems i can't
unload the module, unless i stop those applications.
Is there a way to get the sound right again after sleep?
ruben
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of &q
http://penguinppc.org/bootloaders/quik/
Quik is for OldWorld Macintosh and yaboot is for NewWorld Macintosh.
El Lunes, 31 de Enero de 2005 14:07, Dean Hamstead escribió:
> well quick keeps wanting to take over when i apt-get upgrade
> historically ive just used yaboot happily.
>
> any thoughts on
I configure it and it's work, thanks.
In MacOSX you can see diferent things in external display than in internal, Is
it possible in Linux?
Sorry, but I don't speak english well.
El Miércoles, 29 de Diciembre de 2004 08:55, Jack Malmostoso escribió:
> Ciao Choy Kho Yee, nel tuo messaggio dicevi
Dear customer!
We updated our programs list, and now we offer you more new software items
Visit our full catalog and check new software titles here:
http://www.softbetterone.info/?bakelite
With best regards,
Product Manager
Ruben Field
55 matches
Mail list logo