Re: Re: radeon driver updates for mac laptops

2007-09-24 Thread Eugen Dedu

On 9/24/07, Uwe Steinmann [EMAIL PROTECTED] wrote:

Hi,

has anybody been successful on an iBook G4?
motherboard : PowerBook6,5 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)



you will need:
Option MacModel ibook
the ibook has a very odd connector config.


I'm running debian sid and the ati driver from experimental
(Version 1:6.7.192-4). I hope that is recent enough.



you need at least 6.7.193 for the MacModel option.

Alex


Just to say that on debian 6.7.192-4 too contains the code for MacModel.

--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-21 Thread Eugen Dedu

Michel Dänzer wrote:

On Wed, 2007-09-05 at 16:25 +0200, Eugen Dedu wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 15:58 +0200, Eugen Dedu wrote:

VGA-0 disconnected (normal left inverted right x axis y axis)

If you specify

Option  MacModel powerbook

or powerbook-duallink, the above should say DVI-0 instead of VGA-0.

However, it prints VGA-0...

Does the log file acknowledge the option being in effect as intended?

Ah...:

((II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled 
message.

WW) RADEON(0): Option MacModel is not used
(--) RandR disabled

I attach the whole log and xorg.conf.  Maybe I should try 
powerbook-duallink?!


The option value doesn't matter when the driver doesn't recognize the
identifier. Did you get the driver source from upstream GIT and build
it? The option isn't included in xserver-xorg-video-ati 1:6.7.192 yet.


Hi,

I have just tried xserver-xorg-video-ati 1:6.7.192-4.  Now it works on 
my external monitor (Samsung).  I have a PowerBook5,2 (4 years old).


I put powerbook-duallink as MacModel.

A few comments:

- after xrandr --output DVI-0 --reflect x and xrandr --output DVI-0 
--rotation left, the mouse pointer on my LDVS is rotated.  Is it a bug 
of a feature :o) ?  Can it be rotated only on the rotated output?


- both xrandr -q and xrandr --prop black DVI-0 (but not LVDS) for 2-3 sec.

- When executing xrandr --output DVI-0 --right-of LVDS with both 
outputs in mode 1024x768 I get:

xrandr: screen cannot be larger than 1280x1200 (desired size 2048x768)
How can I enlarge the 1280x1200 value in order to put one output at the 
right of the other?  Here is the output of xrandr -q:

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1200
LVDS connected 1280x854+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm

   1280x854   60.0*+
   1280x800   60.0
   1280x768   60.0
   1024x768   60.0
   800x60060.3
   640x48059.9
DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 
330mm x 270mm

   1280x1024  60.0*+   75.0 59.9
   1152x864   75.0
   1024x768   75.1 70.1 60.0
   832x62474.6
   800x60072.2 75.0 60.3 56.2
   640x48075.0 60.0
   720x40070.1 70.1
S-video disconnected (normal left inverted right x axis y axis)

-  how can i see if a monitor is enabled?  I noticed that when enabled 
its dimensions in mm are printed (such as 330mm x 270mm).  Maybe 
printing not enabled and enabled 330mm x 270mm would be clearer?


- for LVDS, xrandr -q prints always 0mm x 0mm

Greetings,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-21 Thread Eugen Dedu

Alex Deucher wrote:

On 9/21/07, Eugen Dedu [EMAIL PROTECTED] wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 16:25 +0200, Eugen Dedu wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 15:58 +0200, Eugen Dedu wrote:

VGA-0 disconnected (normal left inverted right x axis y axis)

If you specify

  Option  MacModel powerbook

or powerbook-duallink, the above should say DVI-0 instead of VGA-0.

However, it prints VGA-0...

Does the log file acknowledge the option being in effect as intended?

Ah...:

((II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled
message.
WW) RADEON(0): Option MacModel is not used
(--) RandR disabled

I attach the whole log and xorg.conf.  Maybe I should try
powerbook-duallink?!

The option value doesn't matter when the driver doesn't recognize the
identifier. Did you get the driver source from upstream GIT and build
it? The option isn't included in xserver-xorg-video-ati 1:6.7.192 yet.

Hi,

I have just tried xserver-xorg-video-ati 1:6.7.192-4.  Now it works on
my external monitor (Samsung).  I have a PowerBook5,2 (4 years old).

I put powerbook-duallink as MacModel.

A few comments:



an output is enabled if there is a * next to one of it's modes.


May I suggest you to write this info in the man page?

snoopy:~$ diff -Naur xrandr.1 xrandr.1-new
--- xrandr.12007-09-21 18:16:51.0 +0200
+++ xrandr.1-new2007-09-21 18:23:52.0 +0200
@@ -83,7 +83,9 @@
 reported while executing the configuration changes.
 .IP \-q
 When this option is present, or when no configuration changes are 
requested,

-xrandr will display the current state of the system.
+xrandr will display the current state of the system. A '*' near a mode
+precises the mode used.  A '+' near a mode precises that the corresponding
+output is enabled.
 .IP \-screen \fIsnum\fP
 This option selects which screen to manipulate. Note this refers to the X
 screen abstraction, not the monitor (or output).

Also, another comment:
- would it possible to use MacModel XYZ by default, i.e. without 
explicitely putting it in xorg.conf?  Or is it planned for a future 
version of ati driver?


Best regards,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-21 Thread Eugen Dedu

Alex Deucher wrote:

On 9/21/07, Eugen Dedu [EMAIL PROTECTED] wrote:

Alex Deucher wrote:

On 9/21/07, Eugen Dedu [EMAIL PROTECTED] wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 16:25 +0200, Eugen Dedu wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 15:58 +0200, Eugen Dedu wrote:

VGA-0 disconnected (normal left inverted right x axis y axis)

If you specify

  Option  MacModel powerbook

or powerbook-duallink, the above should say DVI-0 instead of VGA-0.

However, it prints VGA-0...

Does the log file acknowledge the option being in effect as intended?

Ah...:

((II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled
message.
WW) RADEON(0): Option MacModel is not used
(--) RandR disabled

I attach the whole log and xorg.conf.  Maybe I should try
powerbook-duallink?!

The option value doesn't matter when the driver doesn't recognize the
identifier. Did you get the driver source from upstream GIT and build
it? The option isn't included in xserver-xorg-video-ati 1:6.7.192 yet.

Hi,

I have just tried xserver-xorg-video-ati 1:6.7.192-4.  Now it works on
my external monitor (Samsung).  I have a PowerBook5,2 (4 years old).

I put powerbook-duallink as MacModel.

A few comments:


an output is enabled if there is a * next to one of it's modes.

May I suggest you to write this info in the man page?

snoopy:~$ diff -Naur xrandr.1 xrandr.1-new
--- xrandr.12007-09-21 18:16:51.0 +0200
+++ xrandr.1-new2007-09-21 18:23:52.0 +0200
@@ -83,7 +83,9 @@
  reported while executing the configuration changes.
  .IP \-q
  When this option is present, or when no configuration changes are
requested,
-xrandr will display the current state of the system.
+xrandr will display the current state of the system. A '*' near a mode
+precises the mode used.  A '+' near a mode precises that the corresponding
+output is enabled.
  .IP \-screen \fIsnum\fP
  This option selects which screen to manipulate. Note this refers to the X
  screen abstraction, not the monitor (or output).



I thought brice already submitted a patch to do that.  I guess not.
Please open a bug on https://bugs.freedesktop.org and attach your
patch.


Also, another comment:
- would it possible to use MacModel XYZ by default, i.e. without
explicitely putting it in xorg.conf?  Or is it planned for a future
version of ati driver?


I don't know of a way to get that info from the driver at the moment.
Also, I'm not sure which powerbooks use which configuration (internal
or external TMDS).  If someone more familiar with macs or ppc knows of
a good way, I'd be happy to implement it, I'm just not that well
versed in mac hardware and configuration.


May this option be removed for all cases but duallink?

May /proc/cpuinfo be used?
snoopy:~$ cat /proc/cpuinfo
processor   : 0
cpu : 7447/7457, altivec supported
clock   : 612.00MHz
revision: 0.1 (pvr 8002 0101)
bogomips: 36.73
timebase: 18432000
platform: PowerMac
machine : PowerBook5,2
motherboard : PowerBook5,2 MacRISC3 Power Macintosh
detected as : 287 (PowerBook G4 15)
pmac flags  : 001b
L2 cache: 512K unified
pmac-generation : NewWorld

This makes a difference between ibook and powerbook.

As for duallink or not, you may then consider ibook or powerbook by 
default.  If the user wants to use duallink, it can explicitly write 
powerbook-duallink in xorg.conf.  In a future version, when you find out 
this info from the driver, you can get rid of it completely.


All this because it's simpler to say to users: The output works in all 
cases, except [for a few users] when you want to use duallink, in which 
case you must add the line Option ... in xorg.conf.


I am sorry if this mail seems offending, but it's not.

--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-21 Thread Eugen Dedu

Michel Dänzer wrote:

On Fri, 2007-09-21 at 19:04 +0200, Eugen Dedu wrote:

May /proc/cpuinfo be used?
snoopy:~$ cat /proc/cpuinfo
processor   : 0
cpu : 7447/7457, altivec supported
clock   : 612.00MHz
revision: 0.1 (pvr 8002 0101)
bogomips: 36.73
timebase: 18432000
platform: PowerMac
machine : PowerBook5,2
motherboard : PowerBook5,2 MacRISC3 Power Macintosh
detected as : 287 (PowerBook G4 15)
pmac flags  : 001b
L2 cache: 512K unified
pmac-generation : NewWorld

This makes a difference between ibook and powerbook.


Yes, I'm planning to use this for sane default values of Option
MacModel when I get time, but feel free to beat me to it.


Is this program ok?  It looks at the platform line from /proc/cpuinfo 
file.  I am not sure what is the best line to look for.


#include stdio.h
#include string.h

// or enum instead?
#define UNKNOWN 0
#define IBOOK 1
#define POWERBOOK_SINGLELINK 2
#define POWERBOOK_DUALLINK 3

int main (void){
  int param = UNKNOWN;
  FILE *f = fopen (/proc/cpuinfo, r);
  #define MAX 100
  char line[MAX];
  if (f != NULL){
while (fgets (line, MAX, f)){
  if (strncmp (line, platform, strlen (platform)) == 0){  // 
found the line

if (strstr (line, Book))  // to check on ibook computers
  param = IBOOK;
else if (strstr (line, Power))
  param = POWERBOOK_SINGLELINK;
// else: not apple computer, nothing to do
break;
  }
}
  }else
printf ((WW) Cannot detect laptop DVI because /proc/cpuinfo not 
readable.  Please use the MacModel option in xorg.conf to configure it.\n);

  printf (%d\n, param);
  return 0;
}

Best regards,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: PB G4, sound and speaker beeps

2007-09-11 Thread Eugen Dedu

I have snd-powermac in /etc/modules and the beep works.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-05 Thread Eugen Dedu
 
--

(II) RADEON(0): Manufacturer: SNY  Model: 2970  Serial#: 16843009
(II) RADEON(0): Year: 2003  Week: 40
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 34  vert.: 27
(II) RADEON(0): Gamma: 2.20
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.340   greenX: 0.290 greenY: 0.610
(II) RADEON(0): blueX: 0.140 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): [EMAIL PROTECTED]
(II) RADEON(0): [EMAIL PROTECTED]
(II) RADEON(0): [EMAIL PROTECTED]
(II) RADEON(0): [EMAIL PROTECTED]
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
(II) RADEON(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 
h_blank_end 1688 h_border: 0
(II) RADEON(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 
v_blanking: 1066 v_border: 0
(II) RADEON(0): Ranges: V min: 57  V max: 63 Hz, H min: 28  H max: 65 
kHz, PixClock max 110 MHz

(II) RADEON(0): Monitor name: SDM-HX73
(II) RADEON(0): Serial No: 9304576
(II) RADEON(0): EDID (in hex):
(II) RADEON(0): 00004dd9702901010101
(II) RADEON(0): 280d010380221b78eac5c9a3574a9c23
(II) RADEON(0): 12484ca1080081808140010101010101
(II) RADEON(0): 010101010101302a009851002a403070
(II) RADEON(0): 1300520e111e00fd00393f1c
(II) RADEON(0): 410b000a20202020202000fc0053
(II) RADEON(0): 444d2d485837330a2020202000ff
(II) RADEON(0): 00393330343537360a202020202000eb
in RADEONProbeOutputModes
(II) RADEON(0): EDID vendor SNY, prod id 10608

--

Also:

ii  xserver-xorg1:7.3~rc1  the X.Org X 
server
ii  xserver-xorg-core   2:1.3.99.0-2   X.Org X 
server -- core server
ii  xserver-xorg-input-evdev1:1.2.0~git20070819-1  X.Org X 
server -- evdev input driver
ii  xserver-xorg-input-kbd  1:1.2.0-2  X.Org X 
server -- keyboard input driver
ii  xserver-xorg-input-mouse1:1.2.2-2  X.Org X 
server -- mouse input driver
ii  xserver-xorg-input-wacom0.7.7.11-1 X.Org X 
server -- wacom input driver
ii  xserver-xorg-video-ati  1:6.7.192-1X.Org X 
server -- ATI display driver
ii  xutils  1:7.1.ds.3-1   X Window 
System utility programs
ii  xutils-dev  1:7.2.ds2-1X Window 
System utility programs for develop


Best regards,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-05 Thread Eugen Dedu

Thank you for the reply.

Michel Dänzer wrote:

On Wed, 2007-09-05 at 14:40 +0200, Eugen Dedu wrote:
I own a PowerBook G4 


Titanium or aluminium? What panel size?


Aluminium.
snoopy:~$ cat /proc/cpuinfo
processor   : 0
cpu : 7447/7457, altivec supported
clock   : 612.00MHz
revision: 0.1 (pvr 8002 0101)
bogomips: 36.73
timebase: 18432000
platform: PowerMac
machine : PowerBook5,2
motherboard : PowerBook5,2 MacRISC3 Power Macintosh
detected as : 287 (PowerBook G4 15)
pmac flags  : 001b
L2 cache: 512K unified
pmac-generation : NewWorld

Sorry, how to find the panel size?  The resolution of the laptop screen
is 1280x854.

snoopy:~$ grep -i panel /var/log/Xorg.0.log
(II) RADEON(0): Existing panel PLL dividers will be used.
(WW) RADEON(0): Panel size 1280x854 is derived, this may not be correct.
If not, use PanelSize option to overwrite this setting
(EE) RADEON(0): Panel size is not correctly detected.
Please try to use PanelSize option for correct settings.
(II) RADEON(0): Panel infos found from DDC detailed: 1280x854
(II) RADEON(0): Panel infos found from DDC VESA/EDID: 1280x1024

and I do not succeed in using the 2nd monitor after 
using these steps (I am not an Xorg specialist):


1. Add Option ... in xorg.conf


... what?


Option MacModel powerbook


2. Restart computer and enter X

3. snoopy:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 854, maximum 1280 x 1280
LVDS connected 1280x854+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm

1280x854   60.0*+
1280x800   60.0
1280x768   60.0
1024x768   60.0
800x60060.3
640x48059.9
VGA-0 disconnected (normal left inverted right x axis y axis)


If you specify

Option  MacModel powerbook

or powerbook-duallink, the above should say DVI-0 instead of VGA-0.


However, it prints VGA-0...

Note: I have just upgraded xbase-clients and xutils to 1:7.3~rc1, the
test from my previous email was with xbase-clients 1:7.1.ds.3-1 and
xutils 1:7.2.ds2-2.  I redid the steps from my previous email, the same 
output is shown except that I have some information about S-video:


snoopy:~$ xrandr -q
Screen 0: minimum 320 x 200, current 1280 x 854, maximum 1280 x 1280
LVDS connected 1280x854+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm

   1280x854   60.0*+
   1280x800   60.0
   1280x768   60.0
   1024x768   60.0
   800x60060.3
   640x48059.9
VGA-0 connected (normal left inverted right x axis y axis)
   1280x1024  60.0 +   59.9
   1280x960   59.9
   1024x768   60.0
   800x60060.3
   640x48060.0
   720x40070.1
S-video disconnected 800x600+0+0 (normal left inverted right x axis y 
axis) 0mm x 0mm

  800x600 (0x55)   38.2MHz
h: width   800 start  832 end  912 total 1024 skew0 clock 
 37.4KHz
v: height  600 start  603 end  607 total  624   clock 
 59.9Hz


Thank you,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: radeon driver updates for mac laptops

2007-09-05 Thread Eugen Dedu

Michel Dänzer wrote:

On Wed, 2007-09-05 at 16:25 +0200, Eugen Dedu wrote:

Michel Dänzer wrote:

On Wed, 2007-09-05 at 15:58 +0200, Eugen Dedu wrote:

VGA-0 disconnected (normal left inverted right x axis y axis)

If you specify

Option  MacModel powerbook

or powerbook-duallink, the above should say DVI-0 instead of VGA-0.

However, it prints VGA-0...

Does the log file acknowledge the option being in effect as intended?

Ah...:

((II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled 
message.

WW) RADEON(0): Option MacModel is not used
(--) RandR disabled

I attach the whole log and xorg.conf.  Maybe I should try 
powerbook-duallink?!


The option value doesn't matter when the driver doesn't recognize the
identifier. Did you get the driver source from upstream GIT and build
it? The option isn't included in xserver-xorg-video-ati 1:6.7.192 yet.


It's from debian package...

The debian package appeared 27/08, just two days before the email, and I 
wrongly deduced that it included this option...


I prefer to wait a bit when the debian package include the option...

Many thanks and sorry for taking your time,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: airport extreme with linux-2.6.18

2007-05-02 Thread Eugen Dedu

ifconfig eth1 up
iwconfig eth1 essid ... rate 11M
dhclient eth1

HTH,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AirportExtreme and resume with 2.6.20

2007-04-17 Thread Eugen Dedu

Hi,

With 2.6.20-1 and -2, the wireless interface AirportExtreme (bmc43xx) 
does not work anymore after resume from sleeping (PowerBook G4 Alu).


For example, the Bit Rate becomes 1 Mb/s after resume (but even if I 
change it, it does not work).  Running rmmod bcm43xx; modprobe bcm43xx; 
ifup ... does however work.


--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Debian has failed us

2007-01-12 Thread Eugen Dedu
I agree with you, Eric.  I find sad that people cannot speak without 
using negative words, such as those below.  When a client has a 
problem, even if its his fault, why not SIMPLY trying to understand 
where is the error?


Even more: if a person uses inflammatory words, TRY YOURSELF to reply 
nicely and ABSTAIN to raise the tone!!  You win not when you are right, 
but when the problem is solved.


Eugen Dedu, a 5-years Debian user


On Thu, Jan 11, 2007 at 07:18:24PM +0100, Frans Pop wrote:

[...]
False: it was not compiled into the standard Debian kernel. The installer
does not use custom kernels. This was explained to you at the time.
[...]
Please check your facts before sending such mails:
[...] 
I'll ignore the rest of your rant as it is obviously based on false

assumptions.
[...]


This is an incredibly arrogant and hostile response to a long-time,
technically competent Debian user who posted a calm and informative
message.


P.S. Some apologies would be appreciated.


On the contrary, he attacked nobody personally, and his tone was not
inflammatory. Your response made an unfortunate situation worse.  It's
you who should apologize.

--
Eric Cooper e c c @ c m u . e d u



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: adduser, useradd: are there any differences

2006-11-09 Thread Eugen Dedu

From man adduser :

DESCRIPTION
   adduser  and addgroup add users and groups to the system 
according to com-
   mand line options  and  configuration  information  in 
/etc/adduser.conf.
   They  are  friendlier  front  ends  to  the  low level tools 
like useradd,
   groupadd and usermod programs, choosing Debian policy conformant 
 UID  and
   GID values, creating a home directory with skeletal 
configuration, running
   a custom script, and other features.  adduser and addgroup can 
be  run  in

   one of five modes:

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with 2.6.18-1-vserver-powerpc

2006-10-18 Thread Eugen Dedu

Hi,

I use linux-image-2.6.18-1-powerpc on a powerbook g4 PowerBook5,2 and 
the system froze twice during the last ~10 days: the image is frozen and 
cannot mode mouse, keyboard not responding etc.  The last time I used 
bcm43xx, the first time I do not remember.


HTH,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: bcm43xx 2.6.17.7 associating only once

2006-08-07 Thread Eugen Dedu

If useful, here are my comments on my machine:

- bcm43xx works very well when I do not change the AP.  For ex. I am at 
home (where I use WEP) and I booted my computer a few days ago, I 
suspend/resume (on RAM) several times since then and it works ok


- however: when I go to the office, I use an AP without encryption, it 
works; but when I come back to home, dhclient eth1 do not work. 
iwconfig eth1 shows everything is fine.  The only workaround is to rmmod 
bcm43xx and modprobe it (I know it's not fine, but that's the only 
solution I know).


I use debian 2.6.17-5 kernel.

Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Debian Installer - Etch Beta 3 release

2006-06-27 Thread Eugen Dedu
If there are any issues for your architecture that we should be aware of, 
please let us know.


My 2 cents: IIUC, Airport Extreme cards do not work on 2.6.16, but on 
2.6.15 and 2.6.17 (see last post of 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358833).


Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem with bcm43xx after resume

2006-06-24 Thread Eugen Dedu
After resume, check that the card is still at 11Mb/s.  If not, re=put it 
at 11Mb/s and ti should work.


Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: problem with bcm43xx after resume

2006-06-24 Thread Eugen Dedu
On 2.6.15, rmmod bcm43xx;modprobe bcm43xx after resume and afterwards 
ifup eth1 worked sometimes...


Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: The powerpc architecture ubiquitous problem: sound

2006-06-17 Thread Eugen Dedu

I use alsamixer to turn off DRC.  But each two reboots I need to
turn it off again, because the system reboots with DRC on.  Do you
have the same problem?


Doing 'alsactl store' with DRC disabled should take care of this --
the alsa packages install hooks and whatnot so that 'alsactl restore'
is run at the appropriate times.


It seems that 'alsactl restore' is not run on resuming (from RAM).  I 
executed:

- alsamixer, turn DRC off
- alsactl store (as root)
After resume, DRC is on again.

I will test on rebooting too.

Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: The powerpc architecture ubiquitous problem: sound

2006-06-16 Thread Eugen Dedu

Now, the fun part; every sound begins loud (or should I say at a
normal level) and then is almost imediately attenuated, resulting in
annoyance and really low volume in general. With dmasound-pmac the
volume used to be a lot louder and didn't had this kind of issues.


Sounds like DRC. Disable it or yank up its range with a mixer app.




I use alsamixer to turn off DRC.  But each two reboots I need to turn 
it off again, because the system reboots with DRC on.  Do you have the 
same problem?


Friendly,
--
Eugen Dedu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with the airport

2006-05-11 Thread Eugen Dedu

Hi,

I have an Airport Extreme.  For 2.6.15 and 16 (but 16 does not have a 
debian package for Extreme module), I use the following script in 
/etc/network/interfaces:


auto eth1
iface eth1 inet manual
  post-up /etc/network/eugen

---

I use the following script eugen:

ifconfig $IFACE up
iwconfig $IFACE rate 11M

# this is because sometimes iwlist eth1 scan does not return any result
found=0
for i in 1 2 3 4 5 6 7 8; do
res=`iwlist $IFACE scan`
echo $res | grep No scan results
if [ $? != 0 ]; then
found=1
break
fi
sleep 3
done
if [ $found = 0 ]; then
echo No wifi network found.
exit
fi

# wifi network found
echo $res|grep dedu /dev/null
if [ $? = 0 ]; then
# home
echo Found dedu essid.
iwconfig $IFACE essid dedu key XXX
else
echo $res|grep lifcap /dev/null
if [ $? = 0 ]; then
# office
iwconfig $IFACE essid any key YYY
...

I do know anything about WPA.

HTH,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Problems with the airport

2006-05-11 Thread Eugen Dedu

Hi,

I am really sorry, I forgot to add the end of the eugen script:

# sleep is needed to give the card sufficient time to connect the AP
# you can check this by looking at the AP MAC address with iwconfig
(sleep 15 ; dhclient $IFACE) 

HTH,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Patch led blink when disc activity

2006-03-24 Thread Eugen Dedu

Hi,

A few time ago there was posted on this mailing list 
(http://lists.debian.org/debian-powerpc/2006/01/msg00453.html) a patch 
to control the led blinking when HD activity.  Is it included in the 
debian kernel packages?  If so, how to activate it?


Regards,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Is the PB 5,2 integrated microphone supported on linux?

2006-02-02 Thread Eugen Dedu

Hi,

Thank you very much for your reply.

Can you tell me which application are you using and how did you 
configure it?  I tried sound-recorder and audacity: they give no errors, 
but I do not hear anything when I listen what I recorded.


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Is the PB 5,2 integrated microphone supported on linux?

2006-01-30 Thread Eugen Dedu

Hi,

All is said in the title...  It's about the microphone at the left edge 
of the keyboard (IIRC).


Regards,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Now that the gates for 2.6.16 patches are opened...

2006-01-12 Thread Eugen Dedu

Hi,

I think I can create a patch which changes the compilation #define with 
a global variable.


If someone can create a patch that links this variable to a /sys 
pseudo-file...


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: Linux/PowerPC-specific Firefox 1.5 bugs?

2006-01-02 Thread Eugen Dedu

Vincent Lefevre wrote:

Hi,

I've reported the following Firefox 1.5 bugs:

  * https://bugzilla.mozilla.org/show_bug.cgi?id=321317
  Remote interface doesn't work under Linux/PowerPC


I can confirm this one, as I have reported it on debian BTS:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343913


The same for me (already reported).



  * https://bugzilla.mozilla.org/show_bug.cgi?id=321994
  Firefox doesn't display pages containing MathML


For this one, going to
http://www.mozilla.org/projects/mathml/start.xhtml tells me that I need
some fonts, but I can see formulas.


Tha same for me.

I use a PowerBook G4.  PowerBook5,2.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: glibc problem ?

2005-11-19 Thread Eugen Dedu

Hi,

I have the same problem with gphoto2, as shown in 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336182


ooo2 works well on my computer.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: IDE LED support on powerpc

2005-11-11 Thread Eugen Dedu

I'm just curious about why powerpc kernel is not compiled with IDE LED


About a year ago I remember having tried to make BLINK_IDE a sysctl option.

It was very simple to replace the compilation option (#define) with a 
variable.  The problem I had (and I didn't succeed to solve it) is how 
to link this variable to a sysctl option :o(  Also, I asked myself about 
how can I avoid the following race condition: when someone modify the 
sysctl option, the led is on state on.


Note that I do not know the kernel internals, this would have been my 
first kernel hack...


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IDE LED support on powerpc

2005-11-11 Thread Eugen Dedu

Sven Luther wrote:

On Fri, Nov 11, 2005 at 10:00:06AM +0100, Eugen Dedu wrote:


I'm just curious about why powerpc kernel is not compiled with IDE LED


About a year ago I remember having tried to make BLINK_IDE a sysctl option.

It was very simple to replace the compilation option (#define) with a 
variable.  The problem I had (and I didn't succeed to solve it) is how 
to link this variable to a sysctl option :o(  Also, I asked myself about 
how can I avoid the following race condition: when someone modify the 
sysctl option, the led is on state on.



Can you not just modify it when the led is off ? 
Note that I do not know the kernel internals, this would have been my 
first kernel hack...



Do you still have that code ? What about the version using a kernel command
line parameter ? 


My code ressembles to Cedric's code, I think it's better to use it instead.

In fact, my patch replaces in pmac.c the #define ..._BLINK_PMAC with a 
variable, and the #define ..._BLINK_PMAC with if (variable).  I can do 
it again if necessary, but I think Cedric's code is better.


Kernel command line parameters: I do not know how to use them...

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: IDE LED support on powerpc

2005-11-11 Thread Eugen Dedu

For a command line parameter:
http://cedric.pradalier.free.fr/ibook2/pmac-rtblink.diff.gz



A dumb question:  Shouldn't this patch remove 
CONFIG_BLK_DEV_IDE_PMAC_BLINK entirely, as now the /sys or /proc entry 
is used instead?


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: It's a known bug [Re: Strange deconnections of Cisco 350 series CardBus network card on new kernels]

2005-11-01 Thread Eugen Dedu

Hi,

Thank you very much for your e-mail.

Mich Lanners wrote:

Hi Eugen,

On  30 Oct, this message from Eugen Dedu echoed through cyberspace:

Hey, after searching again on groups I found this problem is known: 
http://bugzilla.kernel.org/show_bug.cgi?id=5017


Not sure that bug report is really your problem... The fact that going
back to an old kernel version doesn't help means something else changed
in between.


In fact, it is, see below.


For instance it could be that installing udev modified other things in
the system. Of course, the wireless LAN card could be plain broken.


After upgrading udev from 0.070-2 (testing) to 0.071-1 (unstable), the 
2.6.12 kernel works again.  2.6.14 does not work.



Concerning your other remarks in the bug report (i.e. the Cisco Aironet
freezing the computer), I can confirm lots of problems with that card.

I currently run 2.6.8 self-compiled from the Debian sources. With that
kernel I have not had any freeze for the last 20 or so sleep cycles.

However, I need to ifdown, ifup the card after sleep: it seems the
settings are not all retained over sleep.


Indeed, see my posting 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=305557



I've not tried ejecting the card with this kernel version, but normally
that is a sure way to freeze.


Indeed...

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Strange deconnections of Cisco 350 series CardBus network card on new kernels

2005-10-30 Thread Eugen Dedu

Hi,

A few days ago I installed linux-image-2.6.14-rc5 and yaird on my 
PowerBook Aluminium.  A bit later i installed udev too.  Until then I 
have successfuly used for several months a wireless card (Cisco 350 
series) with pcmcia-cs, hotplug and stuff.


Since I have installed these three programs my wireless card does not 
connect to AP.  I have tried two APs on two different networks.  I have 
tried various ifup/ifdown/iwconfig/dhclient combinations...  Sometimes 
it connects, but it deconnects 10-20 minutes later, and during this time 
ping packets are sometimes delayed up to 10 seconds.  Sometimes I cannot 
even succeed to connect it.


I suppose this is in connection with the kernel because the problems 
started *exactly* when I installed these programs.


Even if I boot with the previous kernel (2.6.12) the problem persists.

When executing iwlist it generally prints:
snoopy:~# iwlist eth2 scan
eth2  Failed to read scan data : No data available

[IIRC ethereal on eth2 shows the sent ARP packets, but no one answers to 
them.]


A cable (eth0) works ok.

I really do not understand what happened, any help will be really 
appreciated.


--

My /etc/network/interfaces:
auto lo
iface lo inet loopback

# The primary network interface
#auto eth0
iface eth0 inet dhcp
  #up /etc/init.d/ntp-server start
  #down /etc/init.d/ntp-server stop

# The wifi interface (Eugen)
allow-hotplug eth2
mapping hotplug
  script grep
  map eth2
iface eth2 inet manual
  pre-up /etc/network/eugen

And my eugen file:
[A series of if/else to discover the right location where I am]
iwconfig $IFACE essid ... key ... commit
dhclient $IFACE

Regards,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Strange deconnections of Cisco 350 series CardBus network card on new kernels

2005-10-30 Thread Eugen Dedu

Sven Luther wrote:

On Sun, Oct 30, 2005 at 08:57:26PM +0100, Eugen Dedu wrote:


Hi,

A few days ago I installed linux-image-2.6.14-rc5 and yaird on my 
PowerBook Aluminium.  A bit later i installed udev too.  Until then I 
have successfuly used for several months a wireless card (Cisco 350 
series) with pcmcia-cs, hotplug and stuff.



2.6.14-1 is out, please install it, and if you have still problem, file a bug
report against linux-2.6.


I tried today 2.6.14-1 and the problem persists.

I will file a bug.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Strange deconnections of Cisco 350 series CardBus network card on new kernels

2005-10-30 Thread Eugen Dedu

Sven Luther wrote:

On Sun, Oct 30, 2005 at 08:57:26PM +0100, Eugen Dedu wrote:


Hi,

A few days ago I installed linux-image-2.6.14-rc5 and yaird on my 
PowerBook Aluminium.  A bit later i installed udev too.  Until then I 
have successfuly used for several months a wireless card (Cisco 350 
series) with pcmcia-cs, hotplug and stuff.



2.6.14-1 is out, please install it, and if you have still problem, file a bug
report against linux-2.6.


What is strange is that even if I boot 2.6.12, the bug persists...

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



It's a known bug [Re: Strange deconnections of Cisco 350 series CardBus network card on new kernels]

2005-10-30 Thread Eugen Dedu

Sven Luther wrote:

On Sun, Oct 30, 2005 at 08:57:26PM +0100, Eugen Dedu wrote:


Hi,

A few days ago I installed linux-image-2.6.14-rc5 and yaird on my 
PowerBook Aluminium.  A bit later i installed udev too.  Until then I 
have successfuly used for several months a wireless card (Cisco 350 
series) with pcmcia-cs, hotplug and stuff.



2.6.14-1 is out, please install it, and if you have still problem, file a bug
report against linux-2.6.


Hey, after searching again on groups I found this problem is known: 
http://bugzilla.kernel.org/show_bug.cgi?id=5017


Sorry for inconvenience,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: 2.6.14-rc5 uploaded to experimental available at http://people.debian.org/~luther/2.6.14-rc5

2005-10-27 Thread Eugen Dedu

Shouldn't it depend on udev?

I installed it and it works without udev.  I have an Aluminium 15.

--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



STRANGE Re: 2.6.14-rc5 uploaded to experimental available at http://people.debian.org/~luther/2.6.14-rc5

2005-10-25 Thread Eugen Dedu

And apt-gettable at :

  deb http://http://people.debian.org/~luther/2.6.14-rc5/ ./
  deb-src http://http://people.debian.org/~luther/2.6.14-rc5/ ./



Very STRANGE: Note the double http:// in the links above.  When I clic 
on them, my firefox under linux redirects to http://www.microsoft.com!!!


???
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [debian-ppc] Disable the first apple DOOOONG!!

2005-10-14 Thread Eugen Dedu

nvsetvol.

But it seems there is an inconsistency program/manual.

man nvsetvol : parameter 0..255
program : parameter 0..15 (if I remember correctly, I do not know where 
I take this information from)


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Minor sound bug

2005-09-21 Thread Eugen Dedu
Is the same problem as 
http://groups.google.com/group/linux.debian.ports.powerpc/browse_thread/thread/d68b859951b3f1fc/5274542c0e691425?lnk=stq=eugen+dedu+debian+alsamixerrnum=1hl=en#5274542c0e691425 
?


--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



A 2.6.12 .deb?

2005-07-11 Thread Eugen Dedu

Hi,

Is there a 2.6.12 .deb?  I would like to install it (IIUC it has better 
sleep) before going in holidays.


Thanks,
--
Eugen


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Re: some way to start gtkbuttons at X startup

2005-04-22 Thread Eugen Dedu
Is http://lists.debian.org/debian-devel/2004/09/msg01333.html useful?
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Downgrading from Sid to Sarge ?

2005-04-01 Thread Eugen Dedu
You have certainly both testing and unstable in /etc/apt/sources.list. 
Please verify this.

If this is the case and you want to stay with sarge (testing) only, I 
propose you to remove the lines for unstable (or sid) from your 
/etc/apt/sources.list.  That means that from now on you would not 
install packages from unstable.  After a few days, or a few weeks, as 
all your unstable packages have been propagated into testing in Debian 
distribution, you will find yourself using only testing packages.

HTH,
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: pre-release 2.6.11-0.1 debian/powerpc kernel.

2005-03-11 Thread Eugen Dedu
Sven Luther wrote:
On Fri, Mar 11, 2005 at 11:59:01AM +0100, Eugen Dedu wrote:
Hi,
I installed 2.6.11-0.1.  I tried several resumes, with a Cisco CardBus 
wi-fi card and a USB mouse connected, with short time intervals between 
resumes.  Resumes works fine until now, with one exception: my USB mouse 
is not useable (its light is not switched on) once every two resumes; 
getting it out and putting it in does not change anything.
I discovered a problem.  It appeared twice during my ~10 sleep/resume. 
The first after a 2h sleep, the other after the battery was very low and 
the sleep was automatically executed.

In both cases, a problem with pbbuttonsd (as printed on the screen), 
lead a kernel panic.  A (kernel?) call trace was also printed.

I use PB G4 15 alu.
HTH,
Eugen Dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Sound problem on =2.6.9

2005-03-01 Thread Eugen Dedu
Michel Dnzer wrote:
On Mon, 2005-02-28 at 11:20 +0100, Eugen Dedu wrote:
With kernels 2.6.9 and 2.6.10 (which have introduced beeps) I have 
problems with the sound on my Aluminium PowerBook G4 15.  (It worked 
very well with =2.6.8.)

First, the sound is softer than before, for ex. now 80% of sound (as 
given by pbbuttonsd) is identical to 45% before.

Last, during a play (a sound file with xmms or a series a beeps) only 
the first sound(s), for about 0.5 sec., are loud as before (=2.6.8), 
the others are soft.

Check the DRC mixer settings.

Thank you very much.
I execute alsamixer, disable DRC and it works as before.
Regards,
--
Eugen Dedu
Assistant Professor / Matre de confrences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Sound problem on =2.6.9

2005-02-28 Thread Eugen Dedu
Hi,
With kernels 2.6.9 and 2.6.10 (which have introduced beeps) I have 
problems with the sound on my Aluminium PowerBook G4 15.  (It worked 
very well with =2.6.8.)

First, the sound is softer than before, for ex. now 80% of sound (as 
given by pbbuttonsd) is identical to 45% before.

Last, during a play (a sound file with xmms or a series a beeps) only 
the first sound(s), for about 0.5 sec., are loud as before (=2.6.8), 
the others are soft.

I have (almost) all the packages in testing.
Thanks,
Eugen Dedu
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Re: powerpc 2.6.10-2 currently in NEW, available on p.d.o

2005-02-17 Thread Eugen Dedu
On Wed, Feb 16, 2005 at 09:58:28PM +0100, Sven Luther wrote:
On Wed, Feb 16, 2005 at 09:17:25PM +0100, Eugen Dedu wrote:
 Hi,
 
 Note: I don't have initrd.img and vmlinux links in /boot, but I have 
 initrd.img.old and vmlinux.old (I have installed 2.6.9 and removed it 
 afterwards, hence I have only 2.6.8 as old).
 
 I have errors when installing 2.6.10-2 on PowerBook 15 Alu:
 
 snoopy:/home/dedu/doc/Euromedia05.retransmission.article# dpkg --install 
 /home/dedu/kernel-image-2.6.10-powerpc_2.6.10-2_powerpc.deb
   [ ... ]
I doubt the following will help, but who knows ... :
Eugen, did you try something like 

1:
dpkg -C
2:
dpkg --configure -a
to fix the problem?
Yes, I have already tried, see again my previous e-mail.
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: powerpc 2.6.10-2 currently in NEW, available on p.d.o

2005-02-16 Thread Eugen Dedu
-powerpc_2.6.10-2_powerpc.deb (--install):
 subprocess new post-removal script returned error exit status 2
run-parts: executing /etc/kernel/postrm.d/2.6.10-powerpc/bootloader
run-parts: /etc/kernel/postrm.d/2.6.10-powerpc/bootloader exited with 
return code 10
Failed to process /etc/kernel/postrm.d/2.6.10-powerpc at 
/var/lib/dpkg/tmp.ci/postrm line 256.
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
 /home/dedu/kernel-image-2.6.10-powerpc_2.6.10-2_powerpc.deb
snoopy:/home/dedu/doc/Euromedia05.retransmission.article# dpkg 
--configure -a
snoopy:/home/dedu/doc/Euromedia05.retransmission.article# dpkg -l 
kernel-ima*|grep 2.6.10
iHR kernel-image-2 2.6.10-2   Linux kernel image for 2.6.10-powerpc
snoopy:/home/dedu/doc/Euromedia05.retransmission.article#

[Additional question: Why does dpkg leave kernel installation in 
unconfigured state when mkvmlinux is not installed?  With apt-get it 
refuses to install it.  Doesn't dpkg check dependencies?!]

Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: endianness guide

2005-02-10 Thread Eugen Dedu
It's simple, you do not need a document.  All that you need to do is to 
use hton[l|s] macros in ALL data (more precisely, headers, which are 
processed by machines of both endianess) you pass to Internet.

For hton[l|s], maybe this document helps: 
http://www.ecst.csuchico.edu/~beej/guide/net/bgnet.pdf

HTH,
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Cloning to an external video projector...

2005-01-07 Thread Eugen Dedu

Julien BLACHE wrote:

Eugen Dedu [EMAIL PROTECTED] wrote:

Hi,



I have already used my PowerBook G4 15 for videoprojection.  You need
to patch the kernel (I have patched 2.6.8.1).  See videoprojection
topic, reply of Julien Blache, at
http://wiki.debian.net/index.cgi?DebianOnPowerPC.



The patch only works for machines with a Rage 128 chipset. Someone
please add that to the wiki if it's not written already...

JB.

Sorry for ignorance, how do I know if a machine has a Rage 128 chipset? 
 All PowerBook 15 use the same chipset, isn't it?


Also, this patch works for PowerBook 15 Alu (my computer), does it work 
for other models too?


Regards,
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Cloning to an external video projector...

2005-01-07 Thread Eugen Dedu

Julien BLACHE wrote:

Eugen Dedu [EMAIL PROTECTED] wrote:

Hi,



I have already used my PowerBook G4 15 for videoprojection.  You need
to patch the kernel (I have patched 2.6.8.1).  See videoprojection
topic, reply of Julien Blache, at
http://wiki.debian.net/index.cgi?DebianOnPowerPC.



The patch only works for machines with a Rage 128 chipset. Someone
please add that to the wiki if it's not written already...

JB.



I have added this info.

However, my graphics card is a Mobility Radeon 9600 M10 and it works!

Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Cloning to an external video projector...

2005-01-06 Thread Eugen Dedu
I have already used my PowerBook G4 15 for videoprojection.  You need 
to patch the kernel (I have patched 2.6.8.1).  See videoprojection 
topic, reply of Julien Blache, at 
http://wiki.debian.net/index.cgi?DebianOnPowerPC.


Friendly,
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: umlauts once again :)

2004-12-27 Thread Eugen Dedu

I am very happy with http://lifc.univ-fcomte.fr/~dedu/docs/xkb/

Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Installing K2.6.9 with sleep patch #5

2004-11-26 Thread Eugen Dedu

mkinitrd -o outfile version

HTH,
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: 15 AlBook 896x600 Framebuffer Mode?

2004-11-19 Thread Eugen Dedu
I use xrandr for decreasing screen resolution, without needing modifying 
modes.


Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Re: full-screen presentation

2004-11-19 Thread Eugen Dedu

I use openoffice.org, it works very well.

Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: True state of support for 12 iBook G4

2004-10-29 Thread Eugen Dedu

1. Sleep mode.  According to [1], sleep doesn't work at all.  However,
   others are not reporting any trouble with it (basically saying
   everything except the Airport Extreme works fine).  Does sleep work
   on this unit?

2. Video.  Not only are there conflicting stories (ranging from
   accelerated video will never be available on this unit to
   dri trunk already supports it fine), but I've even seen a thread
   where people were debating whether the unit has NVidia or ATI
   graphics.  What's the story here?



What about creating a Web page (wiki?) for Linux support on Apple 
machines?


Eugen



Re: Test patch for sleep on Aluminium PowerBooks

2004-10-28 Thread Eugen Dedu
I have a PB Alu 15.  I patched 2.6.9 with sleep patch and works 
perfectly!  I have a USB mouse connected.


However, when I use a Cisco CardBus network card, the screen stays black
during wake up, but IMO this is a problem with Cisco driver (airo*).
I say this because sometimes the computer blocks when executing
/etc/init.d/pcmcia stop, 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274886 gives more 
information.


For information, here is the dmesg output (what about the cpufreq warning?):

eth0: suspending, WakeOnLan disabled
radeonfb: suspending to state: 3...
cpufreq: resume failed to assert current frequency is what timing core 
thinks it is.

radeonfb: PAD_CTLR_STRENGTH change: 1d080208 - 1d080209
Using MR table from device-tree
radeonfb: resumed !
enable_irq(29) unbalanced
enable_irq(63) unbalanced
enable_irq(63) unbalanced
IN from bad port 61 at c018d688
IN from bad port 61 at c018d688
eth0: resuming
hda: Enabling Ultra DMA 5
hdc: MDMA, cycleTime: 120, accessTime: 90, recTime: 30
hdc: Set MDMA timing for mode 2, reg: 0x00011d26
hdc: Enabling MultiWord DMA 2
adb: starting probe task...
adb devices: [2]: 2 c4 [3]: 3 1 [7]: 7 1f
ADB keyboard at 2, handler 1
ADB mouse at 3, handler set to 4 (trackpad)
adb: finished probe task...

Many thanks!
Eugen



Re: best kernel config on PowerBook G4 12 1.33GHz

2004-10-21 Thread Eugen Dedu
For videoprojection, see 
http://lists.debian.org/debian-powerpc/2004/09/msg00102.html for a 
kernel patch on my PB Alu 15.


Regards,
Eugen
--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Re: Videoprojector with PB 15 Alu

2004-09-14 Thread Eugen Dedu

I agree.  It now works on my system too, thanks a lot for the information!

Could this patch be integrated to the official kernels?


--
Eugen Dedu
Assistant Professor / Maître de conférences
http://lifc.univ-fcomte.fr/~dedu



Re: Scroll-lock key emulation on a PB G3 without a scroll-lock key

2004-09-13 Thread Eugen Dedu

xmodmap -e keycode N = Scroll_Lock,
where N is the keycode of the key you want to use.  To obtain N, execute 
xev, press the key and look at its keycode.


More info: http://lifc.univ-fcomte.fr/~dedu/docs/xkb/

Eugen



Videoprojector with PB 15 Alu

2004-09-06 Thread Eugen Dedu

Hi,

I teach and I need to use a videoprojector for my classes with my 
PowerBook 15 Alu (Radeon 9600).  What I need is simply to project the 
screen of my laptop on the videoprojector.  On the mailing list I have 
found the post 
http://lists.debian.org/debian-powerpc/2004/08/msg00098.html, but it 
does not work for me... (I tried also with the UseFB option removed and 
with smaller resolutions such as 800x600).  I always see a garbled 
screen where curiously the mouse pointer is however shown fine.


I sent an e-mail to the author of the post a few days ago, but he did 
not respond me.  Am I missing anything or this is not yet possible with 
Radeon 9600 on GNU/Linux?


Eugen



Re: Re: Videoprojector with PB 15 Alu

2004-09-06 Thread Eugen Dedu
Thanks.  I use kernel 2.6.8-3 and xfree86 4.3.0.dfsg.1-6.  On my laptop 
X works only with 2.6 kernel.




How to enable apm in kernel 2.6?

2004-08-17 Thread Eugen Dedu

Hi,

I use kernel-image-2.6.7-powerpc, 2.6.7-5, on an alu 15 G4 powerbook. 
  I need the battery level, but the /proc/apm pseudo-file does not 
exist.  How can I enable it?


In apmd package description I find that:
Debian kernels are built with APM support but it is disabled by
 default.  You need to boot the kernel with the apm=on option if you
 want to enable the driver.
However, after doing that, the /proc/apm still does not exist.

Thank you,
Eugen



Re: Problems with keyboard

2004-03-17 Thread Eugen Dedu

Type ctrl+alt+fn+f1 (fn just before f1).

HTH,
Eugen



Re: install failure

2004-02-26 Thread Eugen Dedu
Why not trying the new debian-installer 
(http://www.debian.org/devel/debian-installer/)?


Eugen



Computer blocks sometimes during booting 2.6.3 on powerbook (al) 15

2004-02-24 Thread Eugen Dedu

Hi,

Here is the output:

[...]
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0: USB HID core driver
mice: PS/2 mouse device common for all mice

No key works, I must reset the computer.



When it boots correctly, here is the output:
[...]
mice: PS/2 mouse device common for all mice
i8042.c: i8042 controller self test timeout.
NET: Registered protocol family 2
[...]

Thanks,
Eugen



Re: build errors with 2.6.3-ben2

2004-02-24 Thread Eugen Dedu

I had the same problem.  Compile I2C with built-in support (not module):

devdr-i2c-support as builtin!
devdr-i2c-i2calgo-pcf as builtin (I am not sure if this one is 
mandatory too)


Eugen



Re: Computer blocks sometimes during booting 2.6.3 on powerbook (al) 15

2004-02-24 Thread Eugen Dedu

Brad Boyer wrote:

On Tue, Feb 24, 2004 at 11:37:39AM +0100, Eugen Dedu wrote:


When it boots correctly, here is the output:
[...]
mice: PS/2 mouse device common for all mice
i8042.c: i8042 controller self test timeout.
NET: Registered protocol family 2
[...]



Is there a reason you have the PC-style keyboard driver (i8042) in
your kernel? Did you compile this kernel yourself? I would suggest
using a kernel without the i8042 driver, since no Macintosh needs
(or can use) it. This driver pokes at hard-coded addresses where
a standard PC has the keyboard interface, so it's probably hitting
something it shouldn't and confusing everything.


There is no reason, but it was switched on by default and I did not know 
that it is unuseful (I am newbie in kernel compilation and apple 
machines, I try to modify only the mandatory options).


I recompile the kernel without i8042 support and I will reply if the 
problem persists.


Many thanks,
Eugen



kernel compilation errors on aluminium powerbook

2004-02-16 Thread Eugen Dedu

Hi,

I have downloaded linux-2.6.3-rc3 from www.kernel.org and executed make 
config.  I have an Aluminium PowerBook G4 with radeon 9600 
(http://pubwww.fhzh.ch/~mgloor/powerbook.html and 
http://www.gnome-de.org/~herzi/pbook/).


1. In order to use the integrated network card I must switch on sun gem 
in network-ethernet10/100 during make config.  I wonder if this can be 
automatically switched on.


2. I have added sctp as module and I obtain compilation errors:

  CC  arch/ppc/syslib/todc_time.o
arch/ppc/syslib/todc_time.c: In function `todc_m48txx_read_val':
arch/ppc/syslib/todc_time.c:99: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:100: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:101: warning: passing arg 1 of `inb' makes 
integer from pointer without a cast

arch/ppc/syslib/todc_time.c: In function `todc_m48txx_write_val':
arch/ppc/syslib/todc_time.c:107: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:108: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:109: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast

arch/ppc/syslib/todc_time.c: In function `todc_mc146818_read_val':
arch/ppc/syslib/todc_time.c:117: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:118: warning: passing arg 1 of `inb' makes 
integer from pointer without a cast

arch/ppc/syslib/todc_time.c: In function `todc_mc146818_write_val':
arch/ppc/syslib/todc_time.c:124: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast
arch/ppc/syslib/todc_time.c:125: warning: passing arg 2 of `outb' makes 
integer from pointer without a cast



-

drivers/scsi/advansys.c:11855: warning: comparison is always false due 
to limited range of data type


-

  LD  .tmp_vmlinux1
drivers/built-in.o(.text+0xd1668): In function `radeon_setup_i2c_bus':
: undefined reference to `i2c_bit_add_bus'
drivers/built-in.o(.text+0xd17c8): In function `radeon_delete_i2c_busses':
: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xd17d0): In function `radeon_delete_i2c_busses':
: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xd17d8): In function `radeon_delete_i2c_busses':
: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xd17e0): In function `radeon_delete_i2c_busses':
: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xd1870): In function `radeon_do_probe_i2c_edid':
: undefined reference to `i2c_transfer'

There are also defined, but unused variable warnings.

3. BTW, where can I find benh kernel patches?  I have searched on 
Internet (google benh kernel etc.) but without success...  Also. at 
http://www.kernel.org/pub/linux/kernel/people/benh/ there are no patches 
for 2.6...


Eugen



Re: 2.6.2-rc1-ben1 and XFS anyone?

2004-01-27 Thread Eugen Dedu
I have downloaded 2.5-test11-benh and compiled it.  (I do not know if 
with or without XFS).  I had the same problem like you (kernel panic). 
All worked fine after checking on the kernel option 
ATA/ATAPI...-ProbeInternalATA/100 first (at make menuconfig).


HTH,
Eugen