[Cooker] Linux and Intel HT

2003-10-26 Thread Marc Lijour (Professeur d'Informatique)
http://www.intel.com/support/platform/ht/os.htm




[Cooker] perl-MIME-tools-5.411-6mdk breaks sympa (9.2)

2003-10-22 Thread Marc Lijour (Professeur d'Informatique)
(Before posting here I tried bugzilla, but it bugged me grave!
It refuses to post... Anyway.)


perl-MIME-tools-5.411-4mdk is working fine (last version from Bamboo). 
 
After an update to 9.2, sympa breaks. sympa.pl dies immediately. 
 
#sympa -d  
Processing /var/spool/sympa/msg/[EMAIL PROTECTED] with  
priority 1 
DoFile(/var/spool/sympa/msg/[EMAIL PROTECTED]) 
Message::new(/var/spool/sympa/msg/[EMAIL PROTECTED]) 
Can't locate MIME/Decoder/NBit.pm in @INC (@INC contains: /usr/lib/sympa/bin  
/usr/lib/perl5/5.8.1/i386-linux-thread-multi /usr/lib/perl5/5.8.1  
/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi  
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.6.1  
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl  
/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi  
/usr/lib/perl5/vendor_perl/5.8.1  
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi  
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at  
/usr/lib/perl5/vendor_perl/5.8.1/MIME/Decoder.pm line 171, FILE line 23. 
 
[EMAIL PROTECTED] bin]# ll /usr/lib/perl5/vendor_perl/5.8.1/MIME/Decoder/NBit.pm 
-rw-r--r--1 root root 4563 Nov  4  2000  
/usr/lib/perl5/vendor_perl/5.8.1/MIME/Decoder/NBit.pm 
 
(The package is installed and the file seem to be there). 
Can't do more... 
Regards,  
marc at lijour dot net 




[Cooker] mdkkdm does not accept login

2003-06-10 Thread Marc Lijour
Hi,

I installed all kde cooker rpms from last night at ciril.fr.

Kde works fine. BUT, mdkkdm is messed up. It works ok if I configure it for no 
password. Otherwise, it does not accept my correct password (than works in 
all other apps).

I downloaded all kde* to a directory and I did urpmi * (less a lot a i18).

I also have to say than before I installed texstar packages for kde-that broke 
my system first.
And also that I upgrade from 9.1 and my kde was crashing with kprinter all the 
time : the reason why I tried something else on the first place.

My question now : how do I debug that? How do I restore to a clean state 
(preferably cooker)?


Regards,

Marc





[Cooker] squirrelmail

2002-07-16 Thread Marc Lijour

Nice packaging and it works very well (right out of the box) with imap and 
apache-mod_php.

To be in the next Mandrake release?
Will be in Redhat, look at the website:

http://www.squirrelmail.org/

SquirrelMail to be included in Red Hat Linux.
 Jun 21, 2002 by Konstantin Riabitsev



  
 Just dropping you a note saying that Red Hat is adopting your RPM package 
of SquirrelMail as the basis for including SquirrelMail in an upcoming 
release. Nice work on the packaging, very clean and Red Hat-like.

-- 
  Preston Brown
  Director, Linux Development
  Red Hat, Inc.





[Cooker] mod_quickcam.o

2002-07-11 Thread Marc Lijour

This module does not work as is from the new kernel.

In attachment you have a piece of the source code and the README file with 
the email address of the programmers plus the details...

It works now with my Quickcam Express USB!

Regards,

Marc

#ifndef __LINUX_QUICKCAM_H
#define __LINUX_QUICKCAM_H

#include linux/list.h
#include linux/usb.h
#include linux/videodev.h

#define _QUICKCAM_ISOPIPE 	0x81
#define SHUTTER_VAL 		0x80
#define EXPO_VAL 		0xa0
#define RGAIN_DEF		0x80
#define BGAIN_DEF		0x80
#define GGAIN_DEF		0x80

// define debug levels
#define DEBUGBASE  		1
#define DEBUGLOGIC  	2
#define DEBUGDATA   	4
#define DEBUGREAD   	8
#define DEBUGIOCTL 		16
#define DEBUGINT		32

#define VID_HARDWARE_QCE 	50

// Control register of the STV0600 ASIC
#define STV_ISO_ENABLE 		0x1440
#define STV_SCAN_RATE  		0x1443

#define STV_ISO_SIZE 		0x15c1
#define STV_Y_CTRL   		0x15c3
#define STV_X_CTRL   		0x1680

#define STV_REG00 		0x1500
#define STV_REG01 		0x1501
#define STV_REG02 		0x1502
#define STV_REG03 		0x1503
#define STV_REG04 		0x1504

#define STV_REG23 		0x0423

#define STREAM_BUF_SIZE		(PAGE_SIZE * 4)

#define SCRATCH_BUF_SIZE	(STREAM_BUF_SIZE * 2)

#define FRAMES_PER_DESC		10
#define FRAME_SIZE_PER_DESC	1023	// Shouldn't be hardcoded JFC was 960
// 356*292 from VV6410 352*288 otherwise.
// max size of frame received from the camera
#define BAYER_FRAME_SIZE	103952

#define QUICKCAM_NUMFRAMES	2
#define QUICKCAM_NUMSBUF	2

/* scanstate */
enum {
	STATE_OK,		// Ok.
	STATE_ERROR,		// An error has been detected.
};

/* store state, that to know what to do with the frame */
enum {
	FRAME_STORE,		// Ok.
	FRAME_SKIP,		// we have skipped data the frame is partial.
};

/* grabstate (of the frame). */
enum {
	FRAME_UNUSED,		/* Unused (no MCAPTURE) */
	FRAME_READY,		/* Ready to start grabbing */
	FRAME_GRABBING,		/* In the process of being grabbed into */
	FRAME_DONE,		/* Finished grabbing, but not been synced yet */
	FRAME_ERROR,		/* Something bad happened while processing */
};


struct usb_device;

struct quickcam_sbuf {
	char *data;
	urb_t *urb;
};

struct palette_list {
 int num;
 char *name;
 int supported;
};

/*
 * Structure filled in for each of the types of sensor (HDCS, PB0100)
 */
struct sensorctrl {
  int (*init) (struct usb_device * dev, int mode,
   int *rgain, int *bgain, int *ggain,
   struct sensorctrl *sensor_ctrl);
  int (*set_shutter) (struct usb_device * dev, int sval, int xval);
  int (*set_gains) (struct usb_device * dev, int rgain, int bgain, int ggain);
  int (*set_window) (struct usb_device * dev, int x, int y, int w, int h,
 struct sensorctrl *sensor_ctrl);
  int (*set_size) (struct usb_device * dev, int mode);
  int (*start) (struct usb_device * dev, struct sensorctrl *sensor_ctrl);
  int (*stop) (struct usb_device * dev, struct sensorctrl *sensor_ctrl);
  // size delivered by the sensor.
  int width;
  int height;
  // mode: 0 full; 1 half; 2 quater.
  int mode;
};

/**
 * Structure storing the I2C messages.
 * Do use it:
 * usb_quickcam_i2c_new reset the structure.
 * usb_quickcam_i2c_add add register and value.
 * usb_quickcam_i2c_send send it to the sensor. It call a usb_quickcam_i2c_new.
 */
struct quickcam_i2c {
	int length;
	unsigned char buff[35];
};

struct quickcam_frame {

	char *data;		/* Frame buffer */
	long scanlength;	/* uncompressed, raw data length of frame */

	char *storedata;	/* Bayer data */
	long storelength;	/* len of received data */

 	int width;		/* Width application is expecting */
	int height;		/* Height */

//	int hdrwidth;		/* Width the frame actually is */
//	int hdrheight;		/* Height */

	volatile int grabstate;	/* State of grabbing */

	long bytes_read;	/* amount of scanlength that has been read from *data */

	wait_queue_head_t wq;	/* Processes waiting */
};

struct usb_quickcam {
	struct video_device vdev;

struct video_picture vpic;
	struct video_window vwin;

	/* Device structure */
	struct usb_device *dev;

/* For /proc interface */
	struct proc_dir_entry *proc_entry;

	unsigned char iface;

	struct semaphore lock;
	int user;		/* user count for exclusive use */

	int streaming;		/* Are we streaming Isochronous? */
	int grabbing;		/* Are we grabbing? */
	int readframe;		/* the frame we are reading. */

	int scanstate;		/* state of the automaton */

	int storestate;		/* indicated that we have to wait for the end */

	int sizechanged;	/* indicated size changes */

	int yy;
	int x;

	int shutter_val;
	int gain; /* global gain */
	int val; /* global exposure */

	int blue; /* blue gain */
	int red;  /* red gain  */
	int green;/* green gain  */
	int brightness;/* Control brightness of image through V4L */

	char *sensor_name;	/* for /proc */
	unsigned char sensor_addr; /* hdcs and photobit have different addr */

	char *fbuf;		/* Videodev buffer area */

	int curframe;
	struct quickcam_frame frame[QUICKCAM_NUMFRAMES];	/* Double buffering */

	struct quickcam_sbuf 

[Cooker] emacs

2002-04-11 Thread Marc Lijour

Hei,

why emacs does look more like xemacs now?

How can I get my emacs back (- inpure black screen - thank you)?

marc




Re: [Cooker] suggestion for future distributions

2002-04-09 Thread Marc Lijour

Le Avril 9, 2002 02:57 PM, vous avez écrit :
 On Tue, Apr 09, 2002 at 01:15:15PM -0500, Tech At Mathco Dot Com wrote:
  Would it not be nice if there was a peice of software that checked out
  the computer first to see if it was fully compatible with Mandrake,
  I know that some notebooks for example only has winmodems built in
  and that makes them not usable for Linux unless they are Linmodems.

 I think that would be nice.

 Are linmodems supported in Mandrake cooker?
 Which models? Where can I find that info?

 Best regards
 Keld

I have one that works fine (a Lucent winmodem on my Dell Inspiron 2500)
http://www.physcip.uni-stuttgart.de/heby/ltmodem/




Re: [Cooker] Postfix

2002-04-09 Thread Marc Lijour


Have you looked at webmin?

Marc


 On Tue, 2002-04-09 at 14:11, Joseph T Watson wrote:
  Hello
 
  I am not sure if this is the right list to ask this, but I have run into
  a dead-end looking for info on this.  So if someone knows where I can
  find documation regarding this, please point me there.
 
  I would like to try out postfix, but I need to use virtual domains, and
  I need a nice GUI to add users, domains, and so on.  The reason is that
  my costomer is not a linux user, and would be lost if he had to use
  manual stuff.  So can postfix deliver to Linuxconf virtual domains??
 
  Any help would be great
 
  Joseph




[Cooker] gimpprint-4.2.0-24mdk

2002-04-04 Thread Marc Lijour

I tested this new package with not much success with my Canon S400.

The width is still twice the size it should have.

gimpprint-4.2.0-24mdk




[Cooker] NCR 53c400a (Symbios Logic)

2002-03-28 Thread Marc Lijour

Hi,

is there a driver for this (old) ISA-SCSI card made to work with the hp 
scanjet 4p?

I had a hard time trying in the web, with no result. I also tried  g_NCR5380 
giving it 53c400a=1 and some IO param they suggested with no result.





[Cooker] Tomcat4 install ; complaints about msec

2002-03-28 Thread Marc Lijour

Hi,

following the instruction from the tomcat team I run the following :

# chkconfig --add tomcat4
Couldn't find used secure level,
You should correct this problem by running /usr/sbin/msec secure level

I tried msec 0, but it continues. Any idea?




[Cooker] Error with newest mod_quickcam.o

2002-03-25 Thread Marc Lijour (Responsable Informatique)

It works better because it creates /dev/video*
But it also gives me this error msg:

(/var/log/messages after insmod command)
USB Quickcam Class ff SubClass ff idVendor 46d idProduct 870
USB Quickcam camera found using: $Id: quickcam.c,v 1.101 2002/02/13 22:44:43 
jfclere Exp $
quickcam: probe of HDCS1000 sensor = 10 00 id: 08
quickcam: probe of BP100 sensor = 00 10 id: 64
quickcam: probe of VV6410 sensor = 00 10 id: 19
quickcam: probe of HDCS1020 sensor = 10 10 id: 10
quickcam: HDCS1020 sensor detected

(/var/log/messages after running gnomemeeting)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: frame size is incorrect! (49)


Le Mars 22, 2002 03:26 AM, vous avez écrit :
 Hi,

 mod_quickcam does not work with my Quickcam Express because the chip is a
 STV0602-AA instead of STV0600 (the chip the official Mandrake 8.2
 -2.4.18-6mdk- mod_quickcam is written for).

 1)Everything is in this mail. You can set up that manually like this:

 --
 Salvador Arroyo Fdez  Dexxa STV602 patch
 dexxa webcam STV0602-AA Agilent QDCS 1005 ID: 870
 from cvs module hdcs.c
 function hdcs_init change:
 line 96: STV_ISO_SIZE, 0x034f to STV_ISO_SIZE, 0x0284
 line 115: HDCS_INTEGRATE, 0x9 to HDCS_INTEGRATE, 0x7e
 add about line 138:
 if (usb_quickcam_set1(dev, 0x1446, 0x01)  0) goto error;
 compile an then run as per normal
 ./quickcam.sh
 xawtv -c /dev/video0 -geometry 320x240
 STV602 sensor patch submitted by Salvador requires testing
 Using  the cvs version which can be dowloaded from the online
 cvs
 without checking in all components
 have to be dowloaded
  ---

 2) or you can sync with the CVS doing:

 Anonymous CVS Access
 This project's SourceForge CVS repository can be checked out through
 anonymous (pserver) CVS with the following instruction set. The module you
 wish to check out must be specified as the modulename. When prompted
 for a password for anonymous, simply press the Enter key.

 $cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga login
  
 $cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga co
 quickcam

 Updates from within the module's directory do not need the -d parameter.
 (from sourceforge)

 Then,
 $make
 $./quickcam.sh

 The module is loaded (insmoded) along with the necessary videodev and this
 time /dev/video* is created (not as before with the 2.4.18-6mdk
 mod_quickcam).

 Enjoy :P

 marc




[Cooker] Printing with Canon S400

2002-03-25 Thread Marc Lijour

The update from 8.1 to Mandrake 8.2 screwed my printer.

I have a Canon S400 working with CUPS and directly attached to my computer.

The installation went fine in the previous 8.1 and I never had problems with 
it.

Now in 8.2, the CUPS admin stuff works and recognize the printer. But when I 
ask for a test page it does not work.
It seems that the (new?) driver multiplies the width by 2. Therefore I obtain 
the half left part of the document to be printed but with a deformation 
making it fit the whole page.

I hope it's readable :)





[Cooker] i810 and mtrr on Inspiron 2500

2002-03-25 Thread Marc Lijour




X is slow to appear and some points appear on the screen at some time. When I
shutdown I see /dev/ttys all over the screen.

My /var/log/messages : (Mandrake 8.2)
Linux version 2.4.18-6mdk ([EMAIL PROTECTED]) (gcc version 2.96
2731 (Mandrake Linux 8
.2 2.96-0.76mdk)) #1 Fri Mar 15 02:59:08 CET 2002
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009f400 (usable)
 BIOS-e820: 0009f400 - 000a (reserved)
 BIOS-e820: 000d - 000d4000 (reserved)
 BIOS-e820: 000e5400 - 0010 (reserved)
 BIOS-e820: 0010 - 17e7 (usable)
 BIOS-e820: 17e7 - 17e7fc00 (ACPI data)
 BIOS-e820: 17e7fc00 - 17e8 (ACPI NVS)
 BIOS-e820: 17e8 - 1800 (reserved)
 BIOS-e820: fff0 - 0001 (reserved)
hm, page 17e7 reserved twice.
On node 0 totalpages: 97904
zone(0): 4096 pages.
zone(1): 93808 pages.
zone(2): 0 pages.
Dell Inspiron with broken BIOS detected. Refusing to enable the local APIC.
Kernel command line: BOOT_IMAGE=linux ro root=306 devfs=mount hdc=ide-scsi
SCSI
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 797.593 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1592.52 BogoMIPS
Memory: 382936k/391616k available (1170k kernel code, 8292k reserved, 332k
data, 260k init, 0k highme
m)
Dentry-cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Before vendor init, caps: 0383f9ff  , vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After vendor init, caps: 0383f9ff   
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383f9ff   
CPU: Common caps: 0383f9ff   
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd9ca, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router PIIX [8086/244c] at 00:1f.0
PCI: Failed to allocate resource 0(f430-f42f) for 01:03.0
PCI: Failed to allocate resource 0(f430-f42f) for 01:03.1
isapnp: Scanning for PnP cards...
isapnp: No Plug  Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
devfs: v1.10 (20020120) Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x1
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP
enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
block: 128 slots per queue, batch=32
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev f9
PIIX4: chipset revision 3
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1808-0x180f, BIOS settings: hdc:DMA, hdd:pio
hda: IBM-DJSA-220, ATA DISK drive
hdc: TEAC CD-ROM CD-224E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 39070080 sectors (20004 MB) w/1874KiB Cache, CHS=2432/255/63, UDMA(66)
Partition check:
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4  p5 p6 p7 p8 p9 p10 
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Uncompressing..done.
Freeing initrd memory: 80k freed
VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev
Journalled Block Device driver loaded
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald 

[Cooker] Error with newest mod_quickcam.o

2002-03-25 Thread Marc Lijour



It works better because it creates /dev/video*
But it also gives me this error msg:

(/var/log/messages after insmod command)
USB Quickcam Class ff SubClass ff idVendor 46d idProduct 870
USB Quickcam camera found using: $Id: quickcam.c,v 1.101 2002/02/13 22:44:43
jfclere Exp $
quickcam: probe of HDCS1000 sensor = 10 00 id: 08
quickcam: probe of BP100 sensor = 00 10 id: 64
quickcam: probe of VV6410 sensor = 00 10 id: 19
quickcam: probe of HDCS1020 sensor = 10 10 id: 10
quickcam: HDCS1020 sensor detected

(/var/log/messages after running gnomemeeting)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: frame size is incorrect! (49)

Le Mars 22, 2002 03:26 AM, vous avez écrit :
 Hi,

 mod_quickcam does not work with my Quickcam Express because the chip is a
 STV0602-AA instead of STV0600 (the chip the official Mandrake 8.2
 -2.4.18-6mdk- mod_quickcam is written for).

 1)Everything is in this mail. You can set up that manually like this:

 --
 Salvador Arroyo Fdez  Dexxa STV602 patch
 dexxa webcam STV0602-AA Agilent QDCS 1005 ID: 870
 from cvs module hdcs.c
 function hdcs_init change:
 line 96: STV_ISO_SIZE, 0x034f to STV_ISO_SIZE, 0x0284
 line 115: HDCS_INTEGRATE, 0x9 to HDCS_INTEGRATE, 0x7e
 add about line 138:
 if (usb_quickcam_set1(dev, 0x1446, 0x01)  0) goto error;
 compile an then run as per normal
 ./quickcam.sh
 xawtv -c /dev/video0 -geometry 320x240
 STV602 sensor patch submitted by Salvador requires testing
 Using  the cvs version which can be dowloaded from the online
 cvs
 without checking in all components
 have to be dowloaded
  ---

 2) or you can sync with the CVS doing:

 Anonymous CVS Access
 This project's SourceForge CVS repository can be checked out through
 anonymous (pserver) CVS with the following instruction set. The module you
 wish to check out must be specified as the modulename. When prompted
 for a password for anonymous, simply press the Enter key.

 $cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga login
  
 $cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga co
 quickcam

 Updates from within the module's directory do not need the -d parameter.
 (from sourceforge)

 Then,
 $make
 $./quickcam.sh

 The module is loaded (insmoded) along with the necessary videodev and this
 time /dev/video* is created (not as before with the 2.4.18-6mdk
 mod_quickcam).

 Enjoy :P

 marc

---




Re: [Cooker] Printing with Canon S400

2002-03-25 Thread Marc Lijour

Le Mars 25, 2002 02:16 PM, Till Kamppeter a écrit :
 This bug will be fixed in GIMP-Print 4.2.1. As soon as it is out, I will
 make it available.

 Till


Thank you.

However, I have to specify that my problem is not directly related to GIMP (I 
have not tested that!).
The problem appears as soon as I print a test page from the CUPS admin menu.

Disregard if necessary, I just wanted to make myself clear.

Marc




[Cooker] Fwd: Error with newest mod_quickcam.o

2002-03-24 Thread Marc Lijour



It works better because it creates /dev/video*
But it also gives me this error msg:

(/var/log/messages after insmod command)
USB Quickcam Class ff SubClass ff idVendor 46d idProduct 870
USB Quickcam camera found using: $Id: quickcam.c,v 1.101 2002/02/13 22:44:43
jfclere Exp $
quickcam: probe of HDCS1000 sensor = 10 00 id: 08
quickcam: probe of BP100 sensor = 00 10 id: 64
quickcam: probe of VV6410 sensor = 00 10 id: 19
quickcam: probe of HDCS1020 sensor = 10 10 id: 10
quickcam: HDCS1020 sensor detected

(/var/log/messages after running gnomemeeting)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: warning - frame overflow (49)
quickcam: frame size is incorrect! (49)
quickcam: frame size is incorrect! (49)

Le Mars 22, 2002 03:26 AM, vous avez écrit :
 Hi,

 mod_quickcam does not work with my Quickcam Express because the chip is a
 STV0602-AA instead of STV0600 (the chip the official Mandrake 8.2
 -2.4.18-6mdk- mod_quickcam is written for).

 1)Everything is in this mail. You can set up that manually like this:

 --
 Salvador Arroyo Fdez  Dexxa STV602 patch
 dexxa webcam STV0602-AA Agilent QDCS 1005 ID: 870
 from cvs module hdcs.c
 function hdcs_init change:
 line 96: STV_ISO_SIZE, 0x034f to STV_ISO_SIZE, 0x0284
 line 115: HDCS_INTEGRATE, 0x9 to HDCS_INTEGRATE, 0x7e
 add about line 138:
 if (usb_quickcam_set1(dev, 0x1446, 0x01)  0) goto error;
 compile an then run as per normal
 ./quickcam.sh
 xawtv -c /dev/video0 -geometry 320x240
 STV602 sensor patch submitted by Salvador requires testing
 Using  the cvs version which can be dowloaded from the online
 cvs
 without checking in all components
 have to be dowloaded
  ---

 2) or you can sync with the CVS doing:

 Anonymous CVS Access
 This project's SourceForge CVS repository can be checked out through
 anonymous (pserver) CVS with the following instruction set. The module you
 wish to check out must be specified as the modulename. When prompted
 for a password for anonymous, simply press the Enter key.

 $cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga login
  
 $cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga co
 quickcam

 Updates from within the module's directory do not need the -d parameter.
 (from sourceforge)

 Then,
 $make
 $./quickcam.sh

 The module is loaded (insmoded) along with the necessary videodev and this
 time /dev/video* is created (not as before with the 2.4.18-6mdk
 mod_quickcam).

 Enjoy :P

 marc

---




[Cooker] i810 and mtrr on Inspiron 2500

2002-03-24 Thread Marc Lijour




X is slow to appear and some points appear on the screen at some time. When I
shutdown I see /dev/ttys all over the screen.

My /var/log/messages : (Mandrake 8.2)
Linux version 2.4.18-6mdk ([EMAIL PROTECTED]) (gcc version 2.96
2731 (Mandrake Linux 8
.2 2.96-0.76mdk)) #1 Fri Mar 15 02:59:08 CET 2002
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009f400 (usable)
 BIOS-e820: 0009f400 - 000a (reserved)
 BIOS-e820: 000d - 000d4000 (reserved)
 BIOS-e820: 000e5400 - 0010 (reserved)
 BIOS-e820: 0010 - 17e7 (usable)
 BIOS-e820: 17e7 - 17e7fc00 (ACPI data)
 BIOS-e820: 17e7fc00 - 17e8 (ACPI NVS)
 BIOS-e820: 17e8 - 1800 (reserved)
 BIOS-e820: fff0 - 0001 (reserved)
hm, page 17e7 reserved twice.
On node 0 totalpages: 97904
zone(0): 4096 pages.
zone(1): 93808 pages.
zone(2): 0 pages.
Dell Inspiron with broken BIOS detected. Refusing to enable the local APIC.
Kernel command line: BOOT_IMAGE=linux ro root=306 devfs=mount hdc=ide-scsi
SCSI
ide_setup: hdc=ide-scsi
Initializing CPU#0
Detected 797.593 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 1592.52 BogoMIPS
Memory: 382936k/391616k available (1170k kernel code, 8292k reserved, 332k
data, 260k init, 0k highme
m)
Dentry-cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Before vendor init, caps: 0383f9ff  , vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After vendor init, caps: 0383f9ff   
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383f9ff   
CPU: Common caps: 0383f9ff   
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd9ca, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router PIIX [8086/244c] at 00:1f.0
PCI: Failed to allocate resource 0(f430-f42f) for 01:03.0
PCI: Failed to allocate resource 0(f430-f42f) for 01:03.1
isapnp: Scanning for PnP cards...
isapnp: No Plug  Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
devfs: v1.10 (20020120) Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x1
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP
enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
block: 128 slots per queue, batch=32
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev f9
PIIX4: chipset revision 3
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1808-0x180f, BIOS settings: hdc:DMA, hdd:pio
hda: IBM-DJSA-220, ATA DISK drive
hdc: TEAC CD-ROM CD-224E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 39070080 sectors (20004 MB) w/1874KiB Cache, CHS=2432/255/63, UDMA(66)
Partition check:
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4  p5 p6 p7 p8 p9 p10 
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Uncompressing..done.
Freeing initrd memory: 80k freed
VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev
Journalled Block Device driver loaded
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald 

Re: [Cooker] Hard in Inspiron 2500

2002-03-23 Thread Marc Lijour (Responsable Informatique)

Le Mars 22, 2002 05:00 AM, Pixel a écrit :
 Marc Lijour [EMAIL PROTECTED] writes:
  !!! my fstab and lilo.conf carry some comments : meaning lines beginning
  with #
  And your installer is not dealing with that in a consistent way.
  Result: I can't have lilo installed from the install session - I have to
  run lilo after my first boot and using Grub the first time.
  At mount time fstab is not read correctly for example- dev/#hdc that's
  not workin'
  In lilo - your installer removes quotes and then complains about \n and
  \t in the lilo.conf file. (Yes my kernel names are sometimes large)

 can you give your initial files?

Ok. fstab was kind of like this, and lilo.conf was exactly the same.

$cat /etc/fstab
/dev/hda6 / ext3 defaults 1 1
/dev/hda5 /boot ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda9 /home ext3 defaults 1 2
# This was my cdrom as Mandrake detected it
#/dev/hdc /mnt/cdrom auto 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/cdrom1 /mnt/cdrom  iso9660 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
# This was for my backpack parport cdwriter
#/dev/pcd0 /mnt/cdrom-e auto 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/cdrom /mnt/cdrom-e iso9660 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto 
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
/dev/hda7 /mnt/vmware/win2000Pro ext3 defaults 1 2
/dev/hda10 /mnt/vmware/win2000advancedserver ext3 defaults 1 2
/dev/hda1 /mnt/windows vfat defaults 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr ext3 defaults 1 2
/dev/hda2 /usr/local ext3 defaults 1 2
/dev/hda3 swap swap defaults 0 0

__

$cat /etc/lilo.conf.old

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=Custom #linux with SCSI
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda6
initrd=/boot/initrd.img
append= devfs=mount
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda6
initrd=/boot/initrd.img
append= devfs=mount failsafe
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz
label=linux with SCSI
  root=/dev/hda6
initrd=/boot/initrd.img
append= devfs=mount hdc=ide-scsi
read-only

image=/boot/vmlinuz-2.4.8-34.1mdk
label=Good
root=/dev/hda6
initrd=/boot/initrd-2.4.8-34.1mdk
append= devfs=mount hdc=ide-scsi
read-only

image=/boot/vmlinuz-2.4.18-2marc
label=Custom
root=/dev/hda6
read-only
optional
vga=normal
append= devfs=mount hdc=ide-scsi
initrd=/boot/initrd-2.4.18-2marc.img

#image=/boot/vmlinuz-2.4.18-5marc
#   label=2418-5marc
#   root=/dev/hda6
#   read-only
#   optional
#   vga=normal
#   append= devfs=mount hdc=ide-scsi
#   initrd=/boot/initrd-2.4.18-5marc.img
#image=/boot/vmlinuz-2.4.18-5marc2
#label=2418-5marc.2
#root=/dev/hda6
#read-only
#optional
#vga=normal
#append= devfs=mount hdc=ide-scsi
#initrd=/boot/initrd-2.4.18-5marc2.img

image=/boot/vmlinuz-2.4.18-5mdk
label=2418-5mdk
root=/dev/hda6
read-only
optional
vga=normal
append= devfs=mount hdc=ide-scsi
initrd=/boot/initrd-2.4.18-5mdk.img

image=/boot/vmlinuz-2.4.18-6mdk
label=2418-6
root=/dev/ram3
read-only
optional
vga=normal
append= initrd=cdrom.rdz ramdisk_size=32000 text
__






[Cooker] newest mod_quickcam.o

2002-03-22 Thread Marc Lijour

Hi,

mod_quickcam does not work with my Quickcam Express because the chip is a 
STV0602-AA instead of STV0600 (the chip the official Mandrake 8.2 
-2.4.18-6mdk- mod_quickcam is written for).

1)Everything is in this mail. You can set up that manually like this:

--
Salvador Arroyo Fdez  Dexxa STV602 patch
dexxa webcam STV0602-AA Agilent QDCS 1005 ID: 870
from cvs module hdcs.c
function hdcs_init change:
line 96: STV_ISO_SIZE, 0x034f to STV_ISO_SIZE, 0x0284
line 115: HDCS_INTEGRATE, 0x9 to HDCS_INTEGRATE, 0x7e
add about line 138:
if (usb_quickcam_set1(dev, 0x1446, 0x01)  0) goto error;
compile an then run as per normal
./quickcam.sh
xawtv -c /dev/video0 -geometry 320x240
STV602 sensor patch submitted by Salvador requires testing
Using  the cvs version which can be dowloaded from the online
cvs
without checking in all components
have to be dowloaded
 ---

2) or you can sync with the CVS doing:

Anonymous CVS Access
This project's SourceForge CVS repository can be checked out through anonymous
(pserver) CVS with the following instruction set. The module you wish
to check out must be specified as the modulename. When prompted
for a password for anonymous, simply press the Enter key.

$cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga login
 
$cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/qce-ga co 
quickcam

Updates from within the module's directory do not need the -d parameter.
(from sourceforge)

Then,
$make
$./quickcam.sh

The module is loaded (insmoded) along with the necessary videodev and this 
time /dev/video* is created (not as before with the 2.4.18-6mdk mod_quickcam).

Enjoy :P

marc




[Cooker] vi

2002-03-22 Thread Marc Lijour

Hi,

would it not be nice to have vi loaded at install time?

So that we could rewrite lilo.conf, fstab or other config files

Just a (silly?) suggestion.

marc




Re: [Cooker] vi

2002-03-22 Thread Marc Lijour

Le Mars 22, 2002 03:49 AM, vous avez écrit :
 Marc Lijour wrote:
  Hi,
 
  would it not be nice to have vi loaded at install time?
 
  So that we could rewrite lilo.conf, fstab or other config files
 
  Just a (silly?) suggestion.
 
  marc

 After the packages are installed, you can ctrl+alt+f2, chroot
 /wherever/8.2/is/mounted (see output of mount) /bin/bash -login (gives
 you bash shell) then run whatever your favorite editor is, depending on
 what you installed. N.B. don't forget to exit before you reboot.

Thank you, I should have tried that.

It's not the first I feel the urgent necessity to rewrite or modify a config 
file during the installation (yes, it should not happen!)




[Cooker] Hard in Inspiron 2500

2002-03-21 Thread Marc Lijour

First, the positive side is the nice rpm install (only a couple of rpm have 
failed against a whole bunch in 8.1).

Now the bad :(

The graphical install is not working as it should. The screen brings up a 
misture of color letting you admit it does not work.
But if you are lucky and you decide to click in it, everything appears and 
the install then goes smoothly in X. (check the attached doc.- there is some 
complaints of X about a user...)

I have a i810 and the new module i810fb seems to work fine. However I need 
agpgart and the program does not install it! (making booting directly in 
level 5 fail).

!!! my fstab and lilo.conf carry some comments : meaning lines beginning with 
#
And your installer is not dealing with that in a consistent way.
Result: I can't have lilo installed from the install session - I have to run 
lilo after my first boot and using Grub the first time.
At mount time fstab is not read correctly for example- dev/#hdc that's not 
workin'
In lilo - your installer removes quotes and then complains about \n and \t 
in the lilo.conf file. (Yes my kernel names are sometimes large)

I tried a no-X installation.
There is a bug in the CUPS config. When you 'click' on quit it brings you to 
one of the precedent menus. Therefore you can not finish your installation 
and I had to do a cold shutdown (I didn't test F11/12, because there was no 
mention of that in the curse environment).

Also the curse stuff goes out of the screen sometimes - that's a minor detail.



] kernel/system logger ok
4Linux version 2.4.18-5mdkBOOT ([EMAIL PROTECTED]) (gcc version 2.96 
2731 (Mandrake Linux 8.2 2.96-0.76mdk)) #1 Sat Mar 9 07:02:07 CET 2002
6BIOS-provided physical RAM map:
4 BIOS-e820:  - 0009f400 (usable)
4 BIOS-e820: 0009f400 - 000a (reserved)
4 BIOS-e820: 000d - 000d4000 (reserved)
4 BIOS-e820: 000e5400 - 0010 (reserved)
4 BIOS-e820: 0010 - 17e7 (usable)
4 BIOS-e820: 17e7 - 17e7fc00 (ACPI data)
4 BIOS-e820: 17e7fc00 - 17e8 (ACPI NVS)
4 BIOS-e820: 17e8 - 1800 (reserved)
4 BIOS-e820: fff0 - 0001 (reserved)
4On node 0 totalpages: 97904
4zone(0): 4096 pages.
4zone(1): 93808 pages.
4zone(2): 0 pages.
4Dell Inspiron with broken BIOS detected. Refusing to enable the local APIC.
4Kernel command line: initrd=cdrom.rdz ramdisk_size=32000 root=/dev/ram3 
automatic=method:cdrom expert vga=788 BOOT_IMAGE=vmlinuz 
6Initializing CPU#0
4Detected 797.585 MHz processor.
4Console: colour VGA+ 80x25
4Calibrating delay loop... 1592.52 BogoMIPS
4Memory: 383092k/391616k available (816k kernel code, 8136k reserved, 231k data, 
108k init, 0k highmem)
4Dentry-cache hash table entries: 65536 (order: 7, 524288 bytes)
4Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
4Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
4Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
4Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
7CPU: Before vendor init, caps: 0383f9ff  , vendor = 0
6CPU: L1 I cache: 16K, L1 D cache: 16K
6CPU: L2 cache: 256K
7CPU: After vendor init, caps: 0383f9ff   
6Intel machine check architecture supported.
6Intel machine check reporting enabled on CPU#0.
7CPU: After generic, caps: 0383f9ff   
7CPU: Common caps: 0383f9ff   
4CPU: Intel Pentium III (Coppermine) stepping 0a
6Enabling fast FPU save and restore... done.
6Enabling unmasked SIMD FPU exception support... done.
6Checking 'hlt' instruction... OK.
6Checking for popad bug... OK.
4POSIX conformance testing by UNIFIX
4PCI: PCI BIOS revision 2.10 entry at 0xfd9ca, last bus=2
4PCI: Using configuration type 1
4PCI: Probing PCI hardware
3Unknown bridge resource 2: assuming transparent
3Unknown bridge resource 2: assuming transparent
6PCI: Using IRQ router PIIX [8086/244c] at 00:1f.0
3PCI: Failed to allocate resource 0(f430-f42f) for 01:03.0
3PCI: Failed to allocate resource 0(f430-f42f) for 01:03.1
6Linux NET4.0 for Linux 2.4
6Based upon Swansea University Computer Society NET3.039
4Initializing RT netlink socket
4Starting kswapd
4block: 128 slots per queue, batch=32
4RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
6Uniform Multi-Platform E-IDE driver Revision: 6.31
4ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
4PIIX4: IDE controller on PCI bus 00 dev f9
4PIIX4: chipset revision 3
4PIIX4: not 100% native mode: will probe irqs later
4ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
4ide1: BM-DMA at 0x1808-0x180f, BIOS settings: hdc:DMA, hdd:pio
4hda: IBM-DJSA-220, ATA DISK drive
4hdc: TEAC CD-ROM CD-224E, ATAPI CD/DVD-ROM drive
4ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
4ide1 at 0x170-0x177,0x376 on irq 15
6hda: 39070080 sectors 

Re: [Cooker] SNF https connections.

2002-03-19 Thread Marc Lijour

Le Mars 19, 2002 03:00 PM, vous avez écrit :
 Randy Welch wrote:
 | In playing around with it I find that I can only connect with either
 | Konqueror or Opera.  Mozilla ( 0.9.9 ) or Netscape 4.7X fails.
 |
 | -randy

 Works for me to a RC1 box from Mozilla 0.9.9 (Mandrake 8.2beta4),
 Mozilla 0.9.8 (Mandrake 8.1) and IE 5.x (Windows 98 SE).

 Didn't bother to try Netscape

 Buchan

Sometimes the site won't let you in if you are not at least 128-bit encrypted!




Re: [Cooker] Re: DONE i810 video trouble

2002-03-17 Thread Marc Lijour (Responsable Informatique)

Le Mars 15, 2002 09:42 PM, vous avez écrit :
 Based on the information provided it dealt with the very old 2.4.8-34
 updated 8.1 kernel.

 I suggested it be taken to the newbie or expert lists as this list is
 for cooker related issues.

 NB

You're right. I gave you the wrong log. Sorry.
Hope it has been fixed by this time :)

marc




Re: [Cooker] Re: DONE i810 video trouble

2002-03-15 Thread Marc Lijour

Le Mars 15, 2002 09:55 AM, vous avez écrit :
 This is not a cooker issue.

 Please use the newbie or expert lists.


?
I don't know why it isn't a cooker issue (as long as it worked for the 8.1 
kernel and it does not for the 8.2, for me it seems that i8xx owners would be 
affected by the next 8.2 release misbehaviour).

However, I'm not an expert at this time (and I don't care about the 
tuxracer!). And I apologize for the noise. I just wanted to help in something 
:)

Sorry,

marc




[Cooker] i810 video trouble

2002-03-14 Thread Marc Lijour

 6Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 320M
agpgart: agpgart: Detected an Intel i815 Chipset.
agpgart: AGP aperture is 64M  0xf800
[drm] AGP 0.99 on Intel i810  0xf800 64MB
[drm] Initialized i810 1.2.0 20010920 on minor 0
mtrr: base(0xf800) is not aligned on a size(0x12c000) boundary
mtrr: base(0xf800) is not aligned on a size(0x12c000) boundary
[drm:i810_flush_queue] *ERROR* lockup

# rpm -q kernel
kernel-2.4.8-34.1mdk

I can't run tuxracer in plain screen (error in rendering image) but the rest 
is  working.




[Cooker] xcdroast breaks X display

2002-03-13 Thread Marc Lijour

I log into my account, su - root and then do

$xcdroast

in order to run the setup as root.

Windows appear but then after I shut the  program down X won't start again 
and complains about a display variable not present.

Anyone else with this problem?

It happened to me in beta3 and 4




[Cooker] Synaptics TouchPad

2002-03-11 Thread Marc Lijour

Look at what I found :

# in XF86config-4
# to be used with gpm -t synps2 -m /dev/gpmdata -R msc (hope that works!)
#Section InputDevice
#Identifier Touchpad
#Driver mouse
#Option Device/dev/gpmdata
#Option Protocol  MouseSystems
#EndSection

Do you think there is a chance to have that working because I have no result 
there.

I did 
#mkfifo /dev/gpmdata

and tried to restart the mouse service. No success.

I heard msc is a repeater to pass the data through gpmdata so that XFree can 
read it. But I also heard that synps2 was not supported in the latest 2.2  
kernels?

Is there some hope?
Is it possible to have two mouses running at the same time? (like win$)




Re: [Cooker] Latest SNF cooker comments.

2002-03-11 Thread Marc Lijour

Le Mars 11, 2002 06:29 AM, vous avez écrit :
 [EMAIL PROTECTED] (Marc Lijour) writes:
  Hi,
 
  do you plan to include IPSec and VPN capabilities in the future?

 yes, by the end of the week ...

  You may know what's happening there :
 
  www.coyotelinux.org

 it's www.coyotelinux.com I presume ...

 have a nice day,

Thank you, it was very late at night :)




Re: [Cooker] Latest SNF cooker comments.

2002-03-11 Thread Marc Lijour

Where could I find more info about development on SNF?

I had a good time with coyote. I may help in something, or just learn a lot :)

Marc

Le Mars 11, 2002 06:29 AM, vous avez écrit :
 [EMAIL PROTECTED] (Marc Lijour) writes:
  Hi,
 
  do you plan to include IPSec and VPN capabilities in the future?

 yes, by the end of the week ...

  You may know what's happening there :
 
  www.coyotelinux.org

 it's www.coyotelinux.com I presume ...

 have a nice day,




[Cooker] /etc/fstab auto

2002-03-11 Thread Marc Lijour

Why do you use auto for CDROMS if it seems that they can only be iso9660?

My /etc/fstab:

/dev/hdc /mnt/cdrom auto 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0




Re: [Cooker] Latest SNF cooker comments.

2002-03-10 Thread Marc Lijour

Hi,

do you plan to include IPSec and VPN capabilities in the future?

You may know what's happening there :

www.coyotelinux.org

marc


Le Mars 11, 2002 01:31 AM, vous avez écrit :
 Well I'm further along this time!

 Here's some comments and issues.

 1.  httpd is still selected as a default started service.
 2.  You can't login to the admin interface without clearing
  shorewall first.
 3.  Can it get the time settings from system config like it
  does with the ethernet and other networking configs.
 4.  Shouldn't it install the caching name server by default
  since you can configure it?
 5.  In the network configuration if a network is set to a
  private net address could it automatically tag that one
  as LAN and the other interface ( if a 2 interface
  machine ) set to LAN.

 I've got 2 issues at the moment...

 1.  It's not allowing connections from inside to the caching
 DNS server.  I can directly contact my ISP's server, but not
 my internal one.  Odd.  I'm guessing there is another rule
 needed?

 2.  Does any of the filtering in squidGuard work?  It
 doesn't seem to catch anyting on either keyword or url.

 -randy'




[Cooker] WebDAV

2002-03-10 Thread Marc Lijour

There is an article about setting up a WebDAV client in MUO.

What about setting up apache? Is there a mod_webdav precompiled with httpd in 
8.2?




Re: [Cooker] cdrecord can't find devices

2002-03-05 Thread Marc Lijour

Le Mars 5, 2002 02:05 PM, Alexander Skwar a écrit :
 Hi.

  cdrecord -scanbus

 Cdrecord 1.11a15 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
 Schilling cdrecord: No such file or directory. Cannot open '/dev/pg*'.
 Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord
 -scanbus'. Make sure you are root.

 sg module is loaded.  I don't have any /lib/dev-state/{sg,scd}*
 files/directories.

 Hmm, what is /dev/pg*?  

pg is a module wich makes scsi-like a device running on the parallel port and 
talking like IDE.

I don't know much but here is my case as example : 
 I have a backpack cdwriter - module bpck6
 running on lp0 - module pcd (then I can mount /dev/pcd0 on /mnt/cdrom)
 recognized as scsi by cdrecord - module pg

Go to the linux cdwriting and then follow the links for the paride devices.

marc 

Is devices.txt from kernel-doc correct when it
 says Parallel port generic ATAPI interface?  If so, what does cdrecord
 want to do with parallel port?  I don't have any parport ATAPI devices,
 just plain SCSI cd-writers.

But thanks to that cdrecord will pick-up other devices :)

 FWIW, I also wonder why cdrecord doesn't check for /dev/sg* (which I
 also don't have).  After creating /dev/sg0..9 by hand, cdrecord works.
 Why didn't devfs create those devices for me?

andrej and others are working on that now. It's in process. Read the process 
about backpack.



 Alexander Skwar




Re: [Cooker] About MandrakeExpert

2002-03-05 Thread Marc Lijour

MandrakeExpert worked for me. You don't have to be in a hurry.

I also contributed a few as an expert. Reading the post I discovered a lot of 
question are very picky and related to specific hardware. It's really hard to 
guess if you don't have that at home :)


Le Mars 5, 2002 08:15 AM, vous avez écrit :
 Disclaimer: I just forward this message. I have never used
 MandrakeExpert and cannot comment on it altogether.

 ===

 LeHardi wrote:
  Is this MandrakeExpert accesible for all or only for people who have
  bought boxed version of MDK. I'm asking because I have Downloaded
  Edition (on 3 CD-ROMs), and some months ago, I've registered at
  MandrakeExpert. I,ve read that (in FAQ):
   How much does it cost ?
Anyone can ask a question and receive an answer for free!
   (Optional)
If you wish, you can choose to pay for support, in which case, we
  guarantee a response in a given timeframe. See 'Payment system' below
  for more details.

 I purchased the boxed edition of Mandrake 8.1. I am also a member of
 MandrakeClub.

 That being said, it has been my experience that asking a question on
 MandrakeExpert is a complete waste of time.You will get a much more
 satisfying response by asking the family dog.

  So it worked in the beginning, I was asking questions and getting
  answers for free. I didn't want (and still don't want) support for
  money, because I've got a lot of time for waiting;-)). But now

 Mandrake

  Expert doesn't work for me since some time: I can 'create incident',
  next choose 'Community Support' but when I press tab 'Select Experts'
  there is no experts in the table!. So it's logical that I can't get

 help

  from any of the Experts, it seems do not work even in Public incident
  mode. So is this any way to get free 'community' support at
  MandrakeExpert. Maybe I'm doing something wrong, but I don't what? Or
  maybe MandrakeSoft makes me to use only payable support? I sent e-mail
  to MandrakeExpert but didn't get any response.

 I'd give up on MandrakeExpert.




[Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Hi,

It's a nightmare to install this guy, at least for a beginner like me.

I do 
$insmod paride
$insmod bpck6
$insmod pcd

and then I can use it doing
$mount -t iso9660 /dev/pcd0 /mnt/cdrom/

1. But what about having it detected automatically? I noticed that in 
/etc/modules.devfs there is no mention of pcd device.

2. What can I do to have it scsi-emulated in order to use cdrecord?
$insmod pg ; cdrecord -scanbus
Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'TEAC' 'CD-W58E ' '1.0A' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

But TEAC is my CD reader included in my Dell Inspiron 2500 laptop. However, 
it references the bacpack drive. When I setup xcdroast it mentions only the 
TEAC name but I did the setup with the bacpack values and I made it run. 
xcdroast reads a cd from the backpack (named TEAC in the program) and writes 
the track img to the disk. So far it seems that write capability would work 
(the writing begin but I have currently no available CD :))

   (By the way, when I start xcdroast from root I get these messages :
   ** WARNING **: Installation problem? No set-uid bit on /usr/bin/mkisofs
   ** WARNING **: Installation problem? No set-uid bit on /usr/bin/readcd
   ** CRITICAL **: file eazel-theme-draw.c: line 1640 (draw_flat_box): 
assertion `height = -1' failed.
   )

3. How can I have my TEAC recognized in some way and then the backpack 
recognized with its real name?

Should I try to pass hdc=ide-scsi to the kernel?


Hope that helps. It would be nice to have a wizard to set that up for the 
newbies (the doc is a nightmare because there is no one-step information in 
that case).


Regards,

marc




Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 3, 2002 02:42 PM, vous avez écrit :
 В Вск, 03032002, в 22:18, Marc Lijour написал:
  Hi,
 
  It's a nightmare to install this guy, at least for a beginner like me
 
  I do
  $insmod paride

 not needed

If I don't insmod paride first then insmod bpck6 does not work


  $insmod bpck6
  $insmod pcd
 
  and then I can use it doing
  $mount -t iso9660 /dev/pcd0 /mnt/cdrom/
 
  1 But what about having it detected automatically? I noticed that in
  /etc/modulesdevfs there is no mention of pcd device

 If I understand it correctly, bpck6 is IDE adapter and pcd is IDE
 device modulesdevfs probes ide-probe-mod for IDE devices which means
 we could setup (just like for SCSI)

 probeall ide-probe-mod bpck6

 is it possible to autodetect it during installation? If not you have to
 add the above to /etc/modulesconf yourself :(

 /dev/pcd* is missing, correct So, if you add

 /etc/modulesconf:
 probeall ide-probe-mod bpck6

 /etc/modulesdevfs:
 alias /dev/pcd* pcd

 does it help?

No,
I wrote both lines in the right files
$modprobe bpck6
continues to work but I always have to modprobe pcd manually to be able to 
access the CDROM

I automatized the process writing this lines in /etc/modulesconf :
pre-install pcd modprobe bpck6
pre-install pg modprobe pcd

Then cdrecord -scanbus automatically calls pg and it loads all the others 
The same happens with xcdroast

But how can I do to have the pcd loaded when I issue a mount like the 
following command ?
$mount -t iso9660 /dev/pcd0 /mnt/cdrom

The 'probeall ide-probe-mod bpck6' and 'alias /dev/pcd* pcd' seems not to be 
necessary

 Please, give also

 ls -l /dev/pcd*


$ls -l /dev/pcd*
brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3


 are they real devices or links?

Seems to me they are real devices bpck6 is the driver for the backpack 
(model 193200) pcd comes on top of that and allows me to use the device as 
/dev/pcd0 (ide)

Module  Size  Used by
pg  6512   0  (autoclean)
pcd11472   0  (unused)
bpck6   5968   2 
paride  3808   1  [pg pcd bpck6]
sg 28624   0  (autoclean)
sr_mod 14912   0  (autoclean)



  2 What can I do to have it scsi-emulated in order to use cdrecord?
  $insmod pg ; cdrecord -scanbus
  Cdrecord 110 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
  Schilling Using libscg version 'schily-05'
  scsibus0:
  0,0,0 0) 'TEAC' 'CD-W58E ' '10A' Removable
  CD-ROM

 Is loading pg enough? Then current modulesdevfs has a bug Change

If I don't insmod pg then cdrecord -scanbus gives nothing If I do it works 
like above


 # Scsi generic for cd burners
 alias /dev/pg   /dev/sg
 alias /dev/pg*  /dev/pg

 into

 alias /dev/pg* pg

 and please tell if it works

It works fine! cdrecord -scanbus seems to have pg loaded automatically and it 
gives now : 
Cdrecord 110 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3120
Using libscg version 'schily-05'
scsibus0:
0,0,0 0) 'TEAC' 'CD-224E ' '37C' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0   100) 'TEAC' 'CD-W58E ' '10A' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

There is two TEAC because the other one is the cdrom from my laptop which I 
finally had recognized as a scsi device when I wrote hdc=ide-scsi in 
/etc/liloconf Now the only problem with this one is that :
$ mount -t iso9660 /dev/scd0 /mnt/cdrom/
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
   or too many mounted file systems

Could you help me with this one too?




[Cooker] Logitech Quickcam Express

2002-03-03 Thread Marc Lijour

Hi,

is there a chance to have the qce-ga driver in the kernel?
(it's not that I have it working!)

Is there a working driver for the Logitech Quickcam Express.? I can't get 
that working despite of the hardware being listed in the Mandrake 
'compatibility list' on the web-site.




[Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Marc Lijour

There is hope for Dell Inspiron 2500 owners and other :

a driver seems to work with the winmodem and they have rpm for Mandrake (not 
everything you may want though). Here some links :

http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboijmj

http://www.physcip.uni-stuttgart.de/heby/ltmodem/

Address for the newest source as of March 2 2002 :
http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz

It would be nice to have that in 8.2

Regards,

marc




Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 3, 2002 04:02 PM, vous avez écrit :
 Le Mars 3, 2002 02:42 PM, vous avez écrit :
  В Вск, 03032002, в 22:18, Marc Lijour написал:
   Hi,
  
   It's a nightmare to install this guy, at least for a beginner like me
  
   I do
   $insmod paride
 
  not needed

 If I don't insmod paride first then insmod bpck6 does not work

   $insmod bpck6
   $insmod pcd
  
   and then I can use it doing
   $mount -t iso9660 /dev/pcd0 /mnt/cdrom/
  
   1 But what about having it detected automatically? I noticed that in
   /etc/modulesdevfs there is no mention of pcd device
 
  If I understand it correctly, bpck6 is IDE adapter and pcd is IDE
  device modulesdevfs probes ide-probe-mod for IDE devices which means
  we could setup (just like for SCSI)
 
  probeall ide-probe-mod bpck6
 
  is it possible to autodetect it during installation? If not you have to
  add the above to /etc/modulesconf yourself :(
 
  /dev/pcd* is missing, correct So, if you add
 
  /etc/modulesconf:
  probeall ide-probe-mod bpck6
 
  /etc/modulesdevfs:
  alias /dev/pcd* pcd
 
  does it help?

 No,
 I wrote both lines in the right files
 $modprobe bpck6
 continues to work but I always have to modprobe pcd manually to be able to
 access the CDROM

 I automatized the process writing this lines in /etc/modulesconf :
 pre-install pcd modprobe bpck6
 pre-install pg modprobe pcd

 Then cdrecord -scanbus automatically calls pg and it loads all the others
 The same happens with xcdroast

 But how can I do to have the pcd loaded when I issue a mount like the
 following command ?
 $mount -t iso9660 /dev/pcd0 /mnt/cdrom

 The 'probeall ide-probe-mod bpck6' and 'alias /dev/pcd* pcd' seems not to
 be necessary

  Please, give also
 
  ls -l /dev/pcd*

 $ls -l /dev/pcd*
 brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
 brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
 brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
 brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3

  are they real devices or links?

 Seems to me they are real devices bpck6 is the driver for the backpack
 (model 193200) pcd comes on top of that and allows me to use the device as
 /dev/pcd0 (ide)

 Module  Size  Used by
 pg  6512   0  (autoclean)
 pcd11472   0  (unused)
 bpck6   5968   2
 paride  3808   1  [pg pcd bpck6]
 sg 28624   0  (autoclean)
 sr_mod 14912   0  (autoclean)
 

   2 What can I do to have it scsi-emulated in order to use cdrecord?
   $insmod pg ; cdrecord -scanbus
   Cdrecord 110 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
   Schilling Using libscg version 'schily-05'
   scsibus0:
   0,0,0 0) 'TEAC' 'CD-W58E ' '10A' Removable
   CD-ROM
 
  Is loading pg enough? Then current modulesdevfs has a bug Change

 If I don't insmod pg then cdrecord -scanbus gives nothing If I do it works
 like above

  # Scsi generic for cd burners
  alias /dev/pg   /dev/sg
  alias /dev/pg*  /dev/pg
 
  into
 
  alias /dev/pg* pg
 
  and please tell if it works

 It works fine! cdrecord -scanbus seems to have pg loaded automatically and
 it gives now :
 Cdrecord 110 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
 Schilling Linux sg driver version: 3120
 Using libscg version 'schily-05'
 scsibus0:
 0,0,0 0) 'TEAC' 'CD-224E ' '37C' Removable CD-ROM
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *
 scsibus1:
 1,0,0   100) 'TEAC' 'CD-W58E ' '10A' Removable CD-ROM
 1,1,0   101) *
 1,2,0   102) *
 1,3,0   103) *
 1,4,0   104) *
 1,5,0   105) *
 1,6,0   106) *
 1,7,0   107) *

 There is two TEAC because the other one is the cdrom from my laptop which I
 finally had recognized as a scsi device when I wrote hdc=ide-scsi in
 /etc/liloconf Now the only problem with this one is that :
 $ mount -t iso9660 /dev/scd0 /mnt/cdrom/
 mount: block device /dev/scd0 is write-protected, mounting read-only
 mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems

 Could you help me with this one too?

It works It seems the CD I was trying during the tests was not good I just 
put a line in fstab mentionning /dev/scd0
I don't understand the purpose of all the linking made under cdroms and 
others 




Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Marc Lijour

I tried it ( http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz ) on my 
Dell Inspiron 2500 laptop. The install works seemlessly. I had just a bad 
surprise with the last and optional step of the process. It's a script called 
./checkout and this removes a bunch of modules and does not work.

It's nice to have for the fax capabilities :)

marc

Le Mars 3, 2002 06:19 PM, vous avez écrit :
 Yes, it would be very nice to have in 8.2!

 I personally don't need it with DSL, but I have customers that could
 really use it.  I think also that because there are SO many of these
 particular modems out there, this would be a huge benefit for Mandrake! :)

 --Bill

 ===

 Marc Lijour wrote:
 There is hope for Dell Inspiron 2500 owners and other :
 
 a driver seems to work with the winmodem and they have rpm for Mandrake
  (not everything you may want though). Here some links :
 
 http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboi
 jmj
 
 http://www.physcip.uni-stuttgart.de/heby/ltmodem/
 
 Address for the newest source as of March 2 2002 :
 http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz
 
 It would be nice to have that in 8.2
 
 Regards,
 
 marc




[Cooker] Harddrake

2002-03-03 Thread Marc Lijour

Harddrake does not recognize my backpack cdwriter. This cdwriter works with 
paride bpck6 and pcd - and then pg to have it work as a scsi and to run 
xcdroast.

What happens it that this cdwriter is not listed in the left menu.

I have : harddrake-0.9.3-21mdk

#
# This report has been generated by detect 0.9.72
#

CPU:GenuineIntel:Pentium III (Coppermine):797:[HAS_FPU:HAS_MMX]:1592.52:(none)
MEMORY:382904:129268:460:20988:106252:530136:530136
BRIDGE:PCI:O2 Micro, Inc.:OZ6933 Cardbus Controller:unknown
BRIDGE:PCI:O2 Micro, Inc.:OZ6933 Cardbus Controller:unknown
DISK:ATAPI/IDE:Unknown:IBM-DJSA-220:/dev/hda:39070080:255:63:2432
FLOPPY:Floppy Drive Controller:Unknown:1.44MB 3.5:/dev/fd0
CDROM:ATAPI/IDE:Unknown:TEAC CD-ROM CD-224E:/dev/hdc
CDROM:SCSI:TEAC:CD-224E:/dev/scd0
VIDEO:Unknown:NONE:Generic VGA:[VGA16]:256:NONE:Unknown
ETHERNET:PCI:Intel Corporation:82557 [Ethernet Pro 100]:eepro100
MOUSE:USB:Logitech Inc.:N48 / M-BB48 [FirstMouse Plus]:Not Available
MOUSE:PS/2:Unknown:Unknown:/dev/psaux
MODEM:PCI:Lucent Microelectronics:WinModem 56k:Not Available:-1:unknown
PARALLEL:/dev/lp0:LPT0
SERIAL:/dev/ttyS0:COM0
OTHER:80861130:PCI:Intel Corporation:Unknown:Unknown
OTHER:80861132:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862448:PCI:Intel Corporation:Unknown:Unknown
OTHER:8086244c:PCI:Intel Corporation:Unknown:Unknown
OTHER:8086244a:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862442:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862443:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862444:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862445:PCI:Intel Corporation:Unknown:Unknown
OTHER:16680100:PCI:Unknown:Unknown:Unknown
OTHER:046d0870:USB:Unknown:Unknown:Unknown
FREE_IRQS:6:11:12:13:
FREE_DMAS:0:1:2:3:5:6:7:

Note : the USB unknown device is a quickcam express from logitech and I could 
give you more if you'd need it.




Fwd: Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 4, 2002 01:07 AM, Borsenkow Andrej a écrit :
   Please, give also
  
   ls -l /dev/pcd*
 
  $ls -l /dev/pcd*
  brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
  brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
  brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
  brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3

 1. what version of Mandrake are you running?

I run currently 8.1 on this machine (laptop).

 2. Do you use devfs? Do you mount devfs?

Yes I use devfs and I pass devfs=mount as a kernel parameter at boot time (as
Mandrake set it up).

 3. who created these files? They must not exist with mounted devfs

I don't remember having created these files.
I surely used this script taken from this howto :
http://www.torque.net/parport/paride.html

#!/bin/bash
#
# mkd -- a script to create the device special files for the PARIDE subsystem
#
function mkdev {
  mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
#
function pd {
  D=$( printf \\$( printf x%03x $[ $1 + 97 ] ) )
  mkdev pd$D b 45 $[ $1 * 16 ]
  for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  do mkdev pd$D$P b 45 $[ $1 * 16 + $P ]
  done
}
#
cd /dev
#
for u in 0 1 2 3 ; do pd $u ; done
for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
for u in 0 1 2 3 ; do mkdev pf$u  b 47 $u ; done
for u in 0 1 2 3 ; do mkdev pt$u  c 96 $u ; done
for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
for u in 0 1 2 3 ; do mkdev pg$u  c 97 $u ; done
#
# end of mkd
#With the device files and drivers in place, you can
#access PARIDE devices
l#ike any other Linux device.   For example, to mount a CD-ROM in pcd0, use:
#mount /dev/pcd0 /cdrom
- end of  script

 4. Please, next time answer to all people the messages is Cc'd to. I do
 not Cc just for fun of it.

Sorry about that.

 -andrej

I also added modprobe pg in /etc/rc.d/rc.local and the trick works. I believe
there is a better way though.

marc




[Cooker] report beta2

2002-02-22 Thread Marc Lijour

I found the NIS option located under the box where I set the root password 
scary.

I don't want the root password to be distributed by NIS (in case it breaks!).

I'd prefer another window after this grouping NIS, LDAP (and why not, samba 
options?).

I also found my SiS 620 based PC having rare lines under the cursor 
(following it , like a shadow effect : in fact I wonder if these lines are 
not a mirroring effect from some windows in the screen?) that disappears when 
I walk it on the edge of the screen.

All the rest went fine.




[Cooker] software manager

2002-02-22 Thread Marc Lijour

Have a plan to make the package administration networked?

I'm thinking that connecting my machines on the site through ssh and 
administering the upgrade from my LM at home would be nice!

2 cents




[Cooker] mirror (Canada)

2002-02-19 Thread Marc Lijour

Hi,

I may decide to set up a mirror. My location is toronto, Canada. But my 
server is very small and Ièd like to know how much space it takes.

Thanks,

marc