package containing icu-config

2021-09-09 Thread Mick Bert
Trying to compile a software, the configure fails complaining for 
missing icu-config. I have already installed icu-devtools and 
libicu-dev. Which package should I install?


Are there a way to query which package contains a particular file (maybe 
through apt-get or apt-cache, or even a service on the web)?


--

Mick



Issue with dependency and packages availability

2021-09-07 Thread Mick Bert

Hello

Today I'm taking my ibookG4 out of his box, with the aim of a simple 
daily use (I' currently writing with Thunderbird running on it). I had 
some issues installing the wireless related packages, and I thought it 
was an isolated case, but I found similar issue installing emacs, so I 
wonder if there are something in my apt configuration which I should 
check. The issue is, as example:


The following packages have unmet dependencies:
 emacs : Depends: emacs-gtk (>= 1:27.1) but it is not installable or
  emacs-lucid (>= 1:27.1) but it is not installable or
  emacs-nox (>= 1:27.1) but it is not installable
E: Unable to correct problems, you have held broken packages.

Than with "apt-get install emacs-lucid":

The following packages have unmet dependencies:
 emacs-lucid : Depends: emacs-bin-common (= 1:27.1+1-3) but it is not 
going to be installed
   Depends: emacs-common (= 1:27.1+1-3) but it is not going 
to be installed

E: Unable to correct problems, you have held broken packages.

The firs time I noticed it was installing firmware-b43-installer, which 
required b43-fwcutter which is not available. I resolve downloading and 
installing an old version of such packages.


Any hint?

--

Mick



Re: iBook G4 - Wireless

2020-05-20 Thread Mick Bert

Il 01/02/19 16:59, John Paul Adrian Glaubitz ha scritto:

See: http://snapshot.debian.org/package/b43-fwcutter/1%3A019-3/


Hello

I downloaded and installed b43-fwcutter 
<http://snapshot.debian.org/package/b43-fwcutter/1%3A019-3/> and 
|*firmware-b43-installer_019-3with dpkg -i, and it looks to work fine. 
But when I type the command iwlist, it give me:*| 
<http://snapshot.debian.org/archive/debian/20160723T102911Z/pool/contrib/b/b43-fwcutter/firmware-b43-installer_019-3_all.deb>


|*lo Interface doesn't support scanning.
enP2p32s15f0  Interface doesn't support scanning.
wlan0 Interface doesn't support scanning : Network is down
*| 
<http://snapshot.debian.org/archive/debian/20160723T102911Z/pool/contrib/b/b43-fwcutter/firmware-b43-installer_019-3_all.deb>


|*dmesg|grep b43:
*| 
<http://snapshot.debian.org/archive/debian/20160723T102911Z/pool/contrib/b/b43-fwcutter/firmware-b43-installer_019-3_all.deb>


|*[    7.081207] b43-pci-bridge 0001:10:12.0: enabling device (0004 -> 0006)
[    7.241650] b43-pci-bridge 0001:10:12.0: Sonics Silicon Backplane 
found on PCI device 0001:10:12.0

[   22.025427] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
[   22.123551] b43-phy0: Found PHY: Analog 2, Type 2 (G), Revision 2
[   22.128124] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 
2, Version 0

[   22.264280] b43 ssb0:0: firmware: direct-loading firmware b43/ucode5.fw
[   22.412649] b43 ssb0:0: firmware: direct-loading firmware b43/pcm5.fw
[   22.541911] b43 ssb0:0: firmware: direct-loading firmware 
b43/b0g0initvals5.fw
[   22.658153] b43 ssb0:0: firmware: direct-loading firmware 
b43/b0g0bsinitvals5.fw

*|

|*While lspci:*|

|*0001:10:12.0 Network controller: Broadcom Inc. and subsidiaries 
BCM4306 802.11b/g Wireless LAN Controller (rev 03)


*|

|**|What can I check?

|**| 
<http://snapshot.debian.org/archive/debian/20160723T102911Z/pool/contrib/b/b43-fwcutter/firmware-b43-installer_019-3_all.deb>


--
Mick



Re: After update, just a black screen

2020-05-20 Thread Mick Bert

Il 20/05/20 14:30, John Paul Adrian Glaubitz ha scritto:

You need to install the firmware-amd-graphics package.

You need to add the following to your sources.list:

# contrib and non-free arch:all packages (i.e. firmware)
deb [arch=all]http://ftp.debian.org/debian/  unstable contrib non-free


I can see the boot logging until the graphic card initialization, then I have 
no way to
interact. I also tried to load the old kernel (from yaboot menu), but the 
result is the same.

Try booting with "nomodeset".


The good news is that this way works fine. And the suggestion above, 
fixed the issue.


Then I am going to work on the wireless adapter...

--
Mick



Re: After update, just a black screen

2020-05-20 Thread Mick Bert

Il 20/05/20 14:30, John Paul Adrian Glaubitz ha scritto:

"init=/bin/bash".


What the hell - in this mode, it does not recognise keystroke ^C, or ^Z. 
I started a ping, and I do not know how to interrupt it!


--
Mick



After update, just a black screen

2020-05-20 Thread Mick Bert

Very bad!

After the complete update, since long time (see, the other email), I got 
from my iBookG4 just a black screen.


I can see the boot logging until the graphic card initialization, then I 
have no way to interact. I also tried to load the old kernel (from 
yaboot menu), but the result is the same.


Apart from suggestions on how to fix the whole issue, the first 
information I need is how can I boot the system in a text console, 
without loading xorg, which I suppose is the point.


--
Mick



Re: Update fails due to NO_PUBKEY

2020-05-20 Thread Mick Bert

Il 20/05/20 09:54, Steffen Grunewald ha scritto:

On Wed, 2020-05-20 at 09:52:51 +0200, Mick Bert wrote:

I am trying to update debian in my iBook G4 since a very long time, but the
"apt update" command fails due to mising public key for signature checking.

Extract the key ID from the error message, fetch the key (using gpg 
--recv-keys),
then a


The key ID is the following 'NO_PUBKEY 84C573CD4E1AFD6C'

but the command 'gpg --recv-key 84C573CD4E1AFD6C' fails with a "general 
error". Anyway...


Il 20/05/20 09:54, John Paul Adrian Glaubitz ha scritto:

Try this as root:
# wget 
http://ftp.ports.debian.org/debian-ports/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2019.11.05_all.deb
# dpkg -i debian-ports-archive-keyring_2019.11.05_all.deb

This seems to work. Now the long process of "apt-get dist-upgrade" is in 
course.


Thanks all

--
Mick



Update fails due to NO_PUBKEY

2020-05-20 Thread Mick Bert
I am trying to update debian in my iBook G4 since a very long time, but 
the "apt update" command fails due to mising public key for signature 
checking.


My current sources.list is:

# binary default
deb http://ftp.ports.debian.org/debian-ports/ unstable main
deb http://ftp.ports.debian.org/debian-ports/ unreleased main
deb http://incoming.ports.debian.org/buildd/ unstable main

# source
deb-src http://ftp.debian.org/debian unstable main
deb-src http://incoming.debian.org/debian-buildd/ buildd-unstable main

and the debian-version:

buster/sid

It's not the first time I got this error (even though on other systems), 
but I never remember how to get out of it. I allready tried with 
--allow-unauthenticated, with the same result.


--
Mick



Re: Debian on iBook

2018-08-31 Thread Mick Bert
Il giorno sab 11 ago 2018 alle ore 09:53 John Paul Adrian Glaubitz <
glaub...@physik.fu-berlin.de> ha scritto:

> On 08/11/2018 08:00 AM, Michele Bert wrote:
> > Now, I can't find a valid mirror for package repository. What should I
> select?
>
> Server: http://ftp.ports.debian.org
> Directory: debian-ports/
>
> Can someone give me the correct line to add (or enable) to the
/etc/apt/source.list file?

--
Mick


Re: Debian on iBook

2018-08-13 Thread Mick Bert
Il giorno dom 12 ago 2018 alle ore 13:48 Mick  ha
scritto:

> Il 11 agosto 2018 10:03:29 CEST, John Ogness  ha
> scritto:
> >Hi Mick,
> >
> >
> >This is no reason to panic. Keep in mind you can always boot from the
> >Jessie installer and start a shell. And with chroot you can get into
> >your system.
> >
> No panic, indeed. I was just joking
>
> >At this point your options are to install the jessie yaboot package and
> >re-run ybin. Or you could install a fixed sid yaboot package and re-run
> >ybin.
> >
> I tried to install yaboot 1.1.34, and it succeeded, but I can't install
> same version of yaboot-installer, because of several unsatisfied
> dipendencies. Is that needed?
>
> Anyway, I am trying to run ybin, as soon as I have sent this message...
> Touch wood!
>
> No way, but it was just a fast test.
It complains for proc filesystem non mounted, but I cannot mount
procfilesys in my chroot-ed partition.
So I suppose I can do the following (if someone want to confirm it):
- boot with SID netinst CD
- mount the root partition of newly installed system on my ibook
- mount the /proc directory on the proc subdir of my system partition
- maybe I'll do the same with sys directory
- chroot to my system partition
- run ybin from there (yaboot package already downgraded)
- reboot all the system

--
Mick


Re: Debian on iBook

2018-08-12 Thread Mick
Il 11 agosto 2018 10:03:29 CEST, John Ogness  ha scritto:
>Hi Mick,
>
>
>This is no reason to panic. Keep in mind you can always boot from the
>Jessie installer and start a shell. And with chroot you can get into
>your system.
>
No panic, indeed. I was just joking

>At this point your options are to install the jessie yaboot package and
>re-run ybin. Or you could install a fixed sid yaboot package and re-run
>ybin.
>
I tried to install yaboot 1.1.34, and it succeeded, but I can't install same 
version of yaboot-installer, because of several unsatisfied dipendencies. Is 
that needed?

Anyway, I am trying to run ybin, as soon as I have sent this message...
Touch wood!

-- 
Mick



Re: Debian on iBook

2018-08-09 Thread Mick Bert
2018-08-08 22:53 GMT+02:00 John Ogness :

> Hi Mick,
>
> On 2018-08-08, Mick Bert  wrote:
> >> You can fetch the installation image here:
> >>
> >>> https://cdimage.debian.org/cdimage/ports/10.0/powerpc/iso-cd/
> >>
> >> Let me know if you run into issues. There have been recently changes
> >> on the server side for PowerPC for which we should build fresh
> >> installation images. But I haven't done this for a while now.
> >>
> >> If the installation fails, I have a good reason to finally do that.
> >>
> > Actually the installation fails, already at boot time: it leads to
> > something like an openfirmware console, where I can either reboot or
> > shutdown:
> >
> > Decrementer exception at %SRR0: 001001d8 %SRR1: 10003030
> >
> > Apple PowerBook6,5 4.8.7f1 BootROM built on 09/23/04 at 16:13:38
>
> Is yaboot still used as the installer? I also have an iBook and reported
> [0] and provided a fix [1] for a very similar issue relating to yaboot
> back in October 2017. My fix was never picked up because yaboot was
> supposed to be replaced with grub.
>
>
> Infact it is similar.
Do you think if I install an older version, than upgrade, it would work?
Where can I download an iso of older version?
--
Mick


Re: Debian on iBook

2018-08-08 Thread Mick Bert
2018-07-30 13:22 GMT+02:00 John Paul Adrian Glaubitz <
glaub...@physik.fu-berlin.de>:
> Hi Mick!
>
> On 07/30/2018 10:01 AM, Mick Bert wrote:
>> I subscribed this list beacuse I got an old apple iBook, and I am
looking for an operative system to keep it alive.
>
> You're at the right place then if that operating system is Linux.
>
>> Currently a Lubuntu is installed, I am not so much satisfied. I heard
somewhere that Debian if perhaps the latest supported distribution for
PowerPC architecture, but I realize just now that older processors are not
supported any more by the latest stable version.
>
> Yes, the latest stable version of Debian dropped support for 32-Bit
> PowerPC. However, you can still install the unstable version of Debian
> which should run smoothly on your iBook (at least it does on my iBook G4).
>
> You can fetch the installation image here:
>
>> https://cdimage.debian.org/cdimage/ports/10.0/powerpc/iso-cd/
>
> Let me know if you run into issues. There have been recently changes
> on the server side for PowerPC for which we should build fresh
> installation images. But I haven't done this for a while now.
>
> If the installation fails, I have a good reason to finally do that.
>
Actually the installation fails, already at boot time: it leads to something
like an openfirmware console, where I can either reboot or shutdown:

Decrementer exception at %SRR0: 001001d8 %SRR1: 10003030

Apple PowerBook6,5 4.8.7f1 BootROM built on 09/23/04 at 16:13:38
Copyright 1994-2004 Apple Computer, Inc
All Righs Reserved.
Welcome to Open Firmware, the system time and date is: 22:07:38 07/31/2018
  The battery capacity is: 76 percent

To continue booting, type "mac-boot" and press return
To shut down, type "shut-down" and press retur.

 ok
0 >

With mac-boot it repeats all the boot, getting back to this screen.
If I remove the CD, it boots regularly to the old installation of LUbuntu

Any hint?
--
Mick


Re: Debian on iBook

2018-07-30 Thread Mick Bert
2018-07-30 13:22 GMT+02:00 John Paul Adrian Glaubitz <
glaub...@physik.fu-berlin.de>:

> Hi Mick!
>
> On 07/30/2018 10:01 AM, Mick Bert wrote:
> > I subscribed this list beacuse I got an old apple iBook, and I am
> looking for an operative system to keep it alive.
>
> You're at the right place then if that operating system is Linux.
>

Of course it is!

> Now comes my question: is there a way to install version 8?
>
> You should install version 10.0.
>
> Curious. The support has been dropped after version 8, and has been
resumed for 10?

Anyway, I will download the image you suggest me as soon as possible.
Thanks for the hint.

--
Mick


Debian on iBook

2018-07-30 Thread Mick Bert
Hello all.
I subscribed this list beacuse I got an old apple iBook, and I am looking
for an operative system to keep it alive.
Currently a Lubuntu is installed, I am not so much satisfied. I heard
somewhere that Debian if perhaps the latest supported distribution for
PowerPC architecture, but I realize just now that older processors are not
supported any more by the latest stable version.

Now comes my question: is there a way to install version 8?
Does it worth?
Are there someone in this list, still using some old apple hardware?
--
Mick


Re: radeon 0000:00:10.0: ring 0 stalled for more than 10240msec

2018-04-24 Thread Mick
On Tue, 24 Apr 2018 22:45:47 +0200
John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> wrote:

> On 04/24/2018 10:35 PM, Mick wrote:
> > That's exactly what happened with lubuntu 16.04 PPC on my ibook  G4 (with a 
> > radeon graphic card). And that's the reason why I rolled back to 14.04. And 
> > that's also why I subscribe to this list!
> 
> Feel free to install Debian sid on your iBook G4 [1]. You will have something
> supported (unofficially through Debian Ports) and up-to-date for your
> iBook.
> 
Encouraging words! I will do assoon as possible,thanks.

> I'm not sure what Mathieu was referring to in his second mail though
> when talking about PCI vs AGP. I think the Radeon in the G4 was AGP.
> 
The radeon is on AGP bus, but I heard that the driver does not work well in agp 
mode. The only way I found to let the system stay up is to pass to the kernel 
the parameter radeon.agpmode=-1, which means use the card in PCI mode. I 
suppose he was referring to it.

--
Mick



Re: radeon 0000:00:10.0: ring 0 stalled for more than 10240msec

2018-04-24 Thread Mick


Il 24 aprile 2018 21:16:43 CEST, Mathieu Malaterre <ma...@debian.org> ha 
scritto:
>
>Does anyone still have a running Mac Mini G4 (ATI RV280) ? It seems
>like the latest kernel are not very stable after a couple of second
>running X I get (*). I'd be interested in your latest running kernel
>to get a good starting point for a git bisect (X session stable).
>
That's exactly what happened with lubuntu 16.04 PPC on my ibook  G4 (with a 
radeon graphic card). And that's the reason why I rolled back to 14.04. And 
that's also why I subscribe to this list!


-- 
Mick



Re: gdesklets uses 100 % of my cpu

2004-11-26 Thread Mick Weiss

At what intervals does it check for mail? Is there an open bug on it on
the gnome site?

I haven't tried it out, but that is what I'd look for.

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Jaonary Rabarisoa wrote:

On Tue, Nov 23, 2004 at 09:32:28PM +0100, Domingo Fiesta Segura wrote:


Are you (both) using the mail checker desklet? If yes remove it; I've seen
that desklet eating up all the CPU when is not properly configured.




In fact there's a problem with the mail checker desklet. I removed it
and it works better now. It sill uses about 15 %  of the cpu even when I
do nothing. 








Re: AlBook 15 USB Modem

2004-11-20 Thread Mick Weiss
Dammit. Has anyone every gotten a company to release a ppc binary of a 
driver / etc? What would be the best way to ask a company?


This reminds me of the Macromedia Flash thing, a number of petitions and 
no actual change in their policy...


*sigh*

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Aurlien GRME wrote:

On Sun, Nov 07, 2004 at 12:10:57PM +1100, Benjamin Herrenschmidt wrote:


On Fri, 2004-11-05 at 19:42 +0100, Aurlien GRME wrote:


Hi there,

I have a PowerBook5,2 G4 15, and this modem on it:
P:  Vendor=05ac ProdID=8203 Rev= 5.26

Linuxant said it is not supported. Did anyone with the same modem
manage to get it working?


This is the modem or the bluetooth adapter ? afaik, on latest models,
the modem is no longer USB but i2s (sound bus)



At last, I found the answer for myself. We cannot have the modem
under our dear PPC port. Motorola gives only the x86 drivers under
binary form.

http://www.motorola.com/softmodem/driver.htm

Bests.




Re: True state of support for 12 iBook G4

2004-11-08 Thread Mick Weiss

Arne Caspari wrote:

Jrme Marant wrote:


Quoting Emanuele Olivetti [EMAIL PROTECTED]:

 


I'm not an expert but D-Link dwl-122 works pretty well. Cheap, small,
11Mbit so 802.11b.

It seems it's not possible to use another mini-PCI wireless card
because apple mini-PCI slot is not standard :( . On new ibooks (from
last week on) airport extreme is built-in and maybe it is not possible
to remove it (can someone chek it out?). So usb seems the only solution
right now.
  



I'm amazed. What's the point buying hardware you won't be able to use
and which forces you to buy additional hardware?
How about refusing to play Apple's game instead?

 

You will not find a sub-notebook which plays nicely with linux for the 
price of an iBook G4.


Sleep support will not work on most other notebooks either - with the 
apple you might get suspend to disk working.


I would say that Linux support for the iBook G4 is rather good. The real 
drawback is that you can not use the airport extreme and you can not 
replace it with some mini-PCI card since the latest iBooks have some 
proprietary connector ( not mini-PCI ).


So for wifi, you need to get an USB adaptor.

And you should keep in mind that you can not run x86 binaries on this 
system ( since it is PPC ) which is a problem when it comes to certain 
browser plugins ( flash ) and video/audio codecs.


But if you want a real mobile notebook with long lasting batteries and 
low weight running Linux, the iBook is a good and certainly the cheapest 
choice.



-Arne





That is true about the iBook. I have tried a few laptops that cost more
and were a hell of a hastle to setup under linux.

www.linuxlaptops.org (or whatever that site is), does help out with some
x86 laptops but it never had the ones that I ended up using.

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: support for tvout for ibook G4 (radeon 9200)

2004-10-07 Thread Mick Weiss

Guglielmo Dapavo wrote:

Sbastien FRANOIS wrote:


but It donesn't work, are there any other options for de radeon
driver?
  


Option  CRT2HSync 30-50
Option  CRT2VRefresh 43-60
 


It doesn't work

did you ever tried gatos sourceforge drivers? The say they have support 
with some radeon chipsets...


What's the dri trunk? I mean what's the difference with the radeon 
driver from XFree?


Thanks


I'm not sure that this will help, but under 
http://ppcconfdb.sourceforge.net/?id=conf there is a PowerBook config 
with a radeon 9600. I'm not sure if this will help, but its worth taking 
a look at it 
(http://ppcconfdb.sourceforge.net/conf/PowerBook_Aluminium_G4_1GHz_15_radeon-9600/etc/X11/XF86Config-4).


Otherwise, if you have one of these:
# iBook_G4_933MHz-14.1
# iBook_G4_1GHz-14.1

Those configurations are listed. If your box isn't listed, feel free to 
run the make-db script 
(http://ppcconfdb.sourceforge.net/programs/make-db/make-db) and send me 
the tarball that is generated.


Thanks.

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: out of office

2004-10-01 Thread Mick Weiss

[EMAIL PROTECTED] wrote:

I will be out of the office until October 4.  Please relay all immediate 
questions or concerns to Julio Hernandez.  [EMAIL PROTECTED]  (310) 559-0138.

Thank you. 






Isn't this not allowed in this mailinglist?
Please, when you get back from vacation do `man vacation` and stop this 
shit.


Please. Your not that important that everyone on the list needs to know 
that your out of the office.


- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: java

2004-09-23 Thread Mick Weiss

Pascal Chenevas-Paule wrote:

Hi all,

I'm newbie in debian-ppc (I bought my first mac : an IbookG4 09 Sept) and 
programming.
Whitch I have need to programming in java on debian ?

thx,

Pascal




apt-cache search java | grep java | less
then just `apt-get install` the package.

then read the docs (like README.Debian) in the /docs/ directory

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: java

2004-09-23 Thread Mick Weiss

Pascal Chenevas-Paule ha scritto:

 Hi all,

 I'm newbie in debian-ppc (I bought my first mac : an IbookG4 09 
Sept) and

 programming. Whitch I have need to programming in java on debian ?

Oops, sorry about that. I missed the new to programming part.

Check out the book from Bruce Eckel: 
http://64.78.49.204/TIJ-3rd-edition4.0.zip


Excellent book.

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: java

2004-09-23 Thread Mick Weiss

Pascal Chenevas-Paule ha scritto:

 Hi all,

 I'm newbie in debian-ppc (I bought my first mac : an IbookG4 09 
Sept) and

 programming. Whitch I have need to programming in java on debian ?

Also, a great IDE is Eclipse (www.eclipse.org).

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: about installing debian on powerbook alu 1.25 ghz

2004-09-23 Thread Mick Weiss

Jaonary Rabarisoa wrote:

Hi all,
I'm thinking to install debian on my powerbook alu 15'' with an ati
radeon M10 graphic card and I would like to know wath are the things that
I have to install absolutly in order to get most of the stuff working:
- xserver?
- french keyboard?
- power managment?
- backlight keyboard?
- kernel?
- airport ? (I have a doubt on it)
- sound

Thanks in advance for replaying, 


The configs for this comp. are online @ 
http://ppcconfdb.sourceforge.net/?id=conf


In regards to the backlight - grep the mailinglist archives (someone 
posted an answer to that yesterday or so).


Let me know if you have any issues with the configs. (also tell me if 
everything works alright).


If you setup the key mapping, set it to french and set your locale to 
french (dpkg-reconfigure locales).


Good Luck.

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: Problem with backlit keyboard on aluminium powerbook

2004-09-22 Thread Mick Weiss

Timo Reimerdes wrote:


On 22. Sep 2004, at 22:25 Uhr, Martino Pizzol wrote:


Hi all!
I have a powerbook(15 1.25ghZ) and the backlit keyboard don't work. I
use a debian sid with a kernel 2.6.8.1 with the patch pmdisk. I have
loaded the i2c_keywest modules but in powerprefs the keyboard tab is
disabled, and it doesn't work with pbbuttons. How I can setup the
vacklit keyboard?
Thanks to everyone and sorry for my poor english!



Hi, I have the same troubles but fortunately that feature is not quite 
as important since I figured that mostly the keys are better visible 
with the dark letters on the metallic keys.


However I would like to one day have it all running properly. With 
everything that works on osx :)


some day

Timo Reimerdes




I am interested to know if anyone has a fix to this, I to find that the 
keys are harder to see when lit - but never the less it would be cool to 
know.


Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: powerbook 1.5GHz 15 + radeon 9600 + mirror

2004-09-18 Thread Mick Weiss

Pierre Habouzit wrote:

The patch and my XF86Config-4 are attached. It should work with
these, since we have the same cards anyway.



I'll try that,
thanks a lot 

If that works, you just save me :)


The configs for that model are online under (i'm not sure if there is a 
difference between the 1GHz and 1.5GHz, but the Radeon 9600 is what you 
need anyhow:


http://ppcconfdb.sourceforge.net/conf/PowerBook_Aluminium_G4_1GHz_15_radeon-9600/

I am the Project Admin for PPCConfDB 
(http://ppcconfdb.sourceforge.net/), and I was wondering if you could 
run the make-db script 
(http://ppcconfdb.sourceforge.net/programs/make-db/make-db) on your box 
so I can diff the folders to see if the configs come out similar.


Otherwise, if you'd like you could just use the configs on the PPCConfDB 
site and let me know how they work for you (So that we can get some QA 
going on for the project).


Anyhow, I wish you the best on getting your comp. setup. :-)

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~



Re: powerbook 1.5GHz 15 + radeon 9600 + mirror

2004-09-18 Thread Mick Weiss



The exact location is:

http://ppcconfdb.sourceforge.net/conf/PowerBook_Aluminium_G4_1GHz_15_radeon-9600/etc/X11/XF86Config-4

Hope that helps,


- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~


Mick Weiss wrote:


Pierre Habouzit wrote:


The patch and my XF86Config-4 are attached. It should work with
these, since we have the same cards anyway.




I'll try that,
thanks a lot 

If that works, you just save me :)



The configs for that model are online under (i'm not sure if there is a 
difference between the 1GHz and 1.5GHz, but the Radeon 9600 is what you 
need anyhow:


http://ppcconfdb.sourceforge.net/conf/PowerBook_Aluminium_G4_1GHz_15_radeon-9600/ 



I am the Project Admin for PPCConfDB 
(http://ppcconfdb.sourceforge.net/), and I was wondering if you could 
run the make-db script 
(http://ppcconfdb.sourceforge.net/programs/make-db/make-db) on your box 
so I can diff the folders to see if the configs come out similar.


Otherwise, if you'd like you could just use the configs on the PPCConfDB 
site and let me know how they work for you (So that we can get some QA 
going on for the project).


Anyhow, I wish you the best on getting your comp. setup. :-)

Best Regards,

- Mick

(o Web / software developer
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~






Re: debianppc list and sven virus

2003-12-02 Thread Mick Weiss
I have no control over what is filtered in my mail so this is extremely
annoying. I have unsubscribed from the list till I will start hosting my own
e-mail. The e-mails are still coming regularly. Till then I will have to use
another e-mail and just read the archives :-/

If anyone finds the root of this problem. Please e-mail me. I think it may
be the SVEN virus, but I'm still uncertain. I doubt that it is coming from a
linux box though. If you have Win32 running - please do make sure that it
isn't you.

Regards,

- Mick

(o Web / software developer 
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~

 I do not know,  but seems a common problem here.
 
 On Wednesday 26 November 2003 02:15, florian klinglmueller wrote:
  hi,
 
  same problem with me, very annoying. any possibility this comes from a
  linuxbox (maybe even me)?
 
  ffpx flo
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net




debianppc list and sven virus

2003-11-25 Thread Mick Weiss
I think that sombody's box on the debianppc mailing list has the Sven virus.
After subscribing, I get 100+ e-mails that say that they are from Microsoft.

I talked to some people at the local linux user group and thats what they
told me. 

Anyone else have this problem?

If this is indeed the case, and someone happens to be running windows ---
please use an anti-virus :o) pleez Any more mail and I will cringe. 

thanks,

- Mick

(o Web / software developer 
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~




-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++



apple hardware docs.

2003-11-13 Thread Mick Weiss
I asked Apple about their hardware documentation (I forwarded a thread from
debianppc that talked about how they wouldn't release it), I got a very
helpful reply from Apple.

I would like to forward this:

 All available documentation regarding Apple hardware can be found at the
 website below:
 
 http://developer.apple.com/documentation/Hardware/Hardware.html
 
 I hope you find this information useful. If you require any additional
 info
 rmation, please do not hesitate to contact us. 
 
 Best Regards,
 
 Damian Harney
 Apple Developer Connection
 Worldwide Developer Relations

If anyone needs help with writing a device driver for anything Apple
related, it seems like they would help out where they could.

At least, thats the impression that I get. If I was better at writting
low-level stuff I would attempt this. Can anyone suggest any docs? 

Best Regards,

- Mick

(o Web / software developer 
( ) UNIX Systems Admin
---   ~ www.mickweiss.com ~




.

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++