Re: Problems with 2.4.23-ben1

2003-12-19 Thread Jesus Climent
On Wed, Dec 17, 2003 at 11:42:37AM +0100, Jesus Climent wrote: > Hi > > After reinstalling my laptop (ibook2, see www.hispalinux.es/~data/ibook) i am > experiencing some problems. > > 1. the keyboard layout for spanish keyboards is completelly broken. I have > modified a mac-usb-es.kmap.gz layout

Re: Problems with 2.4.23-ben1

2003-12-18 Thread Jesus Climent
On Wed, Dec 17, 2003 at 10:36:14PM +, Ken Moffat wrote: > On Wed, 17 Dec 2003, Jesus Climent wrote: > > > > > 3. APM (or PMU) does not work anymore. with woody i got it working out of > > the > > box. now, the pmud daemon complains it cannot open the socket: > > syslog: bind socket > > syslog

Re: Problems with 2.4.23-ben1

2003-12-17 Thread Ken Moffat
On Wed, 17 Dec 2003, Jesus Climent wrote: > > 3. APM (or PMU) does not work anymore. with woody i got it working out of the > box. now, the pmud daemon complains it cannot open the socket: > syslog: bind socket > syslog: daemon stopped (bind socket) > Don't know if this is relevant to you, but I

Re: Problems with 2.4.23-ben1

2003-12-17 Thread Lucas Moulin
Le mer 17/12/2003 à 11:42, Jesus Climent a écrit : > 6. drm-trunk-module fails to load. after compilation, it shouts: > unresolved symbol vmalloc_start Known problem. Just add EXPORT_SYMBOL(vmalloc_start); to the end of arch/ppc/kernel/ppc_ksyms.c, after the "local_flush_tlb_all" export. Don't k