Re: [Cooker] Cooker installation and bugs report

2000-10-02 Thread Olivier Dugeon

Hi all,

I just upload and upgrade Cooker package of 10/01/00. For the bug i list
previously:

Resolved:

2/ X seems to never fade the screen

3/ Sawfish : downgrade to librep-0.12.4

9/ kudzu work with aurora

Not yet resolved:

4/ Linuxconf have diseappear from DrakConf but is always buggy.

5/ Screeansaver doesn't crash at startup, but when you test a
screensaver. Config are ok, but when screensaver is activate, i always
get a dark screen. Some screensaver doesn't work anymore.

No changes:

6/ NM256 modules doesn't work.

8/ Same no progress.

11/ "halt -p" don't in kde config anymore.

P.S. I just discover "Profile Manager" into DrakConf. It just what i
need to switch between may LAN office configuration and my Modem out of
office configuration. Where can i find some usefull information to
configute it ?

Olivier
-- 
 FTR&D/DAC/CPN
 Technopole Anticipa | mailto:[EMAIL PROTECTED]
 2, Avenue Pierre Marzin | Phone:  +(33) 2 96 05 28 80
 F-22307 LANNION | Fax:+(33) 2 96 05 18 52




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Jeff Garzik

> Olivier Dugeon <[EMAIL PROTECTED]> writes:
> 
> > Chmouel Boudjnah wrote:
> > > is the /etc/modules.conf do an alias from sound to nm256 driver ?
> > > Could you send to pixel your /proc/bus/pci/devices ?
> > > 
> 
> Jeff do you have an idea abou that ?
> 
> > Currently i use my sound card in WSS emulation mode. this is my
> > modules.conf sound related stuff :
> > 
> > pre-install sound insmod sound dmabuf=1
> > alias midi opl3
> > options opl3 io=0x388
> > options ad1848 io=0x530 irq=5 dma=1 dma2=0
> > alias sound ad1848
> > 
> > If i comment the line "alias sound ad1848" and put "alias sound nm256" i
> > get the following :
> > 
> > /sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundcore.o
> > Using /lib/modules/2.2.17-15mdk/misc/soundcore.o
> > Symbol version prefix ''
> > /sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundlow.o
> > Using /lib/modules/2.2.17-15mdk/misc/soundlow.o
> > /sbin/insmod /lib/modules/2.2.17-15mdk/misc/sound.o
> > Using /lib/modules/2.2.17-15mdk/misc/sound.o
> > /sbin/insmod /lib/modules/2.2.17-15mdk/misc/nm256.o
> > /lib/modules/2.2.17-15mdk/misc/nm256.o: init_module: Device or resource
> > busy
[...]



First of all, for safety's sake, I would comment out or remove -all-
sound-related lines in modules.conf, except for the nm256 line.

What does /bin/dmesg say, after making my recommended modules.conf
changes, and rebooting?

Whenever there is a "Device or resource busy" message, checking dmesg for
additional error output is a good first step...  That is where the driver
"complains to" if it has problems.

Jeff








Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Chmouel Boudjnah

Olivier Dugeon <[EMAIL PROTECTED]> writes:

> Chmouel Boudjnah wrote:
> > is the /etc/modules.conf do an alias from sound to nm256 driver ?
> > Could you send to pixel your /proc/bus/pci/devices ?
> > 

Jeff do you have an idea abou that ?

> Currently i use my sound card in WSS emulation mode. this is my
> modules.conf sound related stuff :
> 
> pre-install sound insmod sound dmabuf=1
> alias midi opl3
> options opl3 io=0x388
> options ad1848 io=0x530 irq=5 dma=1 dma2=0
> alias sound ad1848
> 
> If i comment the line "alias sound ad1848" and put "alias sound nm256" i
> get the following :
> 
> /sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundcore.o
> Using /lib/modules/2.2.17-15mdk/misc/soundcore.o
> Symbol version prefix ''
> /sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundlow.o
> Using /lib/modules/2.2.17-15mdk/misc/soundlow.o
> /sbin/insmod /lib/modules/2.2.17-15mdk/misc/sound.o
> Using /lib/modules/2.2.17-15mdk/misc/sound.o
> /sbin/insmod /lib/modules/2.2.17-15mdk/misc/nm256.o
> /lib/modules/2.2.17-15mdk/misc/nm256.o: init_module: Device or resource
> busy
> /lib/modules/2.2.17-15mdk/misc/nm256.o: insmod
> /lib/modules/2.2.17-15mdk/misc/nm
> 256.o failed
> Using /lib/modules/2.2.17-15mdk/misc/nm256.o
> Hint: insmod errors can be caused by incorrect module parameters,
> including inva
> lid IO or IRQ parameters
> # delete sound
> # delete soundlow
> # delete soundcore
> /lib/modules/2.2.17-15mdk/misc/nm256.o: insmod sound failed
> 
> And this is the output of /proc/bus/pci/devices :
> 
> 808671900   0008
> 
> 0008808671910   
> 
> 0020104cac17a   
> 
> 0021104cac17a   
> 
> 0090104cac17a   
> 
> 0091104cac17a   
> 
> 0038808671100   
> 
> 0039808671110   
> fcf1
> 003a80867112a   
> fcc1
> 003b808671130   
> 
> 010010c800059   fd08fe80fec0
> 
> 010110c88005a   fe08fe70
> 
> 
> Thanks,
> 
> Olivier

-- 
MandrakeSoft Inc http://www.chmouel.org
Paris, France --Chmouel




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Olivier Dugeon

Chmouel Boudjnah wrote:
> is the /etc/modules.conf do an alias from sound to nm256 driver ?
> Could you send to pixel your /proc/bus/pci/devices ?
> 

Currently i use my sound card in WSS emulation mode. this is my
modules.conf sound related stuff :

pre-install sound insmod sound dmabuf=1
alias midi opl3
options opl3 io=0x388
options ad1848 io=0x530 irq=5 dma=1 dma2=0
alias sound ad1848

If i comment the line "alias sound ad1848" and put "alias sound nm256" i
get the following :

/sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundcore.o
Using /lib/modules/2.2.17-15mdk/misc/soundcore.o
Symbol version prefix ''
/sbin/insmod /lib/modules/2.2.17-15mdk/misc/soundlow.o
Using /lib/modules/2.2.17-15mdk/misc/soundlow.o
/sbin/insmod /lib/modules/2.2.17-15mdk/misc/sound.o
Using /lib/modules/2.2.17-15mdk/misc/sound.o
/sbin/insmod /lib/modules/2.2.17-15mdk/misc/nm256.o
/lib/modules/2.2.17-15mdk/misc/nm256.o: init_module: Device or resource
busy
/lib/modules/2.2.17-15mdk/misc/nm256.o: insmod
/lib/modules/2.2.17-15mdk/misc/nm
256.o failed
Using /lib/modules/2.2.17-15mdk/misc/nm256.o
Hint: insmod errors can be caused by incorrect module parameters,
including inva
lid IO or IRQ parameters
# delete sound
# delete soundlow
# delete soundcore
/lib/modules/2.2.17-15mdk/misc/nm256.o: insmod sound failed

And this is the output of /proc/bus/pci/devices :

808671900   0008

0008808671910   

0020104cac17a   

0021104cac17a   

0090104cac17a   

0091104cac17a   

0038808671100   

0039808671110   
fcf1
003a80867112a   
fcc1
003b808671130   

010010c800059   fd08fe80fec0

010110c88005a   fe08fe70


Thanks,

Olivier
-- 
 FTR&D/DAC/CPN
 Technopole Anticipa | mailto:[EMAIL PROTECTED]
 2, Avenue Pierre Marzin | Phone:  +(33) 2 96 05 28 80
 F-22307 LANNION | Fax:+(33) 2 96 05 18 52




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Frederic Crozat

[EMAIL PROTECTED] (Olivier Dugeon) writes:

> > > 12/ Why KDE need lestiff ???
> > 
> > For Konqueror to be able to read the Netscape plugins.
> > 
> 
> Why lestif instead of openmotif ?

Lesstif is really free software (under LGPL) 
but OpenMotif is not event compliant with Open Source definition..

-- 
Frédéric Crozat
MandrakeSoft




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Chmouel Boudjnah

Olivier Dugeon <[EMAIL PROTECTED]> writes:

> > What is the output of your lspcidrake ? Jeff currentrly work on a
> > fix of this driver. What kind of laptop you have (VAIO/Dell Latitude ?)
> This is the output of lspcidrake. My laptop is an HP OmniBook 4150.
>  Intel Corporation|440BX/ZX - 82443BX/ZX Host bridge (unknown ignore)
>  Intel Corporation|440BX/ZX - 82443BX/ZX AGP bridge (unknown ignore)
>  Texas Instruments|PCI1220 (unknown i82365)
>  Texas Instruments|PCI1220 (unknown i82365)
>  Texas Instruments|PCI1220 (unknown i82365)
>  Texas Instruments|PCI1220 (unknown i82365)
>  Intel Corporation|82371AB PIIX4 ISA (unknown unknown)
>  Intel Corporation|82371AB PIIX4 IDE (STORAGE_IDE unknown)
>  Intel Corporation|82371AB PIIX4 USB (SERIAL_USB usb-uhci)
>  Intel Corporation|82371AB PIIX4 ACPI (unknown unknown)
>  Neomagic Corporation|[MagicGraph 256AV] (DISPLAY_VGA Card:NeoMagic
> (laptop/note
> book))
>  Neomagic Corporation|[MagicMedia 256AV] (MULTIMEDIA_AUDIO unknown)
>  Xircom CEM56 Ethernet/Modem (network xirc2ps_cs)
>  Xircom CEM56 Ethernet/Modem (serial serial_cs)

is the /etc/modules.conf do an alias from sound to nm256 driver ?
Could you send to pixel your /proc/bus/pci/devices ?

> Why lestif instead of openmotif ?

As far what i know openmotif is less OpenSource than a OpenSource
program.

-- 
MandrakeSoft Inc http://www.chmouel.org
Paris, France --Chmouel




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Olivier Dugeon

Chmouel Boudjnah wrote:
> 
> > 6/ I have some pb to configure my soundcard. Harddrake detect it has an
> > magic media 256 av (this is true). Hardrake try to install the nm256
> > module, but it failed with the traditionnal ressource or device busy.
> > Sndconfig detect it too and say that it doesn't support it. Because this
> > card work fine in WSS or SB emulation, i'm unable to configure it with
> > hardrake or sndconfig in this mode. I need to grab an old sndconfig say
> > 0.35 to configure it has an WSS card.
> 
> What is the output of your lspcidrake ? Jeff currentrly work on a
> fix of this driver. What kind of laptop you have (VAIO/Dell Latitude ?)
> 

This is the output of lspcidrake. My laptop is an HP OmniBook 4150.

 Intel Corporation|440BX/ZX - 82443BX/ZX Host bridge (unknown ignore)
 Intel Corporation|440BX/ZX - 82443BX/ZX AGP bridge (unknown ignore)
 Texas Instruments|PCI1220 (unknown i82365)
 Texas Instruments|PCI1220 (unknown i82365)
 Texas Instruments|PCI1220 (unknown i82365)
 Texas Instruments|PCI1220 (unknown i82365)
 Intel Corporation|82371AB PIIX4 ISA (unknown unknown)
 Intel Corporation|82371AB PIIX4 IDE (STORAGE_IDE unknown)
 Intel Corporation|82371AB PIIX4 USB (SERIAL_USB usb-uhci)
 Intel Corporation|82371AB PIIX4 ACPI (unknown unknown)
 Neomagic Corporation|[MagicGraph 256AV] (DISPLAY_VGA Card:NeoMagic
(laptop/note
book))
 Neomagic Corporation|[MagicMedia 256AV] (MULTIMEDIA_AUDIO unknown)
 Xircom CEM56 Ethernet/Modem (network xirc2ps_cs)
 Xircom CEM56 Ethernet/Modem (serial serial_cs)

> > 12/ Why KDE need lestiff ???
> 
> For Konqueror to be able to read the Netscape plugins.
> 

Why lestif instead of openmotif ?

Olivier
-- 
 FTR&D/DAC/CPN
 Technopole Anticipa | mailto:[EMAIL PROTECTED]
 2, Avenue Pierre Marzin | Phone:  +(33) 2 96 05 28 80
 F-22307 LANNION | Fax:+(33) 2 96 05 18 52




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Frederic Crozat

[EMAIL PROTECTED] (Olivier Dugeon) writes:

> 3/ Sawfish crash with the Xinerama error for me too
Xinerama error is just a warning and doesn't crash sawfish..

Check you are using librep 0.12.4-4mdk and not librep-0.13-1mdk 

-- 
Frédéric Crozat
MandrakeSoft




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Chmouel Boudjnah

Olivier Dugeon <[EMAIL PROTECTED]> writes:

> 4/ LinuxConf doesn't start from DrakConf. Process are here, but no
> window comes. It start normally from an xterm, but crash if i select
> "networking" then on the new window if i select another setting. The
> error is :
> "Error message from remadmin : X Error of failed request: BadWindow
> (invalid Window parameter)"
> Then i need to type CTRL-C to stop linuxconf.

Dindin ?

> 6/ I have some pb to configure my soundcard. Harddrake detect it has an
> magic media 256 av (this is true). Hardrake try to install the nm256
> module, but it failed with the traditionnal ressource or device busy.
> Sndconfig detect it too and say that it doesn't support it. Because this
> card work fine in WSS or SB emulation, i'm unable to configure it with
> hardrake or sndconfig in this mode. I need to grab an old sndconfig say
> 0.35 to configure it has an WSS card.

What is the output of your lspcidrake ? Jeff currentrly work on a
fix of this driver. What kind of laptop you have (VAIO/Dell Latitude ?)

> 9/ Kudzu is not compatible with Aurora. When i remove my cdrom, kudzu
> detect it, but it can't open a screen and output characters to aurora
> and failed after the timeout.

Should be fixed in last kudzu.

> 11/ My laptop doesn't power down when i shutdown. Need '-p' option for
> the halt command in the kdm sessions..

Should be fixed in last initscripts.

> 12/ Why KDE need lestiff ???

For Konqueror to be able to read the Netscape plugins.

-- 
MandrakeSoft Inc http://www.chmouel.org
Paris, France --Chmouel




Re: [Cooker] Cooker installation and bugs report

2000-09-29 Thread Pixel

Olivier Dugeon <[EMAIL PROTECTED]> writes:

[...]

> 9/ Kudzu is not compatible with Aurora. When i remove my cdrom, kudzu
> detect it, but it can't open a screen and output characters to aurora
> and failed after the timeout.

fixed now

[...]

> 11/ My laptop doesn't power down when i shutdown. Need '-p' option for
> the halt command in the kdm sessions..

fixed

> 
> 12/ Why KDE need lestiff ???
> 

should get fixed.


thanks, Pixel.




[Cooker] Cooker installation and bugs report

2000-09-28 Thread Olivier Dugeon

Hi all,

This my report after a fresh install in pcmcia+nfs mode of cooker
(package of 27/09) and update (package of 28/9) on an HP 4150 laptop.

First impressions
-
GREAT, I'm very glad to see how the linux-mandrake distro has been
improved :
wheel mouse detect and configured, pcmcia network start correctly,
framebuffer are automatically installed, modem setting ... and so on.

The install :
---
1/ During the install, at he network modem setting, i switch to console
with Alt-F[1-5], because i doesn't known where the kernel find my modem
(ttyS" or ttyS4), and when i go back to the installer by Alt-F7, the
install crash with a message:

install exited abnormally
reboot...

I need to boot again go to the rescue mode to finish install with some
difficulties :
i need to mount by hand my partition and some step are bypassed.

The bugs:

2/ Sometimes XFree 4.01 have a fading problem : console are fader and
the kdm screen have loose some color. I need to swith between X and the
console to get the right color. This bug reproduce after logout kde or
gnome session because X restart. My chipset is a neomagic.

3/ Sawfish crash with the Xinerama error for me too

4/ LinuxConf doesn't start from DrakConf. Process are here, but no
window comes. It start normally from an xterm, but crash if i select
"networking" then on the new window if i select another setting. The
error is :
"Error message from remadmin : X Error of failed request: BadWindow
(invalid Window parameter)"
Then i need to type CTRL-C to stop linuxconf.

5/ Configure screensaver under Kcontrol crash with the signall 11 error.
KDE bug ?

6/ I have some pb to configure my soundcard. Harddrake detect it has an
magic media 256 av (this is true). Hardrake try to install the nm256
module, but it failed with the traditionnal ressource or device busy.
Sndconfig detect it too and say that it doesn't support it. Because this
card work fine in WSS or SB emulation, i'm unable to configure it with
hardrake or sndconfig in this mode. I need to grab an old sndconfig say
0.35 to configure it has an WSS card.

7/ My laptop have a removable drive bay to insert floppy or cd-rom. When
my laptop is docked, the floppy work fine on the parallele port but
failed when i put it into the bay. I can't access it and the command
mount never stop and i'm unabble to kill it. If the laptop is undocked,
the floppy work fine in the drive bay.

8/ I have sound working expected with kde. It seems that arts, the kde
audio server, grab /dev/dsp and doesn't work. Never kde native sound
work, sow or over complain that /dev/dsp is busy. I need to kill arts to
play with the sound. Esd work fine, gnome too.

9/ Kudzu is not compatible with Aurora. When i remove my cdrom, kudzu
detect it, but it can't open a screen and output characters to aurora
and failed after the timeout.

10/ file auto.master reference a file named /etc/auto.net that doesn't
exist.

11/ My laptop doesn't power down when i shutdown. Need '-p' option for
the halt command in the kdm sessions..

12/ Why KDE need lestiff ???

I hope this help you to improve this great beta release.

Olivier
-- 
 FTR&D/DAC/CPN
 Technopole Anticipa | mailto:[EMAIL PROTECTED]
 2, Avenue Pierre Marzin | Phone:  +(33) 2 96 05 28 80
 F-22307 LANNION | Fax:+(33) 2 96 05 18 52