Re: wifi in lenny

2008-12-15 Thread Rafal Czlonka
Piotr Kopszak wrote:
> This is hwo far I got. I added two lines to /etc/network/interfaces
> 
> 
> allow-hotplug wlan0
> iface wlan

Should be:

allow-hotplug wlan0
iface wlan0 inet dhcp # if your using static ip address use 'static'
instead of 'dhcp'

You'll also need 'wireless-tools' and 'wpasupplicant' (if you're using WPA,
which is a good idea) packages.

Check man and /usr/share/doc - there's all you need.

P.S. Just for the reference, I'm also using 'b43' with bcm4318
(AirPort).

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: make errors - continued

2008-12-21 Thread Rafal Czlonka
dale wrote:
> OUTPUT_FORMAT(elf32-powerpc)
^
> looks the same as the libc.so on the intel machine (586 model)

Does it?

-- 
rjc


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Problem with lastfm client on debian ppc linux

2009-01-25 Thread Rafal Czlonka
thegame4121...@msn.com wrote:
> Hi, thanks for the reply. Unfortunately, Last.fm does not working with 
> gnash. This is a problem with Gnash. has anyone tried playing lastfm radio 
> with the lastfm radio client on Debian PPC? Thanks.

Last.fm @ iBook G4 - no problems.

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: What is pbbuttonsd used for nowadays?

2009-01-30 Thread Rafal Czlonka
Gerfried Fuchs wrote:
> > So is it still useful, and if so for what?
> 
>  Why do you think it's not?

+1

> > PS: Running on a PowerBook G4 12".
> 
>  PowerBook G4 15"

iBook G4 12"

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: What is pbbuttonsd used for nowadays?

2009-01-30 Thread Rafal Czlonka
benoar wrote:
> - backlight dimming is handled by gnome
> - "function" keys are very well handled by xorg & gnome
> - suspend to ram is handled by gnome-power-manager
> 
> What else do you need ?

Not everyone's using Gnome.

Cheers,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: tuxcmd package on powerpc

2009-02-02 Thread Rafal Czlonka
Salvatore Bonaccorso wrote:
> I had a bugreport on tuxcmd package, that tuxcmd will not work at all
> on powerpc #513891 [1]. Upstream of tuxcmd restricted support for
> i386 and amd64.

tuxcmd IS available for powerpc

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: tuxcmd package on powerpc

2009-02-02 Thread Rafal Czlonka
Salvatore Bonaccorso wrote:
> I had a bugreport on tuxcmd package, that tuxcmd will not work at all
> on powerpc #513891 [1]. Upstream of tuxcmd restricted support for
> i386 and amd64.

Scrape my previous post - answered to quickly.
I need to get some sleep ;^)

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



SysRq key on iBook

2009-02-10 Thread Rafal Czlonka
Hi,

I've been doing some searching a while ago and didn't manage to find the
solution to my problem.
The system's running smoothly for a long time but if it freezes I'd like
to use SysRq key on my iBook G4.

Is there any way I can use SysRq key on my iBook without recompiling the
kernel first?

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: (Solved)Re. X doesn't wok in iMac G3 400MHz

2009-02-11 Thread Rafal Czlonka
urpion urpion wrote:
>Thanx Risto, your a star! It works! (Nice background on gnome there!) ... 
> with the fbdev. But not with r128 ... wait a minute ... no ... it can't be 
> (Gasp!) a O-N-E button mouse? How can you operate a desktop with a one button 
> mouse?

E.g. mouseemu.

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: SysRq key on iBook

2009-02-12 Thread Rafal Czlonka
Thomas Constans wrote:
> If you are using a stock debian kernel, sysrq should be on. Check out
> existence of file /proc/sys/kernel/sysrq and its content (should be 1)

I know all that, I specifically mentioned the key combination for it since
it's not a full-sized keyboard.

> Maybe you should spend some time regarding theses freezes instead.

It hadn't froze for months so that's not the issue, I was just wondering
how to enter SysRq sequences directly from a keyboard, rather than
sending the codes, e.g. with 'echo' to /proc.

P.S. Please reply to the list.

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: SysRq key on iBook

2009-02-13 Thread Rafal Czlonka
Jörg Sommer wrote:
> I would say this is the more interesting question. AFAIK, sysrq is not
> bound to a key or key combination on the iBook keyboard. Please, tell me
> I'm wrong. :)

Indeed it is not - at least I haven't found it. I should've been more
precise as I'm after the very same thing - the key combination for it.
I do know that SysRq is available in the powerpc kernel and you can trigger
it's behaviour by sending codes to /proc, but that doesn't help me if I
can't switch to/open a terminal.

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: video conference software for debian ppc

2009-02-18 Thread Rafal Czlonka
Piotr Kopszak wrote:
> For a moment I was contemplating trying to get skype working via MOL but I
> haven't even managed to run MOL on my powerbook5,6 (see earlier post). Has
> anyone suceeded to do so? Anyway, could you recommend any video conference
> programs you are using which communicate with windows clients (that's a
> must).

Any portable F(L)OSS software (Ekiga, Linphone, CuteCom, etc.) should
work.
On PowerPC you simply won't get proprietary x86 (usually) binary-only software
working.

Cheers,
Raf


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Fwd: video conference software for debian ppc

2009-02-18 Thread Rafal Czlonka
Piotr Kopszak wrote:
> Great, I know of these programs, I know they should work. I was just
> interested what people are using on day to day basis and what has really
> proven usable on linux ppc. So is anybody video-conferencing between linux
> ppc and windows here?

Try QuteCom, not CuteCom ;^), former WengoPhone.
Used Ekiga some time ago for linux (ppc) - linux (x86) voice. For 3.0
there's even a Windows client.
On Windows you could always use NetMeeting (unless using Vista Home),
and some H.323-aware software on Linux.
Your question's not really PowerPC-specific.

P.S. No need to reply to me directly - I read the list.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: adobe flash

2009-02-23 Thread Rafal Czlonka
Ken Moffat wrote:
>  Do you have a url for the proprietary plugin for linux-ppc ?
> Looking at adobe.com, they only claim to support x86 linux.

Such plugin doesn't exist.
When it comes to gnash and youtube - it just works.
I use it with Opera (yeah, I know) since Arora doesn't support plugins
yet.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: PowerBook G4 12"

2009-03-16 Thread Rafal Czlonka
m p wrote:
> and replace append"=quiet splash" with append"=video=ofonly nosplash"

append="foo bar" NOT append"=foo bar"

> > Bottom posting list :-}.

+1

-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Does someone use grub?

2009-03-23 Thread Rafal Czlonka
Roger Leigh wrote:
> I tried grub2 out about a year or so ago.  It had no way to boot
> OS X, and it failed to boot Linux as well (just froze up, I can't
> remember the details).  This was on a G4 Mac Mini.

I'd tried it twice: first time using GRUB wiki as a guide; second and
last time so far I used someone's blog entry (which I can't seem to find
right now).
First time I made my system unbootable - I remember I had to use a
rescue CD as I might have removed yaboot in the process.
Last time I actually managed to get as far as GRUB console, but wasn't
able to boot to Linux even that way.
The biggest issue I had was the size of the boot partition - might be
too small to hold both yaboot and grub image with all the modules.
Second thing that's quite annoying is ybin wiping everything from the
boot partition every time it is run.
Not sure if doable but in theory one could chain-load yaboot from GRUB if
things go wrong.
I have to admit that I didn't dig into the whole thing deep enough but
if someone has a good (WORKING!) guide how to make GRUB work on PowerPC
I'll be more than happy to give it a go one more time.

> Things may well have improved for the better since then--I just
> went back to yaboot since I was more interested in having a
> working system than playing with bootloaders.

+1

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Does someone use grub?

2009-03-23 Thread Rafal Czlonka
Esteban Monge wrote:
> Sorry, in Lenny also have the packages grub2, you try install this?

GRUB Legacy doesn't work on PowerPC only the new version is supposed to
work. When I'm referring to GRUB I do mean GRUB version 2 which is the
only version available for PowerPC.
Besides, grub2 is only a dummy transitional package.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: iBook G3 - Debian Lenny and one projector

2009-03-24 Thread Rafal Czlonka
Esteban Monge wrote:
> How I can make it?

On my iBook G4 it looks like this:

% xrandr --addmode VGA-0 1024x768

This is there simply because my projector (not sure if that applies to
all) doesn't provide any information regarding supported modes, etc. in
the same way monitors do.

% xrandr --output VGA-0 --mode 1024x768 --output LVDS --off

This uses the previously added mode and switches off the laptop screen
(you can omit the last two options if not needed).

% man xrandr

Last but not least ;^)

My xorg.conf has only basic entries as I use the xserver automatic
configuration.

P.S. You can create an alias for it or put it into a script.

Regards,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Does someone use grub?

2009-03-28 Thread Rafal Czlonka
Hi All,
The blog post I've mentioned before was Jordi Mallach's:
http://oskuro.net/blog/freesoftware/time-for-grub2-2008-02-09-17-53
He just posted an update:
http://oskuro.net/blog/freesoftware/update-on-grub2-2009-03-28-14-54

Regards,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: VLC Illegal Instruction

2009-04-29 Thread Rafal Czlonka
Wolfgang Pfeiffer wrote:
> > AFAIK, mplayer cannot stream audio and video like vlc does. That is why I 
> > use it.
> 
> Not quite sure, Gunter, what exactly you mean with "stream audio and video",
> but I think this was a good one  :)

Stream, not merely play streams[0]

[0]http://www.videolan.org/vlc/streaming.html

Regards,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: mplayer as a stream server [was: Re: VLC Illegal Instruction]

2009-04-29 Thread Rafal Czlonka
Wolfgang Pfeiffer wrote:
> Looks like the documentation at least, for vlc, in the regard as
> mentioned, is better than for mplayer. But there actually seems to be
> a stream server in the mplayer sources. Excerpt from
> 
> ./mplayer-checkout-2009-04-29/TOOLS/README:
> [cut]
> I haven't used this part of mplayer until now, so I don't know anything
> about its usability ...
> 
> But I'd be curious if it works, and how good - so be free to let me know
> if you know more ...

As I was replying I thought that mplayer might have something similar
bur I've never seen this being mentioned anywhere on the Net, eg. HOWTO.
Streaming in VLC on the other hand is there for quite some time now and
it is easy accessible.

Anyway, it's good to see that mplayer (will be able to do|does) that as
well.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Getting Gnash and Java to work with Lenny KDE.

2009-04-30 Thread Rafal Czlonka
Some successfully used gnash with Opera on ppc. I didn't use it much
(not a flash fan) and don't quite remember whether I had 100% of working
videos. Nonetheless it worked. Haven't tested it on any other site.

Haven't tried Java.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Sound not working on PowerPC Macs?

2009-05-24 Thread Rafal Czlonka
Jamie Downs wrote:
> Add this line to /etc/modules
> snd-powermac

AFAIK (correct me if I'm wrong) snd-powermac is deprecated.
You should use snd-aoa now.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Sound not working on PowerPC Macs?

2009-05-24 Thread Rafal Czlonka
Rick Thomas wrote:
> Adding snd-powermac to /etc/modules gets rid of the errors at boot time 
> from /etc/init.d/alsa-utils.
>
> But it doesn't fix the "no sound" problem.
>
> Adding snd-aoa instead of snd-powermac doesn't get rid of the error  
> messages and doesn't fix the "no-sound" problem, either.

That's obviously not the only module you're missing.
It would help if you could give some more details, e.g. what PowerPC
machine is it, which release are you using, etc.
I personally use snd-aoa (and some other modules) on my iBook G4
(PowerBook6,7) running unstable; snd-powermac worked for me couple
of years ago, but not the last time I tried it.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Sound not working on PowerPC Macs?

2009-05-25 Thread Rafal Czlonka
Rick Thomas wrote:
> With snd-powermac installed, and with an external speaker plugged into  
> the "headphone" jack on the back of the computer, I can get sound, but  
> *only* from the onboard speaker.  The external speaker (looks like  
> "headphone") remains silent.

Have you tried playing with alsamixer? Your headphone output might
simply be muted.

-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: keyboard problems in Squeeze

2009-11-04 Thread Rafal Czlonka
Piotr Kopszak wrote:
> PL_pl locales default and  following settings in xorg.conf:

I myself use an iBook G4 with en_GB.UTF-8 locale but that shouldn't matter.

> Option "XkbModel" "pc104"
> Option "XkbLayout" "pl"
> Option "XkbOptions" "lv3:rwin_switch"

This is what I use on my sid install (squeeze uses the same version of X):

Driver  "evdev"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "apple_laptop"
Option  "XkbLayout" "pl"
Option  "XkbOptions""grp:switch,grp:alt_shift_toggle,grp_led:scroll"


It works just fine both on console and in X using Mac logo key as the
modifier, which I actually re-map to another key under X.

Cheers,
-- 
Raf

http://www.catb.org/~esr/faqs/smart-questions.html


-- 
To UNSUBSCRIBE, email to debian-powerpc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org