Re: [OT] Suitable Athlon Motherboard for Linux

2001-07-04 Thread Catalin BOIE
On Wed, 4 Jul 2001, Joseph Mathewson wrote: > Having heard the various horror stories about the VIA PCI data corruption > bugs, and watching one Via based machine destroy itself with a Mandrake 8.0 > 2.4.3, I was just wondering if anyone had a suggestion for an Athlon > motherboard that works re

Re: Still some problems with UHCI driver in 2.4.5 on VIA chipsets(Mustek scanner)

2001-06-25 Thread Catalin BOIE
Hi! I have problems with VIA and UHCI also. I don't know if the alpha stage of the mustek driver or my USB drivers. I can scan 3 images in a row. After 10-20 seconds my computer freeze. No sysrq just power button. Maybe this help... Kernel 2.4.3. Via 686b (Epox 8kta2 mb) Thanks! --- Catalin(ux

What flash disks are supported?

2001-06-12 Thread Catalin BOIE
Hi, guys! Please, can you tell me your (in)success stories about some flash disks? Thanks! --- Catalin(ux) BOIE [EMAIL PROTECTED] A new Linux distribution: http://l13plus.deuroconsult.ro http://www2.deuroconsult.ro/~catab - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

disable_irq don't work corectly (ps2/kbd related)

2001-04-23 Thread Catalin BOIE
Hi, guys! I made a module that in init_module issue a "disable_irq (1)" and in remove_module "enable_irq (1)". Of course that I connect from the network to remove the module :)) This module don't works as expected. It disables the keyboard and the PS/2 mouse (irq 12)! Not from the beggining. Af

Via UDMA5 3/4/5 is not functional!

2001-02-21 Thread Catalin BOIE
Hi, guys! I want to report a problem. I have an Athlon 900MHz / 256 MB RAM, chipset: VIA VT82c686B, IBM harddrive (IBM-DTLA-307030). At first I tried kernel 2.2.16: - hdparm -u1 -d1 -X69 /dev/hda => I get 36MB/s Then I tried kernel 2.4.1. I issued exactly the same hdparm command. i got

Yamaha sound card - what driver?

2001-02-14 Thread Catalin BOIE
Hi, guys! I have a PCI sound card Yamaha. Can somebody tells me with what driver I can use it? 02:03.0 Multimedia audio controller: Yamaha Corporation YMF-724F [DS-1 Audio Controller] (rev 03) Subsystem: Yamaha Corporation DS-XG PCI Audio CODEC Control: I/O- Mem+ BusMaster+ SpecC

TEST PLEASE IGNORE

2001-02-07 Thread Catalin BOIE
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Tracing files that opens.

2000-11-13 Thread Catalin BOIE
On Sat, 11 Nov 2000, Magnus Naeslund(b) wrote: > Is there a nice way to trap on file open() and stat() ? > That way i could have nice file statistics. Look for a kernel module that replace the open syscall. I don't have an url right now but search for my name in the lk archives. I put a question

Userland -> Kernel communication

2000-11-08 Thread Catalin BOIE
Hello! I wish to give me some pointers to how to communicate with a kernel module from userland. May I use sockets? Thanks in advance! --- Catalin(ux) BOIE [EMAIL PROTECTED] A new Linux distribution: http://l13plus.deuroconsult.ro http://www2.deuroconsult.ro/~catab - To unsubscribe from this l

Re: Kernel hook for open

2000-11-07 Thread Catalin BOIE
On Mon, 6 Nov 2000, Michael Vines wrote: > On Mon, 6 Nov 2000, Erik Mouw wrote: > > > On Mon, Nov 06, 2000 at 10:11:11AM -0500, Michael Vines wrote: > > > On Mon, 6 Nov 2000, Erik Mouw wrote: > > > > Use LD_PRELOAD instead. > > > > > > You could also write a simple kernel module that replaces t

Re: Kernel hook for open

2000-11-07 Thread Catalin BOIE
On Mon, 6 Nov 2000, Erik Mouw wrote: > On Mon, Nov 06, 2000 at 10:11:11AM -0500, Michael Vines wrote: > > On Mon, 6 Nov 2000, Erik Mouw wrote: > > > Use LD_PRELOAD instead. > > > > You could also write a simple kernel module that replaces the open system > > call. See the Linux Kernel Module Pr

Kernel hook for open

2000-11-06 Thread Catalin BOIE
Hi, guys! I wish to know if there is something like a kernel hook for open function. I want to monitor a file (someting like watchdog on Solaris) and to read from my own process (module?) and from the file. I tried with LD_SO_PRELOAD but it haven't any effect on the so libraries. For example: If